/*!
 * Mobirise v4 theme (https://mobirise.com/)
 * Copyright 2017 Mobirise
 */
section {
  background-color: #eeeeee;
}

body {
  font-style: normal;
  line-height: 1.5;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}

a, a:hover {
  text-decoration: none;
}

figure {
  margin-bottom: 0;
}

body {
  color: #232323;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.display-1,
.display-2,
.display-3,
.display-4 {
  line-height: 1;
  word-break: break-word;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  padding: 10px 0 10px 20px;
  position: relative;
  border-left: 2px solid;
  border-color: #ff3366;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  transition-property: background-color, color;
}

textarea[type="hidden"] {
  display: none;
}

body {
  position: relative;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #000000;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .align-left,
  .align-center,
  .align-right,
  .mbr-section-btn,
  .mbr-section-title {
    text-align: center;
  }
}

/*! Font-weight  */
.mbr-light {
  font-weight: 400;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-size-item {
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  flex: 1 1 auto;
}

.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}

.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}

figure {
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

.mbr-figure img,
.mbr-figure iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  -ms-grid-row-align: center;
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}

/*! Buttons */
.mbr-section-btn {
  margin-left: -.25rem;
  margin-right: -.25rem;
  font-size: 0;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  cursor: pointer;
  margin-right: 0.5rem;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-right: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type="submit"] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}

.map iframe {
  width: 100%;
  height: 100%;
}

/* Form */
.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 32px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all .3s ease-in-out;
  cursor: pointer;
  text-align: center;
}

.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "\203a";
  display: inline-block;
  font-family: serif;
  font-size: 32px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  -webkit-animation: arrowdown 1.7s ease-in-out infinite;
  animation: arrowdown 1.7s ease-in-out infinite;
}

.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

@keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes arrowdown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
  }
}

/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

@-webkit-keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
  }
}

.bg-gradient {
  background-size: 200% 200%;
  -webkit-animation: gradient-animation 5s infinite alternate;
  animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}

.menu .navbar-brand span {
  display: flex;
}

.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}

.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
}

@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 60vh;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}

@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: .667em 1.667em !important;
  margin: 0 !important;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.card {
  display: -webkit-flex;
}

.card-wrapper {
  flex: 1;
}

.carousel-control {
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

@media (max-width: 576px) {
  .col-xs-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 0;
    padding-right: 0;
  }
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: .5rem 1rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.jq-selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.jq-selectbox li {
  padding: .5rem 1rem;
}

input[type="range"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}

@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.carousel-item {
  text-align: center;
}

.carousel-item img {
  margin: auto;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  transition: all .3s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  margin: .4rem .8rem !important;
  transition: all .3s ease-in-out;
}

.btn-form {
  border-radius: 0;
}

.btn-form:hover {
  cursor: pointer;
}

#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}

#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}

.mbr-arrow a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}

.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  line-height: 1.43;
  min-height: 3.5em;
  padding: .5rem 1rem;
}

.form-control, .form-control:focus {
  border: 1px solid #e8e8e8;
}

.form-active .form-control:invalid {
  border-color: red;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-width: 3px;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}

.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}

