body {
  font-family: Lato;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 2.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((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: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #216278 !important;
}
.bg-success {
  background-color: #7242d6 !important;
}
.bg-info {
  background-color: #48d678 !important;
}
.bg-warning {
  background-color: #d63d3d !important;
}
.bg-danger {
  background-color: #656565 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #216278 !important;
  border-color: #216278 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #10313c !important;
  border-color: #10313c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #10313c !important;
  border-color: #10313c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #198589 !important;
  border-color: #198589 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #48d678 !important;
  border-color: #48d678 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #26ab53 !important;
  border-color: #26ab53 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #4f24a7 !important;
  border-color: #4f24a7 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a42323 !important;
  border-color: #a42323 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #656565 !important;
  border-color: #656565 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #3f3f3f !important;
  border-color: #3f3f3f !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #0b2128;
  color: #0b2128;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #216278;
  border-color: #216278;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #216278 !important;
  border-color: #216278 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #157074;
  color: #157074;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #25c4ca;
  border-color: #25c4ca;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #25c4ca !important;
  border-color: #25c4ca !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #229649;
  color: #229649;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #48d678;
  border-color: #48d678;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #48d678 !important;
  border-color: #48d678 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #452092;
  color: #452092;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #7242d6;
  border-color: #7242d6;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7242d6 !important;
  border-color: #7242d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8f1e1e;
  color: #8f1e1e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #d63d3d;
  border-color: #d63d3d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #d63d3d !important;
  border-color: #d63d3d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #323232;
  color: #323232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #656565;
  border-color: #656565;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #656565 !important;
  border-color: #656565 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #216278 !important;
}
.text-secondary {
  color: #25c4ca !important;
}
.text-success {
  color: #7242d6 !important;
}
.text-info {
  color: #48d678 !important;
}
.text-warning {
  color: #d63d3d !important;
}
.text-danger {
  color: #656565 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0b2128 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #157074 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #452092 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #229649 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8f1e1e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #323232 !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: #48d678;
}
.alert-warning {
  background-color: #d63d3d;
}
.alert-danger {
  background-color: #656565;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #216278;
  border-color: #216278;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #216278;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4bacce;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #efeafa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #effbf3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fae5e5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a5a5a5;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #216278;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.btn-primary-outline-2 {
  border: none;
  color: #216278;
}
.btn-primary-outline-2 .mbr-iconfont-btn {
  -webkit-order: 1;
  order: 1;
  transition: all 0.3s;
  margin-left: 5px;
  font-size: 1rem !important;
}
.btn-primary-outline-2:hover {
  background-color: inherit;
  color: #216278;
}
.btn-primary-outline-2:focus {
  background-color: inherit;
  color: #216278;
}
.btn-primary-outline-2:active {
  background-color: inherit;
  color: #216278;
}
.btn-primary-outline-2:hover .mbr-iconfont-btn {
  margin-left: 8px;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #216278;
  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-number__spin {
  background: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #216278;
  border-bottom-color: #216278;
}
.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: #216278 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #25c4ca !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23216278' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-ss22Aa0HkI .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #216278;
}
.cid-ss22Aa0HkI .navbar.opened {
  transition: all 0.3s;
  background: #216278 !important;
}
.cid-ss22Aa0HkI .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-ss22Aa0HkI .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ss22Aa0HkI .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-ss22Aa0HkI .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ss22Aa0HkI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ss22Aa0HkI .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-ss22Aa0HkI .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-ss22Aa0HkI .navbar.collapsed.opened .navbar-collapse.show,
.cid-ss22Aa0HkI .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-ss22Aa0HkI .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-ss22Aa0HkI .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-ss22Aa0HkI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ss22Aa0HkI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ss22Aa0HkI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ss22Aa0HkI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-ss22Aa0HkI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ss22Aa0HkI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-ss22Aa0HkI .navbar {
    flex-wrap: nowrap;
  }
  .cid-ss22Aa0HkI .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-ss22Aa0HkI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ss22Aa0HkI .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-ss22Aa0HkI .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-ss22Aa0HkI .navbar.opened .navbar-collapse.show,
  .cid-ss22Aa0HkI .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-ss22Aa0HkI .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-ss22Aa0HkI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ss22Aa0HkI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ss22Aa0HkI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ss22Aa0HkI .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-ss22Aa0HkI .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-ss22Aa0HkI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ss22Aa0HkI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-ss22Aa0HkI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-ss22Aa0HkI .navbar.navbar-short {
  background: #216278 !important;
  min-height: 60px;
}
.cid-ss22Aa0HkI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-ss22Aa0HkI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ss22Aa0HkI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ss22Aa0HkI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ss22Aa0HkI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ss22Aa0HkI .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-ss22Aa0HkI .dropdown-item.active,
.cid-ss22Aa0HkI .dropdown-item:active {
  background-color: transparent;
}
.cid-ss22Aa0HkI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ss22Aa0HkI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ss22Aa0HkI .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ss22Aa0HkI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #216278;
}
.cid-ss22Aa0HkI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ss22Aa0HkI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ss22Aa0HkI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ss22Aa0HkI .navbar-buttons {
  text-align: center;
}
.cid-ss22Aa0HkI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ss22Aa0HkI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ss22Aa0HkI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ss22Aa0HkI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss22Aa0HkI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ss22Aa0HkI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ss22Aa0HkI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss22Aa0HkI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ss22Aa0HkI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ss22Aa0HkI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ss22Aa0HkI .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-ss22Aa0HkI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-ss22Aa0HkI a.nav-link:focus {
  outline: none;
}
.cid-ss22Aa0HkI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ss22Aa0HkI .nav-link:hover,
.cid-ss22Aa0HkI .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ss22Aa0HkI .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-ss22Aa0HkI .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-ss23cBGsv7 {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr.png");
}
.cid-ss23cBGsv7 .mbr-section-title {
  text-align: left;
}
.cid-sF2XOFvYGW {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #216278;
}
.cid-sF2XOFvYGW .block-title {
  color: #555555;
}
.cid-sF2VYnQ0CP {
  background-image: url("../../../assets/images/front-rocafor-2t-2000x1082.jpg");
}
@media (min-width: 992px) {
  .cid-sF2VYnQ0CP .column {
    margin-left: 4rem;
  }
}
.cid-sF2XMqFdWL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #216278;
}
.cid-sF2XMqFdWL .block-title {
  color: #555555;
}
.cid-ss2mrkUzdp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-ss2mrkUzdp .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-ss2mrkUzdp .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-ss2mrkUzdp .card-wrap:hover h4,
.cid-ss2mrkUzdp .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-ss2mrkUzdp h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-ss2mrkUzdp h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-ss2mrkUzdp img {
  width: 100%;
}
.cid-ss2mrkUzdp h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ss2mrkUzdp h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-ss2mrkUzdp .card-title1,
.cid-ss2mrkUzdp .title-wrap1 {
  color: #ffffff;
}
.cid-ss2mrkUzdp .card-title,
.cid-ss2mrkUzdp .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ss2mrkUzdp .mdpb {
    padding-bottom: 2rem;
  }
  .cid-ss2mrkUzdp .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-ss2mrkUzdp H3 {
  color: #ffffff;
}
.cid-ss2au1ZUPR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ss2au1ZUPR .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-ss2au1ZUPR .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-ss2au1ZUPR .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-ss2au1ZUPR .mbr-text {
  color: #444;
}
.cid-ss2au1ZUPR h5 {
  margin-bottom: 0;
}
.cid-ss2au1ZUPR .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ss2au1ZUPR .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-ss2au1ZUPR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-ss2au1ZUPR .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-ss2au1ZUPR .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-ss2au1ZUPR .social-list a:hover {
  opacity: 0.4;
}
.cid-ss2au1ZUPR .media-container-row > div {
  padding: 0px;
}
.cid-ss2au1ZUPR .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-ss2au1ZUPR .group-title {
  text-align: left;
}
.cid-ss2au1ZUPR .group-title SPAN {
  color: #656565;
}
.cid-ss2au1ZUPR .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-ss2au1ZUPR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-ss2au1ZUPR h3 {
    margin-bottom: 10px;
  }
}
.cid-ss2au1ZUPR .links SPAN {
  color: #9e9e9e;
}
.cid-ss24qzHwsP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-ss24qzHwsP p {
  text-align: center;
}
.cid-ss24qzHwsP .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-ss24qzHwsP .social-list a:focus {
  text-decoration: none;
}
.cid-ss24qzHwsP .text-copyright {
  width: 100%;
  color: #216278;
}
.cid-ss24qzHwsP .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-ss24qzHwsP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #216278;
}
.cid-ss24qzHwsP .logo-footer {
  line-height: normal;
}
.cid-ss24qzHwsP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ss24qzHwsP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ss24qzHwsP .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-ss24qzHwsP img {
  display: inline;
}
.cid-sF2Ymt9oe0 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #216278;
}
.cid-sF2Ymt9oe0 .navbar.opened {
  transition: all 0.3s;
  background: #216278 !important;
}
.cid-sF2Ymt9oe0 .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sF2Ymt9oe0 .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF2Ymt9oe0 .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sF2Ymt9oe0 .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sF2Ymt9oe0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sF2Ymt9oe0 .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sF2Ymt9oe0 .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sF2Ymt9oe0 .navbar.collapsed.opened .navbar-collapse.show,
.cid-sF2Ymt9oe0 .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sF2Ymt9oe0 .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sF2Ymt9oe0 .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sF2Ymt9oe0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sF2Ymt9oe0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF2Ymt9oe0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF2Ymt9oe0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sF2Ymt9oe0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF2Ymt9oe0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sF2Ymt9oe0 .navbar {
    flex-wrap: nowrap;
  }
  .cid-sF2Ymt9oe0 .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sF2Ymt9oe0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF2Ymt9oe0 .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sF2Ymt9oe0 .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sF2Ymt9oe0 .navbar.opened .navbar-collapse.show,
  .cid-sF2Ymt9oe0 .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sF2Ymt9oe0 .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sF2Ymt9oe0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF2Ymt9oe0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF2Ymt9oe0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF2Ymt9oe0 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF2Ymt9oe0 .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sF2Ymt9oe0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF2Ymt9oe0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sF2Ymt9oe0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sF2Ymt9oe0 .navbar.navbar-short {
  background: #216278 !important;
  min-height: 60px;
}
.cid-sF2Ymt9oe0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sF2Ymt9oe0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF2Ymt9oe0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF2Ymt9oe0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF2Ymt9oe0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF2Ymt9oe0 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sF2Ymt9oe0 .dropdown-item.active,
.cid-sF2Ymt9oe0 .dropdown-item:active {
  background-color: transparent;
}
.cid-sF2Ymt9oe0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF2Ymt9oe0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF2Ymt9oe0 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF2Ymt9oe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #216278;
}
.cid-sF2Ymt9oe0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF2Ymt9oe0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF2Ymt9oe0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF2Ymt9oe0 .navbar-buttons {
  text-align: center;
}
.cid-sF2Ymt9oe0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF2Ymt9oe0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF2Ymt9oe0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF2Ymt9oe0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Ymt9oe0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2Ymt9oe0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF2Ymt9oe0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Ymt9oe0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF2Ymt9oe0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF2Ymt9oe0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2Ymt9oe0 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sF2Ymt9oe0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sF2Ymt9oe0 a.nav-link:focus {
  outline: none;
}
.cid-sF2Ymt9oe0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF2Ymt9oe0 .nav-link:hover,
.cid-sF2Ymt9oe0 .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF2Ymt9oe0 .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sF2Ymt9oe0 .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sF2YmugBxF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #216278;
}
.cid-sF2YmugBxF .block-title {
  color: #555555;
}
.cid-sF2YmutXal {
  background-image: url("../../../assets/images/front-rocafor-2t-2000x1082.jpg");
}
@media (min-width: 992px) {
  .cid-sF2YmutXal .column {
    margin-left: 4rem;
  }
}
.cid-sF33dorRMU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sF33dorRMU .container {
  max-width: 1200px;
}
.cid-sF33dorRMU .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #216278;
  padding-top: 3rem;
}
.cid-sF34S6MtxH {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sF34S6MtxH .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sF34S6MtxH .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sF34S6MtxH img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sF34S6MtxH .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sF35cMjIiL {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sF35cMjIiL .container {
  max-width: 1200px;
}
.cid-sF35cMjIiL .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #216278;
  padding-top: 3rem;
}
.cid-sF35VvQqXa {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sF35VvQqXa .container {
  max-width: 1200px;
}
.cid-sF35VvQqXa .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #216278;
  padding-top: 3rem;
}
.cid-sF36lKegfZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f2f3f7;
}
.cid-sF36lKegfZ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sF36lKegfZ .row {
    flex-direction: column-reverse;
  }
  .cid-sF36lKegfZ .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sF36lKegfZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sF36lKegfZ .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sF36lKegfZ .image-wrapper img {
  width: 100%;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  object-fit: cover;
  border-radius: 3rem;
}
.cid-sF36lKegfZ .card-title {
  color: #000000;
}
.cid-sF36lKegfZ .mbr-text,
.cid-sF36lKegfZ .mbr-section-btn {
  color: #000000;
}
.cid-sF37MVv3o0 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sF37MVv3o0 .card-wrapper {
  background-color: #ffffff;
  padding: 2rem;
}
@media (max-width: 767px) {
  .cid-sF37MVv3o0 .card-wrapper {
    padding: 1rem;
  }
}
.cid-sF37MVv3o0 .text-wrapper {
  max-width: 28rem;
}
.cid-sF37MVv3o0 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sF37MVv3o0 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sF37MVv3o0 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sF37MVv3o0 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sF37MVv3o0 .content-wrapper {
    padding: 3rem;
  }
  .cid-sF37MVv3o0 .content-wrapper .text-column {
    padding-left: 4rem;
  }
}
.cid-sF37MVv3o0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sF38kg2Or6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sF38kg2Or6 .container {
  max-width: 1200px;
}
.cid-sF38kg2Or6 .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #216278;
  padding-top: 3rem;
}
.cid-sF38kMAL8k {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sF38kMAL8k .container {
  max-width: 1200px;
}
.cid-sF38kMAL8k .card-wrapper {
  max-width: 400px;
  border-top: 1px solid #216278;
  padding-top: 3rem;
}
.cid-sF39AaKP5B {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sF39AaKP5B .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sF39AaKP5B .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sF39AaKP5B img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sF39AaKP5B .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sF3a5WIoI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sF3a5WIoI3 .row {
  border-top: 1px solid #f1f1f1;
  padding-top: 2rem;
}
.cid-sF3a5WIoI3 .mbr-text {
  line-height: 1.5;
  color: #656565;
}
.cid-sF3a5WIoI3 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sF3d6bJdO8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sF3d6bJdO8 .card-wrapper {
  width: 100%;
  height: 100%;
}
.cid-sF3d6bJdO8 .card-wrapper img {
  height: 600px;
  object-fit: cover;
}
.cid-sF3d6bJdO8 .second-card-title {
  text-align: center;
  color: #000000;
}
.cid-sF3d6bJdO8 .second-card-subtitle {
  text-align: center;
}
.cid-sF3d6bJdO8 .second-card {
  background-color: #d4e7eb;
}
.cid-sF3d6bJdO8 .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-sF3d6bJdO8 [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sF3d6bJdO8 .second-card-subtitle,
.cid-sF3d6bJdO8 .second-btn {
  text-align: center;
}
.cid-sF3d6bJdO8 .card {
  border-radius: 0 !important;
}
.cid-sF3crL0UtK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #216278;
}
.cid-sF3crL0UtK .block-title {
  color: #555555;
}
.cid-sF2Ymv2IM0 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sF2Ymv2IM0 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sF2Ymv2IM0 .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sF2Ymv2IM0 .card-wrap:hover h4,
.cid-sF2Ymv2IM0 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sF2Ymv2IM0 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sF2Ymv2IM0 h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sF2Ymv2IM0 img {
  width: 100%;
}
.cid-sF2Ymv2IM0 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sF2Ymv2IM0 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sF2Ymv2IM0 .card-title1,
.cid-sF2Ymv2IM0 .title-wrap1 {
  color: #ffffff;
}
.cid-sF2Ymv2IM0 .card-title,
.cid-sF2Ymv2IM0 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sF2Ymv2IM0 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sF2Ymv2IM0 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sF2Ymv2IM0 H3 {
  color: #ffffff;
}
.cid-sF2YmvvbMy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sF2YmvvbMy .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sF2YmvvbMy .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sF2YmvvbMy .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sF2YmvvbMy .mbr-text {
  color: #444;
}
.cid-sF2YmvvbMy h5 {
  margin-bottom: 0;
}
.cid-sF2YmvvbMy .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YmvvbMy .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-sF2YmvvbMy .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sF2YmvvbMy .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-sF2YmvvbMy .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2YmvvbMy .social-list a:hover {
  opacity: 0.4;
}
.cid-sF2YmvvbMy .media-container-row > div {
  padding: 0px;
}
.cid-sF2YmvvbMy .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sF2YmvvbMy .group-title {
  text-align: left;
}
.cid-sF2YmvvbMy .group-title SPAN {
  color: #656565;
}
.cid-sF2YmvvbMy .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sF2YmvvbMy .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sF2YmvvbMy h3 {
    margin-bottom: 10px;
  }
}
.cid-sF2YmvvbMy .links SPAN {
  color: #9e9e9e;
}
.cid-sF2YmwdtgW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sF2YmwdtgW p {
  text-align: center;
}
.cid-sF2YmwdtgW .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sF2YmwdtgW .social-list a:focus {
  text-decoration: none;
}
.cid-sF2YmwdtgW .text-copyright {
  width: 100%;
  color: #216278;
}
.cid-sF2YmwdtgW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sF2YmwdtgW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #216278;
}
.cid-sF2YmwdtgW .logo-footer {
  line-height: normal;
}
.cid-sF2YmwdtgW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YmwdtgW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF2YmwdtgW .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YmwdtgW img {
  display: inline;
}
.cid-sF2YwDC5DD .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #216278;
}
.cid-sF2YwDC5DD .navbar.opened {
  transition: all 0.3s;
  background: #216278 !important;
}
.cid-sF2YwDC5DD .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-sF2YwDC5DD .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sF2YwDC5DD .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-sF2YwDC5DD .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sF2YwDC5DD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sF2YwDC5DD .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-sF2YwDC5DD .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-sF2YwDC5DD .navbar.collapsed.opened .navbar-collapse.show,
.cid-sF2YwDC5DD .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-sF2YwDC5DD .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-sF2YwDC5DD .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-sF2YwDC5DD .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sF2YwDC5DD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sF2YwDC5DD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sF2YwDC5DD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sF2YwDC5DD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sF2YwDC5DD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sF2YwDC5DD .navbar {
    flex-wrap: nowrap;
  }
  .cid-sF2YwDC5DD .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-sF2YwDC5DD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sF2YwDC5DD .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-sF2YwDC5DD .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-sF2YwDC5DD .navbar.opened .navbar-collapse.show,
  .cid-sF2YwDC5DD .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-sF2YwDC5DD .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-sF2YwDC5DD .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sF2YwDC5DD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sF2YwDC5DD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sF2YwDC5DD .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sF2YwDC5DD .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-sF2YwDC5DD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sF2YwDC5DD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-sF2YwDC5DD .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-sF2YwDC5DD .navbar.navbar-short {
  background: #216278 !important;
  min-height: 60px;
}
.cid-sF2YwDC5DD .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-sF2YwDC5DD .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sF2YwDC5DD .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sF2YwDC5DD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sF2YwDC5DD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sF2YwDC5DD .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sF2YwDC5DD .dropdown-item.active,
.cid-sF2YwDC5DD .dropdown-item:active {
  background-color: transparent;
}
.cid-sF2YwDC5DD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sF2YwDC5DD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sF2YwDC5DD .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sF2YwDC5DD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #216278;
}
.cid-sF2YwDC5DD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sF2YwDC5DD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sF2YwDC5DD ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sF2YwDC5DD .navbar-buttons {
  text-align: center;
}
.cid-sF2YwDC5DD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sF2YwDC5DD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sF2YwDC5DD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sF2YwDC5DD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2YwDC5DD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sF2YwDC5DD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sF2YwDC5DD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2YwDC5DD nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sF2YwDC5DD nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sF2YwDC5DD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sF2YwDC5DD .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sF2YwDC5DD a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-sF2YwDC5DD a.nav-link:focus {
  outline: none;
}
.cid-sF2YwDC5DD .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sF2YwDC5DD .nav-link:hover,
.cid-sF2YwDC5DD .dropdown-item:hover {
  color: #c1c1c1 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sF2YwDC5DD .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-sF2YwDC5DD .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sF2YwErHBd {
  background-image: url("../../../assets/images/front-rocafor-2t-2000x1082.jpg");
}
@media (min-width: 992px) {
  .cid-sF2YwErHBd .column {
    margin-left: 4rem;
  }
}
.cid-sF3vpqwgS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF3vpqwgS8 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF3vpqwgS8 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF3vpqwgS8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sF3vpqwgS8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF3vpqwgS8 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF3vpqwgS8 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF3vpqwgS8 .carousel-control,
.cid-sF3vpqwgS8 .close {
  background: #1b1b1b;
}
.cid-sF3vpqwgS8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF3vpqwgS8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF3vpqwgS8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF3vpqwgS8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF3vpqwgS8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF3vpqwgS8 .close::before {
  content: '\e91a';
}
.cid-sF3vpqwgS8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF3vpqwgS8 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF3vpqwgS8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3vpqwgS8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF3vpqwgS8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF3vpqwgS8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF3vpqwgS8 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF3vpqwgS8 .carousel-indicators li.active,
.cid-sF3vpqwgS8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF3vpqwgS8 .carousel-indicators li::after,
.cid-sF3vpqwgS8 .carousel-indicators li::before {
  content: none;
}
.cid-sF3vpqwgS8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF3vpqwgS8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF3vpqwgS8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF3vpqwgS8 .carousel-indicators {
    display: none;
  }
}
.cid-sF3vpqwgS8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF3vpqwgS8 .carousel-inner > .active {
  display: block;
}
.cid-sF3vpqwgS8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3vpqwgS8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF3vpqwgS8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF3vpqwgS8 .carousel-control,
  .cid-sF3vpqwgS8 .carousel-indicators,
  .cid-sF3vpqwgS8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF3vpqwgS8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF3vpqwgS8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF3vpqwgS8 .carousel-indicators .active,
