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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.12rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #149dcc !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #e4d295 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0d6786 !important;
  border-color: #0d6786 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
  color: #615119 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #615119 !important;
  background-color: #d4b858 !important;
  border-color: #d4b858 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #0b566f;
  color: #0b566f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #149dcc;
  border-color: #149dcc;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cfaf44;
  color: #cfaf44;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #615119;
  background-color: #e4d295;
  border-color: #e4d295;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #615119 !important;
  background-color: #e4d295 !important;
  border-color: #e4d295 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #149dcc !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #e4d295 !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: #0b566f !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: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #cfaf44 !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: #c1c1c1;
}
.alert-danger {
  background-color: #e4d295;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #149dcc;
  border-color: #149dcc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 0.7rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.12rem;
}
blockquote {
  border-color: #149dcc;
}
/* 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);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #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;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.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: #149dcc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #149dcc !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23149dcc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBTHMc4QeH .modal-body .close {
  background: #1b1b1b;
}
.cid-rBTHMc4QeH .modal-body .close span {
  font-style: normal;
}
.cid-rBTHMc4QeH .carousel-inner > .active,
.cid-rBTHMc4QeH .carousel-inner > .next,
.cid-rBTHMc4QeH .carousel-inner > .prev {
  display: table;
}
.cid-rBTHMc4QeH .carousel-control .icon-next,
.cid-rBTHMc4QeH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBTHMc4QeH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBTHMc4QeH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBTHMc4QeH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBTHMc4QeH .boxed-slider > div {
  position: relative;
}
.cid-rBTHMc4QeH .container img {
  width: 100%;
}
.cid-rBTHMc4QeH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBTHMc4QeH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTHMc4QeH .mbr-table-cell {
  padding: 0;
}
.cid-rBTHMc4QeH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBTHMc4QeH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBTHMc4QeH .mbr-overlay {
  z-index: 1;
}
.cid-rBTHMc4QeH .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTHMc4QeH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBTHMc4QeH .carousel-item .container {
    width: 100%;
  }
}
.cid-rBTHMc4QeH .carousel-item-next.carousel-item-left,
.cid-rBTHMc4QeH .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBTHMc4QeH .active.carousel-item-right,
.cid-rBTHMc4QeH .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBTHMc4QeH .active.carousel-item-left,
.cid-rBTHMc4QeH .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBTHMc4QeH .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rBTHMc4QeH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators li.active,
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators li::after,
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBTHMc4QeH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBTHMc4QeH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBTHMc4QeH .mbr-slider > .container img {
  width: 100%;
}
.cid-rBTHMc4QeH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBTHMc4QeH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBTHMc4QeH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBTHMc4QeH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTHMc4QeH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBTHMc4QeH .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBTHMc4QeH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBTHMc4QeH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBTHMc4QeH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBTHMc4QeH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTHMc4QeH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBTHMc4QeH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBTHMc4QeH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBTHMc4QeH P {
  text-align: left;
}
.cid-rBTHMc4QeH H2 {
  text-align: left;
}
.cid-rBN0982eo9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-rBN0982eo9 P {
  color: #767676;
}
.cid-rBN0982eo9 .mbr-text,
.cid-rBN0982eo9 .mbr-section-btn {
  text-align: center;
}
.cid-rBM6rH4MEa {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
}
.cid-rBM6rH4MEa .mbr-section-subtitle {
  color: #149dcc;
  font-weight: 300;
}
.cid-rBM6rH4MEa .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-rBM6rH4MEa .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-rBM6rH4MEa .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-rBM6rH4MEa .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-rBM6rH4MEa .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #073b4c;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-rBM6rH4MEa .card {
  min-height: 300px;
}
.cid-rBM6rH4MEa .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-rBM6rH4MEa .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-rBM6rH4MEa .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-rBM6rH4MEa .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-rBM6rH4MEa H4 {
  text-align: center;
  color: #55b4d4;
}
.cid-rBM6rH4MEa .mbr-section-title {
  color: #149dcc;
}
.cid-rCiPVPWqmp {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #767676;
}
.cid-rCiPVPWqmp H1 {
  color: #ffffff;
}
.cid-rCiPVPWqmp .mbr-text,
.cid-rCiPVPWqmp .mbr-section-btn {
  color: #232323;
}
.cid-tqQZomYtgc .modal-body .close {
  background: #1b1b1b;
}
.cid-tqQZomYtgc .modal-body .close span {
  font-style: normal;
}
.cid-tqQZomYtgc .carousel-inner > .active,
.cid-tqQZomYtgc .carousel-inner > .next,
.cid-tqQZomYtgc .carousel-inner > .prev {
  display: flex;
}
.cid-tqQZomYtgc .carousel-control .icon-next,
.cid-tqQZomYtgc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqQZomYtgc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqQZomYtgc .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqQZomYtgc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqQZomYtgc .boxed-slider > div {
  position: relative;
}
.cid-tqQZomYtgc .container img {
  width: 100%;
}
.cid-tqQZomYtgc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqQZomYtgc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqQZomYtgc .mbr-table-cell {
  padding: 0;
}
.cid-tqQZomYtgc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqQZomYtgc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tqQZomYtgc .mbr-overlay {
  z-index: 1;
}
.cid-tqQZomYtgc .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqQZomYtgc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-tqQZomYtgc .carousel-item.active.right,
.cid-tqQZomYtgc .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tqQZomYtgc .carousel-item.active.left,
.cid-tqQZomYtgc .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-tqQZomYtgc .carousel-item.active,
.cid-tqQZomYtgc .carousel-item.next.left,
.cid-tqQZomYtgc .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-tqQZomYtgc .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
  z-index: 11;
}
.cid-tqQZomYtgc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqQZomYtgc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqQZomYtgc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tqQZomYtgc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqQZomYtgc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqQZomYtgc .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tqQZomYtgc .mbr-slider .carousel-indicators li.active,
.cid-tqQZomYtgc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqQZomYtgc .mbr-slider .carousel-indicators li::after,
.cid-tqQZomYtgc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqQZomYtgc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqQZomYtgc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqQZomYtgc .mbr-slider > .container img {
  width: 100%;
}
.cid-tqQZomYtgc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqQZomYtgc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqQZomYtgc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqQZomYtgc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqQZomYtgc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqQZomYtgc .carousel-item .container.container-slide {
  position: initial;
  min-height: 0;
}
.cid-tqQZomYtgc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqQZomYtgc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqQZomYtgc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqQZomYtgc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqQZomYtgc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqQZomYtgc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqQZomYtgc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tr4VCT2rpk .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr4VCT2rpk .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr4VCT2rpk .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr4VCT2rpk .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr4VCT2rpk .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr4VCT2rpk .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr4VCT2rpk .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr4VCT2rpk .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr4VCT2rpk P {
  color: #232323;
}
.cid-tr4VCT2rpk DIV {
  color: #ffffff;
}
.cid-tr4VCT2rpk H10 {
  color: #767676;
}
.cid-tr4VCT2rpk .hidden {
  display: none;
}
.cid-tr4VCT2rpk p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr4VCT2rpk .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr4VCT2rpk .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr4VCT2rpk .sticky li:hover {
  margin-left: -100px;
}
.cid-tr4VCT2rpk .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr4VCT2rpk .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tr4OgaBxKt .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr4OgaBxKt .my-float {
  margin-top: 16px;
}
.cid-tr4OgaBxKt P {
  color: #232323;
}
.cid-tr4OgaBxKt DIV {
  color: #ffffff;
}
.cid-tr4OgaBxKt H10 {
  color: #767676;
}
.cid-tr4OgaBxKt .hidden {
  display: none;
}
.cid-tr4OaZS7zs .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tr4OaZS7zs .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tr4OaZS7zs .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tr4OaZS7zs .hidden {
  display: none;
}
.cid-tr4OaZS7zs H10 {
  color: #767676;
}
.cid-trgbNcgOms {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
}
.cid-trgbNcgOms .showAlerts {
  display: block !important;
}
.cid-trgbNcgOms .rowflexrev {
  display: -webkit-flex;
}
.cid-trgbNcgOms .title {
  margin-bottom: 2rem;
}
.cid-trgbNcgOms .mbr-section-subtitle {
  color: #767676;
}
.cid-trgbNcgOms textarea.form-control {
  min-height: 188px;
}
.cid-trgbNcgOms LABEL {
  color: #232323;
  display: initial;
}
.cid-trgbNcgOms .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trgbNcgOms .mbr-section-labels {
  color: #0f7699;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-trgbNcgOms .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trgbNcgOms .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trgbNcgOms .alert {
  margin-bottom: 0;
}
.cid-trgbNcgOms .alert-success {
  background-color: #70c770;
}
.cid-trgbNcgOms .alert-danger {
  background-color: #ff4a52;
}
.cid-trgbNcgOms .btn {
  display: inline-flex;
}
.cid-trgbNcgOms .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-trgbNcgOms .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-trgbNcgOms .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-trgbNcgOms input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trgbNcgOms input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trgbNcgOms input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trgbNcgOms H2 {
  color: #0f7699;
}
.cid-tr56mh8qns {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr56mh8qns .content {
    text-align: center;
  }
  .cid-tr56mh8qns .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr56mh8qns .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr56mh8qns .form-group,
.cid-tr56mh8qns .input-group-btn {
  padding: 0;
}
.cid-tr56mh8qns .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr56mh8qns .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr56mh8qns .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr56mh8qns .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr56mh8qns .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr56mh8qns .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr56mh8qns .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr56mh8qns .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr56mh8qns .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr56mh8qns .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr56mh8qns .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr56mh8qns .foot-logo {
    text-align: center !important;
  }
  .cid-tr56mh8qns .foot-title {
    text-align: center !important;
  }
  .cid-tr56mh8qns .mbr-text {
    text-align: center !important;
  }
  .cid-tr56mh8qns .form-group {
    margin: 0;
  }
}
.cid-tr56mh8qns .foot-logo {
  text-align: center;
}
.cid-tr56mh8qns .foot-text {
  color: #cccccc;
}
.cid-tr56mh8qns .foot-title {
  color: #cccccc;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBNIMLL6jF {
  background-image: url("../../../assets/images/whatsapp-image-2022-11-12-at-1.03.03-pm-2-1600x1200.jpeg");
}
.cid-rBNIMLL6jF .mbr-text,
.cid-rBNIMLL6jF .mbr-section-btn {
  text-align: center;
}
.cid-rBNIMLL6jF H1 {
  text-align: center;
}
.cid-rBUfdWqFkO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNAJX710R {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #073b4c;
}
.cid-rBNAJX710R .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rBNAJX710R .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBNAJX710R .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBNAJX710R .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rBNAJX710R .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-rBNAJX710R .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rBNAJX710R .mbr-gallery-item > div:hover:before {
  opacity: 0.3 !important;
}
.cid-rBNAJX710R .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-rBNAJX710R .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.3;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-tqR3EkuubT .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR3EkuubT .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR3EkuubT .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqR3EkuubT .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR3EkuubT .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR3EkuubT .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR3EkuubT .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR3EkuubT .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR3EkuubT P {
  color: #232323;
}
.cid-tqR3EkuubT DIV {
  color: #ffffff;
}
.cid-tqR3EkuubT H10 {
  color: #767676;
}
.cid-tqR3EkuubT .hidden {
  display: none;
}
.cid-tqR3EMDZnX .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR3EMDZnX .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR3EMDZnX .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR3EMDZnX .hidden {
  display: none;
}
.cid-tqR3EMDZnX H10 {
  color: #767676;
}
.cid-tqR3FnMkDg {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR3FnMkDg .content {
    text-align: center;
  }
  .cid-tqR3FnMkDg .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR3FnMkDg .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR3FnMkDg .form-group,
.cid-tqR3FnMkDg .input-group-btn {
  padding: 0;
}
.cid-tqR3FnMkDg .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR3FnMkDg .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR3FnMkDg .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR3FnMkDg .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR3FnMkDg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR3FnMkDg .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR3FnMkDg .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR3FnMkDg .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR3FnMkDg .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR3FnMkDg .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR3FnMkDg .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR3FnMkDg .foot-logo {
    text-align: center !important;
  }
  .cid-tqR3FnMkDg .foot-title {
    text-align: center !important;
  }
  .cid-tqR3FnMkDg .mbr-text {
    text-align: center !important;
  }
  .cid-tqR3FnMkDg .form-group {
    margin: 0;
  }
}
.cid-tqR3FnMkDg .foot-logo {
  text-align: center;
}
.cid-rBN3cS0P80 {
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-rBN3cS0P80 .icons-media-container {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 4rem;
}
.cid-rBN3cS0P80 .icons-media-container .mbr-iconfont {
  font-size: 96px;
  color: #ffffff;
}
.cid-rBN3cS0P80 .icons-media-container .icon-block {
  padding-bottom: 1rem;
}
.cid-rBN3cS0P80 .mbr-text {
  color: #ffffff;
}
.cid-rBN3cS0P80 .card {
  padding-bottom: 1.5rem;
}
.cid-rBUcVO1zkF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #222425;
}
.cid-rBLYy4jcnM .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLYy4jcnM .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLYy4jcnM a {
  font-style: normal;
}
.cid-rBLYy4jcnM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLYy4jcnM .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLYy4jcnM .nav-item:focus,
.cid-rBLYy4jcnM .nav-link:focus {
  outline: none;
}
.cid-rBLYy4jcnM .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLYy4jcnM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLYy4jcnM .menu-logo {
  margin-right: auto;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLYy4jcnM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLYy4jcnM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLYy4jcnM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLYy4jcnM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLYy4jcnM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLYy4jcnM .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLYy4jcnM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLYy4jcnM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLYy4jcnM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLYy4jcnM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLYy4jcnM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLYy4jcnM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLYy4jcnM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLYy4jcnM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLYy4jcnM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLYy4jcnM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLYy4jcnM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLYy4jcnM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLYy4jcnM button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLYy4jcnM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLYy4jcnM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLYy4jcnM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYy4jcnM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYy4jcnM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLYy4jcnM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYy4jcnM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLYy4jcnM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLYy4jcnM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYy4jcnM .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLYy4jcnM .collapsed .btn {
  display: flex;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse.collapsing,
.cid-rBLYy4jcnM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLYy4jcnM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLYy4jcnM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLYy4jcnM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLYy4jcnM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLYy4jcnM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLYy4jcnM .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLYy4jcnM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLYy4jcnM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLYy4jcnM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLYy4jcnM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLYy4jcnM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLYy4jcnM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLYy4jcnM .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLYy4jcnM img {
    height: 3.8rem !important;
  }
  .cid-rBLYy4jcnM .btn {
    display: flex;
  }
  .cid-rBLYy4jcnM button.navbar-toggler {
    display: block;
  }
  .cid-rBLYy4jcnM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLYy4jcnM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLYy4jcnM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLYy4jcnM .navbar-collapse.collapsing,
  .cid-rBLYy4jcnM .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLYy4jcnM .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLYy4jcnM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLYy4jcnM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLYy4jcnM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLYy4jcnM .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLYy4jcnM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLYy4jcnM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLYy4jcnM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLYy4jcnM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLYy4jcnM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLYy4jcnM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLYy4jcnM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLYy4jcnM .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLYy4jcnM .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLYy4jcnM .nav-link:hover,
.cid-rBLYy4jcnM .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-tqR0F0SR8q {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #073b4c;
}
.cid-tqR0F0SR8q .title {
  padding-bottom: 2.5rem;
}
.cid-tqR0F0SR8q .mbr-text {
  color: #efefef;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tqR0F0SR8q .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: 2rem;
}
.cid-tqR0F0SR8q .iconfont-wrapper .amp-iconfont {
  font-size: 2rem;
}
.cid-tqR0F0SR8q .wrapper {
  display: flex;
  padding: 1rem 0;
}
.cid-tqR0F0SR8q .wrapper .b-info {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tqR0F0SR8q .iconfont-wrapper {
    display: none;
  }
}
.cid-tqR0F0SR8q H2 {
  color: #149dcc;
  text-align: left;
}
.cid-tqR0F0SR8q H5 {
  color: #ff3366;
}
.cid-tqR0Hs5wrB .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR0Hs5wrB .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR0Hs5wrB .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqR0Hs5wrB .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR0Hs5wrB .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR0Hs5wrB .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR0Hs5wrB .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR0Hs5wrB .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR0Hs5wrB P {
  color: #232323;
}
.cid-tqR0Hs5wrB DIV {
  color: #ffffff;
}
.cid-tqR0Hs5wrB H10 {
  color: #767676;
}
.cid-tqR0Hs5wrB .hidden {
  display: none;
}
.cid-tqR0I7XewT .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR0I7XewT .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR0I7XewT .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR0I7XewT .hidden {
  display: none;
}
.cid-tqR0I7XewT H10 {
  color: #767676;
}
.cid-tqR0JYXZRB {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR0JYXZRB .content {
    text-align: center;
  }
  .cid-tqR0JYXZRB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR0JYXZRB .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR0JYXZRB .form-group,
.cid-tqR0JYXZRB .input-group-btn {
  padding: 0;
}
.cid-tqR0JYXZRB .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR0JYXZRB .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR0JYXZRB .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR0JYXZRB .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR0JYXZRB .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR0JYXZRB .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR0JYXZRB .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR0JYXZRB .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR0JYXZRB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR0JYXZRB .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR0JYXZRB .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR0JYXZRB .foot-logo {
    text-align: center !important;
  }
  .cid-tqR0JYXZRB .foot-title {
    text-align: center !important;
  }
  .cid-tqR0JYXZRB .mbr-text {
    text-align: center !important;
  }
  .cid-tqR0JYXZRB .form-group {
    margin: 0;
  }
}
.cid-tqR0JYXZRB .foot-logo {
  text-align: center;
}
.cid-rBLY4g8ucg .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLY4g8ucg .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLY4g8ucg a {
  font-style: normal;
}
.cid-rBLY4g8ucg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLY4g8ucg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLY4g8ucg .nav-item:focus,
.cid-rBLY4g8ucg .nav-link:focus {
  outline: none;
}
.cid-rBLY4g8ucg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLY4g8ucg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLY4g8ucg .menu-logo {
  margin-right: auto;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLY4g8ucg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLY4g8ucg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLY4g8ucg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLY4g8ucg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLY4g8ucg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLY4g8ucg .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLY4g8ucg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLY4g8ucg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLY4g8ucg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLY4g8ucg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLY4g8ucg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLY4g8ucg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLY4g8ucg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLY4g8ucg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLY4g8ucg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLY4g8ucg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLY4g8ucg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLY4g8ucg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLY4g8ucg button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLY4g8ucg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLY4g8ucg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLY4g8ucg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLY4g8ucg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLY4g8ucg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLY4g8ucg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLY4g8ucg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLY4g8ucg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLY4g8ucg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLY4g8ucg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLY4g8ucg .collapsed .btn {
  display: flex;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse.collapsing,
.cid-rBLY4g8ucg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLY4g8ucg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLY4g8ucg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLY4g8ucg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLY4g8ucg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLY4g8ucg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLY4g8ucg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLY4g8ucg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLY4g8ucg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLY4g8ucg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLY4g8ucg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLY4g8ucg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLY4g8ucg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLY4g8ucg .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLY4g8ucg img {
    height: 3.8rem !important;
  }
  .cid-rBLY4g8ucg .btn {
    display: flex;
  }
  .cid-rBLY4g8ucg button.navbar-toggler {
    display: block;
  }
  .cid-rBLY4g8ucg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLY4g8ucg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLY4g8ucg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLY4g8ucg .navbar-collapse.collapsing,
  .cid-rBLY4g8ucg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLY4g8ucg .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLY4g8ucg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLY4g8ucg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLY4g8ucg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLY4g8ucg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLY4g8ucg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLY4g8ucg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLY4g8ucg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLY4g8ucg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLY4g8ucg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLY4g8ucg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLY4g8ucg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLY4g8ucg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLY4g8ucg .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLY4g8ucg .nav-link:hover,
.cid-rBLY4g8ucg .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBO0stafKY {
  background-image: url("../../../assets/images/whatsapp-image-2022-11-12-at-1.03.03-pm-1-1600x1200.jpeg");
}
.cid-rBO0stafKY .mbr-text,
.cid-rBO0stafKY .mbr-section-btn {
  text-align: left;
}
.cid-rBO0stafKY H1 {
  text-align: left;
}
.cid-rBO0stafKY H3 {
  text-align: left;
}
.cid-rCNa0bErCy {
  padding-top: 105px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rCNa0bErCy .testimonial-text {
  font-style: italic;
  font-weight: 300;
  text-align: left;
}
.cid-rCNa0bErCy .mbr-author-name {
  font-weight: bold;
  text-align: left;
}
.cid-rCNa0bErCy .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-rCNa0bErCy .mbr-figure,
  .cid-rCNa0bErCy img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-rCNa0bErCy .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-rCNa0bErCy .mbr-author-desc {
  text-align: left;
}
.cid-tqQZB28NlY .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqQZB28NlY .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqQZB28NlY .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqQZB28NlY .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqQZB28NlY .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqQZB28NlY .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqQZB28NlY .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqQZB28NlY .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqQZB28NlY P {
  color: #232323;
}
.cid-tqQZB28NlY DIV {
  color: #ffffff;
}
.cid-tqQZB28NlY H10 {
  color: #767676;
}
.cid-tqQZB28NlY .hidden {
  display: none;
}
.cid-tqQZBm2yH8 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqQZBm2yH8 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqQZBm2yH8 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqQZBm2yH8 .hidden {
  display: none;
}
.cid-tqQZBm2yH8 H10 {
  color: #767676;
}
.cid-tqQZBHMHVd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqQZBHMHVd .content {
    text-align: center;
  }
  .cid-tqQZBHMHVd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqQZBHMHVd .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqQZBHMHVd .form-group,
.cid-tqQZBHMHVd .input-group-btn {
  padding: 0;
}
.cid-tqQZBHMHVd .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqQZBHMHVd .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqQZBHMHVd .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqQZBHMHVd .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqQZBHMHVd .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqQZBHMHVd .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqQZBHMHVd .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqQZBHMHVd .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqQZBHMHVd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqQZBHMHVd .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqQZBHMHVd .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqQZBHMHVd .foot-logo {
    text-align: center !important;
  }
  .cid-tqQZBHMHVd .foot-title {
    text-align: center !important;
  }
  .cid-tqQZBHMHVd .mbr-text {
    text-align: center !important;
  }
  .cid-tqQZBHMHVd .form-group {
    margin: 0;
  }
}
.cid-tqQZBHMHVd .foot-logo {
  text-align: center;
}
.cid-rBLYTtqPGZ .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLYTtqPGZ .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLYTtqPGZ a {
  font-style: normal;
}
.cid-rBLYTtqPGZ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLYTtqPGZ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLYTtqPGZ .nav-item:focus,
.cid-rBLYTtqPGZ .nav-link:focus {
  outline: none;
}
.cid-rBLYTtqPGZ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLYTtqPGZ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLYTtqPGZ .menu-logo {
  margin-right: auto;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLYTtqPGZ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLYTtqPGZ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLYTtqPGZ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLYTtqPGZ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLYTtqPGZ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLYTtqPGZ .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLYTtqPGZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLYTtqPGZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLYTtqPGZ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLYTtqPGZ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLYTtqPGZ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLYTtqPGZ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLYTtqPGZ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLYTtqPGZ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLYTtqPGZ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLYTtqPGZ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLYTtqPGZ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLYTtqPGZ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLYTtqPGZ button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLYTtqPGZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLYTtqPGZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLYTtqPGZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYTtqPGZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYTtqPGZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLYTtqPGZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYTtqPGZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLYTtqPGZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLYTtqPGZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYTtqPGZ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLYTtqPGZ .collapsed .btn {
  display: flex;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.collapsing,
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLYTtqPGZ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLYTtqPGZ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLYTtqPGZ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLYTtqPGZ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLYTtqPGZ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLYTtqPGZ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLYTtqPGZ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLYTtqPGZ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLYTtqPGZ .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLYTtqPGZ img {
    height: 3.8rem !important;
  }
  .cid-rBLYTtqPGZ .btn {
    display: flex;
  }
  .cid-rBLYTtqPGZ button.navbar-toggler {
    display: block;
  }
  .cid-rBLYTtqPGZ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLYTtqPGZ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLYTtqPGZ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLYTtqPGZ .navbar-collapse.collapsing,
  .cid-rBLYTtqPGZ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLYTtqPGZ .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLYTtqPGZ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLYTtqPGZ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLYTtqPGZ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLYTtqPGZ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLYTtqPGZ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLYTtqPGZ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLYTtqPGZ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLYTtqPGZ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLYTtqPGZ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLYTtqPGZ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLYTtqPGZ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLYTtqPGZ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLYTtqPGZ .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLYTtqPGZ .nav-link:hover,
.cid-rBLYTtqPGZ .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBNK6L1iim {
  background-image: url("../../../assets/images/whatsapp-image-2022-11-12-at-1.03.03-pm-1-1600x1200.jpeg");
}
.cid-rBNK6L1iim .mbr-text,
.cid-rBNK6L1iim .mbr-section-btn {
  text-align: left;
}
.cid-rBNK6L1iim H1 {
  text-align: left;
}
.cid-rBTT4qgPIe {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNLGiEMAy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNLGiEMAy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBNLGiEMAy .section-text {
  padding: 2rem 0;
}
.cid-rBNLGiEMAy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBNLGiEMAy .inner-container {
    width: 100% !important;
  }
}
.cid-rBNLRmw6Sh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x12807.jpg");
}
.cid-rBNLRmw6Sh .mbr-section-subtitle,
.cid-rBNLRmw6Sh .mbr-text {
  color: #767676;
}
.cid-rBNLRmw6Sh .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBNLRmw6Sh .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBNLRmw6Sh .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBNLRmw6Sh .card-wrapper .card-img .mbr-overlay {
  background-color: #cccccc;
  display: none;
  transition: opacity .3s;
}
.cid-rBNLRmw6Sh .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBNLRmw6Sh .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBNLRmw6Sh .card-wrapper .card-box {
  background-color: #cccccc;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBNLRmw6Sh .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBNLRmw6Sh .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBNLRmw6Sh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBNLRmw6Sh .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBNLRmw6Sh .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBNLRmw6Sh .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBNLRmw6Sh .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBNLRmw6Sh .card-title {
  text-align: center;
}
.cid-tr4Wkkk5Tk .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #55b4d4;
  top: 0px;
}
.cid-tr4Wkkk5Tk .progress-bar {
  height: 9px;
  background: #073b4c;
  width: 0%;
}
.cid-tr4Wkkk5Tk .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tr4Wkkk5Tk .hidden {
  display: none;
}
.cid-tr4Wkkk5Tk H10 {
  color: #767676;
}
.cid-tr4XHOSMxh .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr4XHOSMxh .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr4XHOSMxh .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr4XHOSMxh .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr4XHOSMxh .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr4XHOSMxh .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr4XHOSMxh .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr4XHOSMxh .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr4XHOSMxh P {
  color: #232323;
}
.cid-tr4XHOSMxh DIV {
  color: #ffffff;
}
.cid-tr4XHOSMxh H10 {
  color: #767676;
}
.cid-tr4XHOSMxh .hidden {
  display: none;
}
.cid-tr4XHOSMxh p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr4XHOSMxh .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr4XHOSMxh .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr4XHOSMxh .sticky li:hover {
  margin-left: -100px;
}
.cid-tr4XHOSMxh .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr4XHOSMxh .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tr4WiE9bEj .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr4WiE9bEj .my-float {
  margin-top: 16px;
}
.cid-tr4WiE9bEj P {
  color: #232323;
}
.cid-tr4WiE9bEj DIV {
  color: #ffffff;
}
.cid-tr4WiE9bEj H10 {
  color: #767676;
}
.cid-tr4WiE9bEj .hidden {
  display: none;
}
.cid-tr56030rA2 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr56030rA2 .content {
    text-align: center;
  }
  .cid-tr56030rA2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr56030rA2 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr56030rA2 .form-group,
.cid-tr56030rA2 .input-group-btn {
  padding: 0;
}
.cid-tr56030rA2 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr56030rA2 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr56030rA2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr56030rA2 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr56030rA2 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr56030rA2 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr56030rA2 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr56030rA2 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr56030rA2 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr56030rA2 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr56030rA2 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr56030rA2 .foot-logo {
    text-align: center !important;
  }
  .cid-tr56030rA2 .foot-title {
    text-align: center !important;
  }
  .cid-tr56030rA2 .mbr-text {
    text-align: center !important;
  }
  .cid-tr56030rA2 .form-group {
    margin: 0;
  }
}
.cid-tr56030rA2 .foot-logo {
  text-align: center;
}
.cid-tr56030rA2 .foot-text {
  color: #cccccc;
}
.cid-tr56030rA2 .foot-title {
  color: #cccccc;
}
.cid-rBSXO6mCU3 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBSXO6mCU3 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBSXO6mCU3 a {
  font-style: normal;
}
.cid-rBSXO6mCU3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBSXO6mCU3 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBSXO6mCU3 .nav-item:focus,
.cid-rBSXO6mCU3 .nav-link:focus {
  outline: none;
}
.cid-rBSXO6mCU3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBSXO6mCU3 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBSXO6mCU3 .menu-logo {
  margin-right: auto;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBSXO6mCU3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBSXO6mCU3 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBSXO6mCU3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBSXO6mCU3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBSXO6mCU3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBSXO6mCU3 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBSXO6mCU3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBSXO6mCU3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBSXO6mCU3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBSXO6mCU3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBSXO6mCU3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBSXO6mCU3 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBSXO6mCU3 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBSXO6mCU3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBSXO6mCU3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBSXO6mCU3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBSXO6mCU3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBSXO6mCU3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBSXO6mCU3 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBSXO6mCU3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBSXO6mCU3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBSXO6mCU3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSXO6mCU3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSXO6mCU3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBSXO6mCU3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSXO6mCU3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBSXO6mCU3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBSXO6mCU3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSXO6mCU3 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBSXO6mCU3 .collapsed .btn {
  display: flex;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.collapsing,
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBSXO6mCU3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBSXO6mCU3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBSXO6mCU3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBSXO6mCU3 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBSXO6mCU3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBSXO6mCU3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBSXO6mCU3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBSXO6mCU3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBSXO6mCU3 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBSXO6mCU3 img {
    height: 3.8rem !important;
  }
  .cid-rBSXO6mCU3 .btn {
    display: flex;
  }
  .cid-rBSXO6mCU3 button.navbar-toggler {
    display: block;
  }
  .cid-rBSXO6mCU3 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBSXO6mCU3 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBSXO6mCU3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBSXO6mCU3 .navbar-collapse.collapsing,
  .cid-rBSXO6mCU3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBSXO6mCU3 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBSXO6mCU3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBSXO6mCU3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBSXO6mCU3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBSXO6mCU3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBSXO6mCU3 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBSXO6mCU3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBSXO6mCU3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBSXO6mCU3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBSXO6mCU3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBSXO6mCU3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBSXO6mCU3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBSXO6mCU3 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBSXO6mCU3 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBSXO6mCU3 .nav-link:hover,
.cid-rBSXO6mCU3 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBSXO8DGQg {
  background-image: url("../../../assets/images/mbr-1-1920x14408.jpg");
}
.cid-rBSXO8DGQg .mbr-text,
.cid-rBSXO8DGQg .mbr-section-btn {
  text-align: left;
}
.cid-rBSXO8DGQg H1 {
  text-align: left;
}
.cid-rBTTmV0Ytg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBTNfEErZc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBTNfEErZc .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBTNfEErZc .modal-body .close {
  background: #1b1b1b;
}
.cid-rBTNfEErZc .modal-body .close span {
  font-style: normal;
}
.cid-rBTNfEErZc .carousel-inner > .active,
.cid-rBTNfEErZc .carousel-inner > .next,
.cid-rBTNfEErZc .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBTNfEErZc .carousel-control .icon-next,
.cid-rBTNfEErZc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBTNfEErZc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBTNfEErZc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBTNfEErZc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBTNfEErZc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBTNfEErZc .boxed-slider > div {
  position: relative;
}
.cid-rBTNfEErZc .container img {
  width: 100%;
}
.cid-rBTNfEErZc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBTNfEErZc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTNfEErZc .mbr-table-cell {
  padding: 0;
}
.cid-rBTNfEErZc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBTNfEErZc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBTNfEErZc .mbr-overlay {
  z-index: 1;
}
.cid-rBTNfEErZc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTNfEErZc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBTNfEErZc .carousel-item .container {
    width: 100%;
  }
}
.cid-rBTNfEErZc .carousel-item-next.carousel-item-left,
.cid-rBTNfEErZc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBTNfEErZc .active.carousel-item-right,
.cid-rBTNfEErZc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBTNfEErZc .active.carousel-item-left,
.cid-rBTNfEErZc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBTNfEErZc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBTNfEErZc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBTNfEErZc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBTNfEErZc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBTNfEErZc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBTNfEErZc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBTNfEErZc .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBTNfEErZc .mbr-slider .carousel-indicators li.active,
.cid-rBTNfEErZc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBTNfEErZc .mbr-slider .carousel-indicators li::after,
.cid-rBTNfEErZc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBTNfEErZc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBTNfEErZc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBTNfEErZc .mbr-slider > .container img {
  width: 100%;
}
.cid-rBTNfEErZc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBTNfEErZc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBTNfEErZc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBTNfEErZc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTNfEErZc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBTNfEErZc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBTNfEErZc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBTNfEErZc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBTNfEErZc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBTNfEErZc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTNfEErZc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBTNfEErZc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBTNfEErZc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBTNfEErZc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBTNfEErZc .carousel-inner {
  height: 100%;
}
.cid-rBTNfEErZc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBTNfEErZc .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBTNfEErZc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBTNfEErZc .carousel-item .container-slide {
  text-align: center;
}
.cid-rBTNfEErZc .content-slider-wrap {
  width: 90%;
}
.cid-rCaibIc1b8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaibIc1b8 .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaibIc1b8 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBSXOaquSd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBSXOaquSd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBSXOaquSd .section-text {
  padding: 2rem 0;
}
.cid-rBSXOaquSd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBSXOaquSd .inner-container {
    width: 100% !important;
  }
}
.cid-rBTEqgLNUR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rBTEqgLNUR .mbr-text,
.cid-rBTEqgLNUR blockquote {
  color: #767676;
}
.cid-rBTEqgLNUR .mbr-text P {
  text-align: left;
}
.cid-rBTEqgLNUR .mbr-text {
  color: #cccccc;
}
.cid-trg5ZeFVC0 .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trg5ZeFVC0 .my-float {
  margin-top: 16px;
}
.cid-trg5ZeFVC0 P {
  color: #232323;
}
.cid-trg5ZeFVC0 DIV {
  color: #ffffff;
}
.cid-trg5ZeFVC0 H10 {
  color: #767676;
}
.cid-trg5ZeFVC0 .hidden {
  display: none;
}
.cid-trg5YxJAdv .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trg5YxJAdv .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trg5YxJAdv .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trg5YxJAdv .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trg5YxJAdv .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trg5YxJAdv .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trg5YxJAdv .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trg5YxJAdv .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trg5YxJAdv P {
  color: #232323;
}
.cid-trg5YxJAdv DIV {
  color: #ffffff;
}
.cid-trg5YxJAdv H10 {
  color: #767676;
}
.cid-trg5YxJAdv .hidden {
  display: none;
}
.cid-trg5YxJAdv p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trg5YxJAdv .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trg5YxJAdv .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trg5YxJAdv .sticky li:hover {
  margin-left: -100px;
}
.cid-trg5YxJAdv .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trg5YxJAdv .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqR5ZoEmFi .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR5ZoEmFi .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR5ZoEmFi .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR5ZoEmFi .hidden {
  display: none;
}
.cid-tqR5ZoEmFi H10 {
  color: #767676;
}
.cid-tqR605D7dX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR605D7dX .content {
    text-align: center;
  }
  .cid-tqR605D7dX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR605D7dX .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR605D7dX .form-group,
.cid-tqR605D7dX .input-group-btn {
  padding: 0;
}
.cid-tqR605D7dX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR605D7dX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR605D7dX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR605D7dX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR605D7dX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR605D7dX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR605D7dX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR605D7dX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR605D7dX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR605D7dX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR605D7dX .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR605D7dX .foot-logo {
    text-align: center !important;
  }
  .cid-tqR605D7dX .foot-title {
    text-align: center !important;
  }
  .cid-tqR605D7dX .mbr-text {
    text-align: center !important;
  }
  .cid-tqR605D7dX .form-group {
    margin: 0;
  }
}
.cid-tqR605D7dX .foot-logo {
  text-align: center;
}
.cid-rBSHsVH3ys .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBSHsVH3ys .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBSHsVH3ys a {
  font-style: normal;
}
.cid-rBSHsVH3ys .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBSHsVH3ys .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBSHsVH3ys .nav-item:focus,
.cid-rBSHsVH3ys .nav-link:focus {
  outline: none;
}
.cid-rBSHsVH3ys .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBSHsVH3ys .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBSHsVH3ys .menu-logo {
  margin-right: auto;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBSHsVH3ys .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBSHsVH3ys .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBSHsVH3ys .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBSHsVH3ys .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBSHsVH3ys .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBSHsVH3ys .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBSHsVH3ys .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBSHsVH3ys .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBSHsVH3ys .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBSHsVH3ys .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBSHsVH3ys .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBSHsVH3ys .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBSHsVH3ys .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBSHsVH3ys .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBSHsVH3ys .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBSHsVH3ys .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBSHsVH3ys .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBSHsVH3ys button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBSHsVH3ys button.navbar-toggler:focus {
  outline: none;
}
.cid-rBSHsVH3ys button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBSHsVH3ys button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBSHsVH3ys button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHsVH3ys button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHsVH3ys button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBSHsVH3ys nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHsVH3ys nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBSHsVH3ys nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBSHsVH3ys nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHsVH3ys .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBSHsVH3ys .collapsed .btn {
  display: flex;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse.collapsing,
.cid-rBSHsVH3ys .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBSHsVH3ys .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBSHsVH3ys .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBSHsVH3ys .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBSHsVH3ys .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBSHsVH3ys .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBSHsVH3ys .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBSHsVH3ys .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBSHsVH3ys .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBSHsVH3ys .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBSHsVH3ys .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBSHsVH3ys .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBSHsVH3ys .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBSHsVH3ys .navbar-expand {
    flex-direction: column;
  }
  .cid-rBSHsVH3ys img {
    height: 3.8rem !important;
  }
  .cid-rBSHsVH3ys .btn {
    display: flex;
  }
  .cid-rBSHsVH3ys button.navbar-toggler {
    display: block;
  }
  .cid-rBSHsVH3ys .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBSHsVH3ys .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBSHsVH3ys .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBSHsVH3ys .navbar-collapse.collapsing,
  .cid-rBSHsVH3ys .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBSHsVH3ys .navbar-collapse.collapsing .navbar-nav,
  .cid-rBSHsVH3ys .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBSHsVH3ys .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBSHsVH3ys .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBSHsVH3ys .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBSHsVH3ys .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBSHsVH3ys .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBSHsVH3ys .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBSHsVH3ys .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBSHsVH3ys .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBSHsVH3ys .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBSHsVH3ys .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBSHsVH3ys .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBSHsVH3ys .navbar-collapse {
  flex-basis: auto;
}
.cid-rBSHsVH3ys .nav-link:hover,
.cid-rBSHsVH3ys .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBSHsZ19kT {
  background-image: url("../../../assets/images/1b90ce56-7f19-4396-83b2-4aeb4581aacd.jpeg");
}
.cid-rBSHsZ19kT .mbr-text,
.cid-rBSHsZ19kT .mbr-section-btn {
  text-align: left;
}
.cid-rBSHsZ19kT H1 {
  text-align: left;
}
.cid-rBV6kiuBav {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBTQVWZvuD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBTQVWZvuD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBTQVWZvuD .modal-body .close {
  background: #1b1b1b;
}
.cid-rBTQVWZvuD .modal-body .close span {
  font-style: normal;
}
.cid-rBTQVWZvuD .carousel-inner > .active,
.cid-rBTQVWZvuD .carousel-inner > .next,
.cid-rBTQVWZvuD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBTQVWZvuD .carousel-control .icon-next,
.cid-rBTQVWZvuD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBTQVWZvuD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBTQVWZvuD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBTQVWZvuD .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBTQVWZvuD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBTQVWZvuD .boxed-slider > div {
  position: relative;
}
.cid-rBTQVWZvuD .container img {
  width: 100%;
}
.cid-rBTQVWZvuD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBTQVWZvuD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTQVWZvuD .mbr-table-cell {
  padding: 0;
}
.cid-rBTQVWZvuD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBTQVWZvuD .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBTQVWZvuD .mbr-overlay {
  z-index: 1;
}
.cid-rBTQVWZvuD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTQVWZvuD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBTQVWZvuD .carousel-item .container {
    width: 100%;
  }
}
.cid-rBTQVWZvuD .carousel-item-next.carousel-item-left,
.cid-rBTQVWZvuD .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBTQVWZvuD .active.carousel-item-right,
.cid-rBTQVWZvuD .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBTQVWZvuD .active.carousel-item-left,
.cid-rBTQVWZvuD .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBTQVWZvuD .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBTQVWZvuD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBTQVWZvuD .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators li.active,
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators li::after,
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBTQVWZvuD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBTQVWZvuD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBTQVWZvuD .mbr-slider > .container img {
  width: 100%;
}
.cid-rBTQVWZvuD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBTQVWZvuD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBTQVWZvuD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBTQVWZvuD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTQVWZvuD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBTQVWZvuD .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBTQVWZvuD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBTQVWZvuD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBTQVWZvuD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBTQVWZvuD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTQVWZvuD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBTQVWZvuD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBTQVWZvuD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBTQVWZvuD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBTQVWZvuD .carousel-inner {
  height: 100%;
}
.cid-rBTQVWZvuD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBTQVWZvuD .image_wrapper {
  height: 500px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBTQVWZvuD .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBTQVWZvuD .carousel-item .container-slide {
  text-align: center;
}
.cid-rBTQVWZvuD .content-slider-wrap {
  width: 91%;
}
.cid-rCalMz0s2h {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCalMz0s2h .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCalMz0s2h .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rCalNtMZQt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCalNtMZQt .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCalNtMZQt .section-text {
  padding: 2rem 0;
}
.cid-rCalNtMZQt .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCalNtMZQt .inner-container {
    width: 100% !important;
  }
}
.cid-rCbKAOQhWD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbKAOQhWD .mbr-text,
.cid-rCbKAOQhWD blockquote {
  color: #767676;
}
.cid-rCbKAOQhWD .mbr-text P {
  text-align: left;
}
.cid-rCbKAOQhWD .mbr-text {
  color: #cccccc;
}
.cid-trgrBeonZv .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trgrBeonZv .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trgrBeonZv .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trgrBeonZv .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trgrBeonZv .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trgrBeonZv .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trgrBeonZv .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trgrBeonZv .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trgrBeonZv P {
  color: #232323;
}
.cid-trgrBeonZv DIV {
  color: #ffffff;
}
.cid-trgrBeonZv H10 {
  color: #767676;
}
.cid-trgrBeonZv .hidden {
  display: none;
}
.cid-trgrBeonZv p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trgrBeonZv .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trgrBeonZv .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trgrBeonZv .sticky li:hover {
  margin-left: -100px;
}
.cid-trgrBeonZv .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trgrBeonZv .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trgryHolz9 .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trgryHolz9 .my-float {
  margin-top: 16px;
}
.cid-trgryHolz9 P {
  color: #232323;
}
.cid-trgryHolz9 DIV {
  color: #ffffff;
}
.cid-trgryHolz9 H10 {
  color: #767676;
}
.cid-trgryHolz9 .hidden {
  display: none;
}
.cid-tqR6vqiX4E .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR6vqiX4E .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR6vqiX4E .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR6vqiX4E .hidden {
  display: none;
}
.cid-tqR6vqiX4E H10 {
  color: #767676;
}
.cid-tqR6w6R6hV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR6w6R6hV .content {
    text-align: center;
  }
  .cid-tqR6w6R6hV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR6w6R6hV .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR6w6R6hV .form-group,
.cid-tqR6w6R6hV .input-group-btn {
  padding: 0;
}
.cid-tqR6w6R6hV .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR6w6R6hV .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR6w6R6hV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR6w6R6hV .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR6w6R6hV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR6w6R6hV .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR6w6R6hV .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR6w6R6hV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR6w6R6hV .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR6w6R6hV .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR6w6R6hV .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR6w6R6hV .foot-logo {
    text-align: center !important;
  }
  .cid-tqR6w6R6hV .foot-title {
    text-align: center !important;
  }
  .cid-tqR6w6R6hV .mbr-text {
    text-align: center !important;
  }
  .cid-tqR6w6R6hV .form-group {
    margin: 0;
  }
}
.cid-tqR6w6R6hV .foot-logo {
  text-align: center;
}
.cid-rBSHwb40Ng .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBSHwb40Ng .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBSHwb40Ng a {
  font-style: normal;
}
.cid-rBSHwb40Ng .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBSHwb40Ng .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBSHwb40Ng .nav-item:focus,
.cid-rBSHwb40Ng .nav-link:focus {
  outline: none;
}
.cid-rBSHwb40Ng .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBSHwb40Ng .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBSHwb40Ng .menu-logo {
  margin-right: auto;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBSHwb40Ng .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBSHwb40Ng .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBSHwb40Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBSHwb40Ng .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBSHwb40Ng .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBSHwb40Ng .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBSHwb40Ng .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBSHwb40Ng .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBSHwb40Ng .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBSHwb40Ng .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBSHwb40Ng .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBSHwb40Ng .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBSHwb40Ng .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBSHwb40Ng .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBSHwb40Ng .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBSHwb40Ng .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBSHwb40Ng .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBSHwb40Ng button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBSHwb40Ng button.navbar-toggler:focus {
  outline: none;
}
.cid-rBSHwb40Ng button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBSHwb40Ng button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBSHwb40Ng button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHwb40Ng button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHwb40Ng button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBSHwb40Ng nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHwb40Ng nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBSHwb40Ng nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBSHwb40Ng nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHwb40Ng .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBSHwb40Ng .collapsed .btn {
  display: flex;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse.collapsing,
.cid-rBSHwb40Ng .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBSHwb40Ng .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBSHwb40Ng .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBSHwb40Ng .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBSHwb40Ng .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBSHwb40Ng .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBSHwb40Ng .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBSHwb40Ng .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBSHwb40Ng .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBSHwb40Ng .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBSHwb40Ng .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBSHwb40Ng .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBSHwb40Ng .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBSHwb40Ng .navbar-expand {
    flex-direction: column;
  }
  .cid-rBSHwb40Ng img {
    height: 3.8rem !important;
  }
  .cid-rBSHwb40Ng .btn {
    display: flex;
  }
  .cid-rBSHwb40Ng button.navbar-toggler {
    display: block;
  }
  .cid-rBSHwb40Ng .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBSHwb40Ng .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBSHwb40Ng .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBSHwb40Ng .navbar-collapse.collapsing,
  .cid-rBSHwb40Ng .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBSHwb40Ng .navbar-collapse.collapsing .navbar-nav,
  .cid-rBSHwb40Ng .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBSHwb40Ng .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBSHwb40Ng .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBSHwb40Ng .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBSHwb40Ng .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBSHwb40Ng .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBSHwb40Ng .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBSHwb40Ng .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBSHwb40Ng .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBSHwb40Ng .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBSHwb40Ng .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBSHwb40Ng .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBSHwb40Ng .navbar-collapse {
  flex-basis: auto;
}
.cid-rBSHwb40Ng .nav-link:hover,
.cid-rBSHwb40Ng .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBSHwcJb1X {
  background-image: url("../../../assets/images/img-20220319-wa0045-1.jpeg");
}
.cid-rBSHwcJb1X .mbr-text,
.cid-rBSHwcJb1X .mbr-section-btn {
  text-align: left;
}
.cid-rBSHwcJb1X H1 {
  text-align: left;
}
.cid-rBVc13TSzE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-tqR6FHKSGR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1b4452;
}
.cid-tqR6FHKSGR .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tqR6FHKSGR .modal-body .close {
  background: #1b1b1b;
}
.cid-tqR6FHKSGR .modal-body .close span {
  font-style: normal;
}
.cid-tqR6FHKSGR .carousel-inner > .active,
.cid-tqR6FHKSGR .carousel-inner > .next,
.cid-tqR6FHKSGR .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-tqR6FHKSGR .carousel-control .icon-next,
.cid-tqR6FHKSGR .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tqR6FHKSGR .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR6FHKSGR .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tqR6FHKSGR .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-tqR6FHKSGR .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tqR6FHKSGR .boxed-slider > div {
  position: relative;
}
.cid-tqR6FHKSGR .container img {
  width: 100%;
}
.cid-tqR6FHKSGR .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tqR6FHKSGR .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqR6FHKSGR .mbr-table-cell {
  padding: 0;
}
.cid-tqR6FHKSGR .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tqR6FHKSGR .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-tqR6FHKSGR .mbr-overlay {
  z-index: 1;
}
.cid-tqR6FHKSGR .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqR6FHKSGR .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tqR6FHKSGR .carousel-item .container {
    width: 100%;
  }
}
.cid-tqR6FHKSGR .carousel-item-next.carousel-item-left,
.cid-tqR6FHKSGR .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tqR6FHKSGR .active.carousel-item-right,
.cid-tqR6FHKSGR .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tqR6FHKSGR .active.carousel-item-left,
.cid-tqR6FHKSGR .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tqR6FHKSGR .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tqR6FHKSGR .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tqR6FHKSGR .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators li.active,
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators li::after,
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tqR6FHKSGR .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tqR6FHKSGR .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tqR6FHKSGR .mbr-slider > .container img {
  width: 100%;
}
.cid-tqR6FHKSGR .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR6FHKSGR .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tqR6FHKSGR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tqR6FHKSGR .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tqR6FHKSGR .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tqR6FHKSGR .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tqR6FHKSGR .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tqR6FHKSGR .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-tqR6FHKSGR .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tqR6FHKSGR .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tqR6FHKSGR .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tqR6FHKSGR .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tqR6FHKSGR .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tqR6FHKSGR .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-tqR6FHKSGR .carousel-inner {
  height: 100%;
}
.cid-tqR6FHKSGR .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-tqR6FHKSGR .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-tqR6FHKSGR .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-tqR6FHKSGR .carousel-item .container-slide {
  text-align: center;
}
.cid-tqR6FHKSGR .content-slider-wrap {
  width: 91%;
}
.cid-tqR6FHKSGR H2 {
  color: #cebfaf;
}
.cid-rCan1bsFQ4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCan1bsFQ4 .mbr-text,
.cid-rCan1bsFQ4 blockquote {
  color: #767676;
}
.cid-rCan1bsFQ4 .mbr-text P {
  text-align: left;
}
.cid-rCan1bsFQ4 .mbr-text {
  color: #cccccc;
}
.cid-trg8f3mqdv {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #c1c1c1;
}
.cid-trg8f3mqdv .showAlerts {
  display: block !important;
}
.cid-trg8f3mqdv .rowflexrev {
  display: -webkit-flex;
}
.cid-trg8f3mqdv .title {
  margin-bottom: 2rem;
}
.cid-trg8f3mqdv .mbr-section-subtitle {
  color: #767676;
}
.cid-trg8f3mqdv textarea.form-control {
  min-height: 188px;
}
.cid-trg8f3mqdv LABEL {
  color: #232323;
  display: initial;
}
.cid-trg8f3mqdv .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trg8f3mqdv .mbr-section-labels {
  color: #0f7699;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-trg8f3mqdv .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trg8f3mqdv .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-trg8f3mqdv .alert {
  margin-bottom: 0;
}
.cid-trg8f3mqdv .alert-success {
  background-color: #70c770;
}
.cid-trg8f3mqdv .alert-danger {
  background-color: #ff4a52;
}
.cid-trg8f3mqdv .btn {
  display: inline-flex;
}
.cid-trg8f3mqdv .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-trg8f3mqdv .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-trg8f3mqdv .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-trg8f3mqdv input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trg8f3mqdv input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trg8f3mqdv input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-trg8f3mqdv H2 {
  color: #0f7699;
}
.cid-tr7Jd7piZ7 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr7Jd7piZ7 .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr7Jd7piZ7 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr7Jd7piZ7 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr7Jd7piZ7 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr7Jd7piZ7 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr7Jd7piZ7 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr7Jd7piZ7 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr7Jd7piZ7 P {
  color: #232323;
}
.cid-tr7Jd7piZ7 DIV {
  color: #ffffff;
}
.cid-tr7Jd7piZ7 H10 {
  color: #767676;
}
.cid-tr7Jd7piZ7 .hidden {
  display: none;
}
.cid-tr7Jd7piZ7 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr7Jd7piZ7 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr7Jd7piZ7 .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr7Jd7piZ7 .sticky li:hover {
  margin-left: -100px;
}
.cid-tr7Jd7piZ7 .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr7Jd7piZ7 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tr7JcobIRs .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr7JcobIRs .my-float {
  margin-top: 16px;
}
.cid-tr7JcobIRs P {
  color: #232323;
}
.cid-tr7JcobIRs DIV {
  color: #ffffff;
}
.cid-tr7JcobIRs H10 {
  color: #767676;
}
.cid-tr7JcobIRs .hidden {
  display: none;
}
.cid-tqR6TETeMh .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR6TETeMh .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR6TETeMh .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR6TETeMh .hidden {
  display: none;
}
.cid-tqR6TETeMh H10 {
  color: #767676;
}
.cid-tr7JhC4GB3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr7JhC4GB3 .content {
    text-align: center;
  }
  .cid-tr7JhC4GB3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr7JhC4GB3 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr7JhC4GB3 .form-group,
.cid-tr7JhC4GB3 .input-group-btn {
  padding: 0;
}
.cid-tr7JhC4GB3 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr7JhC4GB3 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr7JhC4GB3 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr7JhC4GB3 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr7JhC4GB3 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr7JhC4GB3 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr7JhC4GB3 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr7JhC4GB3 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr7JhC4GB3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr7JhC4GB3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr7JhC4GB3 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr7JhC4GB3 .foot-logo {
    text-align: center !important;
  }
  .cid-tr7JhC4GB3 .foot-title {
    text-align: center !important;
  }
  .cid-tr7JhC4GB3 .mbr-text {
    text-align: center !important;
  }
  .cid-tr7JhC4GB3 .form-group {
    margin: 0;
  }
}
.cid-tr7JhC4GB3 .foot-logo {
  text-align: center;
}
.cid-tr7JhC4GB3 .foot-text {
  color: #cccccc;
}
.cid-tr7JhC4GB3 .foot-title {
  color: #cccccc;
}
.cid-rBSHziojnj .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBSHziojnj .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBSHziojnj a {
  font-style: normal;
}
.cid-rBSHziojnj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBSHziojnj .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBSHziojnj .nav-item:focus,
.cid-rBSHziojnj .nav-link:focus {
  outline: none;
}
.cid-rBSHziojnj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBSHziojnj .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBSHziojnj .menu-logo {
  margin-right: auto;
}
.cid-rBSHziojnj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBSHziojnj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBSHziojnj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBSHziojnj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBSHziojnj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBSHziojnj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBSHziojnj .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBSHziojnj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBSHziojnj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBSHziojnj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBSHziojnj .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBSHziojnj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBSHziojnj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBSHziojnj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBSHziojnj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBSHziojnj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBSHziojnj .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBSHziojnj .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBSHziojnj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBSHziojnj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBSHziojnj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBSHziojnj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBSHziojnj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBSHziojnj button.navbar-toggler:focus {
  outline: none;
}
.cid-rBSHziojnj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBSHziojnj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBSHziojnj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHziojnj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBSHziojnj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBSHziojnj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHziojnj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBSHziojnj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBSHziojnj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBSHziojnj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBSHziojnj .collapsed .btn {
  display: flex;
}
.cid-rBSHziojnj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBSHziojnj .collapsed .navbar-collapse.collapsing,
.cid-rBSHziojnj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBSHziojnj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBSHziojnj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBSHziojnj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBSHziojnj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBSHziojnj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBSHziojnj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBSHziojnj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBSHziojnj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBSHziojnj .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBSHziojnj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBSHziojnj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBSHziojnj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBSHziojnj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBSHziojnj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBSHziojnj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBSHziojnj .navbar-expand {
    flex-direction: column;
  }
  .cid-rBSHziojnj img {
    height: 3.8rem !important;
  }
  .cid-rBSHziojnj .btn {
    display: flex;
  }
  .cid-rBSHziojnj button.navbar-toggler {
    display: block;
  }
  .cid-rBSHziojnj .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBSHziojnj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBSHziojnj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBSHziojnj .navbar-collapse.collapsing,
  .cid-rBSHziojnj .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBSHziojnj .navbar-collapse.collapsing .navbar-nav,
  .cid-rBSHziojnj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBSHziojnj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBSHziojnj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBSHziojnj .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBSHziojnj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBSHziojnj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBSHziojnj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBSHziojnj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBSHziojnj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBSHziojnj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBSHziojnj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBSHziojnj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBSHziojnj .navbar-collapse {
  flex-basis: auto;
}
.cid-rBSHziojnj .nav-link:hover,
.cid-rBSHziojnj .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBSHzjY8BA {
  background-image: url("../../../assets/images/mbr-2-1920x144010.jpg");
}
.cid-rBSHzjY8BA .mbr-text,
.cid-rBSHzjY8BA .mbr-section-btn {
  text-align: left;
}
.cid-rBSHzjY8BA H1 {
  text-align: left;
}
.cid-rC0bBsWLee {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBTS51Sitr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBTS51Sitr .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBTS51Sitr .modal-body .close {
  background: #1b1b1b;
}
.cid-rBTS51Sitr .modal-body .close span {
  font-style: normal;
}
.cid-rBTS51Sitr .carousel-inner > .active,
.cid-rBTS51Sitr .carousel-inner > .next,
.cid-rBTS51Sitr .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBTS51Sitr .carousel-control .icon-next,
.cid-rBTS51Sitr .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBTS51Sitr .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBTS51Sitr .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBTS51Sitr .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBTS51Sitr .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBTS51Sitr .boxed-slider > div {
  position: relative;
}
.cid-rBTS51Sitr .container img {
  width: 100%;
}
.cid-rBTS51Sitr .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBTS51Sitr .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTS51Sitr .mbr-table-cell {
  padding: 0;
}
.cid-rBTS51Sitr .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBTS51Sitr .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBTS51Sitr .mbr-overlay {
  z-index: 1;
}
.cid-rBTS51Sitr .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTS51Sitr .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBTS51Sitr .carousel-item .container {
    width: 100%;
  }
}
.cid-rBTS51Sitr .carousel-item-next.carousel-item-left,
.cid-rBTS51Sitr .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBTS51Sitr .active.carousel-item-right,
.cid-rBTS51Sitr .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBTS51Sitr .active.carousel-item-left,
.cid-rBTS51Sitr .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBTS51Sitr .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBTS51Sitr .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBTS51Sitr .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBTS51Sitr .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBTS51Sitr .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBTS51Sitr .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBTS51Sitr .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBTS51Sitr .mbr-slider .carousel-indicators li.active,
.cid-rBTS51Sitr .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBTS51Sitr .mbr-slider .carousel-indicators li::after,
.cid-rBTS51Sitr .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBTS51Sitr .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBTS51Sitr .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBTS51Sitr .mbr-slider > .container img {
  width: 100%;
}
.cid-rBTS51Sitr .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBTS51Sitr .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBTS51Sitr .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBTS51Sitr .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBTS51Sitr .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBTS51Sitr .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBTS51Sitr .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBTS51Sitr .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBTS51Sitr .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBTS51Sitr .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBTS51Sitr .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBTS51Sitr .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBTS51Sitr .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBTS51Sitr .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBTS51Sitr .carousel-inner {
  height: 100%;
}
.cid-rBTS51Sitr .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBTS51Sitr .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBTS51Sitr .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBTS51Sitr .carousel-item .container-slide {
  text-align: center;
}
.cid-rBTS51Sitr .content-slider-wrap {
  width: 90%;
}
.cid-rCaDKoFwJZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaDKoFwJZ .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaDKoFwJZ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBTS5GLrWd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBTS5GLrWd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBTS5GLrWd .section-text {
  padding: 2rem 0;
}
.cid-rBTS5GLrWd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBTS5GLrWd .inner-container {
    width: 100% !important;
  }
}
.cid-rCaDLTTdi1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaDLTTdi1 .mbr-text,
.cid-rCaDLTTdi1 blockquote {
  color: #767676;
}
.cid-rCaDLTTdi1 .mbr-text P {
  text-align: left;
}
.cid-rCaDLTTdi1 .mbr-text {
  color: #cccccc;
}
.cid-trgBNUZRo2 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trgBNUZRo2 .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trgBNUZRo2 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trgBNUZRo2 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trgBNUZRo2 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trgBNUZRo2 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trgBNUZRo2 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trgBNUZRo2 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trgBNUZRo2 P {
  color: #232323;
}
.cid-trgBNUZRo2 DIV {
  color: #ffffff;
}
.cid-trgBNUZRo2 H10 {
  color: #767676;
}
.cid-trgBNUZRo2 .hidden {
  display: none;
}
.cid-trgBNUZRo2 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trgBNUZRo2 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trgBNUZRo2 .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trgBNUZRo2 .sticky li:hover {
  margin-left: -100px;
}
.cid-trgBNUZRo2 .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trgBNUZRo2 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trgBL3nbyM .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trgBL3nbyM .my-float {
  margin-top: 16px;
}
.cid-trgBL3nbyM P {
  color: #232323;
}
.cid-trgBL3nbyM DIV {
  color: #ffffff;
}
.cid-trgBL3nbyM H10 {
  color: #767676;
}
.cid-trgBL3nbyM .hidden {
  display: none;
}
.cid-tqR786Fql8 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR786Fql8 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR786Fql8 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR786Fql8 .hidden {
  display: none;
}
.cid-tqR786Fql8 H10 {
  color: #767676;
}
.cid-tqR79Uz6QP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR79Uz6QP .content {
    text-align: center;
  }
  .cid-tqR79Uz6QP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR79Uz6QP .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR79Uz6QP .form-group,
.cid-tqR79Uz6QP .input-group-btn {
  padding: 0;
}
.cid-tqR79Uz6QP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR79Uz6QP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR79Uz6QP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR79Uz6QP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR79Uz6QP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR79Uz6QP .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR79Uz6QP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR79Uz6QP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR79Uz6QP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR79Uz6QP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR79Uz6QP .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR79Uz6QP .foot-logo {
    text-align: center !important;
  }
  .cid-tqR79Uz6QP .foot-title {
    text-align: center !important;
  }
  .cid-tqR79Uz6QP .mbr-text {
    text-align: center !important;
  }
  .cid-tqR79Uz6QP .form-group {
    margin: 0;
  }
}
.cid-tqR79Uz6QP .foot-logo {
  text-align: center;
}
.cid-rBLYOG6QCI .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLYOG6QCI .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLYOG6QCI a {
  font-style: normal;
}
.cid-rBLYOG6QCI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLYOG6QCI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLYOG6QCI .nav-item:focus,
.cid-rBLYOG6QCI .nav-link:focus {
  outline: none;
}
.cid-rBLYOG6QCI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLYOG6QCI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLYOG6QCI .menu-logo {
  margin-right: auto;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLYOG6QCI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLYOG6QCI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLYOG6QCI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLYOG6QCI button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYOG6QCI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLYOG6QCI .collapsed .btn {
  display: flex;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLYOG6QCI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLYOG6QCI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLYOG6QCI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLYOG6QCI .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLYOG6QCI img {
    height: 3.8rem !important;
  }
  .cid-rBLYOG6QCI .btn {
    display: flex;
  }
  .cid-rBLYOG6QCI button.navbar-toggler {
    display: block;
  }
  .cid-rBLYOG6QCI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLYOG6QCI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLYOG6QCI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing,
  .cid-rBLYOG6QCI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLYOG6QCI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLYOG6QCI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLYOG6QCI .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLYOG6QCI .nav-link:hover,
.cid-rBLYOG6QCI .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBNRbAJTV8 {
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-rBNRbAJTV8 .mbr-text,
.cid-rBNRbAJTV8 .mbr-section-btn {
  text-align: left;
}
.cid-rBNRbAJTV8 H1 {
  text-align: left;
}
.cid-rBTSq4DmAz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNRsDDzNr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNRsDDzNr .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBNRsDDzNr .section-text {
  padding: 2rem 0;
}
.cid-rBNRsDDzNr .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBNRsDDzNr .inner-container {
    width: 100% !important;
  }
}
.cid-rBNRmAfzJs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBNRmAfzJs .mbr-section-subtitle,
.cid-rBNRmAfzJs .mbr-text {
  color: #767676;
}
.cid-rBNRmAfzJs .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBNRmAfzJs .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBNRmAfzJs .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBNRmAfzJs .card-wrapper .card-img .mbr-overlay {
  background-color: #201c1c;
  display: none;
  transition: opacity .3s;
}
.cid-rBNRmAfzJs .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBNRmAfzJs .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBNRmAfzJs .card-wrapper .card-box {
  background-color: #201c1c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBNRmAfzJs .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBNRmAfzJs .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBNRmAfzJs .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBNRmAfzJs .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBNRmAfzJs .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBNRmAfzJs .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBNRmAfzJs .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBNRmAfzJs .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-rBSI4ZxeZn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBSI4ZxeZn .mbr-section-subtitle,
.cid-rBSI4ZxeZn .mbr-text {
  color: #767676;
}
.cid-rBSI4ZxeZn .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBSI4ZxeZn .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBSI4ZxeZn .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBSI4ZxeZn .card-wrapper .card-img .mbr-overlay {
  background-color: #222425;
  display: none;
  transition: opacity .3s;
}
.cid-rBSI4ZxeZn .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBSI4ZxeZn .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBSI4ZxeZn .card-wrapper .card-box {
  background-color: #222425;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBSI4ZxeZn .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBSI4ZxeZn .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBSI4ZxeZn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBSI4ZxeZn .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBSI4ZxeZn .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBSI4ZxeZn .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBSI4ZxeZn .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBSI4ZxeZn .card-title {
  text-align: center;
  color: #0f7699;
}
.cid-rBT18uiGs3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBT18uiGs3 .mbr-section-subtitle,
.cid-rBT18uiGs3 .mbr-text {
  color: #767676;
}
.cid-rBT18uiGs3 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBT18uiGs3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBT18uiGs3 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBT18uiGs3 .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rBT18uiGs3 .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBT18uiGs3 .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBT18uiGs3 .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBT18uiGs3 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBT18uiGs3 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBT18uiGs3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBT18uiGs3 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBT18uiGs3 .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBT18uiGs3 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBT18uiGs3 .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBT18uiGs3 .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-tqR1i91nnJ .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR1i91nnJ .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR1i91nnJ .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR1i91nnJ .hidden {
  display: none;
}
.cid-tqR1i91nnJ H10 {
  color: #767676;
}
.cid-tr5736Hk4k .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr5736Hk4k .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr5736Hk4k .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr5736Hk4k .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr5736Hk4k .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr5736Hk4k .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr5736Hk4k .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr5736Hk4k .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr5736Hk4k P {
  color: #232323;
}
.cid-tr5736Hk4k DIV {
  color: #ffffff;
}
.cid-tr5736Hk4k H10 {
  color: #767676;
}
.cid-tr5736Hk4k .hidden {
  display: none;
}
.cid-tr5736Hk4k p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr5736Hk4k .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr5736Hk4k .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr5736Hk4k .sticky li:hover {
  margin-left: -100px;
}
.cid-tr5736Hk4k .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr5736Hk4k .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tr574sFMJU .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr574sFMJU .my-float {
  margin-top: 16px;
}
.cid-tr574sFMJU P {
  color: #232323;
}
.cid-tr574sFMJU DIV {
  color: #ffffff;
}
.cid-tr574sFMJU H10 {
  color: #767676;
}
.cid-tr574sFMJU .hidden {
  display: none;
}
.cid-tr572hB1Pz {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr572hB1Pz .content {
    text-align: center;
  }
  .cid-tr572hB1Pz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr572hB1Pz .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr572hB1Pz .form-group,
.cid-tr572hB1Pz .input-group-btn {
  padding: 0;
}
.cid-tr572hB1Pz .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr572hB1Pz .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr572hB1Pz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr572hB1Pz .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr572hB1Pz .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr572hB1Pz .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr572hB1Pz .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr572hB1Pz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr572hB1Pz .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr572hB1Pz .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr572hB1Pz .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr572hB1Pz .foot-logo {
    text-align: center !important;
  }
  .cid-tr572hB1Pz .foot-title {
    text-align: center !important;
  }
  .cid-tr572hB1Pz .mbr-text {
    text-align: center !important;
  }
  .cid-tr572hB1Pz .form-group {
    margin: 0;
  }
}
.cid-tr572hB1Pz .foot-logo {
  text-align: center;
}
.cid-tr572hB1Pz .foot-text {
  color: #cccccc;
}
.cid-tr572hB1Pz .foot-title {
  color: #cccccc;
}
.cid-rBT6HwnyY4 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6HwnyY4 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6HwnyY4 a {
  font-style: normal;
}
.cid-rBT6HwnyY4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6HwnyY4 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6HwnyY4 .nav-item:focus,
.cid-rBT6HwnyY4 .nav-link:focus {
  outline: none;
}
.cid-rBT6HwnyY4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6HwnyY4 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6HwnyY4 .menu-logo {
  margin-right: auto;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6HwnyY4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6HwnyY4 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6HwnyY4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6HwnyY4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6HwnyY4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6HwnyY4 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6HwnyY4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6HwnyY4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6HwnyY4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6HwnyY4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6HwnyY4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6HwnyY4 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6HwnyY4 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6HwnyY4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6HwnyY4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6HwnyY4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6HwnyY4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6HwnyY4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6HwnyY4 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6HwnyY4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6HwnyY4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6HwnyY4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6HwnyY4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6HwnyY4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6HwnyY4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6HwnyY4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6HwnyY4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6HwnyY4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6HwnyY4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6HwnyY4 .collapsed .btn {
  display: flex;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.collapsing,
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6HwnyY4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6HwnyY4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6HwnyY4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6HwnyY4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6HwnyY4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6HwnyY4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6HwnyY4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6HwnyY4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6HwnyY4 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6HwnyY4 img {
    height: 3.8rem !important;
  }
  .cid-rBT6HwnyY4 .btn {
    display: flex;
  }
  .cid-rBT6HwnyY4 button.navbar-toggler {
    display: block;
  }
  .cid-rBT6HwnyY4 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6HwnyY4 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6HwnyY4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6HwnyY4 .navbar-collapse.collapsing,
  .cid-rBT6HwnyY4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6HwnyY4 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6HwnyY4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6HwnyY4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6HwnyY4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6HwnyY4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6HwnyY4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6HwnyY4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6HwnyY4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6HwnyY4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6HwnyY4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6HwnyY4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6HwnyY4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6HwnyY4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6HwnyY4 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6HwnyY4 .nav-link:hover,
.cid-rBT6HwnyY4 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6HxZqdX {
  background-image: url("../../../assets/images/mbr-8-1920x128011.jpg");
}
.cid-rBT6HxZqdX .mbr-text,
.cid-rBT6HxZqdX .mbr-section-btn {
  text-align: left;
}
.cid-rBT6HxZqdX H1 {
  text-align: left;
}
.cid-rBZNpcNNt5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZNurcFsu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZNurcFsu .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZNurcFsu .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZNurcFsu .modal-body .close span {
  font-style: normal;
}
.cid-rBZNurcFsu .carousel-inner > .active,
.cid-rBZNurcFsu .carousel-inner > .next,
.cid-rBZNurcFsu .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZNurcFsu .carousel-control .icon-next,
.cid-rBZNurcFsu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZNurcFsu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZNurcFsu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZNurcFsu .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZNurcFsu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZNurcFsu .boxed-slider > div {
  position: relative;
}
.cid-rBZNurcFsu .container img {
  width: 100%;
}
.cid-rBZNurcFsu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZNurcFsu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZNurcFsu .mbr-table-cell {
  padding: 0;
}
.cid-rBZNurcFsu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZNurcFsu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZNurcFsu .mbr-overlay {
  z-index: 1;
}
.cid-rBZNurcFsu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZNurcFsu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZNurcFsu .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZNurcFsu .carousel-item-next.carousel-item-left,
.cid-rBZNurcFsu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZNurcFsu .active.carousel-item-right,
.cid-rBZNurcFsu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZNurcFsu .active.carousel-item-left,
.cid-rBZNurcFsu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZNurcFsu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZNurcFsu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZNurcFsu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZNurcFsu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZNurcFsu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZNurcFsu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZNurcFsu .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZNurcFsu .mbr-slider .carousel-indicators li.active,
.cid-rBZNurcFsu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZNurcFsu .mbr-slider .carousel-indicators li::after,
.cid-rBZNurcFsu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZNurcFsu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZNurcFsu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZNurcFsu .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZNurcFsu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZNurcFsu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZNurcFsu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZNurcFsu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZNurcFsu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZNurcFsu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZNurcFsu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZNurcFsu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZNurcFsu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZNurcFsu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZNurcFsu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZNurcFsu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZNurcFsu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZNurcFsu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZNurcFsu .carousel-inner {
  height: 100%;
}
.cid-rBZNurcFsu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZNurcFsu .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZNurcFsu .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZNurcFsu .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZNurcFsu .content-slider-wrap {
  width: 90%;
}
.cid-rCaHp7clE6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaHp7clE6 .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaHp7clE6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6HzgEBz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6HzgEBz .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6HzgEBz .section-text {
  padding: 2rem 0;
}
.cid-rBT6HzgEBz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6HzgEBz .inner-container {
    width: 100% !important;
  }
}
.cid-rCaK0XqpKr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaK0XqpKr .mbr-text,
.cid-rCaK0XqpKr blockquote {
  color: #767676;
}
.cid-rCaK0XqpKr .mbr-text P {
  text-align: left;
}
.cid-rCaK0XqpKr .mbr-text {
  color: #cccccc;
}
.cid-trgCTjrkgY .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trgCTjrkgY .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trgCTjrkgY .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trgCTjrkgY .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trgCTjrkgY .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trgCTjrkgY .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trgCTjrkgY .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trgCTjrkgY .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trgCTjrkgY P {
  color: #232323;
}
.cid-trgCTjrkgY DIV {
  color: #ffffff;
}
.cid-trgCTjrkgY H10 {
  color: #767676;
}
.cid-trgCTjrkgY .hidden {
  display: none;
}
.cid-trgCTjrkgY p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trgCTjrkgY .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trgCTjrkgY .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trgCTjrkgY .sticky li:hover {
  margin-left: -100px;
}
.cid-trgCTjrkgY .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trgCTjrkgY .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trgCQpPo4h .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trgCQpPo4h .my-float {
  margin-top: 16px;
}
.cid-trgCQpPo4h P {
  color: #232323;
}
.cid-trgCQpPo4h DIV {
  color: #ffffff;
}
.cid-trgCQpPo4h H10 {
  color: #767676;
}
.cid-trgCQpPo4h .hidden {
  display: none;
}
.cid-tqR9a2sH0y .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR9a2sH0y .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR9a2sH0y .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR9a2sH0y .hidden {
  display: none;
}
.cid-tqR9a2sH0y H10 {
  color: #767676;
}
.cid-tqR9cddRvI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR9cddRvI .content {
    text-align: center;
  }
  .cid-tqR9cddRvI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR9cddRvI .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR9cddRvI .form-group,
.cid-tqR9cddRvI .input-group-btn {
  padding: 0;
}
.cid-tqR9cddRvI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR9cddRvI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR9cddRvI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR9cddRvI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR9cddRvI .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR9cddRvI .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR9cddRvI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR9cddRvI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR9cddRvI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR9cddRvI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR9cddRvI .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR9cddRvI .foot-logo {
    text-align: center !important;
  }
  .cid-tqR9cddRvI .foot-title {
    text-align: center !important;
  }
  .cid-tqR9cddRvI .mbr-text {
    text-align: center !important;
  }
  .cid-tqR9cddRvI .form-group {
    margin: 0;
  }
}
.cid-tqR9cddRvI .foot-logo {
  text-align: center;
}
.cid-rBT6Ghmp8M .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6Ghmp8M .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6Ghmp8M a {
  font-style: normal;
}
.cid-rBT6Ghmp8M .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6Ghmp8M .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6Ghmp8M .nav-item:focus,
.cid-rBT6Ghmp8M .nav-link:focus {
  outline: none;
}
.cid-rBT6Ghmp8M .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6Ghmp8M .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6Ghmp8M .menu-logo {
  margin-right: auto;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6Ghmp8M .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6Ghmp8M .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6Ghmp8M .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6Ghmp8M .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6Ghmp8M .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6Ghmp8M .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6Ghmp8M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6Ghmp8M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6Ghmp8M .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6Ghmp8M .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6Ghmp8M .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6Ghmp8M .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6Ghmp8M .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6Ghmp8M .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6Ghmp8M .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6Ghmp8M .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6Ghmp8M .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6Ghmp8M button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6Ghmp8M button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6Ghmp8M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6Ghmp8M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6Ghmp8M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Ghmp8M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Ghmp8M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6Ghmp8M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Ghmp8M nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6Ghmp8M nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6Ghmp8M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Ghmp8M .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6Ghmp8M .collapsed .btn {
  display: flex;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.collapsing,
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6Ghmp8M .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6Ghmp8M .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6Ghmp8M .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6Ghmp8M .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6Ghmp8M .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6Ghmp8M .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6Ghmp8M .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6Ghmp8M .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6Ghmp8M .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6Ghmp8M img {
    height: 3.8rem !important;
  }
  .cid-rBT6Ghmp8M .btn {
    display: flex;
  }
  .cid-rBT6Ghmp8M button.navbar-toggler {
    display: block;
  }
  .cid-rBT6Ghmp8M .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6Ghmp8M .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6Ghmp8M .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6Ghmp8M .navbar-collapse.collapsing,
  .cid-rBT6Ghmp8M .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6Ghmp8M .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6Ghmp8M .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6Ghmp8M .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6Ghmp8M .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6Ghmp8M .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6Ghmp8M .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6Ghmp8M .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6Ghmp8M .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6Ghmp8M .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6Ghmp8M .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6Ghmp8M .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6Ghmp8M .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6Ghmp8M .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6Ghmp8M .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6Ghmp8M .nav-link:hover,
.cid-rBT6Ghmp8M .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6GisnH8 {
  background-image: url("../../../assets/images/mbr-1920x127912.jpg");
}
.cid-rBT6GisnH8 .mbr-text,
.cid-rBT6GisnH8 .mbr-section-btn {
  text-align: left;
}
.cid-rBT6GisnH8 H1 {
  text-align: left;
}
.cid-rBZQzRrQ72 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZQAHvmE2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZQAHvmE2 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZQAHvmE2 .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZQAHvmE2 .modal-body .close span {
  font-style: normal;
}
.cid-rBZQAHvmE2 .carousel-inner > .active,
.cid-rBZQAHvmE2 .carousel-inner > .next,
.cid-rBZQAHvmE2 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZQAHvmE2 .carousel-control .icon-next,
.cid-rBZQAHvmE2 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZQAHvmE2 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZQAHvmE2 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZQAHvmE2 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZQAHvmE2 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZQAHvmE2 .boxed-slider > div {
  position: relative;
}
.cid-rBZQAHvmE2 .container img {
  width: 100%;
}
.cid-rBZQAHvmE2 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZQAHvmE2 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZQAHvmE2 .mbr-table-cell {
  padding: 0;
}
.cid-rBZQAHvmE2 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZQAHvmE2 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZQAHvmE2 .mbr-overlay {
  z-index: 1;
}
.cid-rBZQAHvmE2 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZQAHvmE2 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZQAHvmE2 .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZQAHvmE2 .carousel-item-next.carousel-item-left,
.cid-rBZQAHvmE2 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZQAHvmE2 .active.carousel-item-right,
.cid-rBZQAHvmE2 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZQAHvmE2 .active.carousel-item-left,
.cid-rBZQAHvmE2 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZQAHvmE2 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZQAHvmE2 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators li.active,
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators li::after,
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZQAHvmE2 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZQAHvmE2 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZQAHvmE2 .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZQAHvmE2 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZQAHvmE2 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZQAHvmE2 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZQAHvmE2 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZQAHvmE2 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZQAHvmE2 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZQAHvmE2 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZQAHvmE2 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZQAHvmE2 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZQAHvmE2 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZQAHvmE2 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZQAHvmE2 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZQAHvmE2 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZQAHvmE2 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZQAHvmE2 .carousel-inner {
  height: 100%;
}
.cid-rBZQAHvmE2 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZQAHvmE2 .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZQAHvmE2 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZQAHvmE2 .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZQAHvmE2 .content-slider-wrap {
  width: 90%;
}
.cid-rCaKL3X68M {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaKL3X68M .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaKL3X68M .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6GjhCP9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6GjhCP9 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6GjhCP9 .section-text {
  padding: 2rem 0;
}
.cid-rBT6GjhCP9 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6GjhCP9 .inner-container {
    width: 100% !important;
  }
}
.cid-rCbCx2M8o7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbCx2M8o7 .mbr-text,
.cid-rCbCx2M8o7 blockquote {
  color: #767676;
}
.cid-rCbCx2M8o7 .mbr-text P {
  text-align: left;
}
.cid-rCbCx2M8o7 .mbr-text {
  color: #cccccc;
}
.cid-rCaKM2aI0Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaKM2aI0Q .mbr-text,
.cid-rCaKM2aI0Q blockquote {
  color: #767676;
}
.cid-rCaKM2aI0Q .mbr-text P {
  text-align: left;
}
.cid-rCaKM2aI0Q .mbr-text {
  color: #cccccc;
}
.cid-tqR9iRgkdx .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR9iRgkdx .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR9iRgkdx .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR9iRgkdx .hidden {
  display: none;
}
.cid-tqR9iRgkdx H10 {
  color: #767676;
}
.cid-tqR9jifz9N .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR9jifz9N .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR9jifz9N .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqR9jifz9N .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR9jifz9N .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR9jifz9N .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR9jifz9N .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR9jifz9N .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR9jifz9N P {
  color: #232323;
}
.cid-tqR9jifz9N DIV {
  color: #ffffff;
}
.cid-tqR9jifz9N H10 {
  color: #767676;
}
.cid-tqR9jifz9N .hidden {
  display: none;
}
.cid-tqR9jV5XQQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR9jV5XQQ .content {
    text-align: center;
  }
  .cid-tqR9jV5XQQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR9jV5XQQ .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR9jV5XQQ .form-group,
.cid-tqR9jV5XQQ .input-group-btn {
  padding: 0;
}
.cid-tqR9jV5XQQ .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR9jV5XQQ .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR9jV5XQQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR9jV5XQQ .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR9jV5XQQ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR9jV5XQQ .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR9jV5XQQ .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR9jV5XQQ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR9jV5XQQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR9jV5XQQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR9jV5XQQ .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR9jV5XQQ .foot-logo {
    text-align: center !important;
  }
  .cid-tqR9jV5XQQ .foot-title {
    text-align: center !important;
  }
  .cid-tqR9jV5XQQ .mbr-text {
    text-align: center !important;
  }
  .cid-tqR9jV5XQQ .form-group {
    margin: 0;
  }
}
.cid-tqR9jV5XQQ .foot-logo {
  text-align: center;
}
.cid-rBT7mHpH8p .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT7mHpH8p .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT7mHpH8p a {
  font-style: normal;
}
.cid-rBT7mHpH8p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT7mHpH8p .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT7mHpH8p .nav-item:focus,
.cid-rBT7mHpH8p .nav-link:focus {
  outline: none;
}
.cid-rBT7mHpH8p .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT7mHpH8p .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT7mHpH8p .menu-logo {
  margin-right: auto;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT7mHpH8p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT7mHpH8p .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT7mHpH8p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT7mHpH8p button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7mHpH8p .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT7mHpH8p .collapsed .btn {
  display: flex;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT7mHpH8p .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT7mHpH8p .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT7mHpH8p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT7mHpH8p .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT7mHpH8p img {
    height: 3.8rem !important;
  }
  .cid-rBT7mHpH8p .btn {
    display: flex;
  }
  .cid-rBT7mHpH8p button.navbar-toggler {
    display: block;
  }
  .cid-rBT7mHpH8p .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT7mHpH8p .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT7mHpH8p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing,
  .cid-rBT7mHpH8p .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT7mHpH8p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT7mHpH8p .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT7mHpH8p .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT7mHpH8p .nav-link:hover,
.cid-rBT7mHpH8p .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rC5LthZ0eU {
  background-image: url("../../../assets/images/whatsapp-image-2022-11-12-at-1.03.03-pm-1-1600x1200.jpeg");
}
.cid-rC5LthZ0eU .mbr-text,
.cid-rC5LthZ0eU .mbr-section-btn {
  text-align: left;
}
.cid-rC5LthZ0eU H1 {
  text-align: center;
}
.cid-rC5LvLVbQM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC5LvLVbQM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rC5LvLVbQM .section-text {
  padding: 2rem 0;
}
.cid-rC5LvLVbQM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rC5LvLVbQM .inner-container {
    width: 100% !important;
  }
}
.cid-tqR5HqYbJa .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR5HqYbJa .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR5HqYbJa .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqR5HqYbJa .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR5HqYbJa .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR5HqYbJa .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR5HqYbJa .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR5HqYbJa .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR5HqYbJa P {
  color: #232323;
}
.cid-tqR5HqYbJa DIV {
  color: #ffffff;
}
.cid-tqR5HqYbJa H10 {
  color: #767676;
}
.cid-tqR5HqYbJa .hidden {
  display: none;
}
.cid-tqR5HWjiqK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR5HWjiqK .content {
    text-align: center;
  }
  .cid-tqR5HWjiqK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR5HWjiqK .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR5HWjiqK .form-group,
.cid-tqR5HWjiqK .input-group-btn {
  padding: 0;
}
.cid-tqR5HWjiqK .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR5HWjiqK .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR5HWjiqK .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR5HWjiqK .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR5HWjiqK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR5HWjiqK .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR5HWjiqK .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR5HWjiqK .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR5HWjiqK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR5HWjiqK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR5HWjiqK .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR5HWjiqK .foot-logo {
    text-align: center !important;
  }
  .cid-tqR5HWjiqK .foot-title {
    text-align: center !important;
  }
  .cid-tqR5HWjiqK .mbr-text {
    text-align: center !important;
  }
  .cid-tqR5HWjiqK .form-group {
    margin: 0;
  }
}
.cid-tqR5HWjiqK .foot-logo {
  text-align: center;
}
.cid-rBLYOG6QCI .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLYOG6QCI .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLYOG6QCI a {
  font-style: normal;
}
.cid-rBLYOG6QCI .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLYOG6QCI .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLYOG6QCI .nav-item:focus,
.cid-rBLYOG6QCI .nav-link:focus {
  outline: none;
}
.cid-rBLYOG6QCI .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLYOG6QCI .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLYOG6QCI .menu-logo {
  margin-right: auto;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLYOG6QCI .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLYOG6QCI .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLYOG6QCI .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLYOG6QCI .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLYOG6QCI .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLYOG6QCI .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLYOG6QCI button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLYOG6QCI button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYOG6QCI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLYOG6QCI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYOG6QCI .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLYOG6QCI .collapsed .btn {
  display: flex;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLYOG6QCI .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLYOG6QCI .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLYOG6QCI .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLYOG6QCI .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLYOG6QCI .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLYOG6QCI .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLYOG6QCI .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLYOG6QCI .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLYOG6QCI img {
    height: 3.8rem !important;
  }
  .cid-rBLYOG6QCI .btn {
    display: flex;
  }
  .cid-rBLYOG6QCI button.navbar-toggler {
    display: block;
  }
  .cid-rBLYOG6QCI .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLYOG6QCI .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLYOG6QCI .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing,
  .cid-rBLYOG6QCI .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLYOG6QCI .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLYOG6QCI .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLYOG6QCI .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLYOG6QCI .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLYOG6QCI .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLYOG6QCI .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLYOG6QCI .nav-link:hover,
.cid-rBLYOG6QCI .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rCbPzWaOQS {
  background-image: url("../../../assets/images/mbr-1280x192034.jpg");
}
.cid-rCbPzWaOQS .mbr-text,
.cid-rCbPzWaOQS .mbr-section-btn {
  text-align: left;
}
.cid-rCbPzWaOQS H1 {
  text-align: left;
}
.cid-rCbPAU2jHl {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCbPBV1dlt {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rCbPBV1dlt .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rCbPBV1dlt .modal-body .close {
  background: #1b1b1b;
}
.cid-rCbPBV1dlt .modal-body .close span {
  font-style: normal;
}
.cid-rCbPBV1dlt .carousel-inner > .active,
.cid-rCbPBV1dlt .carousel-inner > .next,
.cid-rCbPBV1dlt .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rCbPBV1dlt .carousel-control .icon-next,
.cid-rCbPBV1dlt .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rCbPBV1dlt .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCbPBV1dlt .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rCbPBV1dlt .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rCbPBV1dlt .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rCbPBV1dlt .boxed-slider > div {
  position: relative;
}
.cid-rCbPBV1dlt .container img {
  width: 100%;
}
.cid-rCbPBV1dlt .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rCbPBV1dlt .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCbPBV1dlt .mbr-table-cell {
  padding: 0;
}
.cid-rCbPBV1dlt .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rCbPBV1dlt .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rCbPBV1dlt .mbr-overlay {
  z-index: 1;
}
.cid-rCbPBV1dlt .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCbPBV1dlt .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rCbPBV1dlt .carousel-item .container {
    width: 100%;
  }
}
.cid-rCbPBV1dlt .carousel-item-next.carousel-item-left,
.cid-rCbPBV1dlt .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rCbPBV1dlt .active.carousel-item-right,
.cid-rCbPBV1dlt .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rCbPBV1dlt .active.carousel-item-left,
.cid-rCbPBV1dlt .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rCbPBV1dlt .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rCbPBV1dlt .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rCbPBV1dlt .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators li.active,
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators li::after,
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rCbPBV1dlt .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rCbPBV1dlt .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rCbPBV1dlt .mbr-slider > .container img {
  width: 100%;
}
.cid-rCbPBV1dlt .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCbPBV1dlt .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rCbPBV1dlt .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCbPBV1dlt .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCbPBV1dlt .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rCbPBV1dlt .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rCbPBV1dlt .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rCbPBV1dlt .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rCbPBV1dlt .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rCbPBV1dlt .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCbPBV1dlt .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rCbPBV1dlt .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rCbPBV1dlt .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rCbPBV1dlt .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rCbPBV1dlt .carousel-inner {
  height: 100%;
}
.cid-rCbPBV1dlt .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rCbPBV1dlt .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rCbPBV1dlt .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rCbPBV1dlt .carousel-item .container-slide {
  text-align: center;
}
.cid-rCbPBV1dlt .content-slider-wrap {
  width: 90%;
}
.cid-rCbPDIyUVb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbPDIyUVb .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCbPDIyUVb .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rCbPDbXyav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCbPDbXyav .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCbPDbXyav .section-text {
  padding: 2rem 0;
}
.cid-rCbPDbXyav .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCbPDbXyav .inner-container {
    width: 100% !important;
  }
}
.cid-rCbQT1slMk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbQT1slMk .mbr-text,
.cid-rCbQT1slMk blockquote {
  color: #767676;
}
.cid-rCbQT1slMk .mbr-text P {
  text-align: left;
}
.cid-rCbQT1slMk .mbr-text {
  color: #cccccc;
}
.cid-tqR7oOZatX .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR7oOZatX .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR7oOZatX .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR7oOZatX .hidden {
  display: none;
}
.cid-tqR7oOZatX H10 {
  color: #767676;
}
.cid-tqR7pf7SgK .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR7pf7SgK .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR7pf7SgK .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqR7pf7SgK .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR7pf7SgK .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR7pf7SgK .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR7pf7SgK .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR7pf7SgK .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR7pf7SgK P {
  color: #232323;
}
.cid-tqR7pf7SgK DIV {
  color: #ffffff;
}
.cid-tqR7pf7SgK H10 {
  color: #767676;
}
.cid-tqR7pf7SgK .hidden {
  display: none;
}
.cid-tqR7pDyN21 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR7pDyN21 .content {
    text-align: center;
  }
  .cid-tqR7pDyN21 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR7pDyN21 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR7pDyN21 .form-group,
.cid-tqR7pDyN21 .input-group-btn {
  padding: 0;
}
.cid-tqR7pDyN21 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR7pDyN21 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR7pDyN21 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR7pDyN21 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR7pDyN21 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR7pDyN21 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR7pDyN21 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR7pDyN21 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR7pDyN21 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR7pDyN21 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR7pDyN21 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR7pDyN21 .foot-logo {
    text-align: center !important;
  }
  .cid-tqR7pDyN21 .foot-title {
    text-align: center !important;
  }
  .cid-tqR7pDyN21 .mbr-text {
    text-align: center !important;
  }
  .cid-tqR7pDyN21 .form-group {
    margin: 0;
  }
}
.cid-tqR7pDyN21 .foot-logo {
  text-align: center;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rCiRMafMUG {
  background-image: url("../../../assets/images/3-907x567.jpg");
}
.cid-rCiRMafMUG .mbr-text,
.cid-rCiRMafMUG .mbr-section-btn {
  text-align: left;
}
.cid-rCiRMafMUG H1 {
  text-align: left;
}
.cid-rCiRMMPA4Y {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCiROzmEdZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rCiROzmEdZ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rCiROzmEdZ .modal-body .close {
  background: #1b1b1b;
}
.cid-rCiROzmEdZ .modal-body .close span {
  font-style: normal;
}
.cid-rCiROzmEdZ .carousel-inner > .active,
.cid-rCiROzmEdZ .carousel-inner > .next,
.cid-rCiROzmEdZ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rCiROzmEdZ .carousel-control .icon-next,
.cid-rCiROzmEdZ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rCiROzmEdZ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCiROzmEdZ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rCiROzmEdZ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rCiROzmEdZ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rCiROzmEdZ .boxed-slider > div {
  position: relative;
}
.cid-rCiROzmEdZ .container img {
  width: 100%;
}
.cid-rCiROzmEdZ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rCiROzmEdZ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCiROzmEdZ .mbr-table-cell {
  padding: 0;
}
.cid-rCiROzmEdZ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rCiROzmEdZ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rCiROzmEdZ .mbr-overlay {
  z-index: 1;
}
.cid-rCiROzmEdZ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCiROzmEdZ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rCiROzmEdZ .carousel-item .container {
    width: 100%;
  }
}
.cid-rCiROzmEdZ .carousel-item-next.carousel-item-left,
.cid-rCiROzmEdZ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rCiROzmEdZ .active.carousel-item-right,
.cid-rCiROzmEdZ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rCiROzmEdZ .active.carousel-item-left,
.cid-rCiROzmEdZ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rCiROzmEdZ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rCiROzmEdZ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rCiROzmEdZ .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators li.active,
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators li::after,
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rCiROzmEdZ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rCiROzmEdZ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rCiROzmEdZ .mbr-slider > .container img {
  width: 100%;
}
.cid-rCiROzmEdZ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCiROzmEdZ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rCiROzmEdZ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCiROzmEdZ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCiROzmEdZ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rCiROzmEdZ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rCiROzmEdZ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rCiROzmEdZ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rCiROzmEdZ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rCiROzmEdZ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCiROzmEdZ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rCiROzmEdZ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rCiROzmEdZ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rCiROzmEdZ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rCiROzmEdZ .carousel-inner {
  height: 100%;
}
.cid-rCiROzmEdZ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rCiROzmEdZ .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rCiROzmEdZ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rCiROzmEdZ .carousel-item .container-slide {
  text-align: center;
}
.cid-rCiROzmEdZ .content-slider-wrap {
  width: 90%;
}
.cid-rCiRPAiy8e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCiRPAiy8e .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCiRPAiy8e .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rClNQkYnnE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rClNQkYnnE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rClNQkYnnE .section-text {
  padding: 2rem 0;
}
.cid-rClNQkYnnE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rClNQkYnnE .inner-container {
    width: 100% !important;
  }
}
.cid-rCnH2bgyGW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCnH2bgyGW .mbr-text,
.cid-rCnH2bgyGW blockquote {
  color: #767676;
}
.cid-rCnH2bgyGW .mbr-text P {
  text-align: left;
}
.cid-rCnH2bgyGW .mbr-text {
  color: #cccccc;
}
.cid-tqR42uOZi4 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqR42uOZi4 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqR42uOZi4 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 14px;
}
.cid-tqR42uOZi4 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqR42uOZi4 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqR42uOZi4 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqR42uOZi4 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqR42uOZi4 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqR42uOZi4 P {
  color: #232323;
}
.cid-tqR42uOZi4 DIV {
  color: #ffffff;
}
.cid-tqR42uOZi4 H10 {
  color: #767676;
}
.cid-tqR42uOZi4 .hidden {
  display: none;
}
.cid-tqR42ZVTsj .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR42ZVTsj .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR42ZVTsj .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR42ZVTsj .hidden {
  display: none;
}
.cid-tqR42ZVTsj H10 {
  color: #767676;
}
.cid-tqR43Km9ZR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR43Km9ZR .content {
    text-align: center;
  }
  .cid-tqR43Km9ZR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR43Km9ZR .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR43Km9ZR .form-group,
.cid-tqR43Km9ZR .input-group-btn {
  padding: 0;
}
.cid-tqR43Km9ZR .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR43Km9ZR .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR43Km9ZR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR43Km9ZR .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR43Km9ZR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR43Km9ZR .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR43Km9ZR .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR43Km9ZR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR43Km9ZR .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR43Km9ZR .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR43Km9ZR .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR43Km9ZR .foot-logo {
    text-align: center !important;
  }
  .cid-tqR43Km9ZR .foot-title {
    text-align: center !important;
  }
  .cid-tqR43Km9ZR .mbr-text {
    text-align: center !important;
  }
  .cid-tqR43Km9ZR .form-group {
    margin: 0;
  }
}
.cid-tqR43Km9ZR .foot-logo {
  text-align: center;
}
.cid-qTkzRZLJNu .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-qTkzRZLJNu .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-qTkzRZLJNu a {
  font-style: normal;
}
.cid-qTkzRZLJNu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qTkzRZLJNu .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qTkzRZLJNu .nav-item:focus,
.cid-qTkzRZLJNu .nav-link:focus {
  outline: none;
}
.cid-qTkzRZLJNu .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qTkzRZLJNu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qTkzRZLJNu .menu-logo {
  margin-right: auto;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qTkzRZLJNu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qTkzRZLJNu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qTkzRZLJNu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qTkzRZLJNu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qTkzRZLJNu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qTkzRZLJNu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qTkzRZLJNu button.navbar-toggler:focus {
  outline: none;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qTkzRZLJNu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qTkzRZLJNu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qTkzRZLJNu .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .btn {
  display: flex;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qTkzRZLJNu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qTkzRZLJNu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qTkzRZLJNu .collapsed button.navbar-toggler {
  display: block;
}
.cid-qTkzRZLJNu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qTkzRZLJNu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qTkzRZLJNu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qTkzRZLJNu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-qTkzRZLJNu .navbar-expand {
    flex-direction: column;
  }
  .cid-qTkzRZLJNu img {
    height: 3.8rem !important;
  }
  .cid-qTkzRZLJNu .btn {
    display: flex;
  }
  .cid-qTkzRZLJNu button.navbar-toggler {
    display: block;
  }
  .cid-qTkzRZLJNu .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qTkzRZLJNu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qTkzRZLJNu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing,
  .cid-qTkzRZLJNu .navbar-collapse.show {
    display: block !important;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qTkzRZLJNu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qTkzRZLJNu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qTkzRZLJNu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qTkzRZLJNu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-qTkzRZLJNu .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qTkzRZLJNu .navbar-collapse {
  flex-basis: auto;
}
.cid-qTkzRZLJNu .nav-link:hover,
.cid-qTkzRZLJNu .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rCiRpUz1DQ {
  background-image: url("../../../assets/images/mbr-1-1920x12795.jpg");
}
.cid-rCiRpUz1DQ .mbr-text,
.cid-rCiRpUz1DQ .mbr-section-btn {
  text-align: left;
}
.cid-rCiRpUz1DQ H1 {
  text-align: left;
}
.cid-rCiRsZfici {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCiRv4oiju {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rCiRv4oiju .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rCiRv4oiju .modal-body .close {
  background: #1b1b1b;
}
.cid-rCiRv4oiju .modal-body .close span {
  font-style: normal;
}
.cid-rCiRv4oiju .carousel-inner > .active,
.cid-rCiRv4oiju .carousel-inner > .next,
.cid-rCiRv4oiju .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rCiRv4oiju .carousel-control .icon-next,
.cid-rCiRv4oiju .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rCiRv4oiju .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCiRv4oiju .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rCiRv4oiju .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rCiRv4oiju .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rCiRv4oiju .boxed-slider > div {
  position: relative;
}
.cid-rCiRv4oiju .container img {
  width: 100%;
}
.cid-rCiRv4oiju .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rCiRv4oiju .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCiRv4oiju .mbr-table-cell {
  padding: 0;
}
.cid-rCiRv4oiju .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rCiRv4oiju .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rCiRv4oiju .mbr-overlay {
  z-index: 1;
}
.cid-rCiRv4oiju .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCiRv4oiju .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rCiRv4oiju .carousel-item .container {
    width: 100%;
  }
}
.cid-rCiRv4oiju .carousel-item-next.carousel-item-left,
.cid-rCiRv4oiju .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rCiRv4oiju .active.carousel-item-right,
.cid-rCiRv4oiju .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rCiRv4oiju .active.carousel-item-left,
.cid-rCiRv4oiju .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rCiRv4oiju .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rCiRv4oiju .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCiRv4oiju .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCiRv4oiju .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rCiRv4oiju .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rCiRv4oiju .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rCiRv4oiju .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rCiRv4oiju .mbr-slider .carousel-indicators li.active,
.cid-rCiRv4oiju .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rCiRv4oiju .mbr-slider .carousel-indicators li::after,
.cid-rCiRv4oiju .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rCiRv4oiju .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rCiRv4oiju .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rCiRv4oiju .mbr-slider > .container img {
  width: 100%;
}
.cid-rCiRv4oiju .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCiRv4oiju .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rCiRv4oiju .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCiRv4oiju .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCiRv4oiju .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rCiRv4oiju .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rCiRv4oiju .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rCiRv4oiju .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rCiRv4oiju .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rCiRv4oiju .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCiRv4oiju .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rCiRv4oiju .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rCiRv4oiju .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rCiRv4oiju .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rCiRv4oiju .carousel-inner {
  height: 100%;
}
.cid-rCiRv4oiju .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rCiRv4oiju .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rCiRv4oiju .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rCiRv4oiju .carousel-item .container-slide {
  text-align: center;
}
.cid-rCiRv4oiju .content-slider-wrap {
  width: 90%;
}
.cid-rCiRwB3uVV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCiRwB3uVV .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCiRwB3uVV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rCiRzVBChf {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCiRzVBChf .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCiRzVBChf .section-text {
  padding: 2rem 0;
}
.cid-rCiRzVBChf .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCiRzVBChf .inner-container {
    width: 100% !important;
  }
}
.cid-rCngCApebj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCngCApebj .mbr-text,
.cid-rCngCApebj blockquote {
  color: #767676;
}
.cid-rCngCApebj .mbr-text P {
  text-align: left;
}
.cid-rCngCApebj .mbr-text {
  color: #cccccc;
}
.cid-tratsW9yuP .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tratsW9yuP .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tratsW9yuP .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tratsW9yuP .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tratsW9yuP .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tratsW9yuP .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tratsW9yuP .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tratsW9yuP .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tratsW9yuP P {
  color: #232323;
}
.cid-tratsW9yuP DIV {
  color: #ffffff;
}
.cid-tratsW9yuP H10 {
  color: #767676;
}
.cid-tratsW9yuP .hidden {
  display: none;
}
.cid-tratsW9yuP p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tratsW9yuP .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tratsW9yuP .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tratsW9yuP .sticky li:hover {
  margin-left: -100px;
}
.cid-tratsW9yuP .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tratsW9yuP .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tratsm1VwU .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tratsm1VwU .my-float {
  margin-top: 16px;
}
.cid-tratsm1VwU P {
  color: #232323;
}
.cid-tratsm1VwU DIV {
  color: #ffffff;
}
.cid-tratsm1VwU H10 {
  color: #767676;
}
.cid-tratsm1VwU .hidden {
  display: none;
}
.cid-tqR2L0k1xj .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR2L0k1xj .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR2L0k1xj .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR2L0k1xj .hidden {
  display: none;
}
.cid-tqR2L0k1xj H10 {
  color: #767676;
}
.cid-tratwlydfl {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tratwlydfl .content {
    text-align: center;
  }
  .cid-tratwlydfl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tratwlydfl .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tratwlydfl .form-group,
.cid-tratwlydfl .input-group-btn {
  padding: 0;
}
.cid-tratwlydfl .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tratwlydfl .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tratwlydfl .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tratwlydfl .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tratwlydfl .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tratwlydfl .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tratwlydfl .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tratwlydfl .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tratwlydfl .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tratwlydfl .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tratwlydfl .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tratwlydfl .foot-logo {
    text-align: center !important;
  }
  .cid-tratwlydfl .foot-title {
    text-align: center !important;
  }
  .cid-tratwlydfl .mbr-text {
    text-align: center !important;
  }
  .cid-tratwlydfl .form-group {
    margin: 0;
  }
}
.cid-tratwlydfl .foot-logo {
  text-align: center;
}
.cid-tratwlydfl .foot-text {
  color: #cccccc;
}
.cid-tratwlydfl .foot-title {
  color: #cccccc;
}
.cid-rBT78WFgc7 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT78WFgc7 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT78WFgc7 a {
  font-style: normal;
}
.cid-rBT78WFgc7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT78WFgc7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT78WFgc7 .nav-item:focus,
.cid-rBT78WFgc7 .nav-link:focus {
  outline: none;
}
.cid-rBT78WFgc7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT78WFgc7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT78WFgc7 .menu-logo {
  margin-right: auto;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT78WFgc7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT78WFgc7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT78WFgc7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT78WFgc7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT78WFgc7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT78WFgc7 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT78WFgc7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT78WFgc7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT78WFgc7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT78WFgc7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT78WFgc7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT78WFgc7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT78WFgc7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT78WFgc7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT78WFgc7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT78WFgc7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT78WFgc7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT78WFgc7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT78WFgc7 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT78WFgc7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT78WFgc7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT78WFgc7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT78WFgc7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT78WFgc7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT78WFgc7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT78WFgc7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT78WFgc7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT78WFgc7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT78WFgc7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT78WFgc7 .collapsed .btn {
  display: flex;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse.collapsing,
.cid-rBT78WFgc7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT78WFgc7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT78WFgc7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT78WFgc7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT78WFgc7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT78WFgc7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT78WFgc7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT78WFgc7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT78WFgc7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT78WFgc7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT78WFgc7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT78WFgc7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT78WFgc7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT78WFgc7 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT78WFgc7 img {
    height: 3.8rem !important;
  }
  .cid-rBT78WFgc7 .btn {
    display: flex;
  }
  .cid-rBT78WFgc7 button.navbar-toggler {
    display: block;
  }
  .cid-rBT78WFgc7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT78WFgc7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT78WFgc7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT78WFgc7 .navbar-collapse.collapsing,
  .cid-rBT78WFgc7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT78WFgc7 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT78WFgc7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT78WFgc7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT78WFgc7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT78WFgc7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT78WFgc7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT78WFgc7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT78WFgc7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT78WFgc7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT78WFgc7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT78WFgc7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT78WFgc7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT78WFgc7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT78WFgc7 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT78WFgc7 .nav-link:hover,
.cid-rBT78WFgc7 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT78YdDpd {
  background-image: url("../../../assets/images/mbr-2-492x36923.jpg");
}
.cid-rBT78YdDpd .mbr-text,
.cid-rBT78YdDpd .mbr-section-btn {
  text-align: left;
}
.cid-rBT78YdDpd H1 {
  text-align: left;
}
.cid-rC01NqnRxg {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC01O2F08t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC01O2F08t .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC01O2F08t .modal-body .close {
  background: #1b1b1b;
}
.cid-rC01O2F08t .modal-body .close span {
  font-style: normal;
}
.cid-rC01O2F08t .carousel-inner > .active,
.cid-rC01O2F08t .carousel-inner > .next,
.cid-rC01O2F08t .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC01O2F08t .carousel-control .icon-next,
.cid-rC01O2F08t .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC01O2F08t .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC01O2F08t .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC01O2F08t .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC01O2F08t .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC01O2F08t .boxed-slider > div {
  position: relative;
}
.cid-rC01O2F08t .container img {
  width: 100%;
}
.cid-rC01O2F08t .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC01O2F08t .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC01O2F08t .mbr-table-cell {
  padding: 0;
}
.cid-rC01O2F08t .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC01O2F08t .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC01O2F08t .mbr-overlay {
  z-index: 1;
}
.cid-rC01O2F08t .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC01O2F08t .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC01O2F08t .carousel-item .container {
    width: 100%;
  }
}
.cid-rC01O2F08t .carousel-item-next.carousel-item-left,
.cid-rC01O2F08t .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC01O2F08t .active.carousel-item-right,
.cid-rC01O2F08t .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC01O2F08t .active.carousel-item-left,
.cid-rC01O2F08t .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC01O2F08t .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC01O2F08t .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC01O2F08t .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC01O2F08t .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC01O2F08t .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC01O2F08t .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC01O2F08t .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC01O2F08t .mbr-slider .carousel-indicators li.active,
.cid-rC01O2F08t .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC01O2F08t .mbr-slider .carousel-indicators li::after,
.cid-rC01O2F08t .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC01O2F08t .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC01O2F08t .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC01O2F08t .mbr-slider > .container img {
  width: 100%;
}
.cid-rC01O2F08t .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC01O2F08t .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC01O2F08t .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC01O2F08t .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC01O2F08t .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC01O2F08t .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC01O2F08t .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC01O2F08t .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC01O2F08t .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC01O2F08t .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC01O2F08t .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC01O2F08t .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC01O2F08t .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC01O2F08t .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC01O2F08t .carousel-inner {
  height: 100%;
}
.cid-rC01O2F08t .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC01O2F08t .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC01O2F08t .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC01O2F08t .carousel-item .container-slide {
  text-align: center;
}
.cid-rC01O2F08t .content-slider-wrap {
  width: 90%;
}
.cid-rCcQ2Jsc7b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcQ2Jsc7b .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCcQ2Jsc7b .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT78ZjjvC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT78ZjjvC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT78ZjjvC .section-text {
  padding: 2rem 0;
}
.cid-rBT78ZjjvC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT78ZjjvC .inner-container {
    width: 100% !important;
  }
}
.cid-rCcQ4xrY1l {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcQ4xrY1l .mbr-text,
.cid-rCcQ4xrY1l blockquote {
  color: #767676;
}
.cid-rCcQ4xrY1l .mbr-text P {
  text-align: left;
}
.cid-rCcQ4xrY1l .mbr-text {
  color: #cccccc;
}
.cid-rC01OZItK4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC01OZItK4 .mbr-text,
.cid-rC01OZItK4 blockquote {
  color: #767676;
}
.cid-rC01OZItK4 .mbr-text P {
  text-align: left;
}
.cid-rC01OZItK4 .mbr-text {
  color: #cccccc;
}
.cid-trhEjWl8xV .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhEjWl8xV .my-float {
  margin-top: 16px;
}
.cid-trhEjWl8xV P {
  color: #232323;
}
.cid-trhEjWl8xV DIV {
  color: #ffffff;
}
.cid-trhEjWl8xV H10 {
  color: #767676;
}
.cid-trhEjWl8xV .hidden {
  display: none;
}
.cid-trhEjw32yZ .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhEjw32yZ .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhEjw32yZ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhEjw32yZ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhEjw32yZ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhEjw32yZ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhEjw32yZ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhEjw32yZ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhEjw32yZ P {
  color: #232323;
}
.cid-trhEjw32yZ DIV {
  color: #ffffff;
}
.cid-trhEjw32yZ H10 {
  color: #767676;
}
.cid-trhEjw32yZ .hidden {
  display: none;
}
.cid-trhEjw32yZ p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhEjw32yZ .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhEjw32yZ .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhEjw32yZ .sticky li:hover {
  margin-left: -100px;
}
.cid-trhEjw32yZ .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhEjw32yZ .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRDi39lX1 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRDi39lX1 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRDi39lX1 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRDi39lX1 .hidden {
  display: none;
}
.cid-tqRDi39lX1 H10 {
  color: #767676;
}
.cid-tqRDiDproU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRDiDproU .content {
    text-align: center;
  }
  .cid-tqRDiDproU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRDiDproU .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRDiDproU .form-group,
.cid-tqRDiDproU .input-group-btn {
  padding: 0;
}
.cid-tqRDiDproU .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRDiDproU .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRDiDproU .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRDiDproU .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRDiDproU .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRDiDproU .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRDiDproU .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRDiDproU .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRDiDproU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRDiDproU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRDiDproU .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRDiDproU .foot-logo {
    text-align: center !important;
  }
  .cid-tqRDiDproU .foot-title {
    text-align: center !important;
  }
  .cid-tqRDiDproU .mbr-text {
    text-align: center !important;
  }
  .cid-tqRDiDproU .form-group {
    margin: 0;
  }
}
.cid-tqRDiDproU .foot-logo {
  text-align: center;
}
.cid-rBLYQXs3YB .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBLYQXs3YB .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBLYQXs3YB a {
  font-style: normal;
}
.cid-rBLYQXs3YB .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBLYQXs3YB .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBLYQXs3YB .nav-item:focus,
.cid-rBLYQXs3YB .nav-link:focus {
  outline: none;
}
.cid-rBLYQXs3YB .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBLYQXs3YB .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBLYQXs3YB .menu-logo {
  margin-right: auto;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBLYQXs3YB .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBLYQXs3YB .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBLYQXs3YB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBLYQXs3YB .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBLYQXs3YB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBLYQXs3YB .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBLYQXs3YB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBLYQXs3YB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBLYQXs3YB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBLYQXs3YB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBLYQXs3YB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBLYQXs3YB .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBLYQXs3YB .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBLYQXs3YB .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBLYQXs3YB .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBLYQXs3YB .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBLYQXs3YB .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBLYQXs3YB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBLYQXs3YB button.navbar-toggler:focus {
  outline: none;
}
.cid-rBLYQXs3YB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBLYQXs3YB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBLYQXs3YB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYQXs3YB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBLYQXs3YB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBLYQXs3YB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYQXs3YB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBLYQXs3YB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBLYQXs3YB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBLYQXs3YB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBLYQXs3YB .collapsed .btn {
  display: flex;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse.collapsing,
.cid-rBLYQXs3YB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBLYQXs3YB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBLYQXs3YB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBLYQXs3YB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBLYQXs3YB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBLYQXs3YB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBLYQXs3YB .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBLYQXs3YB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBLYQXs3YB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBLYQXs3YB .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBLYQXs3YB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBLYQXs3YB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBLYQXs3YB .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBLYQXs3YB .navbar-expand {
    flex-direction: column;
  }
  .cid-rBLYQXs3YB img {
    height: 3.8rem !important;
  }
  .cid-rBLYQXs3YB .btn {
    display: flex;
  }
  .cid-rBLYQXs3YB button.navbar-toggler {
    display: block;
  }
  .cid-rBLYQXs3YB .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBLYQXs3YB .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBLYQXs3YB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBLYQXs3YB .navbar-collapse.collapsing,
  .cid-rBLYQXs3YB .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBLYQXs3YB .navbar-collapse.collapsing .navbar-nav,
  .cid-rBLYQXs3YB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBLYQXs3YB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBLYQXs3YB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBLYQXs3YB .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBLYQXs3YB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBLYQXs3YB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBLYQXs3YB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBLYQXs3YB .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBLYQXs3YB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBLYQXs3YB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBLYQXs3YB .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBLYQXs3YB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBLYQXs3YB .navbar-collapse {
  flex-basis: auto;
}
.cid-rBLYQXs3YB .nav-link:hover,
.cid-rBLYQXs3YB .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBNVCOueco {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-rBNVCOueco .mbr-text,
.cid-rBNVCOueco .mbr-section-btn {
  text-align: left;
}
.cid-rBNVCOueco H1 {
  text-align: left;
}
.cid-rC9A3uPw2f {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNVEedXYI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBNVEedXYI .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBNVEedXYI .section-text {
  padding: 2rem 0;
}
.cid-rBNVEedXYI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBNVEedXYI .inner-container {
    width: 100% !important;
  }
}
.cid-rBSN1PTB5L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBSN1PTB5L .mbr-section-subtitle,
.cid-rBSN1PTB5L .mbr-text {
  color: #767676;
}
.cid-rBSN1PTB5L .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBSN1PTB5L .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBSN1PTB5L .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBSN1PTB5L .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rBSN1PTB5L .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBSN1PTB5L .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBSN1PTB5L .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBSN1PTB5L .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBSN1PTB5L .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBSN1PTB5L .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBSN1PTB5L .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBSN1PTB5L .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBSN1PTB5L .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBSN1PTB5L .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBSN1PTB5L .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-rBSN87CZ5h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBSN87CZ5h .mbr-section-subtitle,
.cid-rBSN87CZ5h .mbr-text {
  color: #767676;
}
.cid-rBSN87CZ5h .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBSN87CZ5h .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBSN87CZ5h .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBSN87CZ5h .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rBSN87CZ5h .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBSN87CZ5h .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBSN87CZ5h .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBSN87CZ5h .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBSN87CZ5h .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBSN87CZ5h .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBSN87CZ5h .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBSN87CZ5h .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBSN87CZ5h .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBSN87CZ5h .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBSN87CZ5h .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-rBNVF9CXHX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBNVF9CXHX .mbr-section-subtitle,
.cid-rBNVF9CXHX .mbr-text {
  color: #767676;
}
.cid-rBNVF9CXHX .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBNVF9CXHX .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBNVF9CXHX .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBNVF9CXHX .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rBNVF9CXHX .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBNVF9CXHX .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBNVF9CXHX .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBNVF9CXHX .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBNVF9CXHX .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBNVF9CXHX .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBNVF9CXHX .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBNVF9CXHX .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBNVF9CXHX .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBNVF9CXHX .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBNVF9CXHX .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-rBT1JZMclu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rBT1JZMclu .mbr-section-subtitle,
.cid-rBT1JZMclu .mbr-text {
  color: #767676;
}
.cid-rBT1JZMclu .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBT1JZMclu .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rBT1JZMclu .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rBT1JZMclu .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rBT1JZMclu .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rBT1JZMclu .card-wrapper .card-img img {
  width: 100%;
}
.cid-rBT1JZMclu .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rBT1JZMclu .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rBT1JZMclu .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rBT1JZMclu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rBT1JZMclu .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rBT1JZMclu .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rBT1JZMclu .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rBT1JZMclu .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rBT1JZMclu .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-rCczf4wXtD {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rCczf4wXtD .mbr-section-subtitle,
.cid-rCczf4wXtD .mbr-text {
  color: #767676;
}
.cid-rCczf4wXtD .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rCczf4wXtD .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rCczf4wXtD .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rCczf4wXtD .card-wrapper .card-img .mbr-overlay {
  background-color: #232323;
  display: none;
  transition: opacity .3s;
}
.cid-rCczf4wXtD .card-wrapper .card-img .mbr-section-btn {
  position: absolute;
  transition: opacity .3s;
  width: 100%;
  left: 0;
  top: 50%;
  height: auto;
  transform: translateY(-50%);
}
.cid-rCczf4wXtD .card-wrapper .card-img img {
  width: 100%;
}
.cid-rCczf4wXtD .card-wrapper .card-box {
  background-color: #232323;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-rCczf4wXtD .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-rCczf4wXtD .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-rCczf4wXtD .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-rCczf4wXtD .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-rCczf4wXtD .card-img .mbr-section-btn {
  opacity: 0;
}
.cid-rCczf4wXtD .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-rCczf4wXtD .card-img:hover .mbr-section-btn {
  opacity: 1;
}
.cid-rCczf4wXtD .card-title {
  text-align: center;
  color: #149dcc;
}
.cid-tqR2su8d4Z .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR2su8d4Z .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR2su8d4Z .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR2su8d4Z .hidden {
  display: none;
}
.cid-tqR2su8d4Z H10 {
  color: #767676;
}
.cid-tr5evtoinG .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr5evtoinG .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr5evtoinG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr5evtoinG .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr5evtoinG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr5evtoinG .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr5evtoinG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr5evtoinG .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr5evtoinG P {
  color: #232323;
}
.cid-tr5evtoinG DIV {
  color: #ffffff;
}
.cid-tr5evtoinG H10 {
  color: #767676;
}
.cid-tr5evtoinG .hidden {
  display: none;
}
.cid-tr5evtoinG p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr5evtoinG .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr5evtoinG .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr5evtoinG .sticky li:hover {
  margin-left: -100px;
}
.cid-tr5evtoinG .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr5evtoinG .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tr5ew1yTjr .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr5ew1yTjr .my-float {
  margin-top: 16px;
}
.cid-tr5ew1yTjr P {
  color: #232323;
}
.cid-tr5ew1yTjr DIV {
  color: #ffffff;
}
.cid-tr5ew1yTjr H10 {
  color: #767676;
}
.cid-tr5ew1yTjr .hidden {
  display: none;
}
.cid-tr5eu6UcsS {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr5eu6UcsS .content {
    text-align: center;
  }
  .cid-tr5eu6UcsS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr5eu6UcsS .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr5eu6UcsS .form-group,
.cid-tr5eu6UcsS .input-group-btn {
  padding: 0;
}
.cid-tr5eu6UcsS .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr5eu6UcsS .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr5eu6UcsS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr5eu6UcsS .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr5eu6UcsS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr5eu6UcsS .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr5eu6UcsS .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr5eu6UcsS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr5eu6UcsS .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr5eu6UcsS .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr5eu6UcsS .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr5eu6UcsS .foot-logo {
    text-align: center !important;
  }
  .cid-tr5eu6UcsS .foot-title {
    text-align: center !important;
  }
  .cid-tr5eu6UcsS .mbr-text {
    text-align: center !important;
  }
  .cid-tr5eu6UcsS .form-group {
    margin: 0;
  }
}
.cid-tr5eu6UcsS .foot-logo {
  text-align: center;
}
.cid-tr5eu6UcsS .foot-text {
  color: #cccccc;
}
.cid-tr5eu6UcsS .foot-title {
  color: #cccccc;
}
.cid-rBT6FymPbC .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6FymPbC .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6FymPbC a {
  font-style: normal;
}
.cid-rBT6FymPbC .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6FymPbC .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6FymPbC .nav-item:focus,
.cid-rBT6FymPbC .nav-link:focus {
  outline: none;
}
.cid-rBT6FymPbC .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6FymPbC .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6FymPbC .menu-logo {
  margin-right: auto;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6FymPbC .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6FymPbC .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6FymPbC .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6FymPbC .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6FymPbC .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6FymPbC .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6FymPbC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6FymPbC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6FymPbC .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6FymPbC .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6FymPbC .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6FymPbC .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6FymPbC .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6FymPbC .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6FymPbC .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6FymPbC .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6FymPbC .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6FymPbC button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6FymPbC button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6FymPbC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6FymPbC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6FymPbC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6FymPbC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6FymPbC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6FymPbC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6FymPbC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6FymPbC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6FymPbC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6FymPbC .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6FymPbC .collapsed .btn {
  display: flex;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse.collapsing,
.cid-rBT6FymPbC .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6FymPbC .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6FymPbC .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6FymPbC .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6FymPbC .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6FymPbC .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6FymPbC .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6FymPbC .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6FymPbC .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6FymPbC .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6FymPbC .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6FymPbC .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6FymPbC .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6FymPbC .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6FymPbC img {
    height: 3.8rem !important;
  }
  .cid-rBT6FymPbC .btn {
    display: flex;
  }
  .cid-rBT6FymPbC button.navbar-toggler {
    display: block;
  }
  .cid-rBT6FymPbC .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6FymPbC .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6FymPbC .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6FymPbC .navbar-collapse.collapsing,
  .cid-rBT6FymPbC .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6FymPbC .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6FymPbC .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6FymPbC .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6FymPbC .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6FymPbC .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6FymPbC .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6FymPbC .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6FymPbC .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6FymPbC .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6FymPbC .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6FymPbC .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6FymPbC .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6FymPbC .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6FymPbC .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6FymPbC .nav-link:hover,
.cid-rBT6FymPbC .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6FzposS {
  background-image: url("../../../assets/images/3cdd1a02-c892-486b-a9d9-fdbcb0b32f02.jpg");
}
.cid-rBT6FzposS .mbr-text,
.cid-rBT6FzposS .mbr-section-btn {
  text-align: left;
}
.cid-rBT6FzposS H1 {
  text-align: left;
}
.cid-rBZRkpZdjr {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZRm4f0PA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZRm4f0PA .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZRm4f0PA .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZRm4f0PA .modal-body .close span {
  font-style: normal;
}
.cid-rBZRm4f0PA .carousel-inner > .active,
.cid-rBZRm4f0PA .carousel-inner > .next,
.cid-rBZRm4f0PA .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZRm4f0PA .carousel-control .icon-next,
.cid-rBZRm4f0PA .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZRm4f0PA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZRm4f0PA .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZRm4f0PA .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZRm4f0PA .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZRm4f0PA .boxed-slider > div {
  position: relative;
}
.cid-rBZRm4f0PA .container img {
  width: 100%;
}
.cid-rBZRm4f0PA .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZRm4f0PA .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZRm4f0PA .mbr-table-cell {
  padding: 0;
}
.cid-rBZRm4f0PA .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZRm4f0PA .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZRm4f0PA .mbr-overlay {
  z-index: 1;
}
.cid-rBZRm4f0PA .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZRm4f0PA .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZRm4f0PA .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZRm4f0PA .carousel-item-next.carousel-item-left,
.cid-rBZRm4f0PA .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZRm4f0PA .active.carousel-item-right,
.cid-rBZRm4f0PA .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZRm4f0PA .active.carousel-item-left,
.cid-rBZRm4f0PA .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZRm4f0PA .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZRm4f0PA .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZRm4f0PA .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators li.active,
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators li::after,
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZRm4f0PA .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZRm4f0PA .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZRm4f0PA .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZRm4f0PA .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZRm4f0PA .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZRm4f0PA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZRm4f0PA .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZRm4f0PA .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZRm4f0PA .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZRm4f0PA .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZRm4f0PA .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZRm4f0PA .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZRm4f0PA .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZRm4f0PA .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZRm4f0PA .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZRm4f0PA .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZRm4f0PA .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZRm4f0PA .carousel-inner {
  height: 100%;
}
.cid-rBZRm4f0PA .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZRm4f0PA .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZRm4f0PA .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZRm4f0PA .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZRm4f0PA .content-slider-wrap {
  width: 90%;
}
.cid-rCaOe4yK9a {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaOe4yK9a .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaOe4yK9a .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6FAw0XY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6FAw0XY .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6FAw0XY .section-text {
  padding: 2rem 0;
}
.cid-rBT6FAw0XY .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6FAw0XY .inner-container {
    width: 100% !important;
  }
}
.cid-rCaOfq4ns0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaOfq4ns0 .mbr-text,
.cid-rCaOfq4ns0 blockquote {
  color: #767676;
}
.cid-rCaOfq4ns0 .mbr-text P {
  text-align: left;
}
.cid-rCaOfq4ns0 .mbr-text {
  color: #cccccc;
}
.cid-rCaOgrWrTw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCaOgrWrTw .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCaOgrWrTw .section-text {
  padding: 2rem 0;
}
.cid-rCaOgrWrTw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCaOgrWrTw .inner-container {
    width: 100% !important;
  }
}
.cid-trgLKWYSNE .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trgLKWYSNE .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trgLKWYSNE .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trgLKWYSNE .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trgLKWYSNE .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trgLKWYSNE .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trgLKWYSNE .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trgLKWYSNE .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trgLKWYSNE P {
  color: #232323;
}
.cid-trgLKWYSNE DIV {
  color: #ffffff;
}
.cid-trgLKWYSNE H10 {
  color: #767676;
}
.cid-trgLKWYSNE .hidden {
  display: none;
}
.cid-trgLKWYSNE p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trgLKWYSNE .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trgLKWYSNE .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trgLKWYSNE .sticky li:hover {
  margin-left: -100px;
}
.cid-trgLKWYSNE .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trgLKWYSNE .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trgLKcw5Us .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trgLKcw5Us .my-float {
  margin-top: 16px;
}
.cid-trgLKcw5Us P {
  color: #232323;
}
.cid-trgLKcw5Us DIV {
  color: #ffffff;
}
.cid-trgLKcw5Us H10 {
  color: #767676;
}
.cid-trgLKcw5Us .hidden {
  display: none;
}
.cid-tqR9AdhMUQ .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqR9AdhMUQ .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqR9AdhMUQ .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqR9AdhMUQ .hidden {
  display: none;
}
.cid-tqR9AdhMUQ H10 {
  color: #767676;
}
.cid-tqR9BjcTcP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqR9BjcTcP .content {
    text-align: center;
  }
  .cid-tqR9BjcTcP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqR9BjcTcP .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqR9BjcTcP .form-group,
.cid-tqR9BjcTcP .input-group-btn {
  padding: 0;
}
.cid-tqR9BjcTcP .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqR9BjcTcP .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqR9BjcTcP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqR9BjcTcP .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqR9BjcTcP .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqR9BjcTcP .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqR9BjcTcP .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqR9BjcTcP .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqR9BjcTcP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqR9BjcTcP .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqR9BjcTcP .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqR9BjcTcP .foot-logo {
    text-align: center !important;
  }
  .cid-tqR9BjcTcP .foot-title {
    text-align: center !important;
  }
  .cid-tqR9BjcTcP .mbr-text {
    text-align: center !important;
  }
  .cid-tqR9BjcTcP .form-group {
    margin: 0;
  }
}
.cid-tqR9BjcTcP .foot-logo {
  text-align: center;
}
.cid-rBT6EQeSPH .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6EQeSPH .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6EQeSPH a {
  font-style: normal;
}
.cid-rBT6EQeSPH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6EQeSPH .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6EQeSPH .nav-item:focus,
.cid-rBT6EQeSPH .nav-link:focus {
  outline: none;
}
.cid-rBT6EQeSPH .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6EQeSPH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6EQeSPH .menu-logo {
  margin-right: auto;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6EQeSPH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6EQeSPH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6EQeSPH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6EQeSPH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6EQeSPH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6EQeSPH .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6EQeSPH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6EQeSPH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6EQeSPH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6EQeSPH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6EQeSPH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6EQeSPH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6EQeSPH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6EQeSPH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6EQeSPH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6EQeSPH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6EQeSPH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6EQeSPH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6EQeSPH button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6EQeSPH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6EQeSPH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6EQeSPH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6EQeSPH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6EQeSPH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6EQeSPH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6EQeSPH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6EQeSPH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6EQeSPH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6EQeSPH .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6EQeSPH .collapsed .btn {
  display: flex;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse.collapsing,
.cid-rBT6EQeSPH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6EQeSPH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6EQeSPH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6EQeSPH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6EQeSPH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6EQeSPH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6EQeSPH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6EQeSPH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6EQeSPH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6EQeSPH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6EQeSPH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6EQeSPH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6EQeSPH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6EQeSPH .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6EQeSPH img {
    height: 3.8rem !important;
  }
  .cid-rBT6EQeSPH .btn {
    display: flex;
  }
  .cid-rBT6EQeSPH button.navbar-toggler {
    display: block;
  }
  .cid-rBT6EQeSPH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6EQeSPH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6EQeSPH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6EQeSPH .navbar-collapse.collapsing,
  .cid-rBT6EQeSPH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6EQeSPH .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6EQeSPH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6EQeSPH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6EQeSPH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6EQeSPH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6EQeSPH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6EQeSPH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6EQeSPH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6EQeSPH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6EQeSPH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6EQeSPH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6EQeSPH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6EQeSPH .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6EQeSPH .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6EQeSPH .nav-link:hover,
.cid-rBT6EQeSPH .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6ERc0bj {
  background-image: url("../../../assets/images/be60ee9e-b11c-412c-b529-928a7731dc98.jpeg");
}
.cid-rBT6ERc0bj .mbr-text,
.cid-rBT6ERc0bj .mbr-section-btn {
  text-align: left;
}
.cid-rBT6ERc0bj H1 {
  text-align: left;
}
.cid-rBZRvWiMLj {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCbFQ9gPEa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rCbFQ9gPEa .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rCbFQ9gPEa .modal-body .close {
  background: #1b1b1b;
}
.cid-rCbFQ9gPEa .modal-body .close span {
  font-style: normal;
}
.cid-rCbFQ9gPEa .carousel-inner > .active,
.cid-rCbFQ9gPEa .carousel-inner > .next,
.cid-rCbFQ9gPEa .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rCbFQ9gPEa .carousel-control .icon-next,
.cid-rCbFQ9gPEa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rCbFQ9gPEa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rCbFQ9gPEa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rCbFQ9gPEa .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rCbFQ9gPEa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rCbFQ9gPEa .boxed-slider > div {
  position: relative;
}
.cid-rCbFQ9gPEa .container img {
  width: 100%;
}
.cid-rCbFQ9gPEa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rCbFQ9gPEa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCbFQ9gPEa .mbr-table-cell {
  padding: 0;
}
.cid-rCbFQ9gPEa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rCbFQ9gPEa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rCbFQ9gPEa .mbr-overlay {
  z-index: 1;
}
.cid-rCbFQ9gPEa .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCbFQ9gPEa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rCbFQ9gPEa .carousel-item .container {
    width: 100%;
  }
}
.cid-rCbFQ9gPEa .carousel-item-next.carousel-item-left,
.cid-rCbFQ9gPEa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rCbFQ9gPEa .active.carousel-item-right,
.cid-rCbFQ9gPEa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rCbFQ9gPEa .active.carousel-item-left,
.cid-rCbFQ9gPEa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rCbFQ9gPEa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rCbFQ9gPEa .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators li.active,
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators li::after,
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rCbFQ9gPEa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rCbFQ9gPEa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rCbFQ9gPEa .mbr-slider > .container img {
  width: 100%;
}
.cid-rCbFQ9gPEa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rCbFQ9gPEa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rCbFQ9gPEa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rCbFQ9gPEa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rCbFQ9gPEa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rCbFQ9gPEa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rCbFQ9gPEa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rCbFQ9gPEa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rCbFQ9gPEa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rCbFQ9gPEa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rCbFQ9gPEa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rCbFQ9gPEa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rCbFQ9gPEa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rCbFQ9gPEa .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rCbFQ9gPEa .carousel-inner {
  height: 100%;
}
.cid-rCbFQ9gPEa .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rCbFQ9gPEa .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rCbFQ9gPEa .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rCbFQ9gPEa .carousel-item .container-slide {
  text-align: center;
}
.cid-rCbFQ9gPEa .content-slider-wrap {
  width: 90%;
}
.cid-rCaU8a9P7K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaU8a9P7K .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaU8a9P7K .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6ERZ4KB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6ERZ4KB .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6ERZ4KB .section-text {
  padding: 2rem 0;
}
.cid-rBT6ERZ4KB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6ERZ4KB .inner-container {
    width: 100% !important;
  }
}
.cid-rCbvAaCl8U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbvAaCl8U .mbr-text,
.cid-rCbvAaCl8U blockquote {
  color: #767676;
}
.cid-rCbvAaCl8U .mbr-text P {
  text-align: left;
}
.cid-rCbvAaCl8U .mbr-text {
  color: #cccccc;
}
.cid-rCaUaa59N2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaUaa59N2 .mbr-text,
.cid-rCaUaa59N2 blockquote {
  color: #767676;
}
.cid-rCaUaa59N2 .mbr-text P {
  text-align: left;
}
.cid-rCaUaa59N2 .mbr-text {
  color: #cccccc;
}
.cid-trhdXQ7U69 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhdXQ7U69 .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhdXQ7U69 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhdXQ7U69 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhdXQ7U69 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhdXQ7U69 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhdXQ7U69 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhdXQ7U69 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhdXQ7U69 P {
  color: #232323;
}
.cid-trhdXQ7U69 DIV {
  color: #ffffff;
}
.cid-trhdXQ7U69 H10 {
  color: #767676;
}
.cid-trhdXQ7U69 .hidden {
  display: none;
}
.cid-trhdXQ7U69 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhdXQ7U69 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhdXQ7U69 .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhdXQ7U69 .sticky li:hover {
  margin-left: -100px;
}
.cid-trhdXQ7U69 .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhdXQ7U69 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trhdWCDm8y .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhdWCDm8y .my-float {
  margin-top: 16px;
}
.cid-trhdWCDm8y P {
  color: #232323;
}
.cid-trhdWCDm8y DIV {
  color: #ffffff;
}
.cid-trhdWCDm8y H10 {
  color: #767676;
}
.cid-trhdWCDm8y .hidden {
  display: none;
}
.cid-tqRa4tvH07 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRa4tvH07 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRa4tvH07 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRa4tvH07 .hidden {
  display: none;
}
.cid-tqRa4tvH07 H10 {
  color: #767676;
}
.cid-trhdUS4e9G {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-trhdUS4e9G .content {
    text-align: center;
  }
  .cid-trhdUS4e9G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trhdUS4e9G .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-trhdUS4e9G .form-group,
.cid-trhdUS4e9G .input-group-btn {
  padding: 0;
}
.cid-trhdUS4e9G .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-trhdUS4e9G .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-trhdUS4e9G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trhdUS4e9G .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-trhdUS4e9G .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trhdUS4e9G .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-trhdUS4e9G .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trhdUS4e9G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trhdUS4e9G .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trhdUS4e9G .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-trhdUS4e9G .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-trhdUS4e9G .foot-logo {
    text-align: center !important;
  }
  .cid-trhdUS4e9G .foot-title {
    text-align: center !important;
  }
  .cid-trhdUS4e9G .mbr-text {
    text-align: center !important;
  }
  .cid-trhdUS4e9G .form-group {
    margin: 0;
  }
}
.cid-trhdUS4e9G .foot-logo {
  text-align: center;
}
.cid-trhdUS4e9G .foot-text {
  color: #cccccc;
}
.cid-trhdUS4e9G .foot-title {
  color: #cccccc;
}
.cid-rBT6E7blhh .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6E7blhh .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6E7blhh a {
  font-style: normal;
}
.cid-rBT6E7blhh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6E7blhh .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6E7blhh .nav-item:focus,
.cid-rBT6E7blhh .nav-link:focus {
  outline: none;
}
.cid-rBT6E7blhh .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6E7blhh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6E7blhh .menu-logo {
  margin-right: auto;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6E7blhh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6E7blhh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6E7blhh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6E7blhh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6E7blhh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6E7blhh .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6E7blhh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6E7blhh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6E7blhh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6E7blhh .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6E7blhh .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6E7blhh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6E7blhh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6E7blhh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6E7blhh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6E7blhh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6E7blhh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6E7blhh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6E7blhh button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6E7blhh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6E7blhh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6E7blhh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6E7blhh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6E7blhh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6E7blhh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6E7blhh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6E7blhh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6E7blhh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6E7blhh .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6E7blhh .collapsed .btn {
  display: flex;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse.collapsing,
.cid-rBT6E7blhh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6E7blhh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6E7blhh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6E7blhh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6E7blhh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6E7blhh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6E7blhh .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6E7blhh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6E7blhh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6E7blhh .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6E7blhh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6E7blhh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6E7blhh .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6E7blhh .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6E7blhh img {
    height: 3.8rem !important;
  }
  .cid-rBT6E7blhh .btn {
    display: flex;
  }
  .cid-rBT6E7blhh button.navbar-toggler {
    display: block;
  }
  .cid-rBT6E7blhh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6E7blhh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6E7blhh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6E7blhh .navbar-collapse.collapsing,
  .cid-rBT6E7blhh .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6E7blhh .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6E7blhh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6E7blhh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6E7blhh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6E7blhh .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6E7blhh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6E7blhh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6E7blhh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6E7blhh .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6E7blhh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6E7blhh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6E7blhh .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6E7blhh .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6E7blhh .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6E7blhh .nav-link:hover,
.cid-rBT6E7blhh .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6E88dnA {
  background-image: url("../../../assets/images/927127e8-4679-4b07-89c6-b5282c47255b.jpg");
}
.cid-rBT6E88dnA .mbr-text,
.cid-rBT6E88dnA .mbr-section-btn {
  text-align: left;
}
.cid-rBT6E88dnA H1 {
  text-align: left;
}
.cid-rBZUkSNL0l {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZUlNc7JB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZUlNc7JB .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZUlNc7JB .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZUlNc7JB .modal-body .close span {
  font-style: normal;
}
.cid-rBZUlNc7JB .carousel-inner > .active,
.cid-rBZUlNc7JB .carousel-inner > .next,
.cid-rBZUlNc7JB .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZUlNc7JB .carousel-control .icon-next,
.cid-rBZUlNc7JB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZUlNc7JB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZUlNc7JB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZUlNc7JB .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZUlNc7JB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZUlNc7JB .boxed-slider > div {
  position: relative;
}
.cid-rBZUlNc7JB .container img {
  width: 100%;
}
.cid-rBZUlNc7JB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZUlNc7JB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZUlNc7JB .mbr-table-cell {
  padding: 0;
}
.cid-rBZUlNc7JB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZUlNc7JB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZUlNc7JB .mbr-overlay {
  z-index: 1;
}
.cid-rBZUlNc7JB .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZUlNc7JB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZUlNc7JB .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZUlNc7JB .carousel-item-next.carousel-item-left,
.cid-rBZUlNc7JB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZUlNc7JB .active.carousel-item-right,
.cid-rBZUlNc7JB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZUlNc7JB .active.carousel-item-left,
.cid-rBZUlNc7JB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZUlNc7JB .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZUlNc7JB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZUlNc7JB .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators li.active,
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators li::after,
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZUlNc7JB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZUlNc7JB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZUlNc7JB .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZUlNc7JB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZUlNc7JB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZUlNc7JB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZUlNc7JB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZUlNc7JB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZUlNc7JB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZUlNc7JB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZUlNc7JB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZUlNc7JB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZUlNc7JB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZUlNc7JB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZUlNc7JB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZUlNc7JB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZUlNc7JB .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZUlNc7JB .carousel-inner {
  height: 100%;
}
.cid-rBZUlNc7JB .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZUlNc7JB .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZUlNc7JB .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZUlNc7JB .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZUlNc7JB .content-slider-wrap {
  width: 90%;
}
.cid-rCaWAUMvBN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaWAUMvBN .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaWAUMvBN .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6E8V6Qu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6E8V6Qu .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6E8V6Qu .section-text {
  padding: 2rem 0;
}
.cid-rBT6E8V6Qu .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6E8V6Qu .inner-container {
    width: 100% !important;
  }
}
.cid-rCbGejEcbw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCbGejEcbw .mbr-text,
.cid-rCbGejEcbw blockquote {
  color: #767676;
}
.cid-rCbGejEcbw .mbr-text P {
  text-align: left;
}
.cid-rCbGejEcbw .mbr-text {
  color: #cccccc;
}
.cid-rCaYdNexD0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaYdNexD0 .mbr-text,
.cid-rCaYdNexD0 blockquote {
  color: #767676;
}
.cid-rCaYdNexD0 .mbr-text P {
  text-align: left;
}
.cid-rCaYdNexD0 .mbr-text {
  color: #cccccc;
}
.cid-trhf6MPNSN .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhf6MPNSN .my-float {
  margin-top: 16px;
}
.cid-trhf6MPNSN P {
  color: #232323;
}
.cid-trhf6MPNSN DIV {
  color: #ffffff;
}
.cid-trhf6MPNSN H10 {
  color: #767676;
}
.cid-trhf6MPNSN .hidden {
  display: none;
}
.cid-trhezZoxlj .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhezZoxlj .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhezZoxlj .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhezZoxlj .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhezZoxlj .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhezZoxlj .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhezZoxlj .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhezZoxlj .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhezZoxlj P {
  color: #232323;
}
.cid-trhezZoxlj DIV {
  color: #ffffff;
}
.cid-trhezZoxlj H10 {
  color: #767676;
}
.cid-trhezZoxlj .hidden {
  display: none;
}
.cid-trhezZoxlj p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhezZoxlj .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhezZoxlj .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhezZoxlj .sticky li:hover {
  margin-left: -100px;
}
.cid-trhezZoxlj .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhezZoxlj .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRaoAf4r6 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRaoAf4r6 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRaoAf4r6 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRaoAf4r6 .hidden {
  display: none;
}
.cid-tqRaoAf4r6 H10 {
  color: #767676;
}
.cid-tqRaqw5fJT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRaqw5fJT .content {
    text-align: center;
  }
  .cid-tqRaqw5fJT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRaqw5fJT .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRaqw5fJT .form-group,
.cid-tqRaqw5fJT .input-group-btn {
  padding: 0;
}
.cid-tqRaqw5fJT .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRaqw5fJT .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRaqw5fJT .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRaqw5fJT .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRaqw5fJT .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRaqw5fJT .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRaqw5fJT .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRaqw5fJT .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRaqw5fJT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRaqw5fJT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRaqw5fJT .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRaqw5fJT .foot-logo {
    text-align: center !important;
  }
  .cid-tqRaqw5fJT .foot-title {
    text-align: center !important;
  }
  .cid-tqRaqw5fJT .mbr-text {
    text-align: center !important;
  }
  .cid-tqRaqw5fJT .form-group {
    margin: 0;
  }
}
.cid-tqRaqw5fJT .foot-logo {
  text-align: center;
}
.cid-rBT6Ctc09x .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6Ctc09x .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6Ctc09x a {
  font-style: normal;
}
.cid-rBT6Ctc09x .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6Ctc09x .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6Ctc09x .nav-item:focus,
.cid-rBT6Ctc09x .nav-link:focus {
  outline: none;
}
.cid-rBT6Ctc09x .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6Ctc09x .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6Ctc09x .menu-logo {
  margin-right: auto;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6Ctc09x .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6Ctc09x .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6Ctc09x .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6Ctc09x .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6Ctc09x .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6Ctc09x .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6Ctc09x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6Ctc09x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6Ctc09x .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6Ctc09x .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6Ctc09x .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6Ctc09x .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6Ctc09x .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6Ctc09x .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6Ctc09x .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6Ctc09x .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6Ctc09x .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6Ctc09x button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6Ctc09x button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6Ctc09x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6Ctc09x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6Ctc09x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Ctc09x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Ctc09x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6Ctc09x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Ctc09x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6Ctc09x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6Ctc09x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Ctc09x .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6Ctc09x .collapsed .btn {
  display: flex;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse.collapsing,
.cid-rBT6Ctc09x .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6Ctc09x .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6Ctc09x .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6Ctc09x .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6Ctc09x .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6Ctc09x .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6Ctc09x .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6Ctc09x .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6Ctc09x .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6Ctc09x .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6Ctc09x .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6Ctc09x .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6Ctc09x .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6Ctc09x .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6Ctc09x img {
    height: 3.8rem !important;
  }
  .cid-rBT6Ctc09x .btn {
    display: flex;
  }
  .cid-rBT6Ctc09x button.navbar-toggler {
    display: block;
  }
  .cid-rBT6Ctc09x .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6Ctc09x .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6Ctc09x .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6Ctc09x .navbar-collapse.collapsing,
  .cid-rBT6Ctc09x .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6Ctc09x .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6Ctc09x .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6Ctc09x .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6Ctc09x .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6Ctc09x .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6Ctc09x .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6Ctc09x .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6Ctc09x .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6Ctc09x .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6Ctc09x .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6Ctc09x .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6Ctc09x .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6Ctc09x .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6Ctc09x .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6Ctc09x .nav-link:hover,
.cid-rBT6Ctc09x .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6CuQDQ4 {
  background-image: url("../../../assets/images/2788735d-4778-4f63-8cd4-1235eb8fc0c9.jpg");
}
.cid-rBT6CuQDQ4 .mbr-text,
.cid-rBT6CuQDQ4 .mbr-section-btn {
  text-align: left;
}
.cid-rBT6CuQDQ4 H1 {
  text-align: left;
}
.cid-rBZVxVlYgt {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZVzzPeXz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZVzzPeXz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZVzzPeXz .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZVzzPeXz .modal-body .close span {
  font-style: normal;
}
.cid-rBZVzzPeXz .carousel-inner > .active,
.cid-rBZVzzPeXz .carousel-inner > .next,
.cid-rBZVzzPeXz .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZVzzPeXz .carousel-control .icon-next,
.cid-rBZVzzPeXz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZVzzPeXz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZVzzPeXz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZVzzPeXz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZVzzPeXz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZVzzPeXz .boxed-slider > div {
  position: relative;
}
.cid-rBZVzzPeXz .container img {
  width: 100%;
}
.cid-rBZVzzPeXz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZVzzPeXz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZVzzPeXz .mbr-table-cell {
  padding: 0;
}
.cid-rBZVzzPeXz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZVzzPeXz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZVzzPeXz .mbr-overlay {
  z-index: 1;
}
.cid-rBZVzzPeXz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZVzzPeXz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZVzzPeXz .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZVzzPeXz .carousel-item-next.carousel-item-left,
.cid-rBZVzzPeXz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZVzzPeXz .active.carousel-item-right,
.cid-rBZVzzPeXz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZVzzPeXz .active.carousel-item-left,
.cid-rBZVzzPeXz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZVzzPeXz .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZVzzPeXz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZVzzPeXz .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators li.active,
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators li::after,
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZVzzPeXz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZVzzPeXz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZVzzPeXz .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZVzzPeXz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZVzzPeXz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZVzzPeXz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZVzzPeXz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZVzzPeXz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZVzzPeXz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZVzzPeXz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZVzzPeXz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZVzzPeXz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZVzzPeXz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZVzzPeXz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZVzzPeXz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZVzzPeXz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZVzzPeXz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZVzzPeXz .carousel-inner {
  height: 100%;
}
.cid-rBZVzzPeXz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZVzzPeXz .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZVzzPeXz .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZVzzPeXz .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZVzzPeXz .content-slider-wrap {
  width: 90%;
}
.cid-rCb1GdfFaO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCb1GdfFaO .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCb1GdfFaO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6Cw0wY7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6Cw0wY7 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6Cw0wY7 .section-text {
  padding: 2rem 0;
}
.cid-rBT6Cw0wY7 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6Cw0wY7 .inner-container {
    width: 100% !important;
  }
}
.cid-rCb1ITopu7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCb1ITopu7 .mbr-text,
.cid-rCb1ITopu7 blockquote {
  color: #767676;
}
.cid-rCb1ITopu7 .mbr-text P {
  text-align: left;
}
.cid-rCb1ITopu7 .mbr-text {
  color: #cccccc;
}
.cid-trhjYFBw4P .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhjYFBw4P .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhjYFBw4P .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhjYFBw4P .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhjYFBw4P .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhjYFBw4P .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhjYFBw4P .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhjYFBw4P .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhjYFBw4P P {
  color: #232323;
}
.cid-trhjYFBw4P DIV {
  color: #ffffff;
}
.cid-trhjYFBw4P H10 {
  color: #767676;
}
.cid-trhjYFBw4P .hidden {
  display: none;
}
.cid-trhjYFBw4P p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhjYFBw4P .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhjYFBw4P .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhjYFBw4P .sticky li:hover {
  margin-left: -100px;
}
.cid-trhjYFBw4P .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhjYFBw4P .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trhjXjRIHs .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhjXjRIHs .my-float {
  margin-top: 16px;
}
.cid-trhjXjRIHs P {
  color: #232323;
}
.cid-trhjXjRIHs DIV {
  color: #ffffff;
}
.cid-trhjXjRIHs H10 {
  color: #767676;
}
.cid-trhjXjRIHs .hidden {
  display: none;
}
.cid-tqRaPgb6yq .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRaPgb6yq .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRaPgb6yq .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRaPgb6yq .hidden {
  display: none;
}
.cid-tqRaPgb6yq H10 {
  color: #767676;
}
.cid-trhjVzXi2b {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-trhjVzXi2b .content {
    text-align: center;
  }
  .cid-trhjVzXi2b .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trhjVzXi2b .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-trhjVzXi2b .form-group,
.cid-trhjVzXi2b .input-group-btn {
  padding: 0;
}
.cid-trhjVzXi2b .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-trhjVzXi2b .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-trhjVzXi2b .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trhjVzXi2b .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-trhjVzXi2b .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trhjVzXi2b .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-trhjVzXi2b .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trhjVzXi2b .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trhjVzXi2b .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trhjVzXi2b .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-trhjVzXi2b .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-trhjVzXi2b .foot-logo {
    text-align: center !important;
  }
  .cid-trhjVzXi2b .foot-title {
    text-align: center !important;
  }
  .cid-trhjVzXi2b .mbr-text {
    text-align: center !important;
  }
  .cid-trhjVzXi2b .form-group {
    margin: 0;
  }
}
.cid-trhjVzXi2b .foot-logo {
  text-align: center;
}
.cid-trhjVzXi2b .foot-text {
  color: #cccccc;
}
.cid-trhjVzXi2b .foot-title {
  color: #cccccc;
}
.cid-rBT6BFJOv6 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6BFJOv6 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6BFJOv6 a {
  font-style: normal;
}
.cid-rBT6BFJOv6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6BFJOv6 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6BFJOv6 .nav-item:focus,
.cid-rBT6BFJOv6 .nav-link:focus {
  outline: none;
}
.cid-rBT6BFJOv6 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6BFJOv6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6BFJOv6 .menu-logo {
  margin-right: auto;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6BFJOv6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6BFJOv6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6BFJOv6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6BFJOv6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6BFJOv6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6BFJOv6 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6BFJOv6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6BFJOv6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6BFJOv6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6BFJOv6 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6BFJOv6 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6BFJOv6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6BFJOv6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6BFJOv6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6BFJOv6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6BFJOv6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6BFJOv6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6BFJOv6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6BFJOv6 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6BFJOv6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6BFJOv6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6BFJOv6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6BFJOv6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6BFJOv6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6BFJOv6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6BFJOv6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6BFJOv6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6BFJOv6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6BFJOv6 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6BFJOv6 .collapsed .btn {
  display: flex;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.collapsing,
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6BFJOv6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6BFJOv6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6BFJOv6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6BFJOv6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6BFJOv6 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6BFJOv6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6BFJOv6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6BFJOv6 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6BFJOv6 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6BFJOv6 img {
    height: 3.8rem !important;
  }
  .cid-rBT6BFJOv6 .btn {
    display: flex;
  }
  .cid-rBT6BFJOv6 button.navbar-toggler {
    display: block;
  }
  .cid-rBT6BFJOv6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6BFJOv6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6BFJOv6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6BFJOv6 .navbar-collapse.collapsing,
  .cid-rBT6BFJOv6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6BFJOv6 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6BFJOv6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6BFJOv6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6BFJOv6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6BFJOv6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6BFJOv6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6BFJOv6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6BFJOv6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6BFJOv6 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6BFJOv6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6BFJOv6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6BFJOv6 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6BFJOv6 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6BFJOv6 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6BFJOv6 .nav-link:hover,
.cid-rBT6BFJOv6 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6BH0yDm {
  background-image: url("../../../assets/images/mbr-1920x171117.jpg");
}
.cid-rBT6BH0yDm .mbr-text,
.cid-rBT6BH0yDm .mbr-section-btn {
  text-align: left;
}
.cid-rBT6BH0yDm H1 {
  text-align: left;
}
.cid-rBZX7SwIuu {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #222425;
}
.cid-rBZX8EcsJz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222425;
}
.cid-rBZX8EcsJz .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZX8EcsJz .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZX8EcsJz .modal-body .close span {
  font-style: normal;
}
.cid-rBZX8EcsJz .carousel-inner > .active,
.cid-rBZX8EcsJz .carousel-inner > .next,
.cid-rBZX8EcsJz .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZX8EcsJz .carousel-control .icon-next,
.cid-rBZX8EcsJz .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZX8EcsJz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZX8EcsJz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZX8EcsJz .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZX8EcsJz .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZX8EcsJz .boxed-slider > div {
  position: relative;
}
.cid-rBZX8EcsJz .container img {
  width: 100%;
}
.cid-rBZX8EcsJz .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZX8EcsJz .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZX8EcsJz .mbr-table-cell {
  padding: 0;
}
.cid-rBZX8EcsJz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZX8EcsJz .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZX8EcsJz .mbr-overlay {
  z-index: 1;
}
.cid-rBZX8EcsJz .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZX8EcsJz .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZX8EcsJz .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZX8EcsJz .carousel-item-next.carousel-item-left,
.cid-rBZX8EcsJz .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZX8EcsJz .active.carousel-item-right,
.cid-rBZX8EcsJz .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZX8EcsJz .active.carousel-item-left,
.cid-rBZX8EcsJz .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZX8EcsJz .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZX8EcsJz .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZX8EcsJz .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators li.active,
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators li::after,
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZX8EcsJz .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZX8EcsJz .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZX8EcsJz .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZX8EcsJz .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZX8EcsJz .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZX8EcsJz .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZX8EcsJz .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZX8EcsJz .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZX8EcsJz .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZX8EcsJz .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZX8EcsJz .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZX8EcsJz .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZX8EcsJz .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZX8EcsJz .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZX8EcsJz .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZX8EcsJz .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZX8EcsJz .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZX8EcsJz .carousel-inner {
  height: 100%;
}
.cid-rBZX8EcsJz .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZX8EcsJz .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZX8EcsJz .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZX8EcsJz .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZX8EcsJz .content-slider-wrap {
  width: 90%;
}
.cid-rCb3vdodAY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222425;
}
.cid-rCb3vdodAY .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCb3vdodAY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6BI2XKM {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rBT6BI2XKM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6BI2XKM .section-text {
  padding: 2rem 0;
}
.cid-rBT6BI2XKM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6BI2XKM .inner-container {
    width: 100% !important;
  }
}
.cid-rCb3ybQSRG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222425;
}
.cid-rCb3ybQSRG .mbr-text,
.cid-rCb3ybQSRG blockquote {
  color: #767676;
}
.cid-rCb3ybQSRG .mbr-text P {
  text-align: left;
}
.cid-rCb3ybQSRG .mbr-text {
  color: #cccccc;
}
.cid-tqRb7sgec1 .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRb7sgec1 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRb7sgec1 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRb7sgec1 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRb7sgec1 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRb7sgec1 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRb7sgec1 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRb7sgec1 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRb7sgec1 P {
  color: #232323;
}
.cid-tqRb7sgec1 DIV {
  color: #ffffff;
}
.cid-tqRb7sgec1 H10 {
  color: #767676;
}
.cid-tqRb7sgec1 .hidden {
  display: none;
}
.cid-tqRb7VaSbB .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRb7VaSbB .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRb7VaSbB .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRb7VaSbB .hidden {
  display: none;
}
.cid-tqRb7VaSbB H10 {
  color: #767676;
}
.cid-tqRb9z9Nx5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRb9z9Nx5 .content {
    text-align: center;
  }
  .cid-tqRb9z9Nx5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRb9z9Nx5 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRb9z9Nx5 .form-group,
.cid-tqRb9z9Nx5 .input-group-btn {
  padding: 0;
}
.cid-tqRb9z9Nx5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRb9z9Nx5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRb9z9Nx5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRb9z9Nx5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRb9z9Nx5 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRb9z9Nx5 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRb9z9Nx5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRb9z9Nx5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRb9z9Nx5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRb9z9Nx5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRb9z9Nx5 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRb9z9Nx5 .foot-logo {
    text-align: center !important;
  }
  .cid-tqRb9z9Nx5 .foot-title {
    text-align: center !important;
  }
  .cid-tqRb9z9Nx5 .mbr-text {
    text-align: center !important;
  }
  .cid-tqRb9z9Nx5 .form-group {
    margin: 0;
  }
}
.cid-tqRb9z9Nx5 .foot-logo {
  text-align: center;
}
.cid-rBT6AO6TJP .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6AO6TJP .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6AO6TJP a {
  font-style: normal;
}
.cid-rBT6AO6TJP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6AO6TJP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6AO6TJP .nav-item:focus,
.cid-rBT6AO6TJP .nav-link:focus {
  outline: none;
}
.cid-rBT6AO6TJP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6AO6TJP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6AO6TJP .menu-logo {
  margin-right: auto;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6AO6TJP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6AO6TJP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6AO6TJP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6AO6TJP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6AO6TJP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6AO6TJP .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6AO6TJP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6AO6TJP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6AO6TJP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6AO6TJP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6AO6TJP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6AO6TJP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6AO6TJP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6AO6TJP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6AO6TJP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6AO6TJP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6AO6TJP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6AO6TJP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6AO6TJP button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6AO6TJP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6AO6TJP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6AO6TJP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6AO6TJP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6AO6TJP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6AO6TJP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6AO6TJP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6AO6TJP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6AO6TJP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6AO6TJP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6AO6TJP .collapsed .btn {
  display: flex;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse.collapsing,
.cid-rBT6AO6TJP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6AO6TJP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6AO6TJP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6AO6TJP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6AO6TJP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6AO6TJP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6AO6TJP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6AO6TJP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6AO6TJP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6AO6TJP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6AO6TJP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6AO6TJP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6AO6TJP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6AO6TJP .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6AO6TJP img {
    height: 3.8rem !important;
  }
  .cid-rBT6AO6TJP .btn {
    display: flex;
  }
  .cid-rBT6AO6TJP button.navbar-toggler {
    display: block;
  }
  .cid-rBT6AO6TJP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6AO6TJP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6AO6TJP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6AO6TJP .navbar-collapse.collapsing,
  .cid-rBT6AO6TJP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6AO6TJP .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6AO6TJP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6AO6TJP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6AO6TJP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6AO6TJP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6AO6TJP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6AO6TJP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6AO6TJP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6AO6TJP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6AO6TJP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6AO6TJP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6AO6TJP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6AO6TJP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6AO6TJP .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6AO6TJP .nav-link:hover,
.cid-rBT6AO6TJP .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6APBNRI {
  background-image: url("../../../assets/images/mbr-11-1920x128018.jpg");
}
.cid-rBT6APBNRI .mbr-text,
.cid-rBT6APBNRI .mbr-section-btn {
  text-align: left;
}
.cid-rBT6APBNRI H1 {
  text-align: left;
}
.cid-rBZY6lAgQz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #222425;
}
.cid-rBZY73gEv4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #222425;
}
.cid-rBZY73gEv4 .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZY73gEv4 .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZY73gEv4 .modal-body .close span {
  font-style: normal;
}
.cid-rBZY73gEv4 .carousel-inner > .active,
.cid-rBZY73gEv4 .carousel-inner > .next,
.cid-rBZY73gEv4 .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZY73gEv4 .carousel-control .icon-next,
.cid-rBZY73gEv4 .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZY73gEv4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZY73gEv4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZY73gEv4 .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZY73gEv4 .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZY73gEv4 .boxed-slider > div {
  position: relative;
}
.cid-rBZY73gEv4 .container img {
  width: 100%;
}
.cid-rBZY73gEv4 .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZY73gEv4 .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZY73gEv4 .mbr-table-cell {
  padding: 0;
}
.cid-rBZY73gEv4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZY73gEv4 .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZY73gEv4 .mbr-overlay {
  z-index: 1;
}
.cid-rBZY73gEv4 .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZY73gEv4 .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZY73gEv4 .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZY73gEv4 .carousel-item-next.carousel-item-left,
.cid-rBZY73gEv4 .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZY73gEv4 .active.carousel-item-right,
.cid-rBZY73gEv4 .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZY73gEv4 .active.carousel-item-left,
.cid-rBZY73gEv4 .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZY73gEv4 .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZY73gEv4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZY73gEv4 .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators li.active,
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators li::after,
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZY73gEv4 .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZY73gEv4 .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZY73gEv4 .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZY73gEv4 .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZY73gEv4 .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZY73gEv4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZY73gEv4 .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZY73gEv4 .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZY73gEv4 .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZY73gEv4 .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZY73gEv4 .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZY73gEv4 .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZY73gEv4 .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZY73gEv4 .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZY73gEv4 .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZY73gEv4 .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZY73gEv4 .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZY73gEv4 .carousel-inner {
  height: 100%;
}
.cid-rBZY73gEv4 .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZY73gEv4 .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZY73gEv4 .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZY73gEv4 .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZY73gEv4 .content-slider-wrap {
  width: 90%;
}
.cid-rCb5sPBiZs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222425;
}
.cid-rCb5sPBiZs .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCb5sPBiZs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6AQTuHA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-rBT6AQTuHA .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6AQTuHA .section-text {
  padding: 2rem 0;
}
.cid-rBT6AQTuHA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6AQTuHA .inner-container {
    width: 100% !important;
  }
}
.cid-rCb5uMp7yT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #222425;
}
.cid-rCb5uMp7yT .mbr-text,
.cid-rCb5uMp7yT blockquote {
  color: #767676;
}
.cid-rCb5uMp7yT .mbr-text P {
  text-align: left;
}
.cid-rCb5uMp7yT .mbr-text {
  color: #cccccc;
}
.cid-trhqyuxkGN .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhqyuxkGN .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhqyuxkGN .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhqyuxkGN .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhqyuxkGN .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhqyuxkGN .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhqyuxkGN .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhqyuxkGN .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhqyuxkGN P {
  color: #232323;
}
.cid-trhqyuxkGN DIV {
  color: #ffffff;
}
.cid-trhqyuxkGN H10 {
  color: #767676;
}
.cid-trhqyuxkGN .hidden {
  display: none;
}
.cid-trhqyuxkGN p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhqyuxkGN .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhqyuxkGN .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhqyuxkGN .sticky li:hover {
  margin-left: -100px;
}
.cid-trhqyuxkGN .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhqyuxkGN .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trhqxSYdPJ .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhqxSYdPJ .my-float {
  margin-top: 16px;
}
.cid-trhqxSYdPJ P {
  color: #232323;
}
.cid-trhqxSYdPJ DIV {
  color: #ffffff;
}
.cid-trhqxSYdPJ H10 {
  color: #767676;
}
.cid-trhqxSYdPJ .hidden {
  display: none;
}
.cid-tqRbeZGHr7 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRbeZGHr7 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRbeZGHr7 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRbeZGHr7 .hidden {
  display: none;
}
.cid-tqRbeZGHr7 H10 {
  color: #767676;
}
.cid-trhqBeuFYH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-trhqBeuFYH .content {
    text-align: center;
  }
  .cid-trhqBeuFYH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trhqBeuFYH .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-trhqBeuFYH .form-group,
.cid-trhqBeuFYH .input-group-btn {
  padding: 0;
}
.cid-trhqBeuFYH .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-trhqBeuFYH .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-trhqBeuFYH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trhqBeuFYH .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-trhqBeuFYH .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trhqBeuFYH .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-trhqBeuFYH .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trhqBeuFYH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trhqBeuFYH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trhqBeuFYH .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-trhqBeuFYH .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-trhqBeuFYH .foot-logo {
    text-align: center !important;
  }
  .cid-trhqBeuFYH .foot-title {
    text-align: center !important;
  }
  .cid-trhqBeuFYH .mbr-text {
    text-align: center !important;
  }
  .cid-trhqBeuFYH .form-group {
    margin: 0;
  }
}
.cid-trhqBeuFYH .foot-logo {
  text-align: center;
}
.cid-trhqBeuFYH .foot-text {
  color: #cccccc;
}
.cid-trhqBeuFYH .foot-title {
  color: #cccccc;
}
.cid-rBT6Dm9fh2 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6Dm9fh2 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6Dm9fh2 a {
  font-style: normal;
}
.cid-rBT6Dm9fh2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6Dm9fh2 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6Dm9fh2 .nav-item:focus,
.cid-rBT6Dm9fh2 .nav-link:focus {
  outline: none;
}
.cid-rBT6Dm9fh2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6Dm9fh2 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6Dm9fh2 .menu-logo {
  margin-right: auto;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6Dm9fh2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6Dm9fh2 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6Dm9fh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6Dm9fh2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6Dm9fh2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6Dm9fh2 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6Dm9fh2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6Dm9fh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6Dm9fh2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6Dm9fh2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6Dm9fh2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6Dm9fh2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6Dm9fh2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6Dm9fh2 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6Dm9fh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6Dm9fh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6Dm9fh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Dm9fh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6Dm9fh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6Dm9fh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Dm9fh2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6Dm9fh2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6Dm9fh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6Dm9fh2 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6Dm9fh2 .collapsed .btn {
  display: flex;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.collapsing,
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6Dm9fh2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6Dm9fh2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6Dm9fh2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6Dm9fh2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6Dm9fh2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6Dm9fh2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6Dm9fh2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6Dm9fh2 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6Dm9fh2 img {
    height: 3.8rem !important;
  }
  .cid-rBT6Dm9fh2 .btn {
    display: flex;
  }
  .cid-rBT6Dm9fh2 button.navbar-toggler {
    display: block;
  }
  .cid-rBT6Dm9fh2 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6Dm9fh2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse.collapsing,
  .cid-rBT6Dm9fh2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6Dm9fh2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6Dm9fh2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6Dm9fh2 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6Dm9fh2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6Dm9fh2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6Dm9fh2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6Dm9fh2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6Dm9fh2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6Dm9fh2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6Dm9fh2 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6Dm9fh2 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6Dm9fh2 .nav-link:hover,
.cid-rBT6Dm9fh2 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6DnkZ4k {
  background-image: url("../../../assets/images/mbr-1920x127515.jpg");
}
.cid-rBT6DnkZ4k .mbr-text,
.cid-rBT6DnkZ4k .mbr-section-btn {
  text-align: left;
}
.cid-rBT6DnkZ4k H1 {
  text-align: left;
}
.cid-rBZV3tTvIE {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZV4k05pX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZV4k05pX .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZV4k05pX .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZV4k05pX .modal-body .close span {
  font-style: normal;
}
.cid-rBZV4k05pX .carousel-inner > .active,
.cid-rBZV4k05pX .carousel-inner > .next,
.cid-rBZV4k05pX .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZV4k05pX .carousel-control .icon-next,
.cid-rBZV4k05pX .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZV4k05pX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZV4k05pX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZV4k05pX .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZV4k05pX .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZV4k05pX .boxed-slider > div {
  position: relative;
}
.cid-rBZV4k05pX .container img {
  width: 100%;
}
.cid-rBZV4k05pX .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZV4k05pX .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZV4k05pX .mbr-table-cell {
  padding: 0;
}
.cid-rBZV4k05pX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZV4k05pX .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZV4k05pX .mbr-overlay {
  z-index: 1;
}
.cid-rBZV4k05pX .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZV4k05pX .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZV4k05pX .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZV4k05pX .carousel-item-next.carousel-item-left,
.cid-rBZV4k05pX .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZV4k05pX .active.carousel-item-right,
.cid-rBZV4k05pX .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZV4k05pX .active.carousel-item-left,
.cid-rBZV4k05pX .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZV4k05pX .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZV4k05pX .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZV4k05pX .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZV4k05pX .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZV4k05pX .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZV4k05pX .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZV4k05pX .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZV4k05pX .mbr-slider .carousel-indicators li.active,
.cid-rBZV4k05pX .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZV4k05pX .mbr-slider .carousel-indicators li::after,
.cid-rBZV4k05pX .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZV4k05pX .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZV4k05pX .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZV4k05pX .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZV4k05pX .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZV4k05pX .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZV4k05pX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZV4k05pX .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZV4k05pX .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZV4k05pX .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZV4k05pX .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZV4k05pX .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZV4k05pX .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZV4k05pX .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZV4k05pX .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZV4k05pX .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZV4k05pX .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZV4k05pX .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZV4k05pX .carousel-inner {
  height: 100%;
}
.cid-rBZV4k05pX .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZV4k05pX .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZV4k05pX .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZV4k05pX .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZV4k05pX .content-slider-wrap {
  width: 90%;
}
.cid-rCaZVZryFD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaZVZryFD .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCaZVZryFD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6DoeqC8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6DoeqC8 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6DoeqC8 .section-text {
  padding: 2rem 0;
}
.cid-rBT6DoeqC8 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6DoeqC8 .inner-container {
    width: 100% !important;
  }
}
.cid-rCaZYaG1VN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCaZYaG1VN .mbr-text,
.cid-rCaZYaG1VN blockquote {
  color: #767676;
}
.cid-rCaZYaG1VN .mbr-text P {
  text-align: left;
}
.cid-rCaZYaG1VN .mbr-text {
  color: #cccccc;
}
.cid-tqRbkDDpia .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRbkDDpia .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRbkDDpia .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRbkDDpia .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRbkDDpia .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRbkDDpia .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRbkDDpia .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRbkDDpia .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRbkDDpia P {
  color: #232323;
}
.cid-tqRbkDDpia DIV {
  color: #ffffff;
}
.cid-tqRbkDDpia H10 {
  color: #767676;
}
.cid-tqRbkDDpia .hidden {
  display: none;
}
.cid-tqRbkWAzGR .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRbkWAzGR .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRbkWAzGR .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRbkWAzGR .hidden {
  display: none;
}
.cid-tqRbkWAzGR H10 {
  color: #767676;
}
.cid-tqRbmbuCj4 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRbmbuCj4 .content {
    text-align: center;
  }
  .cid-tqRbmbuCj4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRbmbuCj4 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRbmbuCj4 .form-group,
.cid-tqRbmbuCj4 .input-group-btn {
  padding: 0;
}
.cid-tqRbmbuCj4 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRbmbuCj4 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRbmbuCj4 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRbmbuCj4 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRbmbuCj4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRbmbuCj4 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRbmbuCj4 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRbmbuCj4 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRbmbuCj4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRbmbuCj4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRbmbuCj4 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRbmbuCj4 .foot-logo {
    text-align: center !important;
  }
  .cid-tqRbmbuCj4 .foot-title {
    text-align: center !important;
  }
  .cid-tqRbmbuCj4 .mbr-text {
    text-align: center !important;
  }
  .cid-tqRbmbuCj4 .form-group {
    margin: 0;
  }
}
.cid-tqRbmbuCj4 .foot-logo {
  text-align: center;
}
.cid-rClRWGEEms .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rClRWGEEms .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rClRWGEEms a {
  font-style: normal;
}
.cid-rClRWGEEms .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rClRWGEEms .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rClRWGEEms .nav-item:focus,
.cid-rClRWGEEms .nav-link:focus {
  outline: none;
}
.cid-rClRWGEEms .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rClRWGEEms .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rClRWGEEms .menu-logo {
  margin-right: auto;
}
.cid-rClRWGEEms .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rClRWGEEms .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rClRWGEEms .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rClRWGEEms .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rClRWGEEms .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rClRWGEEms .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rClRWGEEms .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rClRWGEEms .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rClRWGEEms .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rClRWGEEms .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rClRWGEEms .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rClRWGEEms .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rClRWGEEms .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rClRWGEEms .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rClRWGEEms .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rClRWGEEms .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rClRWGEEms .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rClRWGEEms .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rClRWGEEms .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rClRWGEEms .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rClRWGEEms .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rClRWGEEms .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rClRWGEEms button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rClRWGEEms button.navbar-toggler:focus {
  outline: none;
}
.cid-rClRWGEEms button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rClRWGEEms button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rClRWGEEms button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rClRWGEEms button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rClRWGEEms button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rClRWGEEms nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rClRWGEEms nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rClRWGEEms nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rClRWGEEms nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rClRWGEEms .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rClRWGEEms .collapsed .btn {
  display: flex;
}
.cid-rClRWGEEms .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rClRWGEEms .collapsed .navbar-collapse.collapsing,
.cid-rClRWGEEms .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rClRWGEEms .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rClRWGEEms .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rClRWGEEms .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rClRWGEEms .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rClRWGEEms .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rClRWGEEms .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rClRWGEEms .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rClRWGEEms .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rClRWGEEms .collapsed button.navbar-toggler {
  display: block;
}
.cid-rClRWGEEms .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rClRWGEEms .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rClRWGEEms .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rClRWGEEms .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rClRWGEEms .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rClRWGEEms .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rClRWGEEms .navbar-expand {
    flex-direction: column;
  }
  .cid-rClRWGEEms img {
    height: 3.8rem !important;
  }
  .cid-rClRWGEEms .btn {
    display: flex;
  }
  .cid-rClRWGEEms button.navbar-toggler {
    display: block;
  }
  .cid-rClRWGEEms .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rClRWGEEms .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rClRWGEEms .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rClRWGEEms .navbar-collapse.collapsing,
  .cid-rClRWGEEms .navbar-collapse.show {
    display: block !important;
  }
  .cid-rClRWGEEms .navbar-collapse.collapsing .navbar-nav,
  .cid-rClRWGEEms .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rClRWGEEms .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rClRWGEEms .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rClRWGEEms .navbar-collapse.collapsing .navbar-buttons,
  .cid-rClRWGEEms .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rClRWGEEms .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rClRWGEEms .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rClRWGEEms .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rClRWGEEms .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rClRWGEEms .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rClRWGEEms .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rClRWGEEms .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rClRWGEEms .navbar-collapse {
  flex-basis: auto;
}
.cid-rClRWGEEms .nav-link:hover,
.cid-rClRWGEEms .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rClRWHEDad {
  background-image: url("../../../assets/images/mbr-15-1920x128035.jpg");
}
.cid-rClRWHEDad .mbr-text,
.cid-rClRWHEDad .mbr-section-btn {
  text-align: left;
}
.cid-rClRWHEDad H1 {
  text-align: left;
}
.cid-rClRWIuUOJ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rClRWIZ76v {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rClRWIZ76v .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rClRWIZ76v .modal-body .close {
  background: #1b1b1b;
}
.cid-rClRWIZ76v .modal-body .close span {
  font-style: normal;
}
.cid-rClRWIZ76v .carousel-inner > .active,
.cid-rClRWIZ76v .carousel-inner > .next,
.cid-rClRWIZ76v .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rClRWIZ76v .carousel-control .icon-next,
.cid-rClRWIZ76v .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rClRWIZ76v .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rClRWIZ76v .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rClRWIZ76v .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rClRWIZ76v .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rClRWIZ76v .boxed-slider > div {
  position: relative;
}
.cid-rClRWIZ76v .container img {
  width: 100%;
}
.cid-rClRWIZ76v .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rClRWIZ76v .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rClRWIZ76v .mbr-table-cell {
  padding: 0;
}
.cid-rClRWIZ76v .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rClRWIZ76v .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rClRWIZ76v .mbr-overlay {
  z-index: 1;
}
.cid-rClRWIZ76v .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rClRWIZ76v .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rClRWIZ76v .carousel-item .container {
    width: 100%;
  }
}
.cid-rClRWIZ76v .carousel-item-next.carousel-item-left,
.cid-rClRWIZ76v .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rClRWIZ76v .active.carousel-item-right,
.cid-rClRWIZ76v .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rClRWIZ76v .active.carousel-item-left,
.cid-rClRWIZ76v .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rClRWIZ76v .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rClRWIZ76v .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rClRWIZ76v .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rClRWIZ76v .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rClRWIZ76v .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rClRWIZ76v .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rClRWIZ76v .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rClRWIZ76v .mbr-slider .carousel-indicators li.active,
.cid-rClRWIZ76v .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rClRWIZ76v .mbr-slider .carousel-indicators li::after,
.cid-rClRWIZ76v .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rClRWIZ76v .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rClRWIZ76v .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rClRWIZ76v .mbr-slider > .container img {
  width: 100%;
}
.cid-rClRWIZ76v .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rClRWIZ76v .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rClRWIZ76v .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rClRWIZ76v .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rClRWIZ76v .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rClRWIZ76v .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rClRWIZ76v .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rClRWIZ76v .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rClRWIZ76v .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rClRWIZ76v .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rClRWIZ76v .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rClRWIZ76v .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rClRWIZ76v .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rClRWIZ76v .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rClRWIZ76v .carousel-inner {
  height: 100%;
}
.cid-rClRWIZ76v .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rClRWIZ76v .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rClRWIZ76v .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rClRWIZ76v .carousel-item .container-slide {
  text-align: center;
}
.cid-rClRWIZ76v .content-slider-wrap {
  width: 90%;
}
.cid-rClRWJIPo3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rClRWJIPo3 .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rClRWJIPo3 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rClRWKBsda {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rClRWKBsda .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rClRWKBsda .section-text {
  padding: 2rem 0;
}
.cid-rClRWKBsda .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rClRWKBsda .inner-container {
    width: 100% !important;
  }
}
.cid-rClRWLlZ6N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rClRWLlZ6N .mbr-text,
.cid-rClRWLlZ6N blockquote {
  color: #767676;
}
.cid-rClRWLlZ6N .mbr-text P {
  text-align: left;
}
.cid-rClRWLlZ6N .mbr-text {
  color: #cccccc;
}
.cid-trhtFP3Hwv .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhtFP3Hwv .my-float {
  margin-top: 16px;
}
.cid-trhtFP3Hwv P {
  color: #232323;
}
.cid-trhtFP3Hwv DIV {
  color: #ffffff;
}
.cid-trhtFP3Hwv H10 {
  color: #767676;
}
.cid-trhtFP3Hwv .hidden {
  display: none;
}
.cid-trhtFjHPAL .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhtFjHPAL .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhtFjHPAL .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhtFjHPAL .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhtFjHPAL .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhtFjHPAL .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhtFjHPAL .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhtFjHPAL .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhtFjHPAL P {
  color: #232323;
}
.cid-trhtFjHPAL DIV {
  color: #ffffff;
}
.cid-trhtFjHPAL H10 {
  color: #767676;
}
.cid-trhtFjHPAL .hidden {
  display: none;
}
.cid-trhtFjHPAL p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhtFjHPAL .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhtFjHPAL .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhtFjHPAL .sticky li:hover {
  margin-left: -100px;
}
.cid-trhtFjHPAL .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhtFjHPAL .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRbBlKwPL .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRbBlKwPL .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRbBlKwPL .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRbBlKwPL .hidden {
  display: none;
}
.cid-tqRbBlKwPL H10 {
  color: #767676;
}
.cid-trhtHQ0kTe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-trhtHQ0kTe .content {
    text-align: center;
  }
  .cid-trhtHQ0kTe .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trhtHQ0kTe .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-trhtHQ0kTe .form-group,
.cid-trhtHQ0kTe .input-group-btn {
  padding: 0;
}
.cid-trhtHQ0kTe .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-trhtHQ0kTe .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-trhtHQ0kTe .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trhtHQ0kTe .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-trhtHQ0kTe .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trhtHQ0kTe .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-trhtHQ0kTe .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trhtHQ0kTe .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trhtHQ0kTe .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trhtHQ0kTe .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-trhtHQ0kTe .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-trhtHQ0kTe .foot-logo {
    text-align: center !important;
  }
  .cid-trhtHQ0kTe .foot-title {
    text-align: center !important;
  }
  .cid-trhtHQ0kTe .mbr-text {
    text-align: center !important;
  }
  .cid-trhtHQ0kTe .form-group {
    margin: 0;
  }
}
.cid-trhtHQ0kTe .foot-logo {
  text-align: center;
}
.cid-trhtHQ0kTe .foot-text {
  color: #cccccc;
}
.cid-trhtHQ0kTe .foot-title {
  color: #cccccc;
}
.cid-rBT7mHpH8p .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT7mHpH8p .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT7mHpH8p a {
  font-style: normal;
}
.cid-rBT7mHpH8p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT7mHpH8p .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT7mHpH8p .nav-item:focus,
.cid-rBT7mHpH8p .nav-link:focus {
  outline: none;
}
.cid-rBT7mHpH8p .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT7mHpH8p .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT7mHpH8p .menu-logo {
  margin-right: auto;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT7mHpH8p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT7mHpH8p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT7mHpH8p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT7mHpH8p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT7mHpH8p .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT7mHpH8p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT7mHpH8p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT7mHpH8p button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7mHpH8p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT7mHpH8p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7mHpH8p .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT7mHpH8p .collapsed .btn {
  display: flex;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT7mHpH8p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT7mHpH8p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT7mHpH8p .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT7mHpH8p .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT7mHpH8p .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT7mHpH8p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT7mHpH8p .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT7mHpH8p .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT7mHpH8p img {
    height: 3.8rem !important;
  }
  .cid-rBT7mHpH8p .btn {
    display: flex;
  }
  .cid-rBT7mHpH8p button.navbar-toggler {
    display: block;
  }
  .cid-rBT7mHpH8p .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT7mHpH8p .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT7mHpH8p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing,
  .cid-rBT7mHpH8p .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT7mHpH8p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT7mHpH8p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT7mHpH8p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT7mHpH8p .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT7mHpH8p .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT7mHpH8p .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT7mHpH8p .nav-link:hover,
.cid-rBT7mHpH8p .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT7mIWKLa {
  background-image: url("../../../assets/images/mbr-4-1920x1280.jpg");
}
.cid-rBT7mIWKLa .mbr-text,
.cid-rBT7mIWKLa .mbr-section-btn {
  text-align: left;
}
.cid-rBT7mIWKLa H1 {
  text-align: left;
}
.cid-rBZYZbG9PF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZZaWct9l {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZZaWct9l .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZZaWct9l .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZZaWct9l .modal-body .close span {
  font-style: normal;
}
.cid-rBZZaWct9l .carousel-inner > .active,
.cid-rBZZaWct9l .carousel-inner > .next,
.cid-rBZZaWct9l .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZZaWct9l .carousel-control .icon-next,
.cid-rBZZaWct9l .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZZaWct9l .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZZaWct9l .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZZaWct9l .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZZaWct9l .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZZaWct9l .boxed-slider > div {
  position: relative;
}
.cid-rBZZaWct9l .container img {
  width: 100%;
}
.cid-rBZZaWct9l .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZZaWct9l .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZZaWct9l .mbr-table-cell {
  padding: 0;
}
.cid-rBZZaWct9l .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZZaWct9l .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZZaWct9l .mbr-overlay {
  z-index: 1;
}
.cid-rBZZaWct9l .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZZaWct9l .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZZaWct9l .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZZaWct9l .carousel-item-next.carousel-item-left,
.cid-rBZZaWct9l .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZZaWct9l .active.carousel-item-right,
.cid-rBZZaWct9l .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZZaWct9l .active.carousel-item-left,
.cid-rBZZaWct9l .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZZaWct9l .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZZaWct9l .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZZaWct9l .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZZaWct9l .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZZaWct9l .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZZaWct9l .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZZaWct9l .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZZaWct9l .mbr-slider .carousel-indicators li.active,
.cid-rBZZaWct9l .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZZaWct9l .mbr-slider .carousel-indicators li::after,
.cid-rBZZaWct9l .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZZaWct9l .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZZaWct9l .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZZaWct9l .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZZaWct9l .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZZaWct9l .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZZaWct9l .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZZaWct9l .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZZaWct9l .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZZaWct9l .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZZaWct9l .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZZaWct9l .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZZaWct9l .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZZaWct9l .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZZaWct9l .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZZaWct9l .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZZaWct9l .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZZaWct9l .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZZaWct9l .carousel-inner {
  height: 100%;
}
.cid-rBZZaWct9l .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZZaWct9l .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZZaWct9l .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZZaWct9l .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZZaWct9l .content-slider-wrap {
  width: 90%;
}
.cid-rCcFJEpa4w {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcFJEpa4w .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCcFJEpa4w .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT7mK3Z1g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT7mK3Z1g .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT7mK3Z1g .section-text {
  padding: 2rem 0;
}
.cid-rBT7mK3Z1g .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT7mK3Z1g .inner-container {
    width: 100% !important;
  }
}
.cid-rCcFcMB9Gb {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcFcMB9Gb .mbr-text,
.cid-rCcFcMB9Gb blockquote {
  color: #767676;
}
.cid-rCcFcMB9Gb .mbr-text P {
  text-align: left;
}
.cid-rCcFcMB9Gb .mbr-text {
  color: #cccccc;
}
.cid-rCcGFD2RVy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCcGFD2RVy .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCcGFD2RVy .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCcGFD2RVy .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCcGFD2RVy .inner-container {
    width: 100% !important;
  }
}
.cid-trhxeCKuCR .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhxeCKuCR .my-float {
  margin-top: 16px;
}
.cid-trhxeCKuCR P {
  color: #232323;
}
.cid-trhxeCKuCR DIV {
  color: #ffffff;
}
.cid-trhxeCKuCR H10 {
  color: #767676;
}
.cid-trhxeCKuCR .hidden {
  display: none;
}
.cid-trhxe69INH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhxe69INH .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhxe69INH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhxe69INH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhxe69INH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhxe69INH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhxe69INH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhxe69INH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhxe69INH P {
  color: #232323;
}
.cid-trhxe69INH DIV {
  color: #ffffff;
}
.cid-trhxe69INH H10 {
  color: #767676;
}
.cid-trhxe69INH .hidden {
  display: none;
}
.cid-trhxe69INH p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhxe69INH .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhxe69INH .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhxe69INH .sticky li:hover {
  margin-left: -100px;
}
.cid-trhxe69INH .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhxe69INH .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRbI4XPyF .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRbI4XPyF .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRbI4XPyF .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRbI4XPyF .hidden {
  display: none;
}
.cid-tqRbI4XPyF H10 {
  color: #767676;
}
.cid-trhxdiDYal {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-trhxdiDYal .content {
    text-align: center;
  }
  .cid-trhxdiDYal .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-trhxdiDYal .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-trhxdiDYal .form-group,
.cid-trhxdiDYal .input-group-btn {
  padding: 0;
}
.cid-trhxdiDYal .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-trhxdiDYal .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-trhxdiDYal .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-trhxdiDYal .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-trhxdiDYal .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-trhxdiDYal .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-trhxdiDYal .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-trhxdiDYal .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-trhxdiDYal .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-trhxdiDYal .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-trhxdiDYal .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-trhxdiDYal .foot-logo {
    text-align: center !important;
  }
  .cid-trhxdiDYal .foot-title {
    text-align: center !important;
  }
  .cid-trhxdiDYal .mbr-text {
    text-align: center !important;
  }
  .cid-trhxdiDYal .form-group {
    margin: 0;
  }
}
.cid-trhxdiDYal .foot-logo {
  text-align: center;
}
.cid-trhxdiDYal .foot-text {
  color: #cccccc;
}
.cid-trhxdiDYal .foot-title {
  color: #cccccc;
}
.cid-rBT7ktsnEv .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT7ktsnEv .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT7ktsnEv a {
  font-style: normal;
}
.cid-rBT7ktsnEv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT7ktsnEv .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT7ktsnEv .nav-item:focus,
.cid-rBT7ktsnEv .nav-link:focus {
  outline: none;
}
.cid-rBT7ktsnEv .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT7ktsnEv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT7ktsnEv .menu-logo {
  margin-right: auto;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT7ktsnEv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT7ktsnEv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT7ktsnEv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT7ktsnEv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT7ktsnEv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT7ktsnEv .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT7ktsnEv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT7ktsnEv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT7ktsnEv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT7ktsnEv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT7ktsnEv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT7ktsnEv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT7ktsnEv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT7ktsnEv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT7ktsnEv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT7ktsnEv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT7ktsnEv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT7ktsnEv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT7ktsnEv button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT7ktsnEv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT7ktsnEv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT7ktsnEv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7ktsnEv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7ktsnEv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT7ktsnEv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7ktsnEv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT7ktsnEv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT7ktsnEv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7ktsnEv .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT7ktsnEv .collapsed .btn {
  display: flex;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse.collapsing,
.cid-rBT7ktsnEv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT7ktsnEv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT7ktsnEv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT7ktsnEv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT7ktsnEv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT7ktsnEv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT7ktsnEv .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT7ktsnEv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT7ktsnEv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT7ktsnEv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT7ktsnEv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT7ktsnEv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT7ktsnEv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT7ktsnEv .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT7ktsnEv img {
    height: 3.8rem !important;
  }
  .cid-rBT7ktsnEv .btn {
    display: flex;
  }
  .cid-rBT7ktsnEv button.navbar-toggler {
    display: block;
  }
  .cid-rBT7ktsnEv .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT7ktsnEv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT7ktsnEv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT7ktsnEv .navbar-collapse.collapsing,
  .cid-rBT7ktsnEv .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT7ktsnEv .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT7ktsnEv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT7ktsnEv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT7ktsnEv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT7ktsnEv .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT7ktsnEv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT7ktsnEv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT7ktsnEv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT7ktsnEv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT7ktsnEv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT7ktsnEv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT7ktsnEv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT7ktsnEv .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT7ktsnEv .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT7ktsnEv .nav-link:hover,
.cid-rBT7ktsnEv .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT7kuxLQw {
  background-image: url("../../../assets/images/mbr-1920x109021.jpg");
}
.cid-rBT7kuxLQw .mbr-text,
.cid-rBT7kuxLQw .mbr-section-btn {
  text-align: left;
}
.cid-rBT7kuxLQw H1 {
  text-align: left;
}
.cid-rBZZEIKHS0 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBZZFPbVOd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rBZZFPbVOd .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rBZZFPbVOd .modal-body .close {
  background: #1b1b1b;
}
.cid-rBZZFPbVOd .modal-body .close span {
  font-style: normal;
}
.cid-rBZZFPbVOd .carousel-inner > .active,
.cid-rBZZFPbVOd .carousel-inner > .next,
.cid-rBZZFPbVOd .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rBZZFPbVOd .carousel-control .icon-next,
.cid-rBZZFPbVOd .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rBZZFPbVOd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rBZZFPbVOd .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rBZZFPbVOd .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rBZZFPbVOd .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rBZZFPbVOd .boxed-slider > div {
  position: relative;
}
.cid-rBZZFPbVOd .container img {
  width: 100%;
}
.cid-rBZZFPbVOd .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rBZZFPbVOd .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZZFPbVOd .mbr-table-cell {
  padding: 0;
}
.cid-rBZZFPbVOd .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rBZZFPbVOd .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rBZZFPbVOd .mbr-overlay {
  z-index: 1;
}
.cid-rBZZFPbVOd .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZZFPbVOd .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rBZZFPbVOd .carousel-item .container {
    width: 100%;
  }
}
.cid-rBZZFPbVOd .carousel-item-next.carousel-item-left,
.cid-rBZZFPbVOd .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rBZZFPbVOd .active.carousel-item-right,
.cid-rBZZFPbVOd .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rBZZFPbVOd .active.carousel-item-left,
.cid-rBZZFPbVOd .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rBZZFPbVOd .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rBZZFPbVOd .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rBZZFPbVOd .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators li.active,
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators li::after,
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rBZZFPbVOd .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rBZZFPbVOd .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rBZZFPbVOd .mbr-slider > .container img {
  width: 100%;
}
.cid-rBZZFPbVOd .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rBZZFPbVOd .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rBZZFPbVOd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rBZZFPbVOd .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rBZZFPbVOd .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rBZZFPbVOd .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rBZZFPbVOd .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rBZZFPbVOd .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rBZZFPbVOd .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rBZZFPbVOd .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rBZZFPbVOd .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rBZZFPbVOd .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rBZZFPbVOd .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rBZZFPbVOd .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rBZZFPbVOd .carousel-inner {
  height: 100%;
}
.cid-rBZZFPbVOd .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rBZZFPbVOd .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rBZZFPbVOd .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rBZZFPbVOd .carousel-item .container-slide {
  text-align: center;
}
.cid-rBZZFPbVOd .content-slider-wrap {
  width: 90%;
}
.cid-rCcHQaHGFa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcHQaHGFa .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCcHQaHGFa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT7kw468E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT7kw468E .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT7kw468E .section-text {
  padding: 2rem 0;
}
.cid-rBT7kw468E .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT7kw468E .inner-container {
    width: 100% !important;
  }
}
.cid-rBZZGGM1UG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rBZZGGM1UG .mbr-text,
.cid-rBZZGGM1UG blockquote {
  color: #767676;
}
.cid-rBZZGGM1UG .mbr-text P {
  text-align: left;
}
.cid-rBZZGGM1UG .mbr-text {
  color: #cccccc;
}
.cid-rCcJYJVaeF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCcJYJVaeF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCcJYJVaeF .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCcJYJVaeF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCcJYJVaeF .inner-container {
    width: 100% !important;
  }
}
.cid-tqRckoa59y .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRckoa59y .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRckoa59y .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRckoa59y .hidden {
  display: none;
}
.cid-tqRckoa59y H10 {
  color: #767676;
}
.cid-tqRckKgcDo .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRckKgcDo .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRckKgcDo .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRckKgcDo .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRckKgcDo .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRckKgcDo .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRckKgcDo .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRckKgcDo .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRckKgcDo P {
  color: #232323;
}
.cid-tqRckKgcDo DIV {
  color: #ffffff;
}
.cid-tqRckKgcDo H10 {
  color: #767676;
}
.cid-tqRckKgcDo .hidden {
  display: none;
}
.cid-tqRclb0C8k {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRclb0C8k .content {
    text-align: center;
  }
  .cid-tqRclb0C8k .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRclb0C8k .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRclb0C8k .form-group,
.cid-tqRclb0C8k .input-group-btn {
  padding: 0;
}
.cid-tqRclb0C8k .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRclb0C8k .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRclb0C8k .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRclb0C8k .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRclb0C8k .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRclb0C8k .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRclb0C8k .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRclb0C8k .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRclb0C8k .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRclb0C8k .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRclb0C8k .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRclb0C8k .foot-logo {
    text-align: center !important;
  }
  .cid-tqRclb0C8k .foot-title {
    text-align: center !important;
  }
  .cid-tqRclb0C8k .mbr-text {
    text-align: center !important;
  }
  .cid-tqRclb0C8k .form-group {
    margin: 0;
  }
}
.cid-tqRclb0C8k .foot-logo {
  text-align: center;
}
.cid-rBT779kOVW .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT779kOVW .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT779kOVW a {
  font-style: normal;
}
.cid-rBT779kOVW .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT779kOVW .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT779kOVW .nav-item:focus,
.cid-rBT779kOVW .nav-link:focus {
  outline: none;
}
.cid-rBT779kOVW .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT779kOVW .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT779kOVW .menu-logo {
  margin-right: auto;
}
.cid-rBT779kOVW .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT779kOVW .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT779kOVW .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT779kOVW .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT779kOVW .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT779kOVW .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT779kOVW .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT779kOVW .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT779kOVW .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT779kOVW .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT779kOVW .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT779kOVW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT779kOVW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT779kOVW .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT779kOVW .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT779kOVW .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT779kOVW .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT779kOVW .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT779kOVW .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT779kOVW .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT779kOVW .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT779kOVW .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT779kOVW button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT779kOVW button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT779kOVW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT779kOVW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT779kOVW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT779kOVW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT779kOVW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT779kOVW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT779kOVW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT779kOVW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT779kOVW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT779kOVW .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT779kOVW .collapsed .btn {
  display: flex;
}
.cid-rBT779kOVW .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT779kOVW .collapsed .navbar-collapse.collapsing,
.cid-rBT779kOVW .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT779kOVW .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT779kOVW .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT779kOVW .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT779kOVW .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT779kOVW .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT779kOVW .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT779kOVW .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT779kOVW .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT779kOVW .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT779kOVW .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT779kOVW .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT779kOVW .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT779kOVW .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT779kOVW .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT779kOVW .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT779kOVW .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT779kOVW img {
    height: 3.8rem !important;
  }
  .cid-rBT779kOVW .btn {
    display: flex;
  }
  .cid-rBT779kOVW button.navbar-toggler {
    display: block;
  }
  .cid-rBT779kOVW .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT779kOVW .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT779kOVW .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT779kOVW .navbar-collapse.collapsing,
  .cid-rBT779kOVW .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT779kOVW .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT779kOVW .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT779kOVW .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT779kOVW .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT779kOVW .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT779kOVW .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT779kOVW .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT779kOVW .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT779kOVW .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT779kOVW .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT779kOVW .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT779kOVW .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT779kOVW .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT779kOVW .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT779kOVW .nav-link:hover,
.cid-rBT779kOVW .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT77aLdLA {
  background-image: url("../../../assets/images/mbr-13-1920x128024.jpg");
}
.cid-rBT77aLdLA .mbr-text,
.cid-rBT77aLdLA .mbr-section-btn {
  text-align: left;
}
.cid-rBT77aLdLA H1 {
  text-align: left;
}
.cid-rC02CrId1z {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC02DiS38u {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC02DiS38u .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC02DiS38u .modal-body .close {
  background: #1b1b1b;
}
.cid-rC02DiS38u .modal-body .close span {
  font-style: normal;
}
.cid-rC02DiS38u .carousel-inner > .active,
.cid-rC02DiS38u .carousel-inner > .next,
.cid-rC02DiS38u .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC02DiS38u .carousel-control .icon-next,
.cid-rC02DiS38u .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC02DiS38u .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC02DiS38u .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC02DiS38u .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC02DiS38u .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC02DiS38u .boxed-slider > div {
  position: relative;
}
.cid-rC02DiS38u .container img {
  width: 100%;
}
.cid-rC02DiS38u .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC02DiS38u .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC02DiS38u .mbr-table-cell {
  padding: 0;
}
.cid-rC02DiS38u .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC02DiS38u .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC02DiS38u .mbr-overlay {
  z-index: 1;
}
.cid-rC02DiS38u .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC02DiS38u .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC02DiS38u .carousel-item .container {
    width: 100%;
  }
}
.cid-rC02DiS38u .carousel-item-next.carousel-item-left,
.cid-rC02DiS38u .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC02DiS38u .active.carousel-item-right,
.cid-rC02DiS38u .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC02DiS38u .active.carousel-item-left,
.cid-rC02DiS38u .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC02DiS38u .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC02DiS38u .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC02DiS38u .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC02DiS38u .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC02DiS38u .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC02DiS38u .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC02DiS38u .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC02DiS38u .mbr-slider .carousel-indicators li.active,
.cid-rC02DiS38u .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC02DiS38u .mbr-slider .carousel-indicators li::after,
.cid-rC02DiS38u .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC02DiS38u .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC02DiS38u .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC02DiS38u .mbr-slider > .container img {
  width: 100%;
}
.cid-rC02DiS38u .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC02DiS38u .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC02DiS38u .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC02DiS38u .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC02DiS38u .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC02DiS38u .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC02DiS38u .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC02DiS38u .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC02DiS38u .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC02DiS38u .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC02DiS38u .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC02DiS38u .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC02DiS38u .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC02DiS38u .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC02DiS38u .carousel-inner {
  height: 100%;
}
.cid-rC02DiS38u .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC02DiS38u .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC02DiS38u .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC02DiS38u .carousel-item .container-slide {
  text-align: center;
}
.cid-rC02DiS38u .content-slider-wrap {
  width: 90%;
}
.cid-rCavtX2YRU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCavtX2YRU .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCavtX2YRU .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT77bI4OU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT77bI4OU .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT77bI4OU .section-text {
  padding: 2rem 0;
}
.cid-rBT77bI4OU .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT77bI4OU .inner-container {
    width: 100% !important;
  }
}
.cid-rCawEkqA91 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCawEkqA91 .mbr-text,
.cid-rCawEkqA91 blockquote {
  color: #767676;
}
.cid-rCawEkqA91 .mbr-text P {
  text-align: left;
}
.cid-rCawEkqA91 .mbr-text {
  color: #cccccc;
}
.cid-trhKBXmHFS .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhKBXmHFS .my-float {
  margin-top: 16px;
}
.cid-trhKBXmHFS P {
  color: #232323;
}
.cid-trhKBXmHFS DIV {
  color: #ffffff;
}
.cid-trhKBXmHFS H10 {
  color: #767676;
}
.cid-trhKBXmHFS .hidden {
  display: none;
}
.cid-trhKzroWpH .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhKzroWpH .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhKzroWpH .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhKzroWpH .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhKzroWpH .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhKzroWpH .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhKzroWpH .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhKzroWpH .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhKzroWpH P {
  color: #232323;
}
.cid-trhKzroWpH DIV {
  color: #ffffff;
}
.cid-trhKzroWpH H10 {
  color: #767676;
}
.cid-trhKzroWpH .hidden {
  display: none;
}
.cid-trhKzroWpH p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhKzroWpH .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhKzroWpH .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhKzroWpH .sticky li:hover {
  margin-left: -100px;
}
.cid-trhKzroWpH .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhKzroWpH .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRDyrNuL3 .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRDyrNuL3 .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRDyrNuL3 .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRDyrNuL3 .hidden {
  display: none;
}
.cid-tqRDyrNuL3 H10 {
  color: #767676;
}
.cid-tqRDzDiq3p {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRDzDiq3p .content {
    text-align: center;
  }
  .cid-tqRDzDiq3p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRDzDiq3p .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRDzDiq3p .form-group,
.cid-tqRDzDiq3p .input-group-btn {
  padding: 0;
}
.cid-tqRDzDiq3p .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRDzDiq3p .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRDzDiq3p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRDzDiq3p .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRDzDiq3p .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRDzDiq3p .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRDzDiq3p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRDzDiq3p .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRDzDiq3p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRDzDiq3p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRDzDiq3p .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRDzDiq3p .foot-logo {
    text-align: center !important;
  }
  .cid-tqRDzDiq3p .foot-title {
    text-align: center !important;
  }
  .cid-tqRDzDiq3p .mbr-text {
    text-align: center !important;
  }
  .cid-tqRDzDiq3p .form-group {
    margin: 0;
  }
}
.cid-tqRDzDiq3p .foot-logo {
  text-align: center;
}
.cid-rBT75oN1vg .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT75oN1vg .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT75oN1vg a {
  font-style: normal;
}
.cid-rBT75oN1vg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT75oN1vg .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT75oN1vg .nav-item:focus,
.cid-rBT75oN1vg .nav-link:focus {
  outline: none;
}
.cid-rBT75oN1vg .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT75oN1vg .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT75oN1vg .menu-logo {
  margin-right: auto;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT75oN1vg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT75oN1vg .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT75oN1vg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT75oN1vg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT75oN1vg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT75oN1vg .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT75oN1vg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT75oN1vg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT75oN1vg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT75oN1vg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT75oN1vg .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT75oN1vg .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT75oN1vg .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT75oN1vg .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT75oN1vg .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT75oN1vg .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT75oN1vg .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT75oN1vg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT75oN1vg button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT75oN1vg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT75oN1vg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT75oN1vg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT75oN1vg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT75oN1vg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT75oN1vg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT75oN1vg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT75oN1vg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT75oN1vg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT75oN1vg .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT75oN1vg .collapsed .btn {
  display: flex;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse.collapsing,
.cid-rBT75oN1vg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT75oN1vg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT75oN1vg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT75oN1vg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT75oN1vg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT75oN1vg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT75oN1vg .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT75oN1vg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT75oN1vg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT75oN1vg .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT75oN1vg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT75oN1vg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT75oN1vg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT75oN1vg .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT75oN1vg img {
    height: 3.8rem !important;
  }
  .cid-rBT75oN1vg .btn {
    display: flex;
  }
  .cid-rBT75oN1vg button.navbar-toggler {
    display: block;
  }
  .cid-rBT75oN1vg .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT75oN1vg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT75oN1vg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT75oN1vg .navbar-collapse.collapsing,
  .cid-rBT75oN1vg .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT75oN1vg .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT75oN1vg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT75oN1vg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT75oN1vg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT75oN1vg .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT75oN1vg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT75oN1vg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT75oN1vg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT75oN1vg .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT75oN1vg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT75oN1vg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT75oN1vg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT75oN1vg .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT75oN1vg .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT75oN1vg .nav-link:hover,
.cid-rBT75oN1vg .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT75qu0Pn {
  background-image: url("../../../assets/images/mbr-1920x128525.jpg");
}
.cid-rBT75qu0Pn .mbr-text,
.cid-rBT75qu0Pn .mbr-section-btn {
  text-align: left;
}
.cid-rBT75qu0Pn H1 {
  text-align: left;
}
.cid-trhKJMmIux .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhKJMmIux .my-float {
  margin-top: 16px;
}
.cid-trhKJMmIux P {
  color: #232323;
}
.cid-trhKJMmIux DIV {
  color: #ffffff;
}
.cid-trhKJMmIux H10 {
  color: #767676;
}
.cid-trhKJMmIux .hidden {
  display: none;
}
.cid-rC037zjzgO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-trhKIRXT3K .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhKIRXT3K .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhKIRXT3K .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhKIRXT3K .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhKIRXT3K .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhKIRXT3K .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhKIRXT3K .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhKIRXT3K .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhKIRXT3K P {
  color: #232323;
}
.cid-trhKIRXT3K DIV {
  color: #ffffff;
}
.cid-trhKIRXT3K H10 {
  color: #767676;
}
.cid-trhKIRXT3K .hidden {
  display: none;
}
.cid-trhKIRXT3K p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhKIRXT3K .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhKIRXT3K .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhKIRXT3K .sticky li:hover {
  margin-left: -100px;
}
.cid-trhKIRXT3K .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhKIRXT3K .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-rC0389bmuH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC0389bmuH .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC0389bmuH .modal-body .close {
  background: #1b1b1b;
}
.cid-rC0389bmuH .modal-body .close span {
  font-style: normal;
}
.cid-rC0389bmuH .carousel-inner > .active,
.cid-rC0389bmuH .carousel-inner > .next,
.cid-rC0389bmuH .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC0389bmuH .carousel-control .icon-next,
.cid-rC0389bmuH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC0389bmuH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC0389bmuH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC0389bmuH .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC0389bmuH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC0389bmuH .boxed-slider > div {
  position: relative;
}
.cid-rC0389bmuH .container img {
  width: 100%;
}
.cid-rC0389bmuH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC0389bmuH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC0389bmuH .mbr-table-cell {
  padding: 0;
}
.cid-rC0389bmuH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC0389bmuH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC0389bmuH .mbr-overlay {
  z-index: 1;
}
.cid-rC0389bmuH .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC0389bmuH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC0389bmuH .carousel-item .container {
    width: 100%;
  }
}
.cid-rC0389bmuH .carousel-item-next.carousel-item-left,
.cid-rC0389bmuH .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC0389bmuH .active.carousel-item-right,
.cid-rC0389bmuH .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC0389bmuH .active.carousel-item-left,
.cid-rC0389bmuH .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC0389bmuH .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC0389bmuH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC0389bmuH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC0389bmuH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC0389bmuH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC0389bmuH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC0389bmuH .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC0389bmuH .mbr-slider .carousel-indicators li.active,
.cid-rC0389bmuH .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC0389bmuH .mbr-slider .carousel-indicators li::after,
.cid-rC0389bmuH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC0389bmuH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC0389bmuH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC0389bmuH .mbr-slider > .container img {
  width: 100%;
}
.cid-rC0389bmuH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC0389bmuH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC0389bmuH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC0389bmuH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC0389bmuH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC0389bmuH .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC0389bmuH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC0389bmuH .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC0389bmuH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC0389bmuH .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC0389bmuH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC0389bmuH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC0389bmuH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC0389bmuH .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC0389bmuH .carousel-inner {
  height: 100%;
}
.cid-rC0389bmuH .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC0389bmuH .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC0389bmuH .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC0389bmuH .carousel-item .container-slide {
  text-align: center;
}
.cid-rC0389bmuH .content-slider-wrap {
  width: 90%;
}
.cid-rCghxsLUpy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCghxsLUpy .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCghxsLUpy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT75rF7iC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT75rF7iC .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT75rF7iC .section-text {
  padding: 2rem 0;
}
.cid-rBT75rF7iC .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT75rF7iC .inner-container {
    width: 100% !important;
  }
}
.cid-rCghzOjAKj {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #073b4c;
}
.cid-rCghzOjAKj .mbr-text,
.cid-rCghzOjAKj blockquote {
  color: #767676;
}
.cid-rCghzOjAKj .mbr-text P {
  text-align: left;
}
.cid-rCghzOjAKj .mbr-text {
  color: #cccccc;
}
.cid-rCglngxkVk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCglngxkVk .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCglngxkVk .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCglngxkVk .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCglngxkVk .inner-container {
    width: 100% !important;
  }
}
.cid-tqRDQO9O6H .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRDQO9O6H .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRDQO9O6H .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRDQO9O6H .hidden {
  display: none;
}
.cid-tqRDQO9O6H H10 {
  color: #767676;
}
.cid-tqRDRcPtgx {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRDRcPtgx .content {
    text-align: center;
  }
  .cid-tqRDRcPtgx .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRDRcPtgx .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRDRcPtgx .form-group,
.cid-tqRDRcPtgx .input-group-btn {
  padding: 0;
}
.cid-tqRDRcPtgx .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRDRcPtgx .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRDRcPtgx .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRDRcPtgx .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRDRcPtgx .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRDRcPtgx .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRDRcPtgx .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRDRcPtgx .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRDRcPtgx .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRDRcPtgx .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRDRcPtgx .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRDRcPtgx .foot-logo {
    text-align: center !important;
  }
  .cid-tqRDRcPtgx .foot-title {
    text-align: center !important;
  }
  .cid-tqRDRcPtgx .mbr-text {
    text-align: center !important;
  }
  .cid-tqRDRcPtgx .form-group {
    margin: 0;
  }
}
.cid-tqRDRcPtgx .foot-logo {
  text-align: center;
}
.cid-rBT73KdeX7 .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT73KdeX7 .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT73KdeX7 a {
  font-style: normal;
}
.cid-rBT73KdeX7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT73KdeX7 .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT73KdeX7 .nav-item:focus,
.cid-rBT73KdeX7 .nav-link:focus {
  outline: none;
}
.cid-rBT73KdeX7 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT73KdeX7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT73KdeX7 .menu-logo {
  margin-right: auto;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT73KdeX7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT73KdeX7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT73KdeX7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT73KdeX7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT73KdeX7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT73KdeX7 .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT73KdeX7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT73KdeX7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT73KdeX7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT73KdeX7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT73KdeX7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT73KdeX7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT73KdeX7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT73KdeX7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT73KdeX7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT73KdeX7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT73KdeX7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT73KdeX7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT73KdeX7 button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT73KdeX7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT73KdeX7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT73KdeX7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT73KdeX7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT73KdeX7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT73KdeX7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT73KdeX7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT73KdeX7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT73KdeX7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT73KdeX7 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT73KdeX7 .collapsed .btn {
  display: flex;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse.collapsing,
.cid-rBT73KdeX7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT73KdeX7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT73KdeX7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT73KdeX7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT73KdeX7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT73KdeX7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT73KdeX7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT73KdeX7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT73KdeX7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT73KdeX7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT73KdeX7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT73KdeX7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT73KdeX7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT73KdeX7 .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT73KdeX7 img {
    height: 3.8rem !important;
  }
  .cid-rBT73KdeX7 .btn {
    display: flex;
  }
  .cid-rBT73KdeX7 button.navbar-toggler {
    display: block;
  }
  .cid-rBT73KdeX7 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT73KdeX7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT73KdeX7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT73KdeX7 .navbar-collapse.collapsing,
  .cid-rBT73KdeX7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT73KdeX7 .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT73KdeX7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT73KdeX7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT73KdeX7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT73KdeX7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT73KdeX7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT73KdeX7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT73KdeX7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT73KdeX7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT73KdeX7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT73KdeX7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT73KdeX7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT73KdeX7 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT73KdeX7 .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT73KdeX7 .nav-link:hover,
.cid-rBT73KdeX7 .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT73M10hI {
  background-image: url("../../../assets/images/mbr-1920x122626.jpg");
}
.cid-rBT73M10hI .mbr-text,
.cid-rBT73M10hI .mbr-section-btn {
  text-align: left;
}
.cid-rBT73M10hI H1 {
  text-align: left;
}
.cid-rC03mvlQ9S {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC03mZ2FAa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC03mZ2FAa .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC03mZ2FAa .modal-body .close {
  background: #1b1b1b;
}
.cid-rC03mZ2FAa .modal-body .close span {
  font-style: normal;
}
.cid-rC03mZ2FAa .carousel-inner > .active,
.cid-rC03mZ2FAa .carousel-inner > .next,
.cid-rC03mZ2FAa .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC03mZ2FAa .carousel-control .icon-next,
.cid-rC03mZ2FAa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC03mZ2FAa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC03mZ2FAa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC03mZ2FAa .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC03mZ2FAa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC03mZ2FAa .boxed-slider > div {
  position: relative;
}
.cid-rC03mZ2FAa .container img {
  width: 100%;
}
.cid-rC03mZ2FAa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC03mZ2FAa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC03mZ2FAa .mbr-table-cell {
  padding: 0;
}
.cid-rC03mZ2FAa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC03mZ2FAa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC03mZ2FAa .mbr-overlay {
  z-index: 1;
}
.cid-rC03mZ2FAa .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC03mZ2FAa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC03mZ2FAa .carousel-item .container {
    width: 100%;
  }
}
.cid-rC03mZ2FAa .carousel-item-next.carousel-item-left,
.cid-rC03mZ2FAa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC03mZ2FAa .active.carousel-item-right,
.cid-rC03mZ2FAa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC03mZ2FAa .active.carousel-item-left,
.cid-rC03mZ2FAa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC03mZ2FAa .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC03mZ2FAa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC03mZ2FAa .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators li.active,
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators li::after,
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC03mZ2FAa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC03mZ2FAa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC03mZ2FAa .mbr-slider > .container img {
  width: 100%;
}
.cid-rC03mZ2FAa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC03mZ2FAa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC03mZ2FAa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC03mZ2FAa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC03mZ2FAa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC03mZ2FAa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC03mZ2FAa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC03mZ2FAa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC03mZ2FAa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC03mZ2FAa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC03mZ2FAa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC03mZ2FAa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC03mZ2FAa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC03mZ2FAa .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC03mZ2FAa .carousel-inner {
  height: 100%;
}
.cid-rC03mZ2FAa .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC03mZ2FAa .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC03mZ2FAa .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC03mZ2FAa .carousel-item .container-slide {
  text-align: center;
}
.cid-rC03mZ2FAa .content-slider-wrap {
  width: 90%;
}
.cid-rCgn3Hn7PQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgn3Hn7PQ .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCgn3Hn7PQ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT73MXA3f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT73MXA3f .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT73MXA3f .section-text {
  padding: 2rem 0;
}
.cid-rBT73MXA3f .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT73MXA3f .inner-container {
    width: 100% !important;
  }
}
.cid-rCgn5jslYR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgn5jslYR .mbr-text,
.cid-rCgn5jslYR blockquote {
  color: #767676;
}
.cid-rCgn5jslYR .mbr-text P {
  text-align: left;
}
.cid-rCgn5jslYR .mbr-text {
  color: #cccccc;
}
.cid-tqRDVUiR3K .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRDVUiR3K .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRDVUiR3K .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRDVUiR3K .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRDVUiR3K .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRDVUiR3K .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRDVUiR3K .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRDVUiR3K .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRDVUiR3K P {
  color: #232323;
}
.cid-tqRDVUiR3K DIV {
  color: #ffffff;
}
.cid-tqRDVUiR3K H10 {
  color: #767676;
}
.cid-tqRDVUiR3K .hidden {
  display: none;
}
.cid-tqRDWgqWsl .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRDWgqWsl .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRDWgqWsl .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRDWgqWsl .hidden {
  display: none;
}
.cid-tqRDWgqWsl H10 {
  color: #767676;
}
.cid-tqRDWLhGpX {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRDWLhGpX .content {
    text-align: center;
  }
  .cid-tqRDWLhGpX .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRDWLhGpX .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRDWLhGpX .form-group,
.cid-tqRDWLhGpX .input-group-btn {
  padding: 0;
}
.cid-tqRDWLhGpX .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRDWLhGpX .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRDWLhGpX .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRDWLhGpX .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRDWLhGpX .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRDWLhGpX .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRDWLhGpX .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRDWLhGpX .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRDWLhGpX .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRDWLhGpX .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRDWLhGpX .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRDWLhGpX .foot-logo {
    text-align: center !important;
  }
  .cid-tqRDWLhGpX .foot-title {
    text-align: center !important;
  }
  .cid-tqRDWLhGpX .mbr-text {
    text-align: center !important;
  }
  .cid-tqRDWLhGpX .form-group {
    margin: 0;
  }
}
.cid-tqRDWLhGpX .foot-logo {
  text-align: center;
}
.cid-rBT7268AVQ .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT7268AVQ .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT7268AVQ a {
  font-style: normal;
}
.cid-rBT7268AVQ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT7268AVQ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT7268AVQ .nav-item:focus,
.cid-rBT7268AVQ .nav-link:focus {
  outline: none;
}
.cid-rBT7268AVQ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT7268AVQ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT7268AVQ .menu-logo {
  margin-right: auto;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT7268AVQ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT7268AVQ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT7268AVQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT7268AVQ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT7268AVQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT7268AVQ .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT7268AVQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT7268AVQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT7268AVQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT7268AVQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT7268AVQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT7268AVQ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT7268AVQ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT7268AVQ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT7268AVQ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT7268AVQ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT7268AVQ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT7268AVQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT7268AVQ button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT7268AVQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT7268AVQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT7268AVQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7268AVQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7268AVQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT7268AVQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7268AVQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT7268AVQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT7268AVQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7268AVQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT7268AVQ .collapsed .btn {
  display: flex;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse.collapsing,
.cid-rBT7268AVQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT7268AVQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT7268AVQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT7268AVQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT7268AVQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT7268AVQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT7268AVQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT7268AVQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT7268AVQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT7268AVQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT7268AVQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT7268AVQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT7268AVQ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT7268AVQ .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT7268AVQ img {
    height: 3.8rem !important;
  }
  .cid-rBT7268AVQ .btn {
    display: flex;
  }
  .cid-rBT7268AVQ button.navbar-toggler {
    display: block;
  }
  .cid-rBT7268AVQ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT7268AVQ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT7268AVQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT7268AVQ .navbar-collapse.collapsing,
  .cid-rBT7268AVQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT7268AVQ .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT7268AVQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT7268AVQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT7268AVQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT7268AVQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT7268AVQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT7268AVQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT7268AVQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT7268AVQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT7268AVQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT7268AVQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT7268AVQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT7268AVQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT7268AVQ .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT7268AVQ .nav-link:hover,
.cid-rBT7268AVQ .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT727ySg9 {
  background-image: url("../../../assets/images/mbr-492x32419.jpg");
}
.cid-rBT727ySg9 .mbr-text,
.cid-rBT727ySg9 .mbr-section-btn {
  text-align: left;
}
.cid-rBT727ySg9 H1 {
  text-align: left;
}
.cid-rC04v29hA5 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-trhKSjRi8K .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhKSjRi8K .my-float {
  margin-top: 16px;
}
.cid-trhKSjRi8K P {
  color: #232323;
}
.cid-trhKSjRi8K DIV {
  color: #ffffff;
}
.cid-trhKSjRi8K H10 {
  color: #767676;
}
.cid-trhKSjRi8K .hidden {
  display: none;
}
.cid-trhKRhwLWz .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhKRhwLWz .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhKRhwLWz .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhKRhwLWz .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhKRhwLWz .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhKRhwLWz .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhKRhwLWz .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhKRhwLWz .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhKRhwLWz P {
  color: #232323;
}
.cid-trhKRhwLWz DIV {
  color: #ffffff;
}
.cid-trhKRhwLWz H10 {
  color: #767676;
}
.cid-trhKRhwLWz .hidden {
  display: none;
}
.cid-trhKRhwLWz p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhKRhwLWz .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhKRhwLWz .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhKRhwLWz .sticky li:hover {
  margin-left: -100px;
}
.cid-trhKRhwLWz .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhKRhwLWz .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-rC04vBXvsu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC04vBXvsu .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC04vBXvsu .modal-body .close {
  background: #1b1b1b;
}
.cid-rC04vBXvsu .modal-body .close span {
  font-style: normal;
}
.cid-rC04vBXvsu .carousel-inner > .active,
.cid-rC04vBXvsu .carousel-inner > .next,
.cid-rC04vBXvsu .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC04vBXvsu .carousel-control .icon-next,
.cid-rC04vBXvsu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC04vBXvsu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC04vBXvsu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC04vBXvsu .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC04vBXvsu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC04vBXvsu .boxed-slider > div {
  position: relative;
}
.cid-rC04vBXvsu .container img {
  width: 100%;
}
.cid-rC04vBXvsu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC04vBXvsu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC04vBXvsu .mbr-table-cell {
  padding: 0;
}
.cid-rC04vBXvsu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC04vBXvsu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC04vBXvsu .mbr-overlay {
  z-index: 1;
}
.cid-rC04vBXvsu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC04vBXvsu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC04vBXvsu .carousel-item .container {
    width: 100%;
  }
}
.cid-rC04vBXvsu .carousel-item-next.carousel-item-left,
.cid-rC04vBXvsu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC04vBXvsu .active.carousel-item-right,
.cid-rC04vBXvsu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC04vBXvsu .active.carousel-item-left,
.cid-rC04vBXvsu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC04vBXvsu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC04vBXvsu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC04vBXvsu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC04vBXvsu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC04vBXvsu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC04vBXvsu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC04vBXvsu .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC04vBXvsu .mbr-slider .carousel-indicators li.active,
.cid-rC04vBXvsu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC04vBXvsu .mbr-slider .carousel-indicators li::after,
.cid-rC04vBXvsu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC04vBXvsu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC04vBXvsu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC04vBXvsu .mbr-slider > .container img {
  width: 100%;
}
.cid-rC04vBXvsu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC04vBXvsu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC04vBXvsu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC04vBXvsu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC04vBXvsu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC04vBXvsu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC04vBXvsu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC04vBXvsu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC04vBXvsu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC04vBXvsu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC04vBXvsu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC04vBXvsu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC04vBXvsu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC04vBXvsu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC04vBXvsu .carousel-inner {
  height: 100%;
}
.cid-rC04vBXvsu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC04vBXvsu .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC04vBXvsu .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC04vBXvsu .carousel-item .container-slide {
  text-align: center;
}
.cid-rC04vBXvsu .content-slider-wrap {
  width: 90%;
}
.cid-rCgpYnYCXI {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgpYnYCXI .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCgpYnYCXI .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT728DuBN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT728DuBN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT728DuBN .section-text {
  padding: 2rem 0;
}
.cid-rBT728DuBN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT728DuBN .inner-container {
    width: 100% !important;
  }
}
.cid-rCgpZvemah {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgpZvemah .mbr-text,
.cid-rCgpZvemah blockquote {
  color: #767676;
}
.cid-rCgpZvemah .mbr-text P {
  text-align: left;
}
.cid-rCgpZvemah .mbr-text {
  color: #cccccc;
}
.cid-rCguSyZGJd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCguSyZGJd .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCguSyZGJd .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCguSyZGJd .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCguSyZGJd .inner-container {
    width: 100% !important;
  }
}
.cid-tqREaWGmue .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqREaWGmue .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqREaWGmue .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqREaWGmue .hidden {
  display: none;
}
.cid-tqREaWGmue H10 {
  color: #767676;
}
.cid-tqREbzitbI {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqREbzitbI .content {
    text-align: center;
  }
  .cid-tqREbzitbI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqREbzitbI .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqREbzitbI .form-group,
.cid-tqREbzitbI .input-group-btn {
  padding: 0;
}
.cid-tqREbzitbI .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqREbzitbI .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqREbzitbI .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqREbzitbI .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqREbzitbI .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqREbzitbI .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqREbzitbI .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqREbzitbI .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqREbzitbI .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqREbzitbI .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqREbzitbI .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqREbzitbI .foot-logo {
    text-align: center !important;
  }
  .cid-tqREbzitbI .foot-title {
    text-align: center !important;
  }
  .cid-tqREbzitbI .mbr-text {
    text-align: center !important;
  }
  .cid-tqREbzitbI .form-group {
    margin: 0;
  }
}
.cid-tqREbzitbI .foot-logo {
  text-align: center;
}
.cid-rBT6WOT23v .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6WOT23v .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6WOT23v a {
  font-style: normal;
}
.cid-rBT6WOT23v .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6WOT23v .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6WOT23v .nav-item:focus,
.cid-rBT6WOT23v .nav-link:focus {
  outline: none;
}
.cid-rBT6WOT23v .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6WOT23v .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6WOT23v .menu-logo {
  margin-right: auto;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6WOT23v .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6WOT23v .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6WOT23v .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6WOT23v .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6WOT23v .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6WOT23v .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6WOT23v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6WOT23v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6WOT23v .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6WOT23v .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6WOT23v .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6WOT23v .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6WOT23v .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6WOT23v .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6WOT23v .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6WOT23v .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6WOT23v .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6WOT23v button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6WOT23v button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6WOT23v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6WOT23v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6WOT23v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6WOT23v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6WOT23v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6WOT23v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6WOT23v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6WOT23v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6WOT23v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6WOT23v .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6WOT23v .collapsed .btn {
  display: flex;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse.collapsing,
.cid-rBT6WOT23v .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6WOT23v .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6WOT23v .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6WOT23v .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6WOT23v .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6WOT23v .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6WOT23v .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6WOT23v .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6WOT23v .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6WOT23v .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6WOT23v .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6WOT23v .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6WOT23v .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6WOT23v .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6WOT23v img {
    height: 3.8rem !important;
  }
  .cid-rBT6WOT23v .btn {
    display: flex;
  }
  .cid-rBT6WOT23v button.navbar-toggler {
    display: block;
  }
  .cid-rBT6WOT23v .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6WOT23v .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6WOT23v .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6WOT23v .navbar-collapse.collapsing,
  .cid-rBT6WOT23v .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6WOT23v .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6WOT23v .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6WOT23v .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6WOT23v .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6WOT23v .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6WOT23v .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6WOT23v .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6WOT23v .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6WOT23v .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6WOT23v .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6WOT23v .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6WOT23v .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6WOT23v .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6WOT23v .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6WOT23v .nav-link:hover,
.cid-rBT6WOT23v .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6WPRzD6 {
  background-image: url("../../../assets/images/mbr-3-1920x144029.jpg");
}
.cid-rBT6WPRzD6 .mbr-text,
.cid-rBT6WPRzD6 .mbr-section-btn {
  text-align: left;
}
.cid-rBT6WPRzD6 H1 {
  text-align: left;
}
.cid-rC076WoGrb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC077o92VC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC077o92VC .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC077o92VC .modal-body .close {
  background: #1b1b1b;
}
.cid-rC077o92VC .modal-body .close span {
  font-style: normal;
}
.cid-rC077o92VC .carousel-inner > .active,
.cid-rC077o92VC .carousel-inner > .next,
.cid-rC077o92VC .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC077o92VC .carousel-control .icon-next,
.cid-rC077o92VC .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC077o92VC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC077o92VC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC077o92VC .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC077o92VC .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC077o92VC .boxed-slider > div {
  position: relative;
}
.cid-rC077o92VC .container img {
  width: 100%;
}
.cid-rC077o92VC .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC077o92VC .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC077o92VC .mbr-table-cell {
  padding: 0;
}
.cid-rC077o92VC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC077o92VC .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC077o92VC .mbr-overlay {
  z-index: 1;
}
.cid-rC077o92VC .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC077o92VC .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC077o92VC .carousel-item .container {
    width: 100%;
  }
}
.cid-rC077o92VC .carousel-item-next.carousel-item-left,
.cid-rC077o92VC .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC077o92VC .active.carousel-item-right,
.cid-rC077o92VC .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC077o92VC .active.carousel-item-left,
.cid-rC077o92VC .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC077o92VC .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC077o92VC .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC077o92VC .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC077o92VC .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC077o92VC .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC077o92VC .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC077o92VC .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC077o92VC .mbr-slider .carousel-indicators li.active,
.cid-rC077o92VC .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC077o92VC .mbr-slider .carousel-indicators li::after,
.cid-rC077o92VC .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC077o92VC .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC077o92VC .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC077o92VC .mbr-slider > .container img {
  width: 100%;
}
.cid-rC077o92VC .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC077o92VC .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC077o92VC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC077o92VC .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC077o92VC .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC077o92VC .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC077o92VC .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC077o92VC .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC077o92VC .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC077o92VC .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC077o92VC .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC077o92VC .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC077o92VC .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC077o92VC .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC077o92VC .carousel-inner {
  height: 100%;
}
.cid-rC077o92VC .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC077o92VC .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC077o92VC .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC077o92VC .carousel-item .container-slide {
  text-align: center;
}
.cid-rC077o92VC .content-slider-wrap {
  width: 90%;
}
.cid-trhLdyAvjP .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhLdyAvjP .my-float {
  margin-top: 16px;
}
.cid-trhLdyAvjP P {
  color: #232323;
}
.cid-trhLdyAvjP DIV {
  color: #ffffff;
}
.cid-trhLdyAvjP H10 {
  color: #767676;
}
.cid-trhLdyAvjP .hidden {
  display: none;
}
.cid-trhLcEXESG .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhLcEXESG .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhLcEXESG .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhLcEXESG .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhLcEXESG .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhLcEXESG .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhLcEXESG .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhLcEXESG .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhLcEXESG P {
  color: #232323;
}
.cid-trhLcEXESG DIV {
  color: #ffffff;
}
.cid-trhLcEXESG H10 {
  color: #767676;
}
.cid-trhLcEXESG .hidden {
  display: none;
}
.cid-trhLcEXESG p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhLcEXESG .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhLcEXESG .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhLcEXESG .sticky li:hover {
  margin-left: -100px;
}
.cid-trhLcEXESG .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhLcEXESG .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-rCgSW0enkA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgSW0enkA .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCgSW0enkA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6WQJGP6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6WQJGP6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6WQJGP6 .section-text {
  padding: 2rem 0;
}
.cid-rBT6WQJGP6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6WQJGP6 .inner-container {
    width: 100% !important;
  }
}
.cid-rCgSXW59Xj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgSXW59Xj .mbr-text,
.cid-rCgSXW59Xj blockquote {
  color: #767676;
}
.cid-rCgSXW59Xj .mbr-text P {
  text-align: left;
}
.cid-rCgSXW59Xj .mbr-text {
  color: #cccccc;
}
.cid-rCgUzJ4P63 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCgUzJ4P63 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCgUzJ4P63 .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCgUzJ4P63 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCgUzJ4P63 .inner-container {
    width: 100% !important;
  }
}
.cid-tqRErQZCir .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRErQZCir .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRErQZCir .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRErQZCir .hidden {
  display: none;
}
.cid-tqRErQZCir H10 {
  color: #767676;
}
.cid-tqREskZlvL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqREskZlvL .content {
    text-align: center;
  }
  .cid-tqREskZlvL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqREskZlvL .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqREskZlvL .form-group,
.cid-tqREskZlvL .input-group-btn {
  padding: 0;
}
.cid-tqREskZlvL .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqREskZlvL .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqREskZlvL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqREskZlvL .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqREskZlvL .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqREskZlvL .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqREskZlvL .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqREskZlvL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqREskZlvL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqREskZlvL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqREskZlvL .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqREskZlvL .foot-logo {
    text-align: center !important;
  }
  .cid-tqREskZlvL .foot-title {
    text-align: center !important;
  }
  .cid-tqREskZlvL .mbr-text {
    text-align: center !important;
  }
  .cid-tqREskZlvL .form-group {
    margin: 0;
  }
}
.cid-tqREskZlvL .foot-logo {
  text-align: center;
}
.cid-rBT70fEymJ .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT70fEymJ .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT70fEymJ a {
  font-style: normal;
}
.cid-rBT70fEymJ .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT70fEymJ .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT70fEymJ .nav-item:focus,
.cid-rBT70fEymJ .nav-link:focus {
  outline: none;
}
.cid-rBT70fEymJ .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT70fEymJ .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT70fEymJ .menu-logo {
  margin-right: auto;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT70fEymJ .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT70fEymJ .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT70fEymJ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT70fEymJ .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT70fEymJ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT70fEymJ .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT70fEymJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT70fEymJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT70fEymJ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT70fEymJ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT70fEymJ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT70fEymJ .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT70fEymJ .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT70fEymJ .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT70fEymJ .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT70fEymJ .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT70fEymJ .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT70fEymJ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT70fEymJ button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT70fEymJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT70fEymJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT70fEymJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT70fEymJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT70fEymJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT70fEymJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT70fEymJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT70fEymJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT70fEymJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT70fEymJ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT70fEymJ .collapsed .btn {
  display: flex;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse.collapsing,
.cid-rBT70fEymJ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT70fEymJ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT70fEymJ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT70fEymJ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT70fEymJ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT70fEymJ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT70fEymJ .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT70fEymJ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT70fEymJ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT70fEymJ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT70fEymJ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT70fEymJ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT70fEymJ .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT70fEymJ .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT70fEymJ img {
    height: 3.8rem !important;
  }
  .cid-rBT70fEymJ .btn {
    display: flex;
  }
  .cid-rBT70fEymJ button.navbar-toggler {
    display: block;
  }
  .cid-rBT70fEymJ .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT70fEymJ .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT70fEymJ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT70fEymJ .navbar-collapse.collapsing,
  .cid-rBT70fEymJ .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT70fEymJ .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT70fEymJ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT70fEymJ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT70fEymJ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT70fEymJ .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT70fEymJ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT70fEymJ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT70fEymJ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT70fEymJ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT70fEymJ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT70fEymJ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT70fEymJ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT70fEymJ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT70fEymJ .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT70fEymJ .nav-link:hover,
.cid-rBT70fEymJ .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT70hGjTK {
  background-image: url("../../../assets/images/mbr-492x24927.jpg");
}
.cid-rBT70hGjTK .mbr-text,
.cid-rBT70hGjTK .mbr-section-btn {
  text-align: left;
}
.cid-rBT70hGjTK H1 {
  text-align: left;
}
.cid-rC04UXIh11 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC04Vr8K0f {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC04Vr8K0f .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC04Vr8K0f .modal-body .close {
  background: #1b1b1b;
}
.cid-rC04Vr8K0f .modal-body .close span {
  font-style: normal;
}
.cid-rC04Vr8K0f .carousel-inner > .active,
.cid-rC04Vr8K0f .carousel-inner > .next,
.cid-rC04Vr8K0f .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC04Vr8K0f .carousel-control .icon-next,
.cid-rC04Vr8K0f .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC04Vr8K0f .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC04Vr8K0f .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC04Vr8K0f .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC04Vr8K0f .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC04Vr8K0f .boxed-slider > div {
  position: relative;
}
.cid-rC04Vr8K0f .container img {
  width: 100%;
}
.cid-rC04Vr8K0f .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC04Vr8K0f .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC04Vr8K0f .mbr-table-cell {
  padding: 0;
}
.cid-rC04Vr8K0f .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC04Vr8K0f .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC04Vr8K0f .mbr-overlay {
  z-index: 1;
}
.cid-rC04Vr8K0f .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC04Vr8K0f .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC04Vr8K0f .carousel-item .container {
    width: 100%;
  }
}
.cid-rC04Vr8K0f .carousel-item-next.carousel-item-left,
.cid-rC04Vr8K0f .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC04Vr8K0f .active.carousel-item-right,
.cid-rC04Vr8K0f .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC04Vr8K0f .active.carousel-item-left,
.cid-rC04Vr8K0f .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC04Vr8K0f .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC04Vr8K0f .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC04Vr8K0f .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators li.active,
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators li::after,
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC04Vr8K0f .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC04Vr8K0f .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC04Vr8K0f .mbr-slider > .container img {
  width: 100%;
}
.cid-rC04Vr8K0f .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC04Vr8K0f .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC04Vr8K0f .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC04Vr8K0f .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC04Vr8K0f .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC04Vr8K0f .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC04Vr8K0f .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC04Vr8K0f .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC04Vr8K0f .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC04Vr8K0f .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC04Vr8K0f .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC04Vr8K0f .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC04Vr8K0f .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC04Vr8K0f .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC04Vr8K0f .carousel-inner {
  height: 100%;
}
.cid-rC04Vr8K0f .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC04Vr8K0f .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC04Vr8K0f .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC04Vr8K0f .carousel-item .container-slide {
  text-align: center;
}
.cid-rC04Vr8K0f .content-slider-wrap {
  width: 90%;
}
.cid-trhL1aCFxI .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhL1aCFxI .my-float {
  margin-top: 16px;
}
.cid-trhL1aCFxI P {
  color: #232323;
}
.cid-trhL1aCFxI DIV {
  color: #ffffff;
}
.cid-trhL1aCFxI H10 {
  color: #767676;
}
.cid-trhL1aCFxI .hidden {
  display: none;
}
.cid-trhL0ceCEe .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhL0ceCEe .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhL0ceCEe .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhL0ceCEe .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhL0ceCEe .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhL0ceCEe .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhL0ceCEe .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhL0ceCEe .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhL0ceCEe P {
  color: #232323;
}
.cid-trhL0ceCEe DIV {
  color: #ffffff;
}
.cid-trhL0ceCEe H10 {
  color: #767676;
}
.cid-trhL0ceCEe .hidden {
  display: none;
}
.cid-trhL0ceCEe p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhL0ceCEe .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhL0ceCEe .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhL0ceCEe .sticky li:hover {
  margin-left: -100px;
}
.cid-trhL0ceCEe .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhL0ceCEe .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-rCgwQsx9V1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgwQsx9V1 .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCgwQsx9V1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT70jj5g6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT70jj5g6 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT70jj5g6 .section-text {
  padding: 2rem 0;
}
.cid-rBT70jj5g6 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT70jj5g6 .inner-container {
    width: 100% !important;
  }
}
.cid-rC04VKWhsx {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC04VKWhsx .mbr-text,
.cid-rC04VKWhsx blockquote {
  color: #767676;
}
.cid-rC04VKWhsx .mbr-text P {
  text-align: left;
}
.cid-rC04VKWhsx .mbr-text {
  color: #cccccc;
}
.cid-tqREJAFe5S .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqREJAFe5S .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqREJAFe5S .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqREJAFe5S .hidden {
  display: none;
}
.cid-tqREJAFe5S H10 {
  color: #767676;
}
.cid-tqREJYnkwC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqREJYnkwC .content {
    text-align: center;
  }
  .cid-tqREJYnkwC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqREJYnkwC .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqREJYnkwC .form-group,
.cid-tqREJYnkwC .input-group-btn {
  padding: 0;
}
.cid-tqREJYnkwC .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqREJYnkwC .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqREJYnkwC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqREJYnkwC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqREJYnkwC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqREJYnkwC .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqREJYnkwC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqREJYnkwC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqREJYnkwC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqREJYnkwC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqREJYnkwC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqREJYnkwC .foot-logo {
    text-align: center !important;
  }
  .cid-tqREJYnkwC .foot-title {
    text-align: center !important;
  }
  .cid-tqREJYnkwC .mbr-text {
    text-align: center !important;
  }
  .cid-tqREJYnkwC .form-group {
    margin: 0;
  }
}
.cid-tqREJYnkwC .foot-logo {
  text-align: center;
}
.cid-rBT6VQvfvs .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6VQvfvs .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6VQvfvs a {
  font-style: normal;
}
.cid-rBT6VQvfvs .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6VQvfvs .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6VQvfvs .nav-item:focus,
.cid-rBT6VQvfvs .nav-link:focus {
  outline: none;
}
.cid-rBT6VQvfvs .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6VQvfvs .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6VQvfvs .menu-logo {
  margin-right: auto;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6VQvfvs .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6VQvfvs .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6VQvfvs .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6VQvfvs .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6VQvfvs .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6VQvfvs .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6VQvfvs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6VQvfvs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6VQvfvs .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6VQvfvs .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6VQvfvs .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6VQvfvs .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6VQvfvs .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6VQvfvs .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6VQvfvs .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6VQvfvs .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6VQvfvs .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6VQvfvs button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6VQvfvs button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6VQvfvs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6VQvfvs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6VQvfvs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6VQvfvs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6VQvfvs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6VQvfvs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6VQvfvs nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6VQvfvs nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6VQvfvs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6VQvfvs .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6VQvfvs .collapsed .btn {
  display: flex;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse.collapsing,
.cid-rBT6VQvfvs .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6VQvfvs .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6VQvfvs .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6VQvfvs .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6VQvfvs .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6VQvfvs .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6VQvfvs .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6VQvfvs .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6VQvfvs .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6VQvfvs .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6VQvfvs .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6VQvfvs .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6VQvfvs .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6VQvfvs .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6VQvfvs img {
    height: 3.8rem !important;
  }
  .cid-rBT6VQvfvs .btn {
    display: flex;
  }
  .cid-rBT6VQvfvs button.navbar-toggler {
    display: block;
  }
  .cid-rBT6VQvfvs .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6VQvfvs .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6VQvfvs .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6VQvfvs .navbar-collapse.collapsing,
  .cid-rBT6VQvfvs .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6VQvfvs .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6VQvfvs .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6VQvfvs .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6VQvfvs .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6VQvfvs .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6VQvfvs .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6VQvfvs .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6VQvfvs .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6VQvfvs .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6VQvfvs .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6VQvfvs .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6VQvfvs .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6VQvfvs .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6VQvfvs .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6VQvfvs .nav-link:hover,
.cid-rBT6VQvfvs .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6VRyo73 {
  background-image: url("../../../assets/images/a74d8-16-576x768-576x7686.jpg");
}
.cid-rBT6VRyo73 .mbr-text,
.cid-rBT6VRyo73 .mbr-section-btn {
  text-align: left;
}
.cid-rBT6VRyo73 H1 {
  text-align: left;
}
.cid-rC07KA0yoF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC07L7Dkvj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC07L7Dkvj .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC07L7Dkvj .modal-body .close {
  background: #1b1b1b;
}
.cid-rC07L7Dkvj .modal-body .close span {
  font-style: normal;
}
.cid-rC07L7Dkvj .carousel-inner > .active,
.cid-rC07L7Dkvj .carousel-inner > .next,
.cid-rC07L7Dkvj .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC07L7Dkvj .carousel-control .icon-next,
.cid-rC07L7Dkvj .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC07L7Dkvj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC07L7Dkvj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC07L7Dkvj .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC07L7Dkvj .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC07L7Dkvj .boxed-slider > div {
  position: relative;
}
.cid-rC07L7Dkvj .container img {
  width: 100%;
}
.cid-rC07L7Dkvj .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC07L7Dkvj .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC07L7Dkvj .mbr-table-cell {
  padding: 0;
}
.cid-rC07L7Dkvj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC07L7Dkvj .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC07L7Dkvj .mbr-overlay {
  z-index: 1;
}
.cid-rC07L7Dkvj .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC07L7Dkvj .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC07L7Dkvj .carousel-item .container {
    width: 100%;
  }
}
.cid-rC07L7Dkvj .carousel-item-next.carousel-item-left,
.cid-rC07L7Dkvj .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC07L7Dkvj .active.carousel-item-right,
.cid-rC07L7Dkvj .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC07L7Dkvj .active.carousel-item-left,
.cid-rC07L7Dkvj .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC07L7Dkvj .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC07L7Dkvj .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC07L7Dkvj .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators li.active,
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators li::after,
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC07L7Dkvj .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC07L7Dkvj .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC07L7Dkvj .mbr-slider > .container img {
  width: 100%;
}
.cid-rC07L7Dkvj .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC07L7Dkvj .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC07L7Dkvj .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC07L7Dkvj .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC07L7Dkvj .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC07L7Dkvj .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC07L7Dkvj .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC07L7Dkvj .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC07L7Dkvj .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC07L7Dkvj .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC07L7Dkvj .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC07L7Dkvj .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC07L7Dkvj .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC07L7Dkvj .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC07L7Dkvj .carousel-inner {
  height: 100%;
}
.cid-rC07L7Dkvj .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC07L7Dkvj .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC07L7Dkvj .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC07L7Dkvj .carousel-item .container-slide {
  text-align: center;
}
.cid-rC07L7Dkvj .content-slider-wrap {
  width: 90%;
}
.cid-rCgVXoRvWO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgVXoRvWO .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCgVXoRvWO .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6VSlSwA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6VSlSwA .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6VSlSwA .section-text {
  padding: 2rem 0;
}
.cid-rBT6VSlSwA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6VSlSwA .inner-container {
    width: 100% !important;
  }
}
.cid-rCgVYD7VO3 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCgVYD7VO3 .mbr-text,
.cid-rCgVYD7VO3 blockquote {
  color: #767676;
}
.cid-rCgVYD7VO3 .mbr-text P {
  text-align: left;
}
.cid-rCgVYD7VO3 .mbr-text {
  color: #cccccc;
}
.cid-rCgXMYRgBv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCgXMYRgBv .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCgXMYRgBv .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCgXMYRgBv .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCgXMYRgBv .inner-container {
    width: 100% !important;
  }
}
.cid-tqRF05p876 .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRF05p876 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRF05p876 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRF05p876 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRF05p876 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRF05p876 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRF05p876 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRF05p876 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRF05p876 P {
  color: #232323;
}
.cid-tqRF05p876 DIV {
  color: #ffffff;
}
.cid-tqRF05p876 H10 {
  color: #767676;
}
.cid-tqRF05p876 .hidden {
  display: none;
}
.cid-tqRF0ppIJW .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRF0ppIJW .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRF0ppIJW .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRF0ppIJW .hidden {
  display: none;
}
.cid-tqRF0ppIJW H10 {
  color: #767676;
}
.cid-tqRF0Wwsf8 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRF0Wwsf8 .content {
    text-align: center;
  }
  .cid-tqRF0Wwsf8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRF0Wwsf8 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRF0Wwsf8 .form-group,
.cid-tqRF0Wwsf8 .input-group-btn {
  padding: 0;
}
.cid-tqRF0Wwsf8 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRF0Wwsf8 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRF0Wwsf8 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRF0Wwsf8 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRF0Wwsf8 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRF0Wwsf8 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRF0Wwsf8 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRF0Wwsf8 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRF0Wwsf8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRF0Wwsf8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRF0Wwsf8 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRF0Wwsf8 .foot-logo {
    text-align: center !important;
  }
  .cid-tqRF0Wwsf8 .foot-title {
    text-align: center !important;
  }
  .cid-tqRF0Wwsf8 .mbr-text {
    text-align: center !important;
  }
  .cid-tqRF0Wwsf8 .form-group {
    margin: 0;
  }
}
.cid-tqRF0Wwsf8 .foot-logo {
  text-align: center;
}
.cid-rBT6YyPlYD .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6YyPlYD .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6YyPlYD a {
  font-style: normal;
}
.cid-rBT6YyPlYD .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6YyPlYD .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6YyPlYD .nav-item:focus,
.cid-rBT6YyPlYD .nav-link:focus {
  outline: none;
}
.cid-rBT6YyPlYD .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6YyPlYD .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6YyPlYD .menu-logo {
  margin-right: auto;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6YyPlYD .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6YyPlYD .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6YyPlYD .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6YyPlYD .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6YyPlYD .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6YyPlYD .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6YyPlYD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6YyPlYD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6YyPlYD .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6YyPlYD .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6YyPlYD .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6YyPlYD .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6YyPlYD .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6YyPlYD .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6YyPlYD .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6YyPlYD .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6YyPlYD .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6YyPlYD button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6YyPlYD button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6YyPlYD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6YyPlYD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6YyPlYD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6YyPlYD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6YyPlYD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6YyPlYD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6YyPlYD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6YyPlYD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6YyPlYD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6YyPlYD .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6YyPlYD .collapsed .btn {
  display: flex;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse.collapsing,
.cid-rBT6YyPlYD .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6YyPlYD .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6YyPlYD .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6YyPlYD .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6YyPlYD .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6YyPlYD .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6YyPlYD .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6YyPlYD .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6YyPlYD .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6YyPlYD .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6YyPlYD .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6YyPlYD .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6YyPlYD .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6YyPlYD .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6YyPlYD img {
    height: 3.8rem !important;
  }
  .cid-rBT6YyPlYD .btn {
    display: flex;
  }
  .cid-rBT6YyPlYD button.navbar-toggler {
    display: block;
  }
  .cid-rBT6YyPlYD .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6YyPlYD .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6YyPlYD .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6YyPlYD .navbar-collapse.collapsing,
  .cid-rBT6YyPlYD .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6YyPlYD .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6YyPlYD .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6YyPlYD .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6YyPlYD .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6YyPlYD .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6YyPlYD .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6YyPlYD .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6YyPlYD .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6YyPlYD .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6YyPlYD .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6YyPlYD .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6YyPlYD .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6YyPlYD .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6YyPlYD .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6YyPlYD .nav-link:hover,
.cid-rBT6YyPlYD .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6YAbm2C {
  background-image: url("../../../assets/images/mbr-1-492x32828.jpg");
}
.cid-rBT6YAbm2C .mbr-text,
.cid-rBT6YAbm2C .mbr-section-btn {
  text-align: left;
}
.cid-rBT6YAbm2C H1 {
  text-align: left;
}
.cid-rC05l7O7Fn {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC05lyCVVD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC05lyCVVD .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC05lyCVVD .modal-body .close {
  background: #1b1b1b;
}
.cid-rC05lyCVVD .modal-body .close span {
  font-style: normal;
}
.cid-rC05lyCVVD .carousel-inner > .active,
.cid-rC05lyCVVD .carousel-inner > .next,
.cid-rC05lyCVVD .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC05lyCVVD .carousel-control .icon-next,
.cid-rC05lyCVVD .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC05lyCVVD .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC05lyCVVD .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC05lyCVVD .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC05lyCVVD .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC05lyCVVD .boxed-slider > div {
  position: relative;
}
.cid-rC05lyCVVD .container img {
  width: 100%;
}
.cid-rC05lyCVVD .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC05lyCVVD .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC05lyCVVD .mbr-table-cell {
  padding: 0;
}
.cid-rC05lyCVVD .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC05lyCVVD .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC05lyCVVD .mbr-overlay {
  z-index: 1;
}
.cid-rC05lyCVVD .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC05lyCVVD .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC05lyCVVD .carousel-item .container {
    width: 100%;
  }
}
.cid-rC05lyCVVD .carousel-item-next.carousel-item-left,
.cid-rC05lyCVVD .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC05lyCVVD .active.carousel-item-right,
.cid-rC05lyCVVD .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC05lyCVVD .active.carousel-item-left,
.cid-rC05lyCVVD .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC05lyCVVD .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC05lyCVVD .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC05lyCVVD .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC05lyCVVD .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC05lyCVVD .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC05lyCVVD .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC05lyCVVD .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC05lyCVVD .mbr-slider .carousel-indicators li.active,
.cid-rC05lyCVVD .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC05lyCVVD .mbr-slider .carousel-indicators li::after,
.cid-rC05lyCVVD .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC05lyCVVD .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC05lyCVVD .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC05lyCVVD .mbr-slider > .container img {
  width: 100%;
}
.cid-rC05lyCVVD .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC05lyCVVD .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC05lyCVVD .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC05lyCVVD .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC05lyCVVD .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC05lyCVVD .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC05lyCVVD .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC05lyCVVD .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC05lyCVVD .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC05lyCVVD .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC05lyCVVD .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC05lyCVVD .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC05lyCVVD .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC05lyCVVD .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC05lyCVVD .carousel-inner {
  height: 100%;
}
.cid-rC05lyCVVD .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC05lyCVVD .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC05lyCVVD .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC05lyCVVD .carousel-item .container-slide {
  text-align: center;
}
.cid-rC05lyCVVD .content-slider-wrap {
  width: 90%;
}
.cid-rChDPDSnSY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rChDPDSnSY .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rChDPDSnSY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6YBji3b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6YBji3b .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6YBji3b .section-text {
  padding: 2rem 0;
}
.cid-rBT6YBji3b .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6YBji3b .inner-container {
    width: 100% !important;
  }
}
.cid-rC05lOXuH1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC05lOXuH1 .mbr-text,
.cid-rC05lOXuH1 blockquote {
  color: #767676;
}
.cid-rC05lOXuH1 .mbr-text P {
  text-align: left;
}
.cid-rC05lOXuH1 .mbr-text {
  color: #cccccc;
}
.cid-tr5kPl1NIQ .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-tr5kPl1NIQ .my-float {
  margin-top: 16px;
}
.cid-tr5kPl1NIQ P {
  color: #232323;
}
.cid-tr5kPl1NIQ DIV {
  color: #ffffff;
}
.cid-tr5kPl1NIQ H10 {
  color: #767676;
}
.cid-tr5kPl1NIQ .hidden {
  display: none;
}
.cid-tr5kMX5I5n .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tr5kMX5I5n .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-tr5kMX5I5n .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-tr5kMX5I5n .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tr5kMX5I5n .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tr5kMX5I5n .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tr5kMX5I5n .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tr5kMX5I5n .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tr5kMX5I5n P {
  color: #232323;
}
.cid-tr5kMX5I5n DIV {
  color: #ffffff;
}
.cid-tr5kMX5I5n H10 {
  color: #767676;
}
.cid-tr5kMX5I5n .hidden {
  display: none;
}
.cid-tr5kMX5I5n p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-tr5kMX5I5n .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-tr5kMX5I5n .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-tr5kMX5I5n .sticky li:hover {
  margin-left: -100px;
}
.cid-tr5kMX5I5n .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-tr5kMX5I5n .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRFiJrF6l .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRFiJrF6l .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRFiJrF6l .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRFiJrF6l .hidden {
  display: none;
}
.cid-tqRFiJrF6l H10 {
  color: #767676;
}
.cid-tr5kMmNxdh {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tr5kMmNxdh .content {
    text-align: center;
  }
  .cid-tr5kMmNxdh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tr5kMmNxdh .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tr5kMmNxdh .form-group,
.cid-tr5kMmNxdh .input-group-btn {
  padding: 0;
}
.cid-tr5kMmNxdh .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tr5kMmNxdh .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tr5kMmNxdh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tr5kMmNxdh .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tr5kMmNxdh .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tr5kMmNxdh .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tr5kMmNxdh .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tr5kMmNxdh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tr5kMmNxdh .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tr5kMmNxdh .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tr5kMmNxdh .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tr5kMmNxdh .foot-logo {
    text-align: center !important;
  }
  .cid-tr5kMmNxdh .foot-title {
    text-align: center !important;
  }
  .cid-tr5kMmNxdh .mbr-text {
    text-align: center !important;
  }
  .cid-tr5kMmNxdh .form-group {
    margin: 0;
  }
}
.cid-tr5kMmNxdh .foot-logo {
  text-align: center;
}
.cid-tr5kMmNxdh .foot-text {
  color: #cccccc;
}
.cid-tr5kMmNxdh .foot-title {
  color: #cccccc;
}
.cid-rBT6UPecyV .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6UPecyV .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6UPecyV a {
  font-style: normal;
}
.cid-rBT6UPecyV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6UPecyV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6UPecyV .nav-item:focus,
.cid-rBT6UPecyV .nav-link:focus {
  outline: none;
}
.cid-rBT6UPecyV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6UPecyV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6UPecyV .menu-logo {
  margin-right: auto;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6UPecyV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6UPecyV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6UPecyV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6UPecyV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6UPecyV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6UPecyV .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6UPecyV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6UPecyV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6UPecyV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6UPecyV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6UPecyV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6UPecyV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6UPecyV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6UPecyV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6UPecyV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6UPecyV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6UPecyV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6UPecyV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6UPecyV button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6UPecyV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6UPecyV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6UPecyV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6UPecyV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6UPecyV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6UPecyV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6UPecyV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6UPecyV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6UPecyV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6UPecyV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6UPecyV .collapsed .btn {
  display: flex;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse.collapsing,
.cid-rBT6UPecyV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6UPecyV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6UPecyV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6UPecyV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6UPecyV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6UPecyV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6UPecyV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6UPecyV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6UPecyV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6UPecyV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6UPecyV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6UPecyV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6UPecyV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6UPecyV .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6UPecyV img {
    height: 3.8rem !important;
  }
  .cid-rBT6UPecyV .btn {
    display: flex;
  }
  .cid-rBT6UPecyV button.navbar-toggler {
    display: block;
  }
  .cid-rBT6UPecyV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6UPecyV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6UPecyV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6UPecyV .navbar-collapse.collapsing,
  .cid-rBT6UPecyV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6UPecyV .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6UPecyV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6UPecyV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6UPecyV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6UPecyV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6UPecyV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6UPecyV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6UPecyV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6UPecyV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6UPecyV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6UPecyV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6UPecyV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6UPecyV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6UPecyV .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6UPecyV .nav-link:hover,
.cid-rBT6UPecyV .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6UQusCH {
  background-image: url("../../../assets/images/mbr-4-1920x144030.jpg");
}
.cid-rBT6UQusCH .mbr-text,
.cid-rBT6UQusCH .mbr-section-btn {
  text-align: left;
}
.cid-rBT6UQusCH H1 {
  text-align: left;
}
.cid-rC08fqqXZi {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC08fPsxQc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC08fPsxQc .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC08fPsxQc .modal-body .close {
  background: #1b1b1b;
}
.cid-rC08fPsxQc .modal-body .close span {
  font-style: normal;
}
.cid-rC08fPsxQc .carousel-inner > .active,
.cid-rC08fPsxQc .carousel-inner > .next,
.cid-rC08fPsxQc .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC08fPsxQc .carousel-control .icon-next,
.cid-rC08fPsxQc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC08fPsxQc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC08fPsxQc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC08fPsxQc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC08fPsxQc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC08fPsxQc .boxed-slider > div {
  position: relative;
}
.cid-rC08fPsxQc .container img {
  width: 100%;
}
.cid-rC08fPsxQc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC08fPsxQc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC08fPsxQc .mbr-table-cell {
  padding: 0;
}
.cid-rC08fPsxQc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC08fPsxQc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC08fPsxQc .mbr-overlay {
  z-index: 1;
}
.cid-rC08fPsxQc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC08fPsxQc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC08fPsxQc .carousel-item .container {
    width: 100%;
  }
}
.cid-rC08fPsxQc .carousel-item-next.carousel-item-left,
.cid-rC08fPsxQc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC08fPsxQc .active.carousel-item-right,
.cid-rC08fPsxQc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC08fPsxQc .active.carousel-item-left,
.cid-rC08fPsxQc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC08fPsxQc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC08fPsxQc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC08fPsxQc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC08fPsxQc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC08fPsxQc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC08fPsxQc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC08fPsxQc .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC08fPsxQc .mbr-slider .carousel-indicators li.active,
.cid-rC08fPsxQc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC08fPsxQc .mbr-slider .carousel-indicators li::after,
.cid-rC08fPsxQc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC08fPsxQc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC08fPsxQc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC08fPsxQc .mbr-slider > .container img {
  width: 100%;
}
.cid-rC08fPsxQc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC08fPsxQc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC08fPsxQc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC08fPsxQc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC08fPsxQc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC08fPsxQc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC08fPsxQc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC08fPsxQc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC08fPsxQc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC08fPsxQc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC08fPsxQc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC08fPsxQc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC08fPsxQc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC08fPsxQc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC08fPsxQc .carousel-inner {
  height: 100%;
}
.cid-rC08fPsxQc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC08fPsxQc .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC08fPsxQc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC08fPsxQc .carousel-item .container-slide {
  text-align: center;
}
.cid-rC08fPsxQc .content-slider-wrap {
  width: 90%;
}
.cid-rChHCHXMVy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rChHCHXMVy .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rChHCHXMVy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6URzApn {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6URzApn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6URzApn .section-text {
  padding: 2rem 0;
}
.cid-rBT6URzApn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6URzApn .inner-container {
    width: 100% !important;
  }
}
.cid-rC08gcdXWy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC08gcdXWy .mbr-text,
.cid-rC08gcdXWy blockquote {
  color: #767676;
}
.cid-rC08gcdXWy .mbr-text P {
  text-align: left;
}
.cid-rC08gcdXWy .mbr-text {
  color: #cccccc;
}
.cid-tqRFxIx0q7 .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRFxIx0q7 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRFxIx0q7 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRFxIx0q7 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRFxIx0q7 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRFxIx0q7 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRFxIx0q7 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRFxIx0q7 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRFxIx0q7 P {
  color: #232323;
}
.cid-tqRFxIx0q7 DIV {
  color: #ffffff;
}
.cid-tqRFxIx0q7 H10 {
  color: #767676;
}
.cid-tqRFxIx0q7 .hidden {
  display: none;
}
.cid-tqRFxWTuwi .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRFxWTuwi .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRFxWTuwi .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRFxWTuwi .hidden {
  display: none;
}
.cid-tqRFxWTuwi H10 {
  color: #767676;
}
.cid-tqRFynWJen {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRFynWJen .content {
    text-align: center;
  }
  .cid-tqRFynWJen .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRFynWJen .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRFynWJen .form-group,
.cid-tqRFynWJen .input-group-btn {
  padding: 0;
}
.cid-tqRFynWJen .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRFynWJen .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRFynWJen .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRFynWJen .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRFynWJen .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRFynWJen .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRFynWJen .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRFynWJen .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRFynWJen .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRFynWJen .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRFynWJen .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRFynWJen .foot-logo {
    text-align: center !important;
  }
  .cid-tqRFynWJen .foot-title {
    text-align: center !important;
  }
  .cid-tqRFynWJen .mbr-text {
    text-align: center !important;
  }
  .cid-tqRFynWJen .form-group {
    margin: 0;
  }
}
.cid-tqRFynWJen .foot-logo {
  text-align: center;
}
.cid-rBT6TfAAMP .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6TfAAMP .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6TfAAMP a {
  font-style: normal;
}
.cid-rBT6TfAAMP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6TfAAMP .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6TfAAMP .nav-item:focus,
.cid-rBT6TfAAMP .nav-link:focus {
  outline: none;
}
.cid-rBT6TfAAMP .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6TfAAMP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6TfAAMP .menu-logo {
  margin-right: auto;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6TfAAMP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6TfAAMP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6TfAAMP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6TfAAMP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6TfAAMP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6TfAAMP .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6TfAAMP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6TfAAMP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6TfAAMP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6TfAAMP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6TfAAMP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6TfAAMP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6TfAAMP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6TfAAMP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6TfAAMP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6TfAAMP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6TfAAMP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6TfAAMP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6TfAAMP button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6TfAAMP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6TfAAMP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6TfAAMP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6TfAAMP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6TfAAMP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6TfAAMP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6TfAAMP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6TfAAMP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6TfAAMP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6TfAAMP .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6TfAAMP .collapsed .btn {
  display: flex;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse.collapsing,
.cid-rBT6TfAAMP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6TfAAMP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6TfAAMP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6TfAAMP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6TfAAMP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6TfAAMP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6TfAAMP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6TfAAMP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6TfAAMP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6TfAAMP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6TfAAMP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6TfAAMP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6TfAAMP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6TfAAMP .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6TfAAMP img {
    height: 3.8rem !important;
  }
  .cid-rBT6TfAAMP .btn {
    display: flex;
  }
  .cid-rBT6TfAAMP button.navbar-toggler {
    display: block;
  }
  .cid-rBT6TfAAMP .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6TfAAMP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6TfAAMP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6TfAAMP .navbar-collapse.collapsing,
  .cid-rBT6TfAAMP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6TfAAMP .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6TfAAMP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6TfAAMP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6TfAAMP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6TfAAMP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6TfAAMP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6TfAAMP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6TfAAMP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6TfAAMP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6TfAAMP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6TfAAMP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6TfAAMP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6TfAAMP .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6TfAAMP .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6TfAAMP .nav-link:hover,
.cid-rBT6TfAAMP .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6TgZQpD {
  background-image: url("../../../assets/images/mbr-1920x114331.jpg");
}
.cid-rBT6TgZQpD .mbr-text,
.cid-rBT6TgZQpD .mbr-section-btn {
  text-align: left;
}
.cid-rBT6TgZQpD H1 {
  text-align: left;
}
.cid-rC08Rcm6mD {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC08RQMHBS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC08RQMHBS .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC08RQMHBS .modal-body .close {
  background: #1b1b1b;
}
.cid-rC08RQMHBS .modal-body .close span {
  font-style: normal;
}
.cid-rC08RQMHBS .carousel-inner > .active,
.cid-rC08RQMHBS .carousel-inner > .next,
.cid-rC08RQMHBS .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC08RQMHBS .carousel-control .icon-next,
.cid-rC08RQMHBS .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC08RQMHBS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC08RQMHBS .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC08RQMHBS .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC08RQMHBS .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC08RQMHBS .boxed-slider > div {
  position: relative;
}
.cid-rC08RQMHBS .container img {
  width: 100%;
}
.cid-rC08RQMHBS .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC08RQMHBS .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC08RQMHBS .mbr-table-cell {
  padding: 0;
}
.cid-rC08RQMHBS .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC08RQMHBS .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC08RQMHBS .mbr-overlay {
  z-index: 1;
}
.cid-rC08RQMHBS .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC08RQMHBS .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC08RQMHBS .carousel-item .container {
    width: 100%;
  }
}
.cid-rC08RQMHBS .carousel-item-next.carousel-item-left,
.cid-rC08RQMHBS .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC08RQMHBS .active.carousel-item-right,
.cid-rC08RQMHBS .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC08RQMHBS .active.carousel-item-left,
.cid-rC08RQMHBS .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC08RQMHBS .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC08RQMHBS .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC08RQMHBS .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC08RQMHBS .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC08RQMHBS .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC08RQMHBS .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC08RQMHBS .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC08RQMHBS .mbr-slider .carousel-indicators li.active,
.cid-rC08RQMHBS .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC08RQMHBS .mbr-slider .carousel-indicators li::after,
.cid-rC08RQMHBS .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC08RQMHBS .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC08RQMHBS .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC08RQMHBS .mbr-slider > .container img {
  width: 100%;
}
.cid-rC08RQMHBS .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC08RQMHBS .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC08RQMHBS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC08RQMHBS .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC08RQMHBS .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC08RQMHBS .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC08RQMHBS .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC08RQMHBS .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC08RQMHBS .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC08RQMHBS .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC08RQMHBS .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC08RQMHBS .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC08RQMHBS .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC08RQMHBS .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC08RQMHBS .carousel-inner {
  height: 100%;
}
.cid-rC08RQMHBS .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC08RQMHBS .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC08RQMHBS .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC08RQMHBS .carousel-item .container-slide {
  text-align: center;
}
.cid-rC08RQMHBS .content-slider-wrap {
  width: 90%;
}
.cid-trhLm9uL2a .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhLm9uL2a .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhLm9uL2a .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhLm9uL2a .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhLm9uL2a .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhLm9uL2a .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhLm9uL2a .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhLm9uL2a .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhLm9uL2a P {
  color: #232323;
}
.cid-trhLm9uL2a DIV {
  color: #ffffff;
}
.cid-trhLm9uL2a H10 {
  color: #767676;
}
.cid-trhLm9uL2a .hidden {
  display: none;
}
.cid-trhLm9uL2a p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhLm9uL2a .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhLm9uL2a .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhLm9uL2a .sticky li:hover {
  margin-left: -100px;
}
.cid-trhLm9uL2a .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhLm9uL2a .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-rChJUMQ9yc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rChJUMQ9yc .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rChJUMQ9yc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6TidkNW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6TidkNW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6TidkNW .section-text {
  padding: 2rem 0;
}
.cid-rBT6TidkNW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6TidkNW .inner-container {
    width: 100% !important;
  }
}
.cid-rC08Sz2dmX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC08Sz2dmX .mbr-text,
.cid-rC08Sz2dmX blockquote {
  color: #767676;
}
.cid-rC08Sz2dmX .mbr-text P {
  text-align: left;
}
.cid-rC08Sz2dmX .mbr-text {
  color: #cccccc;
}
.cid-trhLjNDzts .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhLjNDzts .my-float {
  margin-top: 16px;
}
.cid-trhLjNDzts P {
  color: #232323;
}
.cid-trhLjNDzts DIV {
  color: #ffffff;
}
.cid-trhLjNDzts H10 {
  color: #767676;
}
.cid-trhLjNDzts .hidden {
  display: none;
}
.cid-tqRFOCD0Yi .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRFOCD0Yi .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRFOCD0Yi .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRFOCD0Yi .hidden {
  display: none;
}
.cid-tqRFOCD0Yi H10 {
  color: #767676;
}
.cid-tqRFPc4m10 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRFPc4m10 .content {
    text-align: center;
  }
  .cid-tqRFPc4m10 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRFPc4m10 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRFPc4m10 .form-group,
.cid-tqRFPc4m10 .input-group-btn {
  padding: 0;
}
.cid-tqRFPc4m10 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRFPc4m10 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRFPc4m10 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRFPc4m10 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRFPc4m10 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRFPc4m10 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRFPc4m10 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRFPc4m10 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRFPc4m10 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRFPc4m10 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRFPc4m10 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRFPc4m10 .foot-logo {
    text-align: center !important;
  }
  .cid-tqRFPc4m10 .foot-title {
    text-align: center !important;
  }
  .cid-tqRFPc4m10 .mbr-text {
    text-align: center !important;
  }
  .cid-tqRFPc4m10 .form-group {
    margin: 0;
  }
}
.cid-tqRFPc4m10 .foot-logo {
  text-align: center;
}
.cid-rBT6S4i2bd .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6S4i2bd .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6S4i2bd a {
  font-style: normal;
}
.cid-rBT6S4i2bd .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6S4i2bd .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6S4i2bd .nav-item:focus,
.cid-rBT6S4i2bd .nav-link:focus {
  outline: none;
}
.cid-rBT6S4i2bd .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6S4i2bd .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6S4i2bd .menu-logo {
  margin-right: auto;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6S4i2bd .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6S4i2bd .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6S4i2bd .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6S4i2bd .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6S4i2bd .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6S4i2bd .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6S4i2bd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6S4i2bd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6S4i2bd .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6S4i2bd .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6S4i2bd .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6S4i2bd .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6S4i2bd .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6S4i2bd .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6S4i2bd .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6S4i2bd .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6S4i2bd .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6S4i2bd button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6S4i2bd button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6S4i2bd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6S4i2bd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6S4i2bd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6S4i2bd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6S4i2bd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6S4i2bd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6S4i2bd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6S4i2bd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6S4i2bd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6S4i2bd .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6S4i2bd .collapsed .btn {
  display: flex;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse.collapsing,
.cid-rBT6S4i2bd .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6S4i2bd .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6S4i2bd .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6S4i2bd .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6S4i2bd .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6S4i2bd .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6S4i2bd .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6S4i2bd .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6S4i2bd .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6S4i2bd .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6S4i2bd .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6S4i2bd .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6S4i2bd .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6S4i2bd .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6S4i2bd img {
    height: 3.8rem !important;
  }
  .cid-rBT6S4i2bd .btn {
    display: flex;
  }
  .cid-rBT6S4i2bd button.navbar-toggler {
    display: block;
  }
  .cid-rBT6S4i2bd .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6S4i2bd .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6S4i2bd .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6S4i2bd .navbar-collapse.collapsing,
  .cid-rBT6S4i2bd .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6S4i2bd .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6S4i2bd .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6S4i2bd .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6S4i2bd .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6S4i2bd .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6S4i2bd .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6S4i2bd .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6S4i2bd .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6S4i2bd .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6S4i2bd .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6S4i2bd .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6S4i2bd .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6S4i2bd .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6S4i2bd .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6S4i2bd .nav-link:hover,
.cid-rBT6S4i2bd .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6S5so6z {
  background-image: url("../../../assets/images/images-259x19420.jpg");
}
.cid-rBT6S5so6z .mbr-text,
.cid-rBT6S5so6z .mbr-section-btn {
  text-align: left;
}
.cid-rBT6S5so6z H1 {
  text-align: left;
}
.cid-rC09UzaIK3 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC09VniGWa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC09VniGWa .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC09VniGWa .modal-body .close {
  background: #1b1b1b;
}
.cid-rC09VniGWa .modal-body .close span {
  font-style: normal;
}
.cid-rC09VniGWa .carousel-inner > .active,
.cid-rC09VniGWa .carousel-inner > .next,
.cid-rC09VniGWa .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC09VniGWa .carousel-control .icon-next,
.cid-rC09VniGWa .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC09VniGWa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC09VniGWa .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC09VniGWa .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC09VniGWa .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC09VniGWa .boxed-slider > div {
  position: relative;
}
.cid-rC09VniGWa .container img {
  width: 100%;
}
.cid-rC09VniGWa .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC09VniGWa .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC09VniGWa .mbr-table-cell {
  padding: 0;
}
.cid-rC09VniGWa .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC09VniGWa .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC09VniGWa .mbr-overlay {
  z-index: 1;
}
.cid-rC09VniGWa .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC09VniGWa .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC09VniGWa .carousel-item .container {
    width: 100%;
  }
}
.cid-rC09VniGWa .carousel-item-next.carousel-item-left,
.cid-rC09VniGWa .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC09VniGWa .active.carousel-item-right,
.cid-rC09VniGWa .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC09VniGWa .active.carousel-item-left,
.cid-rC09VniGWa .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC09VniGWa .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC09VniGWa .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC09VniGWa .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC09VniGWa .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC09VniGWa .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC09VniGWa .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC09VniGWa .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC09VniGWa .mbr-slider .carousel-indicators li.active,
.cid-rC09VniGWa .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC09VniGWa .mbr-slider .carousel-indicators li::after,
.cid-rC09VniGWa .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC09VniGWa .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC09VniGWa .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC09VniGWa .mbr-slider > .container img {
  width: 100%;
}
.cid-rC09VniGWa .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC09VniGWa .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC09VniGWa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC09VniGWa .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC09VniGWa .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC09VniGWa .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC09VniGWa .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC09VniGWa .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC09VniGWa .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC09VniGWa .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC09VniGWa .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC09VniGWa .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC09VniGWa .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC09VniGWa .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC09VniGWa .carousel-inner {
  height: 100%;
}
.cid-rC09VniGWa .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC09VniGWa .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC09VniGWa .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC09VniGWa .carousel-item .container-slide {
  text-align: center;
}
.cid-rC09VniGWa .content-slider-wrap {
  width: 90%;
}
.cid-rChSnlXtWE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rChSnlXtWE .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rChSnlXtWE .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6S6qKj5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6S6qKj5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6S6qKj5 .section-text {
  padding: 2rem 0;
}
.cid-rBT6S6qKj5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6S6qKj5 .inner-container {
    width: 100% !important;
  }
}
.cid-rC09VPaAbU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC09VPaAbU .mbr-text,
.cid-rC09VPaAbU blockquote {
  color: #767676;
}
.cid-rC09VPaAbU .mbr-text P {
  text-align: left;
}
.cid-rC09VPaAbU .mbr-text {
  color: #cccccc;
}
.cid-tqRG4cu2l0 .icon-bar {
  z-index: 100002;
  left: 0.2%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tqRG4cu2l0 .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-tqRG4cu2l0 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 10px;
  border-radius: 25px;
}
.cid-tqRG4cu2l0 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-tqRG4cu2l0 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-tqRG4cu2l0 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-tqRG4cu2l0 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-tqRG4cu2l0 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-tqRG4cu2l0 P {
  color: #232323;
}
.cid-tqRG4cu2l0 DIV {
  color: #ffffff;
}
.cid-tqRG4cu2l0 H10 {
  color: #767676;
}
.cid-tqRG4cu2l0 .hidden {
  display: none;
}
.cid-tqRG4rqgaR .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRG4rqgaR .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRG4rqgaR .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRG4rqgaR .hidden {
  display: none;
}
.cid-tqRG4rqgaR H10 {
  color: #767676;
}
.cid-tqRG53Hs6p {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRG53Hs6p .content {
    text-align: center;
  }
  .cid-tqRG53Hs6p .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRG53Hs6p .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRG53Hs6p .form-group,
.cid-tqRG53Hs6p .input-group-btn {
  padding: 0;
}
.cid-tqRG53Hs6p .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRG53Hs6p .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRG53Hs6p .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRG53Hs6p .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRG53Hs6p .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRG53Hs6p .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRG53Hs6p .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRG53Hs6p .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRG53Hs6p .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRG53Hs6p .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRG53Hs6p .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRG53Hs6p .foot-logo {
    text-align: center !important;
  }
  .cid-tqRG53Hs6p .foot-title {
    text-align: center !important;
  }
  .cid-tqRG53Hs6p .mbr-text {
    text-align: center !important;
  }
  .cid-tqRG53Hs6p .form-group {
    margin: 0;
  }
}
.cid-tqRG53Hs6p .foot-logo {
  text-align: center;
}
.cid-rBT6QSSINV .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT6QSSINV .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT6QSSINV a {
  font-style: normal;
}
.cid-rBT6QSSINV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT6QSSINV .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT6QSSINV .nav-item:focus,
.cid-rBT6QSSINV .nav-link:focus {
  outline: none;
}
.cid-rBT6QSSINV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT6QSSINV .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT6QSSINV .menu-logo {
  margin-right: auto;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT6QSSINV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT6QSSINV .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT6QSSINV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT6QSSINV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT6QSSINV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT6QSSINV .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT6QSSINV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT6QSSINV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT6QSSINV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT6QSSINV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT6QSSINV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT6QSSINV .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT6QSSINV .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT6QSSINV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT6QSSINV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT6QSSINV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT6QSSINV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT6QSSINV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT6QSSINV button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT6QSSINV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT6QSSINV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT6QSSINV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6QSSINV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT6QSSINV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT6QSSINV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6QSSINV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT6QSSINV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT6QSSINV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT6QSSINV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT6QSSINV .collapsed .btn {
  display: flex;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse.collapsing,
.cid-rBT6QSSINV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT6QSSINV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT6QSSINV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT6QSSINV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT6QSSINV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT6QSSINV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT6QSSINV .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT6QSSINV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT6QSSINV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT6QSSINV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT6QSSINV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT6QSSINV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT6QSSINV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT6QSSINV .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT6QSSINV img {
    height: 3.8rem !important;
  }
  .cid-rBT6QSSINV .btn {
    display: flex;
  }
  .cid-rBT6QSSINV button.navbar-toggler {
    display: block;
  }
  .cid-rBT6QSSINV .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT6QSSINV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT6QSSINV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT6QSSINV .navbar-collapse.collapsing,
  .cid-rBT6QSSINV .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT6QSSINV .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT6QSSINV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT6QSSINV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT6QSSINV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT6QSSINV .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT6QSSINV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT6QSSINV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT6QSSINV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT6QSSINV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT6QSSINV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT6QSSINV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT6QSSINV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT6QSSINV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT6QSSINV .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT6QSSINV .nav-link:hover,
.cid-rBT6QSSINV .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT6QUJrQu {
  background-image: url("../../../assets/images/mbr-1-1920x127132.jpg");
}
.cid-rBT6QUJrQu .mbr-text,
.cid-rBT6QUJrQu .mbr-section-btn {
  text-align: left;
}
.cid-rBT6QUJrQu H1 {
  text-align: left;
}
.cid-rC0aDuyQSM {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC0aEB9QPB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC0aEB9QPB .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC0aEB9QPB .modal-body .close {
  background: #1b1b1b;
}
.cid-rC0aEB9QPB .modal-body .close span {
  font-style: normal;
}
.cid-rC0aEB9QPB .carousel-inner > .active,
.cid-rC0aEB9QPB .carousel-inner > .next,
.cid-rC0aEB9QPB .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC0aEB9QPB .carousel-control .icon-next,
.cid-rC0aEB9QPB .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC0aEB9QPB .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC0aEB9QPB .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC0aEB9QPB .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC0aEB9QPB .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC0aEB9QPB .boxed-slider > div {
  position: relative;
}
.cid-rC0aEB9QPB .container img {
  width: 100%;
}
.cid-rC0aEB9QPB .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC0aEB9QPB .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC0aEB9QPB .mbr-table-cell {
  padding: 0;
}
.cid-rC0aEB9QPB .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC0aEB9QPB .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC0aEB9QPB .mbr-overlay {
  z-index: 1;
}
.cid-rC0aEB9QPB .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC0aEB9QPB .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC0aEB9QPB .carousel-item .container {
    width: 100%;
  }
}
.cid-rC0aEB9QPB .carousel-item-next.carousel-item-left,
.cid-rC0aEB9QPB .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC0aEB9QPB .active.carousel-item-right,
.cid-rC0aEB9QPB .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC0aEB9QPB .active.carousel-item-left,
.cid-rC0aEB9QPB .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC0aEB9QPB .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC0aEB9QPB .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC0aEB9QPB .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators li.active,
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators li::after,
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC0aEB9QPB .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC0aEB9QPB .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC0aEB9QPB .mbr-slider > .container img {
  width: 100%;
}
.cid-rC0aEB9QPB .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC0aEB9QPB .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC0aEB9QPB .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC0aEB9QPB .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC0aEB9QPB .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC0aEB9QPB .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC0aEB9QPB .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC0aEB9QPB .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC0aEB9QPB .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC0aEB9QPB .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC0aEB9QPB .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC0aEB9QPB .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC0aEB9QPB .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC0aEB9QPB .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC0aEB9QPB .carousel-inner {
  height: 100%;
}
.cid-rC0aEB9QPB .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC0aEB9QPB .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC0aEB9QPB .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC0aEB9QPB .carousel-item .container-slide {
  text-align: center;
}
.cid-rC0aEB9QPB .content-slider-wrap {
  width: 90%;
}
.cid-rChWJS8y4e {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rChWJS8y4e .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rChWJS8y4e .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT6QWeJYP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT6QWeJYP .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT6QWeJYP .section-text {
  padding: 2rem 0;
}
.cid-rBT6QWeJYP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT6QWeJYP .inner-container {
    width: 100% !important;
  }
}
.cid-rC0aFxDJko {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC0aFxDJko .mbr-text,
.cid-rC0aFxDJko blockquote {
  color: #767676;
}
.cid-rC0aFxDJko .mbr-text P {
  text-align: left;
}
.cid-rC0aFxDJko .mbr-text {
  color: #cccccc;
}
.cid-trhLvlzCLl .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhLvlzCLl .my-float {
  margin-top: 16px;
}
.cid-trhLvlzCLl P {
  color: #232323;
}
.cid-trhLvlzCLl DIV {
  color: #ffffff;
}
.cid-trhLvlzCLl H10 {
  color: #767676;
}
.cid-trhLvlzCLl .hidden {
  display: none;
}
.cid-trhLu71qZ6 .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhLu71qZ6 .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhLu71qZ6 .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhLu71qZ6 .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhLu71qZ6 .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhLu71qZ6 .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhLu71qZ6 .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhLu71qZ6 .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhLu71qZ6 P {
  color: #232323;
}
.cid-trhLu71qZ6 DIV {
  color: #ffffff;
}
.cid-trhLu71qZ6 H10 {
  color: #767676;
}
.cid-trhLu71qZ6 .hidden {
  display: none;
}
.cid-trhLu71qZ6 p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhLu71qZ6 .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhLu71qZ6 .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhLu71qZ6 .sticky li:hover {
  margin-left: -100px;
}
.cid-trhLu71qZ6 .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhLu71qZ6 .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-tqRGkHgcQX .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRGkHgcQX .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRGkHgcQX .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRGkHgcQX .hidden {
  display: none;
}
.cid-tqRGkHgcQX H10 {
  color: #767676;
}
.cid-tqRGvacWBC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRGvacWBC .content {
    text-align: center;
  }
  .cid-tqRGvacWBC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRGvacWBC .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRGvacWBC .form-group,
.cid-tqRGvacWBC .input-group-btn {
  padding: 0;
}
.cid-tqRGvacWBC .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRGvacWBC .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRGvacWBC .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRGvacWBC .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRGvacWBC .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRGvacWBC .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRGvacWBC .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRGvacWBC .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRGvacWBC .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRGvacWBC .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRGvacWBC .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRGvacWBC .foot-logo {
    text-align: center !important;
  }
  .cid-tqRGvacWBC .foot-title {
    text-align: center !important;
  }
  .cid-tqRGvacWBC .mbr-text {
    text-align: center !important;
  }
  .cid-tqRGvacWBC .form-group {
    margin: 0;
  }
}
.cid-tqRGvacWBC .foot-logo {
  text-align: center;
}
.cid-rBT7b8Cfvx .navbar {
  padding: .5rem 0;
  background: #073b4c;
  transition: none;
  min-height: 77px;
}
.cid-rBT7b8Cfvx .navbar-dropdown.bg-color.transparent.opened {
  background: #073b4c;
}
.cid-rBT7b8Cfvx a {
  font-style: normal;
}
.cid-rBT7b8Cfvx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rBT7b8Cfvx .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-rBT7b8Cfvx .nav-item:focus,
.cid-rBT7b8Cfvx .nav-link:focus {
  outline: none;
}
.cid-rBT7b8Cfvx .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rBT7b8Cfvx .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rBT7b8Cfvx .menu-logo {
  margin-right: auto;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rBT7b8Cfvx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rBT7b8Cfvx .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rBT7b8Cfvx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rBT7b8Cfvx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rBT7b8Cfvx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rBT7b8Cfvx .dropdown .dropdown-menu {
  background: #073b4c;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rBT7b8Cfvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rBT7b8Cfvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rBT7b8Cfvx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rBT7b8Cfvx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rBT7b8Cfvx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rBT7b8Cfvx .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rBT7b8Cfvx .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rBT7b8Cfvx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rBT7b8Cfvx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rBT7b8Cfvx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rBT7b8Cfvx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rBT7b8Cfvx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rBT7b8Cfvx button.navbar-toggler:focus {
  outline: none;
}
.cid-rBT7b8Cfvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #82786e;
}
.cid-rBT7b8Cfvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rBT7b8Cfvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7b8Cfvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rBT7b8Cfvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rBT7b8Cfvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7b8Cfvx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rBT7b8Cfvx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rBT7b8Cfvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rBT7b8Cfvx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-rBT7b8Cfvx .collapsed .btn {
  display: flex;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.collapsing,
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rBT7b8Cfvx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rBT7b8Cfvx .collapsed button.navbar-toggler {
  display: block;
}
.cid-rBT7b8Cfvx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rBT7b8Cfvx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rBT7b8Cfvx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rBT7b8Cfvx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rBT7b8Cfvx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rBT7b8Cfvx .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rBT7b8Cfvx .navbar-expand {
    flex-direction: column;
  }
  .cid-rBT7b8Cfvx img {
    height: 3.8rem !important;
  }
  .cid-rBT7b8Cfvx .btn {
    display: flex;
  }
  .cid-rBT7b8Cfvx button.navbar-toggler {
    display: block;
  }
  .cid-rBT7b8Cfvx .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rBT7b8Cfvx .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rBT7b8Cfvx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rBT7b8Cfvx .navbar-collapse.collapsing,
  .cid-rBT7b8Cfvx .navbar-collapse.show {
    display: block !important;
  }
  .cid-rBT7b8Cfvx .navbar-collapse.collapsing .navbar-nav,
  .cid-rBT7b8Cfvx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rBT7b8Cfvx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rBT7b8Cfvx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rBT7b8Cfvx .navbar-collapse.collapsing .navbar-buttons,
  .cid-rBT7b8Cfvx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rBT7b8Cfvx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rBT7b8Cfvx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rBT7b8Cfvx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rBT7b8Cfvx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rBT7b8Cfvx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rBT7b8Cfvx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rBT7b8Cfvx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-rBT7b8Cfvx .navbar-collapse {
  flex-basis: auto;
}
.cid-rBT7b8Cfvx .nav-link:hover,
.cid-rBT7b8Cfvx .dropdown-item:hover {
  color: #0f7699 !important;
}
.cid-rBT7b9CdY3 {
  background-image: url("../../../assets/images/mbr-12-1920x128022.jpg");
}
.cid-rBT7b9CdY3 .mbr-text,
.cid-rBT7b9CdY3 .mbr-section-btn {
  text-align: left;
}
.cid-rBT7b9CdY3 H1 {
  text-align: left;
}
.cid-rC01jCTKgx {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rC01km1YyQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-rC01km1YyQ .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rC01km1YyQ .modal-body .close {
  background: #1b1b1b;
}
.cid-rC01km1YyQ .modal-body .close span {
  font-style: normal;
}
.cid-rC01km1YyQ .carousel-inner > .active,
.cid-rC01km1YyQ .carousel-inner > .next,
.cid-rC01km1YyQ .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-rC01km1YyQ .carousel-control .icon-next,
.cid-rC01km1YyQ .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rC01km1YyQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rC01km1YyQ .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-rC01km1YyQ .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-rC01km1YyQ .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rC01km1YyQ .boxed-slider > div {
  position: relative;
}
.cid-rC01km1YyQ .container img {
  width: 100%;
}
.cid-rC01km1YyQ .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-rC01km1YyQ .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC01km1YyQ .mbr-table-cell {
  padding: 0;
}
.cid-rC01km1YyQ .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rC01km1YyQ .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rC01km1YyQ .mbr-overlay {
  z-index: 1;
}
.cid-rC01km1YyQ .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC01km1YyQ .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-rC01km1YyQ .carousel-item .container {
    width: 100%;
  }
}
.cid-rC01km1YyQ .carousel-item-next.carousel-item-left,
.cid-rC01km1YyQ .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rC01km1YyQ .active.carousel-item-right,
.cid-rC01km1YyQ .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rC01km1YyQ .active.carousel-item-left,
.cid-rC01km1YyQ .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rC01km1YyQ .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rC01km1YyQ .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rC01km1YyQ .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rC01km1YyQ .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rC01km1YyQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rC01km1YyQ .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rC01km1YyQ .mbr-slider .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: .5;
  transition: all .3s;
}
.cid-rC01km1YyQ .mbr-slider .carousel-indicators li.active,
.cid-rC01km1YyQ .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rC01km1YyQ .mbr-slider .carousel-indicators li::after,
.cid-rC01km1YyQ .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rC01km1YyQ .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rC01km1YyQ .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rC01km1YyQ .mbr-slider > .container img {
  width: 100%;
}
.cid-rC01km1YyQ .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-rC01km1YyQ .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rC01km1YyQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rC01km1YyQ .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rC01km1YyQ .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rC01km1YyQ .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rC01km1YyQ .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rC01km1YyQ .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rC01km1YyQ .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rC01km1YyQ .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rC01km1YyQ .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rC01km1YyQ .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rC01km1YyQ .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rC01km1YyQ .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-rC01km1YyQ .carousel-inner {
  height: 100%;
}
.cid-rC01km1YyQ .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-rC01km1YyQ .image_wrapper {
  height: 530px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-rC01km1YyQ .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-rC01km1YyQ .carousel-item .container-slide {
  text-align: center;
}
.cid-rC01km1YyQ .content-slider-wrap {
  width: 90%;
}
.cid-rCcLxfdbhh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rCcLxfdbhh .mbr-section-subtitle {
  color: #efefef;
  text-align: left;
}
.cid-rCcLxfdbhh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-rBT7bayres {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rBT7bayres .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rBT7bayres .section-text {
  padding: 2rem 0;
}
.cid-rBT7bayres .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rBT7bayres .inner-container {
    width: 100% !important;
  }
}
.cid-rC01lkLz7s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
.cid-rC01lkLz7s .mbr-text,
.cid-rC01lkLz7s blockquote {
  color: #767676;
}
.cid-rC01lkLz7s .mbr-text P {
  text-align: left;
}
.cid-rC01lkLz7s .mbr-text {
  color: #cccccc;
}
.cid-rCcMXsOSJQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #073b4c;
}
.cid-rCcMXsOSJQ .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-rCcMXsOSJQ .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-rCcMXsOSJQ .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-rCcMXsOSJQ .inner-container {
    width: 100% !important;
  }
}
.cid-trhz6EtbLQ .icon-bar {
  z-index: 100002;
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-trhz6EtbLQ .icon-bar a:hover {
  background-color: #073b4c;
}
.cid-trhz6EtbLQ .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 25px;
}
.cid-trhz6EtbLQ .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .custom1 {
  background: #dc610a;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-trhz6EtbLQ .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-trhz6EtbLQ .corner-ribbon {
  z-index: 20001;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-trhz6EtbLQ .corner-ribbon ov:hover .effetover {
  background-image: linear-gradient(#000000, #55b4d4);
}
.cid-trhz6EtbLQ .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-trhz6EtbLQ P {
  color: #232323;
}
.cid-trhz6EtbLQ DIV {
  color: #ffffff;
}
.cid-trhz6EtbLQ H10 {
  color: #767676;
}
.cid-trhz6EtbLQ .hidden {
  display: none;
}
.cid-trhz6EtbLQ p {
  color: #ecf0f1;
  line-height: 28px;
  font-size: 15px;
  padding-top: 50px;
}
.cid-trhz6EtbLQ .sticky-container {
  z-index: 1001;
  padding: 0px;
  margin: 0px;
  position: fixed;
  Right: -119px;
  top: 88px;
  width: 200px;
}
.cid-trhz6EtbLQ .sticky li {
  list-style-type: none;
  background-color: #04313f;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
.cid-trhz6EtbLQ .sticky li:hover {
  margin-left: -100px;
}
.cid-trhz6EtbLQ .sticky li img {
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
}
.cid-trhz6EtbLQ .sticky li p {
  padding: 0px;
  margin: 0px;
  line-height: 43px;
}
.cid-trhyRKXiTI .float {
  position: fixed;
  width: 54px;
  height: 55px;
  bottom: 236px;
  right: 10px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 83px;
  text-align: center;
  font-size: 34px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-trhyRKXiTI .my-float {
  margin-top: 16px;
}
.cid-trhyRKXiTI P {
  color: #232323;
}
.cid-trhyRKXiTI DIV {
  color: #ffffff;
}
.cid-trhyRKXiTI H10 {
  color: #767676;
}
.cid-trhyRKXiTI .hidden {
  display: none;
}
.cid-tqRCULKGDM .progress-container {
  z-index: 20000;
  position: fixed;
  width: 100%;
  height: 9px;
  background: #0f7699;
  top: 0px;
}
.cid-tqRCULKGDM .progress-bar {
  height: 9px;
  background: #cccccc;
  width: 0%;
}
.cid-tqRCULKGDM .sticky2 {
  position: fixed;
  top: 0px;
  width: 100%;
}
.cid-tqRCULKGDM .hidden {
  display: none;
}
.cid-tqRCULKGDM H10 {
  color: #767676;
}
.cid-tqRCWLSXL5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #04313f;
}
@media (max-width: 767px) {
  .cid-tqRCWLSXL5 .content {
    text-align: center;
  }
  .cid-tqRCWLSXL5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tqRCWLSXL5 .img-logo img {
  height: 6rem;
  display: block;
  width: auto;
}
.cid-tqRCWLSXL5 .form-group,
.cid-tqRCWLSXL5 .input-group-btn {
  padding: 0;
}
.cid-tqRCWLSXL5 .form-control {
  font-size: .75rem;
  text-align: center;
  min-width: 150px;
}
.cid-tqRCWLSXL5 .input-group-btn .btn {
  padding: .75rem 1.5625rem !important;
  margin-left: .625rem;
  text-transform: none;
  color: #fff;
  text-align: center;
}
.cid-tqRCWLSXL5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tqRCWLSXL5 .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tqRCWLSXL5 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tqRCWLSXL5 .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqRCWLSXL5 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tqRCWLSXL5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tqRCWLSXL5 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tqRCWLSXL5 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tqRCWLSXL5 .form-group {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tqRCWLSXL5 .foot-logo {
    text-align: center !important;
  }
  .cid-tqRCWLSXL5 .foot-title {
    text-align: center !important;
  }
  .cid-tqRCWLSXL5 .mbr-text {
    text-align: center !important;
  }
  .cid-tqRCWLSXL5 .form-group {
    margin: 0;
  }
}
.cid-tqRCWLSXL5 .foot-logo {
  text-align: center;
}