.mbr-section__comments .row {
  justify-content: center;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.mbr-section-title {
  letter-spacing: 1px;
  margin: 0;
}

.mbr-section-subtitle {
  letter-spacing: 2px;
  margin: 0;
}

.mbr-section-btn .btn {
  font-weight: 700;
}

.mbr-section-btn .btn-sm {
  padding: .3rem 1rem !important;
}

.mbr-section-btn .btn-md {
  padding: .5rem 2rem !important;
}

.mbr-section-btn .btn-lg {
  padding: 1rem 2.2rem !important;
}

.mbr-text {
  letter-spacing: 1px;
}

.mbr-lighter {
  font-weight: 300 !important;
}

body {
  color: #333333;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'JuliusSansOne-Regular';
  font-size: 4.5rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.2rem;
}
.display-2 {
  font-family: 'JuliusSansOne-Regular';
  font-size: 3.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.6rem;
}
.display-4 {
  font-family: 'AlegreyaSans-Regular';
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'JuliusSansOne-Regular';
  font-size: 1.9rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.04rem;
}
.display-7 {
  font-family: 'AlegreyaSans-Regular';
  font-size: 1.3rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((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: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #00427c !important;
}
.bg-success {
  background-color: #97cae7 !important;
}
.bg-info {
  background-color: #00427c !important;
}
.bg-warning {
  background-color: #ffde57 !important;
}
.bg-danger {
  background-color: #00427c !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #00427c !important;
  border-color: #00427c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #b41512 !important;
  border-color: #b41512 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #6e0d0b !important;
  border-color: #6e0d0b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #6e0d0b !important;
  border-color: #6e0d0b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #00427c !important;
  border-color: #00427c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #97cae7 !important;
  border-color: #97cae7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #59aad9 !important;
  border-color: #59aad9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #59aad9 !important;
  border-color: #59aad9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffde57 !important;
  border-color: #ffde57 !important;
  color: #574600 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #574600 !important;
  background-color: #ffcf0b !important;
  border-color: #ffcf0b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #574600 !important;
  background-color: #ffcf0b !important;
  border-color: #ffcf0b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #00427c !important;
  border-color: #00427c !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #001930 !important;
  border-color: #001930 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080;
  background-color: #d9d9d9;
  border-color: #d9d9d9;
}
.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: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #000c16 !important;
  color: #000c16 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #570a09 !important;
  color: #570a09 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #b41512 !important;
  border-color: #b41512 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b41512 !important;
  border-color: #b41512 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #000c16 !important;
  color: #000c16 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #44a0d4 !important;
  color: #44a0d4 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #97cae7 !important;
  border-color: #97cae7 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #97cae7 !important;
  border-color: #97cae7 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #f0c100 !important;
  color: #f0c100 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #574600 !important;
  background-color: #ffde57 !important;
  border-color: #ffde57 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #574600 !important;
  background-color: #ffde57 !important;
  border-color: #ffde57 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #000c16 !important;
  color: #000c16 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00427c !important;
  border-color: #00427c !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !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: #00427c !important;
}
.text-secondary {
  color: #b41512 !important;
}
.text-success {
  color: #97cae7 !important;
}
.text-info {
  color: #00427c !important;
}
.text-warning {
  color: #ffde57 !important;
}
.text-danger {
  color: #00427c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000c16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #570a09 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #44a0d4 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000c16 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f0c100 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000c16 !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: #00427c;
}
.alert-warning {
  background-color: #ffde57;
}
.alert-danger {
  background-color: #00427c;
}
.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 {
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  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: #00427c;
  border-color: #00427c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #00427c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0086fc;
}
.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: #0086fc;
}
.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: #0086fc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'AlegreyaSans-Regular';
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #00427c;
}
/* 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;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form1 .input-group-btn a.btn {
  border-radius: 0 !important;
}
.form1 .input-group-btn button[type="submit"] {
  border-radius: 0 !important;
}
@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: #00427c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #00427c;
}
.up-z-index {
  z-index: 1000 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #00427c;
  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: #00427c;
  border-bottom-color: #00427c;
}
.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: #00427c !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: #b41512 !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='%2300427c' %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-uNNBuDy7V3 {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNNBuDy7V3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNNBuDy7V3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNNBuDy7V3 .container {
    padding: 0 22px;
  }
}
.cid-uNNBuDy7V3 .row {
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 -6px;
}
.cid-uNNBuDy7V3 .row .card {
  padding: 0 6px;
  justify-content: center;
}
.cid-uNNBuDy7V3 .row .title-wrapper {
  position: absolute;
  z-index: 1;
  background-color: #ffffff;
  padding: 24px 80px;
  border-radius: 80px;
  width: fit-content;
}
@media (max-width: 992px) {
  .cid-uNNBuDy7V3 .row .title-wrapper {
    position: static;
    padding: 32px;
    width: 100%;
  }
}
.cid-uNNBuDy7V3 .row .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNNBuDy7V3 .image-wrapper {
  margin-bottom: 12px;
}
.cid-uNNBuDy7V3 .image-wrapper img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNNBuDy7V3 .image-wrapper img {
    height: 350px;
  }
}
.cid-uNNBuDy7V3 .image-wrap {
  margin-bottom: 12px;
}
.cid-uNNBuDy7V3 .image-wrap img {
  height: 560px;
  object-fit: cover;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uNNBuDy7V3 .image-wrap img {
    height: 350px;
  }
}
.cid-uNNBuDy7V3 .content-wrapper {
  padding: 55px 0;
}
@media (max-width: 992px) {
  .cid-uNNBuDy7V3 .content-wrapper {
    padding: 32px 0;
  }
}
.cid-uNNBuDy7V3 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uNNBuDy7V3 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uNNBuDy7V3 .mbr-section-title {
  color: #00427c;
  text-align: center;
}
.cid-uNNBuDy7V3 .mbr-desc {
  color: #000000;
}
.cid-uNNBuDy7V3 .mbr-text {
  color: #000000;
}
.cid-uNNBuDy7V3 .mbr-text,
.cid-uNNBuDy7V3 .mbr-section-btn {
  color: #00427c;
}
.cid-smCHQrGkvg {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCHQrGkvg .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCHQrGkvg .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCHQrGkvg .mbr-list {
  margin: 0;
}
.cid-smCHQrGkvg .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCHQrGkvg .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCHQrGkvg .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCHQrGkvg .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCHQrGkvg .list-inline-item,
.cid-smCHQrGkvg .mbr-list,
.cid-smCHQrGkvg .first-column {
  color: #00427c;
}
.cid-smCKatQS5x .nav-item:focus,
.cid-smCKatQS5x .nav-link:focus {
  outline: none;
}
.cid-smCKatQS5x a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKatQS5x .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKatQS5x .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKatQS5x .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKatQS5x .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKatQS5x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKatQS5x .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKatQS5x .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKatQS5x .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKatQS5x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKatQS5x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKatQS5x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKatQS5x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKatQS5x .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKatQS5x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKatQS5x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKatQS5x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKatQS5x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKatQS5x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKatQS5x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKatQS5x .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKatQS5x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKatQS5x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKatQS5x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKatQS5x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKatQS5x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKatQS5x .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKatQS5x .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKatQS5x .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKatQS5x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKatQS5x .dropdown-item.active,
.cid-smCKatQS5x .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKatQS5x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKatQS5x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKatQS5x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKatQS5x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKatQS5x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKatQS5x .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKatQS5x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKatQS5x .navbar-buttons {
  text-align: center;
}
.cid-smCKatQS5x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKatQS5x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKatQS5x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKatQS5x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKatQS5x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKatQS5x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKatQS5x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKatQS5x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKatQS5x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKatQS5x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKatQS5x .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKatQS5x a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKatQS5x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKatQS5x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKatQS5x .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKatQS5x .nav-link:hover,
.cid-smCKatQS5x .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKatQS5x .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKatQS5x .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKatQS5x .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKatQS5x .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKatQS5x .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKatQS5x .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKatQS5x .dropdown-menu {
    top: 100%;
  }
  .cid-smCKatQS5x .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKatQS5x .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKatQS5x .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKatQS5x .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rUOzP79cAS {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUOzP79cAS .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rUOzP79cAS .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rUOzP79cAS .title {
    width: 100% !important;
  }
}
.cid-rUOzP79cAS .mbr-section-title {
  text-align: left;
  color: #97cae7;
}
.cid-rUOzQiZgUe {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUOzQiZgUe .mbr-text {
  color: #00427c;
}
.cid-smCJ7zXFI6 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCJ7zXFI6 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCJ7zXFI6 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCJ7zXFI6 .mbr-list {
  margin: 0;
}
.cid-smCJ7zXFI6 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCJ7zXFI6 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCJ7zXFI6 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCJ7zXFI6 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCJ7zXFI6 .list-inline-item,
.cid-smCJ7zXFI6 .mbr-list,
.cid-smCJ7zXFI6 .first-column {
  color: #00427c;
}
.cid-smCKCTphy3 .nav-item:focus,
.cid-smCKCTphy3 .nav-link:focus {
  outline: none;
}
.cid-smCKCTphy3 a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKCTphy3 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKCTphy3 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKCTphy3 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKCTphy3 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKCTphy3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKCTphy3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKCTphy3 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKCTphy3 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKCTphy3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKCTphy3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKCTphy3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKCTphy3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKCTphy3 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKCTphy3 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKCTphy3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKCTphy3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKCTphy3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKCTphy3 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKCTphy3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKCTphy3 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKCTphy3 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKCTphy3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKCTphy3 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKCTphy3 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKCTphy3 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKCTphy3 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKCTphy3 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKCTphy3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKCTphy3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKCTphy3 .dropdown-item.active,
.cid-smCKCTphy3 .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKCTphy3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKCTphy3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKCTphy3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKCTphy3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKCTphy3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKCTphy3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKCTphy3 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKCTphy3 .navbar-buttons {
  text-align: center;
}
.cid-smCKCTphy3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKCTphy3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKCTphy3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKCTphy3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKCTphy3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKCTphy3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKCTphy3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKCTphy3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKCTphy3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKCTphy3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKCTphy3 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKCTphy3 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKCTphy3 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKCTphy3 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKCTphy3 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKCTphy3 .nav-link:hover,
.cid-smCKCTphy3 .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKCTphy3 .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKCTphy3 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKCTphy3 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKCTphy3 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKCTphy3 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKCTphy3 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKCTphy3 .dropdown-menu {
    top: 100%;
  }
  .cid-smCKCTphy3 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKCTphy3 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKCTphy3 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKCTphy3 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-rUOw5TOp6C {
  padding-top: 120px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rUOw5TOp6C .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-rUOw5TOp6C .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-rUOw5TOp6C .title {
    width: 100% !important;
  }
}
.cid-rUOw5TOp6C .mbr-section-title {
  color: #97cae7;
  text-align: left;
}
.cid-rUOw4pX6Fv {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rUOw4pX6Fv .mbr-text {
  color: #00427c;
}
.cid-smCJ1X9PAF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCJ1X9PAF .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCJ1X9PAF .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCJ1X9PAF .mbr-list {
  margin: 0;
}
.cid-smCJ1X9PAF .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCJ1X9PAF .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCJ1X9PAF .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCJ1X9PAF .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCJ1X9PAF .list-inline-item,
.cid-smCJ1X9PAF .mbr-list,
.cid-smCJ1X9PAF .first-column {
  color: #00427c;
}
.cid-smCKrlYyjQ .nav-item:focus,
.cid-smCKrlYyjQ .nav-link:focus {
  outline: none;
}
.cid-smCKrlYyjQ a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKrlYyjQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKrlYyjQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKrlYyjQ .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKrlYyjQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKrlYyjQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKrlYyjQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKrlYyjQ .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKrlYyjQ .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKrlYyjQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKrlYyjQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKrlYyjQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKrlYyjQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKrlYyjQ .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKrlYyjQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKrlYyjQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKrlYyjQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKrlYyjQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKrlYyjQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKrlYyjQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKrlYyjQ .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKrlYyjQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKrlYyjQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKrlYyjQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKrlYyjQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKrlYyjQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKrlYyjQ .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKrlYyjQ .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKrlYyjQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKrlYyjQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKrlYyjQ .dropdown-item.active,
.cid-smCKrlYyjQ .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKrlYyjQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKrlYyjQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKrlYyjQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKrlYyjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKrlYyjQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKrlYyjQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKrlYyjQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKrlYyjQ .navbar-buttons {
  text-align: center;
}
.cid-smCKrlYyjQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKrlYyjQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKrlYyjQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKrlYyjQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKrlYyjQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKrlYyjQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKrlYyjQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKrlYyjQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKrlYyjQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKrlYyjQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKrlYyjQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKrlYyjQ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKrlYyjQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKrlYyjQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKrlYyjQ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKrlYyjQ .nav-link:hover,
.cid-smCKrlYyjQ .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKrlYyjQ .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKrlYyjQ .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKrlYyjQ .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKrlYyjQ .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKrlYyjQ .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKrlYyjQ .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKrlYyjQ .dropdown-menu {
    top: 100%;
  }
  .cid-smCKrlYyjQ .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKrlYyjQ .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKrlYyjQ .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKrlYyjQ .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBhUOI1yfL {
  background: #ffffff;
  padding-top: 105px;
  padding-bottom: 45px;
}
.cid-uBhUOI1yfL .image-block {
  position: relative;
  margin: auto;
}
.cid-uBhUOI1yfL .image-block img {
  width: 100%;
}
.cid-uBhUOI1yfL .image-block .img-caption {
  background: #444444;
  width: 100%;
  padding: 1rem 2rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cid-uBhUOI1yfL .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-uBhULj7eAG {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBhULj7eAG .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uBhULj7eAG .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uBhULj7eAG .title {
    width: 100% !important;
  }
}
.cid-uBhULj7eAG .mbr-section-title {
  color: #97cae7;
}
.cid-uBhULj7eAG .mbr-section-subtitle,
.cid-uBhULj7eAG .underline {
  color: #00427c;
}
.cid-uBhUM7SAm4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uBhUM7SAm4 .mbr-text {
  color: #00427c;
}
.cid-sPecxjuxO1 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPecxjuxO1 *:focus {
  outline: none;
}
.cid-sPecxjuxO1 .form-group {
  margin-bottom: 2rem;
}
.cid-sPecxjuxO1 .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #00427c;
  color: #00427c;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sPecxjuxO1 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sPecxjuxO1 .form-control::-webkit-input-placeholder {
  color: #00427c;
}
.cid-sPecxjuxO1 .form-control::-moz-placeholder {
  color: #00427c;
}
.cid-sPecxjuxO1 .form-control:-ms-input-placeholder {
  color: #00427c;
}
.cid-sPecxjuxO1 .form-control:-moz-placeholder {
  color: #00427c;
}
.cid-sPecxjuxO1 input.form-control {
  padding: 1px 0;
}
.cid-sPecxjuxO1 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sPecxjuxO1 .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sPecxjuxO1 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sPecxjuxO1 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sPecxjuxO1 .first-column,
  .cid-sPecxjuxO1 .form-1 {
    text-align: center;
  }
}
.cid-sPecxjuxO1 .form-title,
.cid-sPecxjuxO1 .btn-row {
  color: #97cae7;
  text-align: center;
}
.cid-sPdCbq3OZu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPdCbq3OZu .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #efefef;
  transition: all 0.4s ease-in-out;
}
.cid-sPdCbq3OZu .content-block .mbr-text {
  margin: 0;
}
.cid-sPdCbq3OZu .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-sPdCbq3OZu .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-sPdCbq3OZu .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-sPdCbq3OZu .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-sPdCbq3OZu .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-sPdCbq3OZu h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-sPdCbq3OZu .mbr-section-title {
  color: #fcfaf3;
}
.cid-sPdCbq3OZu .mbr-section-subtitle {
  color: #780345;
}
.cid-smCIxH2WGL {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCIxH2WGL .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCIxH2WGL .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCIxH2WGL .mbr-list {
  margin: 0;
}
.cid-smCIxH2WGL .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCIxH2WGL .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCIxH2WGL .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCIxH2WGL .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCIxH2WGL .list-inline-item,
.cid-smCIxH2WGL .mbr-list,
.cid-smCIxH2WGL .first-column {
  color: #00427c;
}
.cid-smCKfKwRO0 .nav-item:focus,
.cid-smCKfKwRO0 .nav-link:focus {
  outline: none;
}
.cid-smCKfKwRO0 a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKfKwRO0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKfKwRO0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKfKwRO0 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKfKwRO0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKfKwRO0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKfKwRO0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKfKwRO0 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKfKwRO0 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKfKwRO0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKfKwRO0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKfKwRO0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKfKwRO0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKfKwRO0 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKfKwRO0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKfKwRO0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKfKwRO0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKfKwRO0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKfKwRO0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKfKwRO0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKfKwRO0 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKfKwRO0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKfKwRO0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKfKwRO0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKfKwRO0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKfKwRO0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKfKwRO0 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKfKwRO0 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKfKwRO0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKfKwRO0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKfKwRO0 .dropdown-item.active,
.cid-smCKfKwRO0 .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKfKwRO0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKfKwRO0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKfKwRO0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKfKwRO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKfKwRO0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKfKwRO0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKfKwRO0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKfKwRO0 .navbar-buttons {
  text-align: center;
}
.cid-smCKfKwRO0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKfKwRO0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKfKwRO0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKfKwRO0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKfKwRO0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKfKwRO0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKfKwRO0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKfKwRO0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKfKwRO0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKfKwRO0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKfKwRO0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKfKwRO0 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKfKwRO0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKfKwRO0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKfKwRO0 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKfKwRO0 .nav-link:hover,
.cid-smCKfKwRO0 .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKfKwRO0 .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKfKwRO0 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKfKwRO0 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKfKwRO0 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKfKwRO0 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKfKwRO0 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKfKwRO0 .dropdown-menu {
    top: 100%;
  }
  .cid-smCKfKwRO0 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKfKwRO0 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKfKwRO0 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKfKwRO0 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-soD3IPcJ27 {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-soD3IPcJ27 .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-soD3IPcJ27 .mbr-section-title,
.cid-soD3IPcJ27 .mbr-section-subtitle,
.cid-soD3IPcJ27 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-soD3IPcJ27 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-soD3IPcJ27 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-soD3IPcJ27 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-soD3IPcJ27 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-soD3IPcJ27 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-soD3IPcJ27 .icon-focus {
  display: none;
}
.cid-soD3IPcJ27 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-soD3IPcJ27 ul {
  font-size: 0;
}
.cid-soD3IPcJ27 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-soD3IPcJ27 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-soD3IPcJ27 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-soD3IPcJ27 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-soD3IPcJ27 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-soD3IPcJ27 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-soD3IPcJ27 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-soD3IPcJ27 .btn:hover {
  background: transparent !important;
}
.cid-soD3IPcJ27 .btn:hover:before {
  background: transparent !important;
}
.cid-soD3IPcJ27 .btn:before {
  background-color: transparent !important;
}
.cid-soD3IPcJ27 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-soD3IPcJ27 .mbr-section-title {
  color: #97cae7;
}
.cid-soD3IPcJ27 .mbr-section-subtitle,
.cid-soD3IPcJ27 .underline {
  color: #00427c;
}
.cid-sPduvcWByW {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sPduvcWByW .mbr-text {
  color: #00427c;
}
.cid-soD3IQnC9w {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-soD3IQnC9w .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soD3IQnC9w .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-soD3IQnC9w .mbr-list {
  margin: 0;
}
.cid-soD3IQnC9w .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-soD3IQnC9w .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-soD3IQnC9w .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-soD3IQnC9w .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-soD3IQnC9w .list-inline-item,
.cid-soD3IQnC9w .mbr-list,
.cid-soD3IQnC9w .first-column {
  color: #00427c;
}
.cid-soD3IR5SBB .nav-item:focus,
.cid-soD3IR5SBB .nav-link:focus {
  outline: none;
}
.cid-soD3IR5SBB a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-soD3IR5SBB .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-soD3IR5SBB .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-soD3IR5SBB .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-soD3IR5SBB .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-soD3IR5SBB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-soD3IR5SBB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-soD3IR5SBB .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-soD3IR5SBB .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-soD3IR5SBB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-soD3IR5SBB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-soD3IR5SBB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-soD3IR5SBB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-soD3IR5SBB .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-soD3IR5SBB .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-soD3IR5SBB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-soD3IR5SBB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-soD3IR5SBB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-soD3IR5SBB .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-soD3IR5SBB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-soD3IR5SBB .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-soD3IR5SBB .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-soD3IR5SBB .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-soD3IR5SBB .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-soD3IR5SBB .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-soD3IR5SBB .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-soD3IR5SBB .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-soD3IR5SBB .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-soD3IR5SBB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-soD3IR5SBB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-soD3IR5SBB .dropdown-item.active,
.cid-soD3IR5SBB .dropdown-item:active {
  background-color: transparent;
}
.cid-soD3IR5SBB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-soD3IR5SBB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-soD3IR5SBB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-soD3IR5SBB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-soD3IR5SBB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-soD3IR5SBB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soD3IR5SBB ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-soD3IR5SBB .navbar-buttons {
  text-align: center;
}
.cid-soD3IR5SBB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soD3IR5SBB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-soD3IR5SBB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-soD3IR5SBB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-soD3IR5SBB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-soD3IR5SBB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-soD3IR5SBB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soD3IR5SBB nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-soD3IR5SBB nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-soD3IR5SBB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-soD3IR5SBB .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-soD3IR5SBB a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-soD3IR5SBB .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-soD3IR5SBB .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-soD3IR5SBB .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-soD3IR5SBB .nav-link:hover,
.cid-soD3IR5SBB .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-soD3IR5SBB .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-soD3IR5SBB .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-soD3IR5SBB .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-soD3IR5SBB .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-soD3IR5SBB .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-soD3IR5SBB .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-soD3IR5SBB .dropdown-menu {
    top: 100%;
  }
  .cid-soD3IR5SBB .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-soD3IR5SBB .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-soD3IR5SBB .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-soD3IR5SBB .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uu1zNBBpUv {
  padding-top: 135px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uu1zNBBpUv .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uu1zNBBpUv .mbr-section-title,
.cid-uu1zNBBpUv .mbr-section-subtitle,
.cid-uu1zNBBpUv .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uu1zNBBpUv .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uu1zNBBpUv .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uu1zNBBpUv .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uu1zNBBpUv .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uu1zNBBpUv .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uu1zNBBpUv .icon-focus {
  display: none;
}
.cid-uu1zNBBpUv .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uu1zNBBpUv ul {
  font-size: 0;
}
.cid-uu1zNBBpUv .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uu1zNBBpUv .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uu1zNBBpUv .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uu1zNBBpUv .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uu1zNBBpUv .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uu1zNBBpUv .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uu1zNBBpUv .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uu1zNBBpUv .btn:hover {
  background: transparent !important;
}
.cid-uu1zNBBpUv .btn:hover:before {
  background: transparent !important;
}
.cid-uu1zNBBpUv .btn:before {
  background-color: transparent !important;
}
.cid-uu1zNBBpUv .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uu1zNBBpUv .mbr-section-title {
  color: #97cae7;
}
.cid-uu1zNBBpUv .mbr-section-subtitle,
.cid-uu1zNBBpUv .underline {
  color: #00427c;
}
.cid-uu1zNBBpUv .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-sPd9IS4di1 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sPd9IS4di1 .mbr-text {
  color: #00427c;
  text-align: center;
}
.cid-smavwC1gmF {
  padding-top: 60px;
  padding-bottom: 15px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-smavwC1gmF .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-smavwC1gmF .mbr-section-title,
.cid-smavwC1gmF .mbr-section-subtitle,
.cid-smavwC1gmF .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-smavwC1gmF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-smavwC1gmF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-smavwC1gmF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-smavwC1gmF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-smavwC1gmF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-smavwC1gmF .icon-focus {
  display: none;
}
.cid-smavwC1gmF .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-smavwC1gmF ul {
  font-size: 0;
}
.cid-smavwC1gmF .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-smavwC1gmF .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-smavwC1gmF .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-smavwC1gmF .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-smavwC1gmF .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-smavwC1gmF .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-smavwC1gmF .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-smavwC1gmF .btn:hover {
  background: transparent !important;
}
.cid-smavwC1gmF .btn:hover:before {
  background: transparent !important;
}
.cid-smavwC1gmF .btn:before {
  background-color: transparent !important;
}
.cid-smavwC1gmF .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-smavwC1gmF .mbr-section-title {
  color: #97cae7;
}
.cid-smavwC1gmF .mbr-section-subtitle,
.cid-smavwC1gmF .underline {
  color: #00427c;
}
.cid-smavwC1gmF .mbr-gallery-item > div > span {
  color: #ffffff;
}
.cid-uuKOom0ElQ {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uuKOom0ElQ .mbr-text {
  color: #00427c;
  text-align: center;
}
.cid-smCIVNV486 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCIVNV486 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCIVNV486 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCIVNV486 .mbr-list {
  margin: 0;
}
.cid-smCIVNV486 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCIVNV486 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCIVNV486 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCIVNV486 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCIVNV486 .list-inline-item,
.cid-smCIVNV486 .mbr-list,
.cid-smCIVNV486 .first-column {
  color: #00427c;
}
.cid-smCKoQr0wz .nav-item:focus,
.cid-smCKoQr0wz .nav-link:focus {
  outline: none;
}
.cid-smCKoQr0wz a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKoQr0wz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKoQr0wz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKoQr0wz .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKoQr0wz .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKoQr0wz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKoQr0wz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKoQr0wz .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKoQr0wz .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKoQr0wz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKoQr0wz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKoQr0wz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKoQr0wz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKoQr0wz .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKoQr0wz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKoQr0wz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKoQr0wz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKoQr0wz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKoQr0wz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKoQr0wz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKoQr0wz .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKoQr0wz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKoQr0wz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKoQr0wz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKoQr0wz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKoQr0wz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKoQr0wz .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKoQr0wz .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKoQr0wz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKoQr0wz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKoQr0wz .dropdown-item.active,
.cid-smCKoQr0wz .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKoQr0wz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKoQr0wz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKoQr0wz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKoQr0wz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKoQr0wz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKoQr0wz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKoQr0wz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKoQr0wz .navbar-buttons {
  text-align: center;
}
.cid-smCKoQr0wz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKoQr0wz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKoQr0wz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKoQr0wz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKoQr0wz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKoQr0wz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKoQr0wz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKoQr0wz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKoQr0wz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKoQr0wz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKoQr0wz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKoQr0wz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKoQr0wz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKoQr0wz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKoQr0wz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKoQr0wz .nav-link:hover,
.cid-smCKoQr0wz .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKoQr0wz .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKoQr0wz .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKoQr0wz .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKoQr0wz .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKoQr0wz .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKoQr0wz .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKoQr0wz .dropdown-menu {
    top: 100%;
  }
  .cid-smCKoQr0wz .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKoQr0wz .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKoQr0wz .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKoQr0wz .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sPqtn5TzrD {
  padding-top: 135px;
  padding-bottom: 0px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sPqtn5TzrD .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-sPqtn5TzrD .mbr-section-title,
.cid-sPqtn5TzrD .mbr-section-subtitle,
.cid-sPqtn5TzrD .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sPqtn5TzrD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sPqtn5TzrD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sPqtn5TzrD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sPqtn5TzrD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sPqtn5TzrD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sPqtn5TzrD .icon-focus {
  display: none;
}
.cid-sPqtn5TzrD .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sPqtn5TzrD ul {
  font-size: 0;
}
.cid-sPqtn5TzrD .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sPqtn5TzrD .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sPqtn5TzrD .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sPqtn5TzrD .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sPqtn5TzrD .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sPqtn5TzrD .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sPqtn5TzrD .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sPqtn5TzrD .btn:hover {
  background: transparent !important;
}
.cid-sPqtn5TzrD .btn:hover:before {
  background: transparent !important;
}
.cid-sPqtn5TzrD .btn:before {
  background-color: transparent !important;
}
.cid-sPqtn5TzrD .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sPqtn5TzrD .mbr-section-title {
  color: #97cae7;
}
.cid-sPqtn5TzrD .mbr-section-subtitle,
.cid-sPqtn5TzrD .underline {
  color: #00427c;
}
.cid-sPqtn6TsQY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sPqtn6TsQY .mbr-text {
  color: #00427c;
  text-align: center;
}
.cid-sPqtn7k28l {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-sPqtn7k28l .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sPqtn7k28l .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-sPqtn7k28l .mbr-list {
  margin: 0;
}
.cid-sPqtn7k28l .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-sPqtn7k28l .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-sPqtn7k28l .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sPqtn7k28l .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-sPqtn7k28l .list-inline-item,
.cid-sPqtn7k28l .mbr-list,
.cid-sPqtn7k28l .first-column {
  color: #00427c;
}
.cid-sPqtn7Z8CF .nav-item:focus,
.cid-sPqtn7Z8CF .nav-link:focus {
  outline: none;
}
.cid-sPqtn7Z8CF a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-sPqtn7Z8CF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sPqtn7Z8CF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sPqtn7Z8CF .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-sPqtn7Z8CF .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-sPqtn7Z8CF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sPqtn7Z8CF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-sPqtn7Z8CF .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPqtn7Z8CF .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sPqtn7Z8CF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sPqtn7Z8CF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-sPqtn7Z8CF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sPqtn7Z8CF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sPqtn7Z8CF .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-sPqtn7Z8CF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sPqtn7Z8CF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sPqtn7Z8CF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sPqtn7Z8CF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sPqtn7Z8CF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sPqtn7Z8CF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sPqtn7Z8CF .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-sPqtn7Z8CF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-sPqtn7Z8CF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sPqtn7Z8CF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sPqtn7Z8CF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sPqtn7Z8CF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sPqtn7Z8CF .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sPqtn7Z8CF .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-sPqtn7Z8CF .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-sPqtn7Z8CF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sPqtn7Z8CF .dropdown-item.active,
.cid-sPqtn7Z8CF .dropdown-item:active {
  background-color: transparent;
}
.cid-sPqtn7Z8CF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sPqtn7Z8CF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sPqtn7Z8CF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sPqtn7Z8CF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-sPqtn7Z8CF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-sPqtn7Z8CF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sPqtn7Z8CF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sPqtn7Z8CF .navbar-buttons {
  text-align: center;
}
.cid-sPqtn7Z8CF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sPqtn7Z8CF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-sPqtn7Z8CF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sPqtn7Z8CF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sPqtn7Z8CF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sPqtn7Z8CF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sPqtn7Z8CF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPqtn7Z8CF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sPqtn7Z8CF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sPqtn7Z8CF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sPqtn7Z8CF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sPqtn7Z8CF a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-sPqtn7Z8CF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sPqtn7Z8CF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sPqtn7Z8CF .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-sPqtn7Z8CF .nav-link:hover,
.cid-sPqtn7Z8CF .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-sPqtn7Z8CF .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-sPqtn7Z8CF .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-sPqtn7Z8CF .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-sPqtn7Z8CF .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-sPqtn7Z8CF .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-sPqtn7Z8CF .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-sPqtn7Z8CF .dropdown-menu {
    top: 100%;
  }
  .cid-sPqtn7Z8CF .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-sPqtn7Z8CF .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-sPqtn7Z8CF .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-sPqtn7Z8CF .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-t0l6Fgtl09 {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t0l6Fgtl09 .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-t0l6Fgtl09 .mbr-section-title,
.cid-t0l6Fgtl09 .mbr-section-subtitle,
.cid-t0l6Fgtl09 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0l6Fgtl09 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0l6Fgtl09 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0l6Fgtl09 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0l6Fgtl09 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0l6Fgtl09 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t0l6Fgtl09 .icon-focus {
  display: none;
}
.cid-t0l6Fgtl09 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t0l6Fgtl09 ul {
  font-size: 0;
}
.cid-t0l6Fgtl09 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t0l6Fgtl09 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t0l6Fgtl09 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t0l6Fgtl09 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t0l6Fgtl09 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t0l6Fgtl09 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t0l6Fgtl09 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t0l6Fgtl09 .btn:hover {
  background: transparent !important;
}
.cid-t0l6Fgtl09 .btn:hover:before {
  background: transparent !important;
}
.cid-t0l6Fgtl09 .btn:before {
  background-color: transparent !important;
}
.cid-t0l6Fgtl09 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-t0l6Fgtl09 .mbr-section-title {
  color: #97cae7;
}
.cid-t0l6Fgtl09 .mbr-section-subtitle,
.cid-t0l6Fgtl09 .underline {
  color: #00427c;
}
.cid-t0l6Fn3AVs {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-t0l6Fn3AVs .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0l6Fn3AVs .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-t0l6Fn3AVs .mbr-list {
  margin: 0;
}
.cid-t0l6Fn3AVs .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-t0l6Fn3AVs .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-t0l6Fn3AVs .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t0l6Fn3AVs .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-t0l6Fn3AVs .list-inline-item,
.cid-t0l6Fn3AVs .mbr-list,
.cid-t0l6Fn3AVs .first-column {
  color: #00427c;
}
.cid-t0l6FnRQ9D .nav-item:focus,
.cid-t0l6FnRQ9D .nav-link:focus {
  outline: none;
}
.cid-t0l6FnRQ9D a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-t0l6FnRQ9D .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0l6FnRQ9D .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0l6FnRQ9D .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-t0l6FnRQ9D .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0l6FnRQ9D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0l6FnRQ9D .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-t0l6FnRQ9D .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t0l6FnRQ9D .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0l6FnRQ9D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0l6FnRQ9D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-t0l6FnRQ9D .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0l6FnRQ9D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0l6FnRQ9D .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-t0l6FnRQ9D .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0l6FnRQ9D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0l6FnRQ9D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0l6FnRQ9D .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0l6FnRQ9D .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0l6FnRQ9D .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0l6FnRQ9D .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-t0l6FnRQ9D .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t0l6FnRQ9D .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0l6FnRQ9D .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t0l6FnRQ9D .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0l6FnRQ9D .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0l6FnRQ9D .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0l6FnRQ9D .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-t0l6FnRQ9D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-t0l6FnRQ9D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0l6FnRQ9D .dropdown-item.active,
.cid-t0l6FnRQ9D .dropdown-item:active {
  background-color: transparent;
}
.cid-t0l6FnRQ9D .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0l6FnRQ9D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0l6FnRQ9D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0l6FnRQ9D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-t0l6FnRQ9D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-t0l6FnRQ9D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0l6FnRQ9D ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0l6FnRQ9D .navbar-buttons {
  text-align: center;
}
.cid-t0l6FnRQ9D button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0l6FnRQ9D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-t0l6FnRQ9D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0l6FnRQ9D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0l6FnRQ9D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0l6FnRQ9D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0l6FnRQ9D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0l6FnRQ9D nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0l6FnRQ9D nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0l6FnRQ9D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0l6FnRQ9D .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0l6FnRQ9D a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-t0l6FnRQ9D .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0l6FnRQ9D .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t0l6FnRQ9D .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t0l6FnRQ9D .nav-link:hover,
.cid-t0l6FnRQ9D .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-t0l6FnRQ9D .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-t0l6FnRQ9D .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-t0l6FnRQ9D .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-t0l6FnRQ9D .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-t0l6FnRQ9D .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-t0l6FnRQ9D .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-t0l6FnRQ9D .dropdown-menu {
    top: 100%;
  }
  .cid-t0l6FnRQ9D .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-t0l6FnRQ9D .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-t0l6FnRQ9D .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-t0l6FnRQ9D .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uBgINXLGeu {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uBgINXLGeu .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uBgINXLGeu .mbr-section-title,
.cid-uBgINXLGeu .mbr-section-subtitle,
.cid-uBgINXLGeu .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBgINXLGeu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBgINXLGeu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBgINXLGeu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBgINXLGeu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBgINXLGeu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uBgINXLGeu .icon-focus {
  display: none;
}
.cid-uBgINXLGeu .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uBgINXLGeu ul {
  font-size: 0;
}
.cid-uBgINXLGeu .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uBgINXLGeu .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uBgINXLGeu .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uBgINXLGeu .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uBgINXLGeu .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uBgINXLGeu .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uBgINXLGeu .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uBgINXLGeu .btn:hover {
  background: transparent !important;
}
.cid-uBgINXLGeu .btn:hover:before {
  background: transparent !important;
}
.cid-uBgINXLGeu .btn:before {
  background-color: transparent !important;
}
.cid-uBgINXLGeu .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uBgINXLGeu .mbr-section-title {
  color: #97cae7;
}
.cid-uBgINXLGeu .mbr-section-subtitle,
.cid-uBgINXLGeu .underline {
  color: #00427c;
}
.cid-uBgLru7HM1 {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uBgLru7HM1 .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uBgLru7HM1 .mbr-section-title,
.cid-uBgLru7HM1 .mbr-section-subtitle,
.cid-uBgLru7HM1 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uBgLru7HM1 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uBgLru7HM1 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uBgLru7HM1 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uBgLru7HM1 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uBgLru7HM1 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uBgLru7HM1 .icon-focus {
  display: none;
}
.cid-uBgLru7HM1 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uBgLru7HM1 ul {
  font-size: 0;
}
.cid-uBgLru7HM1 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uBgLru7HM1 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uBgLru7HM1 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uBgLru7HM1 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uBgLru7HM1 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uBgLru7HM1 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uBgLru7HM1 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uBgLru7HM1 .btn:hover {
  background: transparent !important;
}
.cid-uBgLru7HM1 .btn:hover:before {
  background: transparent !important;
}
.cid-uBgLru7HM1 .btn:before {
  background-color: transparent !important;
}
.cid-uBgLru7HM1 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uBgLru7HM1 .mbr-section-title {
  color: #97cae7;
}
.cid-uBgLru7HM1 .mbr-section-subtitle,
.cid-uBgLru7HM1 .underline {
  color: #00427c;
}
.cid-t0l7nEh3vJ {
  padding-top: 45px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t0l7nEh3vJ .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-t0l7nEh3vJ .mbr-section-title,
.cid-t0l7nEh3vJ .mbr-section-subtitle,
.cid-t0l7nEh3vJ .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0l7nEh3vJ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0l7nEh3vJ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0l7nEh3vJ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0l7nEh3vJ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0l7nEh3vJ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-t0l7nEh3vJ .icon-focus {
  display: none;
}
.cid-t0l7nEh3vJ .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t0l7nEh3vJ ul {
  font-size: 0;
}
.cid-t0l7nEh3vJ .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t0l7nEh3vJ .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t0l7nEh3vJ .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t0l7nEh3vJ .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t0l7nEh3vJ .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t0l7nEh3vJ .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-t0l7nEh3vJ .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t0l7nEh3vJ .btn:hover {
  background: transparent !important;
}
.cid-t0l7nEh3vJ .btn:hover:before {
  background: transparent !important;
}
.cid-t0l7nEh3vJ .btn:before {
  background-color: transparent !important;
}
.cid-t0l7nEh3vJ .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-t0l7nEh3vJ .mbr-section-subtitle,
.cid-t0l7nEh3vJ .underline {
  color: #00427c;
}
.cid-t0l7nEh3vJ .mbr-section-title {
  color: #97cae7;
}
.cid-t0l7nH39jS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t0l7nH39jS .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-t0l7nH39jS .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-t0l7nH39jS .list-img {
  width: 100px;
}
.cid-t0l7nH39jS .ico2 {
  color: #d9cc9f;
  font-size: 0.2rem;
}
.cid-t0l7nH39jS .btn {
  margin: 0px !important;
}
.cid-t0l7nH39jS .text-box {
  padding: 1rem;
}
.cid-t0l7nH39jS .text-box p {
  margin: 0;
}
.cid-t0l7nH39jS .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-t0l7nH39jS .ico-box p {
  margin: 0;
}
.cid-t0l7nH39jS .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0l7nH39jS .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-t0l7nH39jS .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-t0l7nH39jS .carousel-item .wrap-img {
  text-align: center;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  width: auto;
  height: 500px;
}
.cid-t0l7nH39jS .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-t0l7nH39jS .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 1rem;
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
.cid-t0l7nH39jS .carousel-indicators li {
  display: inline-block;
}
.cid-t0l7nH39jS .carousel-indicators li {
  max-width: 15%;
  max-height: 120px;
  width: 15%;
  height: 120px;
  border-radius: 0;
  opacity: 1;
  background-size: cover;
  border: none;
}
.cid-t0l7nH39jS .carousel-indicators li.active {
  border: 0px;
}
.cid-t0l7nH39jS .li1,
.cid-t0l7nH39jS .carousel-item:nth-child(1) .wrap-img {
  background-image: url("../../../assets/images/am-strand-1-1200x1500.jpg");
}
.cid-t0l7nH39jS .li2,
.cid-t0l7nH39jS .carousel-item:nth-child(2) .wrap-img {
  background-image: url("../../../assets/images/am-strand-5-1200x1500.jpg");
}
.cid-t0l7nH39jS .li3,
.cid-t0l7nH39jS .carousel-item:nth-child(3) .wrap-img {
  background-image: url("../../../assets/images/am-strand-4-1200x1500.jpg");
}
.cid-t0l7nH39jS .li4,
.cid-t0l7nH39jS .carousel-item:nth-child(4) .wrap-img {
  background-image: url("../../../assets/images/am-strand-2-1200x1127.jpg");
}
.cid-t0l7nH39jS .li5,
.cid-t0l7nH39jS .carousel-item:nth-child(5) .wrap-img {
  background-image: url("../../../assets/images/boot-3-1200x1200.jpg");
}
.cid-t0l7nH39jS .li6,
.cid-t0l7nH39jS .carousel-item:nth-child(6) .wrap-img {
  background-image: url("../../../assets/images/boot-4-1200x1200.jpg");
}
@media (max-width: 992px) {
  .cid-t0l7nH39jS .carousel-indicators li {
    max-width: 30%;
    max-height: 120px;
    width: 30%;
    height: 120px;
  }
}
@media (max-width: 576px) {
  .cid-t0l7nH39jS .carousel-indicators li {
    max-width: 30%;
    max-height: 80px;
    width: 30%;
    height: 80px;
  }
}
.cid-t0l7nH39jS .card-title2 {
  color: #97cae7;
}
.cid-t0l7nH39jS .sq {
  color: #767676;
}
.cid-t0l7nH39jS .item {
  color: #767676;
}
.cid-t0l7nH39jS .card-title1 {
  color: #97cae7;
}
.cid-t0l7nILwHl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-t0l7nILwHl .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t0l7nILwHl .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-t0l7nILwHl .mbr-list {
  margin: 0;
}
.cid-t0l7nILwHl .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-t0l7nILwHl .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-t0l7nILwHl .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-t0l7nILwHl .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-t0l7nILwHl .list-inline-item,
.cid-t0l7nILwHl .mbr-list,
.cid-t0l7nILwHl .first-column {
  color: #00427c;
}
.cid-t0l7nK31M8 .nav-item:focus,
.cid-t0l7nK31M8 .nav-link:focus {
  outline: none;
}
.cid-t0l7nK31M8 a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-t0l7nK31M8 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t0l7nK31M8 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t0l7nK31M8 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-t0l7nK31M8 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-t0l7nK31M8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0l7nK31M8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-t0l7nK31M8 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t0l7nK31M8 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t0l7nK31M8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0l7nK31M8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-t0l7nK31M8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t0l7nK31M8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0l7nK31M8 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-t0l7nK31M8 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t0l7nK31M8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0l7nK31M8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0l7nK31M8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t0l7nK31M8 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t0l7nK31M8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0l7nK31M8 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-t0l7nK31M8 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-t0l7nK31M8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t0l7nK31M8 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t0l7nK31M8 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t0l7nK31M8 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t0l7nK31M8 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0l7nK31M8 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-t0l7nK31M8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-t0l7nK31M8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0l7nK31M8 .dropdown-item.active,
.cid-t0l7nK31M8 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0l7nK31M8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0l7nK31M8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0l7nK31M8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0l7nK31M8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-t0l7nK31M8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-t0l7nK31M8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0l7nK31M8 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t0l7nK31M8 .navbar-buttons {
  text-align: center;
}
.cid-t0l7nK31M8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t0l7nK31M8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-t0l7nK31M8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t0l7nK31M8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t0l7nK31M8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t0l7nK31M8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t0l7nK31M8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0l7nK31M8 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t0l7nK31M8 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t0l7nK31M8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t0l7nK31M8 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-t0l7nK31M8 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-t0l7nK31M8 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t0l7nK31M8 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t0l7nK31M8 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-t0l7nK31M8 .nav-link:hover,
.cid-t0l7nK31M8 .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-t0l7nK31M8 .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-t0l7nK31M8 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-t0l7nK31M8 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-t0l7nK31M8 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-t0l7nK31M8 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-t0l7nK31M8 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-t0l7nK31M8 .dropdown-menu {
    top: 100%;
  }
  .cid-t0l7nK31M8 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-t0l7nK31M8 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-t0l7nK31M8 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-t0l7nK31M8 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tjC72sdB1w {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tjC72sdB1w .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-tjC72sdB1w .mbr-section-title,
.cid-tjC72sdB1w .mbr-section-subtitle,
.cid-tjC72sdB1w .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tjC72sdB1w .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tjC72sdB1w .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tjC72sdB1w .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tjC72sdB1w .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tjC72sdB1w .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tjC72sdB1w .icon-focus {
  display: none;
}
.cid-tjC72sdB1w .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tjC72sdB1w ul {
  font-size: 0;
}
.cid-tjC72sdB1w .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tjC72sdB1w .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tjC72sdB1w .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tjC72sdB1w .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tjC72sdB1w .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tjC72sdB1w .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tjC72sdB1w .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tjC72sdB1w .btn:hover {
  background: transparent !important;
}
.cid-tjC72sdB1w .btn:hover:before {
  background: transparent !important;
}
.cid-tjC72sdB1w .btn:before {
  background-color: transparent !important;
}
.cid-tjC72sdB1w .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tjC72sdB1w .mbr-section-title {
  color: #97cae7;
}
.cid-tjC72sdB1w .mbr-section-subtitle,
.cid-tjC72sdB1w .underline {
  color: #00427c;
}
.cid-tjC72u6B1G {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-tjC72u6B1G .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tjC72u6B1G .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-tjC72u6B1G .mbr-list {
  margin: 0;
}
.cid-tjC72u6B1G .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tjC72u6B1G .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tjC72u6B1G .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tjC72u6B1G .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tjC72u6B1G .list-inline-item,
.cid-tjC72u6B1G .mbr-list,
.cid-tjC72u6B1G .first-column {
  color: #00427c;
}
.cid-tjC72uz7lR .nav-item:focus,
.cid-tjC72uz7lR .nav-link:focus {
  outline: none;
}
.cid-tjC72uz7lR a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-tjC72uz7lR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tjC72uz7lR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tjC72uz7lR .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tjC72uz7lR .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tjC72uz7lR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tjC72uz7lR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tjC72uz7lR .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tjC72uz7lR .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tjC72uz7lR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tjC72uz7lR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tjC72uz7lR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tjC72uz7lR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tjC72uz7lR .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tjC72uz7lR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tjC72uz7lR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tjC72uz7lR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tjC72uz7lR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tjC72uz7lR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tjC72uz7lR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tjC72uz7lR .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tjC72uz7lR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tjC72uz7lR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tjC72uz7lR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tjC72uz7lR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tjC72uz7lR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tjC72uz7lR .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tjC72uz7lR .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tjC72uz7lR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tjC72uz7lR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tjC72uz7lR .dropdown-item.active,
.cid-tjC72uz7lR .dropdown-item:active {
  background-color: transparent;
}
.cid-tjC72uz7lR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tjC72uz7lR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tjC72uz7lR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tjC72uz7lR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tjC72uz7lR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tjC72uz7lR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tjC72uz7lR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tjC72uz7lR .navbar-buttons {
  text-align: center;
}
.cid-tjC72uz7lR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tjC72uz7lR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-tjC72uz7lR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tjC72uz7lR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tjC72uz7lR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tjC72uz7lR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tjC72uz7lR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjC72uz7lR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tjC72uz7lR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tjC72uz7lR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tjC72uz7lR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tjC72uz7lR a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tjC72uz7lR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tjC72uz7lR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tjC72uz7lR .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tjC72uz7lR .nav-link:hover,
.cid-tjC72uz7lR .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-tjC72uz7lR .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-tjC72uz7lR .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-tjC72uz7lR .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tjC72uz7lR .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tjC72uz7lR .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tjC72uz7lR .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tjC72uz7lR .dropdown-menu {
    top: 100%;
  }
  .cid-tjC72uz7lR .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tjC72uz7lR .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tjC72uz7lR .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tjC72uz7lR .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-toFgNhW7uK {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #00427c;
}
.cid-toFgNhW7uK .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-toFgNhW7uK .mbr-section-title,
.cid-toFgNhW7uK .mbr-section-subtitle,
.cid-toFgNhW7uK .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toFgNhW7uK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-toFgNhW7uK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-toFgNhW7uK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-toFgNhW7uK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-toFgNhW7uK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-toFgNhW7uK .icon-focus {
  display: none;
}
.cid-toFgNhW7uK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-toFgNhW7uK ul {
  font-size: 0;
}
.cid-toFgNhW7uK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-toFgNhW7uK .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-toFgNhW7uK .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-toFgNhW7uK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-toFgNhW7uK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-toFgNhW7uK .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-toFgNhW7uK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-toFgNhW7uK .btn:hover {
  background: transparent !important;
}
.cid-toFgNhW7uK .btn:hover:before {
  background: transparent !important;
}
.cid-toFgNhW7uK .btn:before {
  background-color: transparent !important;
}
.cid-toFgNhW7uK .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-toFgNhW7uK .mbr-section-title {
  color: #97cae7;
}
.cid-toFgNhW7uK .mbr-section-subtitle,
.cid-toFgNhW7uK .underline {
  color: #ffffff;
}
.cid-toFgNiMIeo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00427c;
}
.cid-toFgNiMIeo .mbr-text {
  color: #ffffff;
}
.cid-toFgNiYlT1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-toFgNiYlT1 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-toFgNiYlT1 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-toFgNiYlT1 .mbr-list {
  margin: 0;
}
.cid-toFgNiYlT1 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-toFgNiYlT1 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-toFgNiYlT1 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-toFgNiYlT1 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-toFgNiYlT1 .list-inline-item,
.cid-toFgNiYlT1 .mbr-list,
.cid-toFgNiYlT1 .first-column {
  color: #00427c;
}
.cid-toFgNjhsKe .nav-item:focus,
.cid-toFgNjhsKe .nav-link:focus {
  outline: none;
}
.cid-toFgNjhsKe a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-toFgNjhsKe .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-toFgNjhsKe .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-toFgNjhsKe .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-toFgNjhsKe .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-toFgNjhsKe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-toFgNjhsKe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-toFgNjhsKe .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-toFgNjhsKe .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-toFgNjhsKe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-toFgNjhsKe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-toFgNjhsKe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-toFgNjhsKe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-toFgNjhsKe .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-toFgNjhsKe .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-toFgNjhsKe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-toFgNjhsKe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-toFgNjhsKe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-toFgNjhsKe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-toFgNjhsKe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-toFgNjhsKe .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-toFgNjhsKe .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-toFgNjhsKe .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-toFgNjhsKe .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-toFgNjhsKe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-toFgNjhsKe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-toFgNjhsKe .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-toFgNjhsKe .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-toFgNjhsKe .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-toFgNjhsKe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-toFgNjhsKe .dropdown-item.active,
.cid-toFgNjhsKe .dropdown-item:active {
  background-color: transparent;
}
.cid-toFgNjhsKe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-toFgNjhsKe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-toFgNjhsKe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-toFgNjhsKe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-toFgNjhsKe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-toFgNjhsKe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-toFgNjhsKe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-toFgNjhsKe .navbar-buttons {
  text-align: center;
}
.cid-toFgNjhsKe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-toFgNjhsKe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-toFgNjhsKe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-toFgNjhsKe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-toFgNjhsKe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-toFgNjhsKe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-toFgNjhsKe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toFgNjhsKe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-toFgNjhsKe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-toFgNjhsKe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-toFgNjhsKe .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-toFgNjhsKe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-toFgNjhsKe .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-toFgNjhsKe .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-toFgNjhsKe .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-toFgNjhsKe .nav-link:hover,
.cid-toFgNjhsKe .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-toFgNjhsKe .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-toFgNjhsKe .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-toFgNjhsKe .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-toFgNjhsKe .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-toFgNjhsKe .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-toFgNjhsKe .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-toFgNjhsKe .dropdown-menu {
    top: 100%;
  }
  .cid-toFgNjhsKe .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-toFgNjhsKe .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-toFgNjhsKe .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-toFgNjhsKe .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-sma2gpPBqI {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-sma2gpPBqI .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-sma2gpPBqI .mbr-section-title,
.cid-sma2gpPBqI .mbr-section-subtitle,
.cid-sma2gpPBqI .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sma2gpPBqI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sma2gpPBqI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sma2gpPBqI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sma2gpPBqI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sma2gpPBqI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sma2gpPBqI .icon-focus {
  display: none;
}
.cid-sma2gpPBqI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-sma2gpPBqI ul {
  font-size: 0;
}
.cid-sma2gpPBqI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-sma2gpPBqI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-sma2gpPBqI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-sma2gpPBqI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-sma2gpPBqI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-sma2gpPBqI .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-sma2gpPBqI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-sma2gpPBqI .btn:hover {
  background: transparent !important;
}
.cid-sma2gpPBqI .btn:hover:before {
  background: transparent !important;
}
.cid-sma2gpPBqI .btn:before {
  background-color: transparent !important;
}
.cid-sma2gpPBqI .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-sma2gpPBqI .mbr-section-title {
  color: #97cae7;
}
.cid-sma2gpPBqI .mbr-section-subtitle,
.cid-sma2gpPBqI .underline {
  color: #00427c;
}
.cid-tK4WtJ8FuD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tK4WtJ8FuD .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tK4WtJ8FuD .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tK4WtJ8FuD .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tK4WtJ8FuD .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tK4WtJ8FuD .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-tK4WtJ8FuD .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tK4WtJ8FuD .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tK4WtJ8FuD .image-element {
    padding: 0 15px;
  }
  .cid-tK4WtJ8FuD .text-element {
    padding: 2rem 1rem;
  }
  .cid-tK4WtJ8FuD .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tK4WtJ8FuD .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tK4WtJ8FuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tK4WtJ8FuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tK4WtJ8FuD .mbr-section-title {
  color: #97cae7;
}
.cid-tK4WtJ8FuD .mbr-section-subtitle,
.cid-tK4WtJ8FuD .underline {
  color: #00427c;
}
.cid-tK4WtJ8FuD .mbr-text,
.cid-tK4WtJ8FuD .mbr-section-btn {
  text-align: center;
  color: #00427c;
}
.cid-tRI0psJzfr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #00427c;
}
.cid-tRI0psJzfr .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-tRI0psJzfr .row {
  background-color: #ffffff;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tRI0psJzfr .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0;
}
.cid-tRI0psJzfr .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tRI0psJzfr .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-tRI0psJzfr .text-element {
  padding: 4rem 1rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tRI0psJzfr .text-element .mbr-text {
  padding: 3rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tRI0psJzfr .image-element {
    padding: 0 15px;
  }
  .cid-tRI0psJzfr .text-element {
    padding: 2rem 1rem;
  }
  .cid-tRI0psJzfr .text-element .mbr-text {
    padding: 1rem;
  }
  .cid-tRI0psJzfr .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cid-tRI0psJzfr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRI0psJzfr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRI0psJzfr .mbr-section-subtitle,
.cid-tRI0psJzfr .underline {
  color: #00427c;
}
.cid-tRI0psJzfr .mbr-section-title {
  color: #97cae7;
}
.cid-tRI0psJzfr .mbr-text,
.cid-tRI0psJzfr .mbr-section-btn {
  color: #00427c;
  text-align: center;
}
.cid-tRI0u75VFP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tRI0u75VFP .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tRI0u75VFP .mbr-text {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tRI0u75VFP .title {
    width: 100% !important;
  }
}
.cid-tRI0u75VFP .mbr-section-title {
  color: #00427c;
}
.cid-tRI0TB0VXy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tRI0TB0VXy .line {
  background-color: #97cae7;
  color: #97cae7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tRI0TB0VXy .mbr-text {
  margin: 0;
  padding: 2rem 0;
  color: #00427c;
}
@media (max-width: 768px) {
  .cid-tRI0TB0VXy .inner-container {
    width: 100% !important;
    padding: 0 15px;
  }
}
.cid-tRI0qQ6ybq {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tRI0qQ6ybq .mbr-text {
  color: #00427c;
}
.cid-smCISy4chk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-smCISy4chk .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-smCISy4chk .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-smCISy4chk .mbr-list {
  margin: 0;
}
.cid-smCISy4chk .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-smCISy4chk .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-smCISy4chk .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-smCISy4chk .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-smCISy4chk .list-inline-item,
.cid-smCISy4chk .mbr-list,
.cid-smCISy4chk .first-column {
  color: #00427c;
}
.cid-smCKmI3ubi .nav-item:focus,
.cid-smCKmI3ubi .nav-link:focus {
  outline: none;
}
.cid-smCKmI3ubi a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-smCKmI3ubi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-smCKmI3ubi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-smCKmI3ubi .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-smCKmI3ubi .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-smCKmI3ubi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-smCKmI3ubi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-smCKmI3ubi .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-smCKmI3ubi .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-smCKmI3ubi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-smCKmI3ubi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-smCKmI3ubi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-smCKmI3ubi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-smCKmI3ubi .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-smCKmI3ubi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-smCKmI3ubi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-smCKmI3ubi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-smCKmI3ubi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-smCKmI3ubi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-smCKmI3ubi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-smCKmI3ubi .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-smCKmI3ubi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-smCKmI3ubi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-smCKmI3ubi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-smCKmI3ubi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-smCKmI3ubi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-smCKmI3ubi .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-smCKmI3ubi .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-smCKmI3ubi .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-smCKmI3ubi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-smCKmI3ubi .dropdown-item.active,
.cid-smCKmI3ubi .dropdown-item:active {
  background-color: transparent;
}
.cid-smCKmI3ubi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-smCKmI3ubi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-smCKmI3ubi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-smCKmI3ubi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-smCKmI3ubi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-smCKmI3ubi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-smCKmI3ubi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-smCKmI3ubi .navbar-buttons {
  text-align: center;
}
.cid-smCKmI3ubi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-smCKmI3ubi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-smCKmI3ubi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-smCKmI3ubi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKmI3ubi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-smCKmI3ubi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-smCKmI3ubi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKmI3ubi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-smCKmI3ubi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-smCKmI3ubi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-smCKmI3ubi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-smCKmI3ubi a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-smCKmI3ubi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-smCKmI3ubi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-smCKmI3ubi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-smCKmI3ubi .nav-link:hover,
.cid-smCKmI3ubi .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-smCKmI3ubi .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-smCKmI3ubi .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-smCKmI3ubi .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-smCKmI3ubi .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-smCKmI3ubi .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-smCKmI3ubi .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-smCKmI3ubi .dropdown-menu {
    top: 100%;
  }
  .cid-smCKmI3ubi .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-smCKmI3ubi .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-smCKmI3ubi .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-smCKmI3ubi .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tRI5gsbWIH {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #00427c;
}
.cid-tRI5gsbWIH .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-tRI5gsbWIH .mbr-section-title,
.cid-tRI5gsbWIH .mbr-section-subtitle,
.cid-tRI5gsbWIH .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRI5gsbWIH .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRI5gsbWIH .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRI5gsbWIH .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRI5gsbWIH .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRI5gsbWIH .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tRI5gsbWIH .icon-focus {
  display: none;
}
.cid-tRI5gsbWIH .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tRI5gsbWIH ul {
  font-size: 0;
}
.cid-tRI5gsbWIH .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tRI5gsbWIH .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tRI5gsbWIH .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tRI5gsbWIH .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tRI5gsbWIH .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tRI5gsbWIH .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tRI5gsbWIH .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tRI5gsbWIH .btn:hover {
  background: transparent !important;
}
.cid-tRI5gsbWIH .btn:hover:before {
  background: transparent !important;
}
.cid-tRI5gsbWIH .btn:before {
  background-color: transparent !important;
}
.cid-tRI5gsbWIH .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tRI5gsbWIH .mbr-section-title {
  color: #97cae7;
}
.cid-tRI5gsbWIH .mbr-section-subtitle,
.cid-tRI5gsbWIH .underline {
  color: #ffffff;
}
.cid-tRI5gt8SNK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #00427c;
}
.cid-tRI5gt8SNK .mbr-text {
  color: #ffffff;
}
.cid-tRI5gtlmmt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-tRI5gtlmmt .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRI5gtlmmt .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-tRI5gtlmmt .mbr-list {
  margin: 0;
}
.cid-tRI5gtlmmt .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tRI5gtlmmt .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tRI5gtlmmt .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tRI5gtlmmt .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tRI5gtlmmt .list-inline-item,
.cid-tRI5gtlmmt .mbr-list,
.cid-tRI5gtlmmt .first-column {
  color: #00427c;
}
.cid-tRI5gtLcoI .nav-item:focus,
.cid-tRI5gtLcoI .nav-link:focus {
  outline: none;
}
.cid-tRI5gtLcoI a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-tRI5gtLcoI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRI5gtLcoI .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRI5gtLcoI .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tRI5gtLcoI .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tRI5gtLcoI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRI5gtLcoI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tRI5gtLcoI .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tRI5gtLcoI .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRI5gtLcoI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRI5gtLcoI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tRI5gtLcoI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRI5gtLcoI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRI5gtLcoI .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tRI5gtLcoI .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRI5gtLcoI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRI5gtLcoI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRI5gtLcoI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRI5gtLcoI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRI5gtLcoI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRI5gtLcoI .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tRI5gtLcoI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tRI5gtLcoI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRI5gtLcoI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRI5gtLcoI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRI5gtLcoI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRI5gtLcoI .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRI5gtLcoI .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tRI5gtLcoI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tRI5gtLcoI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRI5gtLcoI .dropdown-item.active,
.cid-tRI5gtLcoI .dropdown-item:active {
  background-color: transparent;
}
.cid-tRI5gtLcoI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRI5gtLcoI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRI5gtLcoI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRI5gtLcoI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tRI5gtLcoI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tRI5gtLcoI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRI5gtLcoI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRI5gtLcoI .navbar-buttons {
  text-align: center;
}
.cid-tRI5gtLcoI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRI5gtLcoI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-tRI5gtLcoI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRI5gtLcoI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRI5gtLcoI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRI5gtLcoI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRI5gtLcoI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRI5gtLcoI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRI5gtLcoI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRI5gtLcoI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRI5gtLcoI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tRI5gtLcoI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tRI5gtLcoI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRI5gtLcoI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRI5gtLcoI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tRI5gtLcoI .nav-link:hover,
.cid-tRI5gtLcoI .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-tRI5gtLcoI .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-tRI5gtLcoI .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-tRI5gtLcoI .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tRI5gtLcoI .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tRI5gtLcoI .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tRI5gtLcoI .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tRI5gtLcoI .dropdown-menu {
    top: 100%;
  }
  .cid-tRI5gtLcoI .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tRI5gtLcoI .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tRI5gtLcoI .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tRI5gtLcoI .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-tRO1iGgKz7 {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tRO1iGgKz7 .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-tRO1iGgKz7 .mbr-section-title,
.cid-tRO1iGgKz7 .mbr-section-subtitle,
.cid-tRO1iGgKz7 .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tRO1iGgKz7 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRO1iGgKz7 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tRO1iGgKz7 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tRO1iGgKz7 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRO1iGgKz7 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-tRO1iGgKz7 .icon-focus {
  display: none;
}
.cid-tRO1iGgKz7 .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tRO1iGgKz7 ul {
  font-size: 0;
}
.cid-tRO1iGgKz7 .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tRO1iGgKz7 .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tRO1iGgKz7 .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tRO1iGgKz7 .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tRO1iGgKz7 .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tRO1iGgKz7 .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-tRO1iGgKz7 .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tRO1iGgKz7 .btn:hover {
  background: transparent !important;
}
.cid-tRO1iGgKz7 .btn:hover:before {
  background: transparent !important;
}
.cid-tRO1iGgKz7 .btn:before {
  background-color: transparent !important;
}
.cid-tRO1iGgKz7 .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tRO1iGgKz7 .mbr-section-title {
  color: #97cae7;
}
.cid-tRO1iGgKz7 .mbr-section-subtitle,
.cid-tRO1iGgKz7 .underline {
  color: #00427c;
}
.cid-tRO00wEME7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tRO00wEME7 .mbr-text {
  color: #00427c;
}
.cid-tRO00wZ1hS {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-tRO00wZ1hS .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRO00wZ1hS .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-tRO00wZ1hS .mbr-list {
  margin: 0;
}
.cid-tRO00wZ1hS .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-tRO00wZ1hS .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-tRO00wZ1hS .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-tRO00wZ1hS .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-tRO00wZ1hS .list-inline-item,
.cid-tRO00wZ1hS .mbr-list,
.cid-tRO00wZ1hS .first-column {
  color: #00427c;
}
.cid-tRO00xA6D5 .nav-item:focus,
.cid-tRO00xA6D5 .nav-link:focus {
  outline: none;
}
.cid-tRO00xA6D5 a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-tRO00xA6D5 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRO00xA6D5 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRO00xA6D5 .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-tRO00xA6D5 .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-tRO00xA6D5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRO00xA6D5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-tRO00xA6D5 .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tRO00xA6D5 .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRO00xA6D5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRO00xA6D5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-tRO00xA6D5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRO00xA6D5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRO00xA6D5 .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-tRO00xA6D5 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRO00xA6D5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRO00xA6D5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRO00xA6D5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRO00xA6D5 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRO00xA6D5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRO00xA6D5 .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-tRO00xA6D5 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tRO00xA6D5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRO00xA6D5 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRO00xA6D5 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRO00xA6D5 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRO00xA6D5 .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRO00xA6D5 .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-tRO00xA6D5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-tRO00xA6D5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRO00xA6D5 .dropdown-item.active,
.cid-tRO00xA6D5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tRO00xA6D5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRO00xA6D5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRO00xA6D5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRO00xA6D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-tRO00xA6D5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-tRO00xA6D5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tRO00xA6D5 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRO00xA6D5 .navbar-buttons {
  text-align: center;
}
.cid-tRO00xA6D5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRO00xA6D5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-tRO00xA6D5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRO00xA6D5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRO00xA6D5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRO00xA6D5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRO00xA6D5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRO00xA6D5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRO00xA6D5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRO00xA6D5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRO00xA6D5 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tRO00xA6D5 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-tRO00xA6D5 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRO00xA6D5 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRO00xA6D5 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tRO00xA6D5 .nav-link:hover,
.cid-tRO00xA6D5 .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-tRO00xA6D5 .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-tRO00xA6D5 .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-tRO00xA6D5 .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-tRO00xA6D5 .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-tRO00xA6D5 .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-tRO00xA6D5 .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-tRO00xA6D5 .dropdown-menu {
    top: 100%;
  }
  .cid-tRO00xA6D5 .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-tRO00xA6D5 .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-tRO00xA6D5 .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-tRO00xA6D5 .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uu0r7zwirC {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uu0r7zwirC .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uu0r7zwirC .mbr-section-title,
.cid-uu0r7zwirC .mbr-section-subtitle,
.cid-uu0r7zwirC .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uu0r7zwirC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uu0r7zwirC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uu0r7zwirC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uu0r7zwirC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uu0r7zwirC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uu0r7zwirC .icon-focus {
  display: none;
}
.cid-uu0r7zwirC .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uu0r7zwirC ul {
  font-size: 0;
}
.cid-uu0r7zwirC .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uu0r7zwirC .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uu0r7zwirC .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uu0r7zwirC .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uu0r7zwirC .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uu0r7zwirC .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uu0r7zwirC .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uu0r7zwirC .btn:hover {
  background: transparent !important;
}
.cid-uu0r7zwirC .btn:hover:before {
  background: transparent !important;
}
.cid-uu0r7zwirC .btn:before {
  background-color: transparent !important;
}
.cid-uu0r7zwirC .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uu0r7zwirC .mbr-section-title {
  color: #97cae7;
}
.cid-uu0r7zwirC .mbr-section-subtitle,
.cid-uu0r7zwirC .underline {
  color: #00427c;
}
.cid-uu0r7AST1t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uu0r7AST1t .mbr-text {
  color: #00427c;
  text-align: center;
}
.cid-uu0r7BeXoi {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-uu0r7BeXoi .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uu0r7BeXoi .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uu0r7BeXoi .mbr-list {
  margin: 0;
}
.cid-uu0r7BeXoi .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uu0r7BeXoi .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-uu0r7BeXoi .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uu0r7BeXoi .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uu0r7BeXoi .list-inline-item,
.cid-uu0r7BeXoi .mbr-list,
.cid-uu0r7BeXoi .first-column {
  color: #00427c;
}
.cid-uu0r7BJVnC .nav-item:focus,
.cid-uu0r7BJVnC .nav-link:focus {
  outline: none;
}
.cid-uu0r7BJVnC a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-uu0r7BJVnC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uu0r7BJVnC .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uu0r7BJVnC .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uu0r7BJVnC .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uu0r7BJVnC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uu0r7BJVnC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uu0r7BJVnC .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uu0r7BJVnC .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uu0r7BJVnC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uu0r7BJVnC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uu0r7BJVnC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uu0r7BJVnC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uu0r7BJVnC .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uu0r7BJVnC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uu0r7BJVnC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uu0r7BJVnC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uu0r7BJVnC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uu0r7BJVnC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uu0r7BJVnC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uu0r7BJVnC .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uu0r7BJVnC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uu0r7BJVnC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uu0r7BJVnC .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uu0r7BJVnC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uu0r7BJVnC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uu0r7BJVnC .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uu0r7BJVnC .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uu0r7BJVnC .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uu0r7BJVnC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uu0r7BJVnC .dropdown-item.active,
.cid-uu0r7BJVnC .dropdown-item:active {
  background-color: transparent;
}
.cid-uu0r7BJVnC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uu0r7BJVnC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uu0r7BJVnC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uu0r7BJVnC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uu0r7BJVnC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uu0r7BJVnC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uu0r7BJVnC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uu0r7BJVnC .navbar-buttons {
  text-align: center;
}
.cid-uu0r7BJVnC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uu0r7BJVnC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-uu0r7BJVnC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uu0r7BJVnC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uu0r7BJVnC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uu0r7BJVnC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uu0r7BJVnC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uu0r7BJVnC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uu0r7BJVnC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uu0r7BJVnC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uu0r7BJVnC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uu0r7BJVnC a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uu0r7BJVnC .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uu0r7BJVnC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uu0r7BJVnC .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uu0r7BJVnC .nav-link:hover,
.cid-uu0r7BJVnC .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-uu0r7BJVnC .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-uu0r7BJVnC .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-uu0r7BJVnC .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uu0r7BJVnC .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uu0r7BJVnC .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uu0r7BJVnC .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uu0r7BJVnC .dropdown-menu {
    top: 100%;
  }
  .cid-uu0r7BJVnC .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-uu0r7BJVnC .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-uu0r7BJVnC .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uu0r7BJVnC .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uuKNgcOSgI {
  padding-top: 135px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uuKNgcOSgI .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uuKNgcOSgI .mbr-section-title,
.cid-uuKNgcOSgI .mbr-section-subtitle,
.cid-uuKNgcOSgI .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uuKNgcOSgI .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uuKNgcOSgI .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uuKNgcOSgI .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uuKNgcOSgI .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uuKNgcOSgI .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uuKNgcOSgI .icon-focus {
  display: none;
}
.cid-uuKNgcOSgI .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uuKNgcOSgI ul {
  font-size: 0;
}
.cid-uuKNgcOSgI .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uuKNgcOSgI .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uuKNgcOSgI .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uuKNgcOSgI .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uuKNgcOSgI .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uuKNgcOSgI .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uuKNgcOSgI .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uuKNgcOSgI .btn:hover {
  background: transparent !important;
}
.cid-uuKNgcOSgI .btn:hover:before {
  background: transparent !important;
}
.cid-uuKNgcOSgI .btn:before {
  background-color: transparent !important;
}
.cid-uuKNgcOSgI .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uuKNgcOSgI .mbr-section-title {
  color: #97cae7;
}
.cid-uuKNgcOSgI .mbr-section-subtitle,
.cid-uuKNgcOSgI .underline {
  color: #00427c;
}
.cid-uuKNgeAGDt {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-uuKNgeAGDt .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uuKNgeAGDt .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uuKNgeAGDt .mbr-list {
  margin: 0;
}
.cid-uuKNgeAGDt .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uuKNgeAGDt .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-uuKNgeAGDt .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uuKNgeAGDt .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uuKNgeAGDt .list-inline-item,
.cid-uuKNgeAGDt .mbr-list,
.cid-uuKNgeAGDt .first-column {
  color: #00427c;
}
.cid-uuKNgf01Or .nav-item:focus,
.cid-uuKNgf01Or .nav-link:focus {
  outline: none;
}
.cid-uuKNgf01Or a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-uuKNgf01Or .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uuKNgf01Or .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uuKNgf01Or .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uuKNgf01Or .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uuKNgf01Or .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uuKNgf01Or .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uuKNgf01Or .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uuKNgf01Or .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uuKNgf01Or .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uuKNgf01Or .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uuKNgf01Or .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uuKNgf01Or .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uuKNgf01Or .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uuKNgf01Or .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uuKNgf01Or .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uuKNgf01Or .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uuKNgf01Or .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uuKNgf01Or .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uuKNgf01Or .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uuKNgf01Or .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uuKNgf01Or .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uuKNgf01Or .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uuKNgf01Or .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uuKNgf01Or .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uuKNgf01Or .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uuKNgf01Or .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uuKNgf01Or .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uuKNgf01Or .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uuKNgf01Or .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uuKNgf01Or .dropdown-item.active,
.cid-uuKNgf01Or .dropdown-item:active {
  background-color: transparent;
}
.cid-uuKNgf01Or .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uuKNgf01Or .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uuKNgf01Or .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uuKNgf01Or .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uuKNgf01Or .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uuKNgf01Or .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uuKNgf01Or ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uuKNgf01Or .navbar-buttons {
  text-align: center;
}
.cid-uuKNgf01Or button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uuKNgf01Or button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-uuKNgf01Or button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uuKNgf01Or button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uuKNgf01Or button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uuKNgf01Or button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uuKNgf01Or nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuKNgf01Or nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uuKNgf01Or nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uuKNgf01Or nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uuKNgf01Or .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uuKNgf01Or a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uuKNgf01Or .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uuKNgf01Or .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uuKNgf01Or .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uuKNgf01Or .nav-link:hover,
.cid-uuKNgf01Or .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-uuKNgf01Or .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-uuKNgf01Or .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-uuKNgf01Or .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uuKNgf01Or .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uuKNgf01Or .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uuKNgf01Or .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uuKNgf01Or .dropdown-menu {
    top: 100%;
  }
  .cid-uuKNgf01Or .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-uuKNgf01Or .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-uuKNgf01Or .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uuKNgf01Or .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-uOVMHH2rNN {
  padding-top: 135px;
  padding-bottom: 90px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-uOVMHH2rNN .underline .line {
  width: 2rem;
  height: 1px;
  background: #b41512;
  display: inline-block;
}
.cid-uOVMHH2rNN .mbr-section-title,
.cid-uOVMHH2rNN .mbr-section-subtitle,
.cid-uOVMHH2rNN .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uOVMHH2rNN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uOVMHH2rNN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOVMHH2rNN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uOVMHH2rNN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uOVMHH2rNN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uOVMHH2rNN .icon-focus {
  display: none;
}
.cid-uOVMHH2rNN .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-uOVMHH2rNN ul {
  font-size: 0;
}
.cid-uOVMHH2rNN .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-uOVMHH2rNN .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-uOVMHH2rNN .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-uOVMHH2rNN .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-uOVMHH2rNN .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-uOVMHH2rNN .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uOVMHH2rNN .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-uOVMHH2rNN .btn:hover {
  background: transparent !important;
}
.cid-uOVMHH2rNN .btn:hover:before {
  background: transparent !important;
}
.cid-uOVMHH2rNN .btn:before {
  background-color: transparent !important;
}
.cid-uOVMHH2rNN .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-uOVMHH2rNN .mbr-section-title {
  color: #97cae7;
}
.cid-uOVMHH2rNN .mbr-section-subtitle,
.cid-uOVMHH2rNN .underline {
  color: #00427c;
}
.cid-uOVMHJ38XP {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-uOVMHJ38XP .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uOVMHJ38XP .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-uOVMHJ38XP .mbr-list {
  margin: 0;
}
.cid-uOVMHJ38XP .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-uOVMHJ38XP .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-uOVMHJ38XP .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uOVMHJ38XP .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-uOVMHJ38XP .list-inline-item,
.cid-uOVMHJ38XP .mbr-list,
.cid-uOVMHJ38XP .first-column {
  color: #00427c;
}
.cid-uOVMHJntFT .nav-item:focus,
.cid-uOVMHJntFT .nav-link:focus {
  outline: none;
}
.cid-uOVMHJntFT a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-uOVMHJntFT .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uOVMHJntFT .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uOVMHJntFT .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-uOVMHJntFT .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-uOVMHJntFT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOVMHJntFT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-uOVMHJntFT .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uOVMHJntFT .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uOVMHJntFT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOVMHJntFT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-uOVMHJntFT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uOVMHJntFT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOVMHJntFT .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-uOVMHJntFT .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uOVMHJntFT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOVMHJntFT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOVMHJntFT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uOVMHJntFT .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uOVMHJntFT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOVMHJntFT .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-uOVMHJntFT .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-uOVMHJntFT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uOVMHJntFT .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uOVMHJntFT .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uOVMHJntFT .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uOVMHJntFT .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOVMHJntFT .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-uOVMHJntFT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-uOVMHJntFT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOVMHJntFT .dropdown-item.active,
.cid-uOVMHJntFT .dropdown-item:active {
  background-color: transparent;
}
.cid-uOVMHJntFT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOVMHJntFT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOVMHJntFT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOVMHJntFT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-uOVMHJntFT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-uOVMHJntFT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOVMHJntFT ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uOVMHJntFT .navbar-buttons {
  text-align: center;
}
.cid-uOVMHJntFT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uOVMHJntFT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-uOVMHJntFT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uOVMHJntFT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uOVMHJntFT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uOVMHJntFT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uOVMHJntFT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOVMHJntFT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uOVMHJntFT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uOVMHJntFT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uOVMHJntFT .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uOVMHJntFT a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-uOVMHJntFT .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uOVMHJntFT .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uOVMHJntFT .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-uOVMHJntFT .nav-link:hover,
.cid-uOVMHJntFT .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-uOVMHJntFT .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-uOVMHJntFT .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-uOVMHJntFT .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-uOVMHJntFT .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-uOVMHJntFT .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-uOVMHJntFT .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-uOVMHJntFT .dropdown-menu {
    top: 100%;
  }
  .cid-uOVMHJntFT .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-uOVMHJntFT .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-uOVMHJntFT .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-uOVMHJntFT .navbar-short .dropdown-menu {
    top: 100%;
  }
}
.cid-v2jZxCIifa {
  padding-top: 135px;
  padding-bottom: 30px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #00427c;
}
.cid-v2jZxCIifa .underline .line {
  width: 2rem;
  height: 1px;
  background: #cca85c;
  display: inline-block;
}
.cid-v2jZxCIifa .mbr-section-title,
.cid-v2jZxCIifa .mbr-section-subtitle,
.cid-v2jZxCIifa .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v2jZxCIifa .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-v2jZxCIifa .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v2jZxCIifa .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-v2jZxCIifa .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-v2jZxCIifa .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-v2jZxCIifa .icon-focus {
  display: none;
}
.cid-v2jZxCIifa .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-v2jZxCIifa ul {
  font-size: 0;
}
.cid-v2jZxCIifa .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-v2jZxCIifa .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-v2jZxCIifa .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-v2jZxCIifa .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-v2jZxCIifa .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-v2jZxCIifa .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-v2jZxCIifa .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-v2jZxCIifa .btn:hover {
  background: transparent !important;
}
.cid-v2jZxCIifa .btn:hover:before {
  background: transparent !important;
}
.cid-v2jZxCIifa .btn:before {
  background-color: transparent !important;
}
.cid-v2jZxCIifa .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-v2jZxCIifa .mbr-section-title {
  color: #f4f4f6;
}
.cid-v2jZxCIifa .mbr-section-subtitle,
.cid-v2jZxCIifa .underline {
  color: #f4f4f6;
}
.cid-v2jZxDro8V {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v2jZxDro8V .mbr-text {
  color: #00427c;
  text-align: center;
}
.cid-v2jZxDCSB7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #97cae7;
}
.cid-v2jZxDCSB7 .first-column {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2jZxDCSB7 .second-column img {
  object-fit: cover;
  object-position: center center;
  width: 10%;
}
.cid-v2jZxDCSB7 .mbr-list {
  margin: 0;
}
.cid-v2jZxDCSB7 .mbr-list li:not(:last-child) {
  margin-right: 2.5rem;
}
@media (max-width: 991px) {
  .cid-v2jZxDCSB7 .first-column {
    -webkit-justify-content: center;
    justify-content: center;
    padding-bottom: 1rem;
  }
  .cid-v2jZxDCSB7 .second-column {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-v2jZxDCSB7 .mbr-list li:not(:last-child) {
    margin-right: 1rem;
  }
}
.cid-v2jZxDCSB7 .list-inline-item,
.cid-v2jZxDCSB7 .mbr-list,
.cid-v2jZxDCSB7 .first-column {
  color: #00427c;
}
.cid-v2jZxDWe1n .nav-item:focus,
.cid-v2jZxDWe1n .nav-link:focus {
  outline: none;
}
.cid-v2jZxDWe1n a.nav-link:focus {
  color: #97cae7 !important;
}
.cid-v2jZxDWe1n .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-v2jZxDWe1n .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2jZxDWe1n .navbar .dropdown-item {
  padding: .3rem 1.5rem;
}
.cid-v2jZxDWe1n .navbar .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  z-index: 1;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.cid-v2jZxDWe1n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2jZxDWe1n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.1rem);
  }
}
.cid-v2jZxDWe1n .navbar.collapsed .navbar-collapse {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-v2jZxDWe1n .navbar.collapsed .nav-link:hover::before {
  width: 0 !important;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu .dropdown-item {
  border: none !important;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2jZxDWe1n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2jZxDWe1n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .15rem 1.5rem;
  text-align: center;
}
.cid-v2jZxDWe1n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2jZxDWe1n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2jZxDWe1n .navbar .navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
  }
  .cid-v2jZxDWe1n .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2jZxDWe1n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2jZxDWe1n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2jZxDWe1n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2jZxDWe1n .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2jZxDWe1n .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2jZxDWe1n .navbar .dropdown-menu .dropdown-item {
    padding: .15rem 1.5rem;
    text-align: center;
  }
  .cid-v2jZxDWe1n .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-v2jZxDWe1n .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2jZxDWe1n .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2jZxDWe1n .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2jZxDWe1n .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2jZxDWe1n .navbar-brand {
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2jZxDWe1n .navbar-brand .navbar-caption-wrap {
  display: flex;
}
.cid-v2jZxDWe1n .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: normal;
}
.cid-v2jZxDWe1n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2jZxDWe1n .dropdown-item.active,
.cid-v2jZxDWe1n .dropdown-item:active {
  background-color: transparent;
}
.cid-v2jZxDWe1n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2jZxDWe1n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2jZxDWe1n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2jZxDWe1n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
}
.cid-v2jZxDWe1n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 30%;
}
.cid-v2jZxDWe1n .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2jZxDWe1n ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2jZxDWe1n .navbar-buttons {
  text-align: center;
}
.cid-v2jZxDWe1n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2jZxDWe1n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #00427c;
}
.cid-v2jZxDWe1n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2jZxDWe1n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2jZxDWe1n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2jZxDWe1n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2jZxDWe1n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2jZxDWe1n nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2jZxDWe1n nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2jZxDWe1n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2jZxDWe1n .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v2jZxDWe1n a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.cid-v2jZxDWe1n .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2jZxDWe1n .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2jZxDWe1n .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-v2jZxDWe1n .nav-link:hover,
.cid-v2jZxDWe1n .icons-menu .mbr-iconfont:hover {
  color: #97cae7 !important;
}
.cid-v2jZxDWe1n .dropdown-item:hover {
  color: #b41512 !important;
}
.cid-v2jZxDWe1n .nav-item .nav-link::before {
  position: absolute;
  content: '';
  height: 2px;
  bottom: -0.5rem;
  width: 0;
  left: -1rem;
  background: #97cae7;
  transition: width 0.3s ease-in;
}
.cid-v2jZxDWe1n .dropdown-menu {
  padding: 0;
  transition: top .3s;
}
.cid-v2jZxDWe1n .nav-item .nav-link {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  .cid-v2jZxDWe1n .navbar-expand-lg {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .cid-v2jZxDWe1n .nav-link:hover::before {
    width: calc(100% + 2rem);
  }
  .cid-v2jZxDWe1n .dropdown-menu {
    top: 100%;
  }
  .cid-v2jZxDWe1n .dropdown-item {
    border-bottom: 1px solid #b3b3b3;
    box-shadow: 0px 2px 5px #ffffff;
    background: #ffffff !important;
  }
  .cid-v2jZxDWe1n .dropdown-item:hover {
    background: #e6e6e6 !important;
  }
  .cid-v2jZxDWe1n .nav-item.open .nav-link::before {
    left: calc(1.667em - 1rem);
    bottom: 0.538px;
    width: calc(100% - 3.334em + 2rem);
  }
  .cid-v2jZxDWe1n .navbar-short .dropdown-menu {
    top: 100%;
  }
}