.cid-sF3vpqwgS8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF3vpqwgS8 .carousel-indicators .active {
  background: #fff;
}
.cid-sF3vpqwgS8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF3vpqwgS8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF3vpqwgS8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF3vpqwgS8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF3vpqwgS8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF3vpqwgS8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF3vpqwgS8 .carousel {
  width: 100%;
}
.cid-sF3vpqwgS8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF3vpqwgS8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF3vpqwgS8 .modal.fade .modal-dialog,
.cid-sF3vpqwgS8 .modal.in .modal-dialog {
  transform: none;
}
.cid-sF3vpqwgS8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF3vpqwgS8 H6 {
  text-align: center;
}
.cid-sF3vNeUul5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sF3vNeUul5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF3vNeUul5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF3vNeUul5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sF3vNeUul5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF3vNeUul5 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF3vNeUul5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF3vNeUul5 .carousel-control,
.cid-sF3vNeUul5 .close {
  background: #1b1b1b;
}
.cid-sF3vNeUul5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF3vNeUul5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF3vNeUul5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF3vNeUul5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF3vNeUul5 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF3vNeUul5 .close::before {
  content: '\e91a';
}
.cid-sF3vNeUul5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF3vNeUul5 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF3vNeUul5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3vNeUul5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF3vNeUul5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF3vNeUul5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF3vNeUul5 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF3vNeUul5 .carousel-indicators li.active,
.cid-sF3vNeUul5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF3vNeUul5 .carousel-indicators li::after,
.cid-sF3vNeUul5 .carousel-indicators li::before {
  content: none;
}
.cid-sF3vNeUul5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF3vNeUul5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF3vNeUul5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF3vNeUul5 .carousel-indicators {
    display: none;
  }
}
.cid-sF3vNeUul5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF3vNeUul5 .carousel-inner > .active {
  display: block;
}
.cid-sF3vNeUul5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3vNeUul5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF3vNeUul5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF3vNeUul5 .carousel-control,
  .cid-sF3vNeUul5 .carousel-indicators,
  .cid-sF3vNeUul5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF3vNeUul5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF3vNeUul5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF3vNeUul5 .carousel-indicators .active,
.cid-sF3vNeUul5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF3vNeUul5 .carousel-indicators .active {
  background: #fff;
}
.cid-sF3vNeUul5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF3vNeUul5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF3vNeUul5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF3vNeUul5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF3vNeUul5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF3vNeUul5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF3vNeUul5 .carousel {
  width: 100%;
}
.cid-sF3vNeUul5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF3vNeUul5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF3vNeUul5 .modal.fade .modal-dialog,
.cid-sF3vNeUul5 .modal.in .modal-dialog {
  transform: none;
}
.cid-sF3vNeUul5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF3vNeUul5 H6 {
  text-align: center;
}
.cid-sF3w5fGGic {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sF3w5fGGic .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-sF3w5fGGic .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-sF3w5fGGic .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-sF3w5fGGic .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-sF3w5fGGic .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-sF3w5fGGic .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-sF3w5fGGic .carousel-control,
.cid-sF3w5fGGic .close {
  background: #1b1b1b;
}
.cid-sF3w5fGGic .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-sF3w5fGGic .carousel-control-prev span {
  margin-right: 5px;
}
.cid-sF3w5fGGic .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-sF3w5fGGic .carousel-control-next span {
  margin-left: 5px;
}
.cid-sF3w5fGGic .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-sF3w5fGGic .close::before {
  content: '\e91a';
}
.cid-sF3w5fGGic .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-sF3w5fGGic .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sF3w5fGGic .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3w5fGGic .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-sF3w5fGGic .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-sF3w5fGGic .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-sF3w5fGGic .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-sF3w5fGGic .carousel-indicators li.active,
.cid-sF3w5fGGic .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-sF3w5fGGic .carousel-indicators li::after,
.cid-sF3w5fGGic .carousel-indicators li::before {
  content: none;
}
.cid-sF3w5fGGic .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-sF3w5fGGic .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-sF3w5fGGic .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sF3w5fGGic .carousel-indicators {
    display: none;
  }
}
.cid-sF3w5fGGic .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-sF3w5fGGic .carousel-inner > .active {
  display: block;
}
.cid-sF3w5fGGic .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sF3w5fGGic .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sF3w5fGGic .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-sF3w5fGGic .carousel-control,
  .cid-sF3w5fGGic .carousel-indicators,
  .cid-sF3w5fGGic .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-sF3w5fGGic .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-sF3w5fGGic .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sF3w5fGGic .carousel-indicators .active,
.cid-sF3w5fGGic .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-sF3w5fGGic .carousel-indicators .active {
  background: #fff;
}
.cid-sF3w5fGGic .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-sF3w5fGGic .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-sF3w5fGGic .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sF3w5fGGic .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-sF3w5fGGic .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-sF3w5fGGic .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-sF3w5fGGic .carousel {
  width: 100%;
}
.cid-sF3w5fGGic .modal-backdrop.in {
  opacity: 0.8;
}
.cid-sF3w5fGGic .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-sF3w5fGGic .modal.fade .modal-dialog,
.cid-sF3w5fGGic .modal.in .modal-dialog {
  transform: none;
}
.cid-sF3w5fGGic .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-sF3w5fGGic H6 {
  text-align: center;
}
.cid-sF2YwEMEAd {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #216278;
}
.cid-sF2YwEMEAd .block-title {
  color: #555555;
}
.cid-sF2YwEW6l3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sF2YwEW6l3 .card-box {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
  margin: auto auto 1rem 2rem;
  height: fit-content;
  max-width: 300px;
}
.cid-sF2YwEW6l3 .card-wrap {
  background-color: #232323;
  display: flex;
  height: 100%;
  min-height: 300px;
}
.cid-sF2YwEW6l3 .card-wrap:hover h4,
.cid-sF2YwEW6l3 .card-wrap:hover a {
  background-size: 100% 100%;
}
.cid-sF2YwEW6l3 h3 {
  position: absolute;
  transform: rotate(-90deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 0rem;
  top: -1rem;
}
.cid-sF2YwEW6l3 h3:after {
  content: "";
  width: 30px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #ffffff;
  margin-left: 10px;
}
.cid-sF2YwEW6l3 img {
  width: 100%;
}
.cid-sF2YwEW6l3 h4 {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sF2YwEW6l3 h4 a {
  display: inline!important;
  text-decoration: none;
  background-image: linear-gradient(transparent calc(98%), currentColor 1px) !important;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0% 100%;
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cid-sF2YwEW6l3 .card-title1,
.cid-sF2YwEW6l3 .title-wrap1 {
  color: #ffffff;
}
.cid-sF2YwEW6l3 .card-title,
.cid-sF2YwEW6l3 .title-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-sF2YwEW6l3 .mdpb {
    padding-bottom: 2rem;
  }
  .cid-sF2YwEW6l3 .card-box {
    margin: auto auto 0rem 1rem;
  }
}
.cid-sF2YwEW6l3 H3 {
  color: #ffffff;
}
.cid-sF2YwFdkv6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sF2YwFdkv6 .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.9rem;
}
.cid-sF2YwFdkv6 .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-sF2YwFdkv6 .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-sF2YwFdkv6 .mbr-text {
  color: #444;
}
.cid-sF2YwFdkv6 h5 {
  margin-bottom: 0;
}
.cid-sF2YwFdkv6 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YwFdkv6 .socicon {
  color: #9e9e9e;
  font-size: 1.2rem;
}
.cid-sF2YwFdkv6 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-sF2YwFdkv6 .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-sF2YwFdkv6 .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sF2YwFdkv6 .social-list a:hover {
  opacity: 0.4;
}
.cid-sF2YwFdkv6 .media-container-row > div {
  padding: 0px;
}
.cid-sF2YwFdkv6 .text2 {
  color: #9e9e9e;
  text-align: left;
}
.cid-sF2YwFdkv6 .group-title {
  text-align: left;
}
.cid-sF2YwFdkv6 .group-title SPAN {
  color: #656565;
}
.cid-sF2YwFdkv6 .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-sF2YwFdkv6 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sF2YwFdkv6 h3 {
    margin-bottom: 10px;
  }
}
.cid-sF2YwFdkv6 .links SPAN {
  color: #9e9e9e;
}
.cid-sF2YwFJruW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sF2YwFJruW p {
  text-align: center;
}
.cid-sF2YwFJruW .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-sF2YwFJruW .social-list a:focus {
  text-decoration: none;
}
.cid-sF2YwFJruW .text-copyright {
  width: 100%;
  color: #216278;
}
.cid-sF2YwFJruW .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-sF2YwFJruW .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #216278;
}
.cid-sF2YwFJruW .logo-footer {
  line-height: normal;
}
.cid-sF2YwFJruW .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YwFJruW .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sF2YwFJruW .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sF2YwFJruW img {
  display: inline;
}
