@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=La+Belle+Aurore:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);





body {
  font-family: Muli;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'La Belle Aurore', handwriting;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #03224c !important;
}
.bg-success {
  background-color: #e1bc26 !important;
}
.bg-info {
  background-color: #ef0000 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #03224c !important;
  border-color: #03224c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000102 !important;
  border-color: #000102 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000102 !important;
  border-color: #000102 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #393536 !important;
  border-color: #393536 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #111010 !important;
  border-color: #111010 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #111010 !important;
  border-color: #111010 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ef0000 !important;
  border-color: #ef0000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #a30000 !important;
  border-color: #a30000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a30000 !important;
  border-color: #a30000 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #e1bc26 !important;
  border-color: #e1bc26 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #a48817 !important;
  border-color: #a48817 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a48817 !important;
  border-color: #a48817 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #03224c;
  border-color: #03224c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #03224c !important;
  border-color: #03224c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #040404;
  color: #040404;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #393536;
  border-color: #393536;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #393536 !important;
  border-color: #393536 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #890000;
  color: #890000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #ef0000;
  border-color: #ef0000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ef0000 !important;
  border-color: #ef0000 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #8d7514;
  color: #8d7514;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #e1bc26;
  border-color: #e1bc26;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e1bc26 !important;
  border-color: #e1bc26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #03224c !important;
}
.text-secondary {
  color: #393536 !important;
}
.text-success {
  color: #e1bc26 !important;
}
.text-info {
  color: #ef0000 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #040404 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #8d7514 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #890000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !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: #ef0000;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #03224c;
  border-color: #03224c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #03224c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3d8cf7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #faf3d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffbcbc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
#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;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #03224c;
  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 {
  -webkit-justify-content: center;
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #03224c;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #03224c;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #03224c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #03224c;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  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;
}
.cid-tpxxBOLkNr .nav-item:focus,
.cid-tpxxBOLkNr .nav-link:focus {
  outline: none;
}
.cid-tpxxBOLkNr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tpxxBOLkNr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tpxxBOLkNr .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tpxxBOLkNr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpxxBOLkNr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpxxBOLkNr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpxxBOLkNr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpxxBOLkNr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpxxBOLkNr .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-tpxxBOLkNr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpxxBOLkNr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tpxxBOLkNr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tpxxBOLkNr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpxxBOLkNr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpxxBOLkNr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpxxBOLkNr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpxxBOLkNr .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-tpxxBOLkNr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpxxBOLkNr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpxxBOLkNr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tpxxBOLkNr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tpxxBOLkNr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tpxxBOLkNr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tpxxBOLkNr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpxxBOLkNr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpxxBOLkNr .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-tpxxBOLkNr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpxxBOLkNr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpxxBOLkNr .dropdown-item.active,
.cid-tpxxBOLkNr .dropdown-item:active {
  background-color: transparent;
}
.cid-tpxxBOLkNr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpxxBOLkNr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpxxBOLkNr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpxxBOLkNr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpxxBOLkNr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpxxBOLkNr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpxxBOLkNr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpxxBOLkNr .navbar-buttons {
  text-align: center;
}
.cid-tpxxBOLkNr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpxxBOLkNr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3760;
}
.cid-tpxxBOLkNr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpxxBOLkNr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpxxBOLkNr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpxxBOLkNr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpxxBOLkNr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpxxBOLkNr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpxxBOLkNr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpxxBOLkNr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpxxBOLkNr .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpxxBOLkNr a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpxxBOLkNr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpxxBOLkNr .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-tpxxBOLkNr .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tpxxBOLkNr .nav-link:hover,
.cid-tpxxBOLkNr .dropdown-item:hover,
.cid-tpxxBOLkNr .icons-menu .mbr-iconfont:hover {
  color: #1e3760 !important;
}
.cid-tq5CNA4AAb {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tq5CNA4AAb .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #03224c;
  text-align: center;
}
.cid-tq5CNA4AAb .mbr-figure {
  width: 100%;
  min-height: 1px;
}
.cid-tq5CNA4AAb .tab-content {
  width: 100%;
}
.cid-tq5CNA4AAb .nav {
  border: none;
}
.cid-tq5CNA4AAb .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tq5CNA4AAb .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #03224c;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #03224c;
}
.cid-tq5CNA4AAb .nav-tabs .nav-link h4 {
  margin: 0;
}
.cid-tq5CNA4AAb .nav-tabs .nav-link:hover {
  border: 1px solid #03224c;
  background-color: #03224c;
  color: #ffffff;
}
.cid-tq5CNA4AAb .nav-tabs .nav-link.active {
  border: 1px solid #03224c;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #03224c;
}
.cid-tq5CNA4AAb .media-container-row > div {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 991px) {
  .cid-tq5CNA4AAb .mbr-figure {
    padding-bottom: 1.5rem;
  }
}
.cid-tpC2Fj2vYD {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpC2Fj2vYD .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #444444;
}
.cid-tpC2Fj2vYD .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #232323;
}
.cid-tpC2Fj2vYD h4 {
  display: flex;
  letter-spacing: 0.03em;
  -webkit-align-items: center;
  align-items: center;
  color: #000000;
}
.cid-tpC2Fj2vYD .panel-text {
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 1.7;
}
.cid-tpC2Fj2vYD .mbr-section-title {
  letter-spacing: 0.1em;
  color: #1e3760;
}
.cid-tpC2Fj2vYD .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #333333;
}
.cid-tpC2Fj2vYD .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-tpC2Fj2vYD .panel-group {
  width: 100%;
}
.cid-tpC2Fj2vYD .content-block {
  -webkit-flex-basis: auto !important;
  flex-basis: auto !important;
}
.cid-tpC2Fj2vYD .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-tpC2Fj2vYD .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tpC2Fj2vYD .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #03224c;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tpC2Fj2vYD .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-tpC2Fj2vYD .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tpC2Fj2vYD .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-tpC2Fj2vYD .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-tpC2Fj2vYD .card .panel-body {
  background: #efefef;
}
.cid-tpC2Fj2vYD .sign {
  color: #000000;
}
.cid-tpC2Fj2vYD .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tpC2Fj2vYD .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tpC2Fj2vYD .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-tpC2Fj2vYD .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tpC2Fj2vYD .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-tpC2Fj2vYD .header-text,
.cid-tpC2Fj2vYD .sign {
  color: #ffffff;
}
.cid-tpCK2RAeFK {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tpCK2RAeFK .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tpCK2RAeFK .card {
  margin-bottom: 2rem;
}
.cid-tpCK2RAeFK .card .card-wrapper {
  height: 100%;
}
.cid-tpCK2RAeFK .card-box {
  padding-top: 2rem;
}
.cid-tpCK2RAeFK .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tpCK2RAeFK .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #1e3760;
}
.cid-tpCK2RAeFK .btn {
  margin: .3rem;
}
.cid-tpI4FR1yWn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tpI4FR1yWn .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.cid-tpI4FR1yWn .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tpI4FR1yWn .card-img {
  margin-bottom: 1rem;
}
.cid-tpI4FR1yWn .card-img span {
  font-size: 60px;
}
.cid-tpI4FR1yWn .mbr-text,
.cid-tpI4FR1yWn .mbr-section-btn {
  color: #1e3760;
}
.cid-tpI2WFBhGi {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tpI2WFBhGi .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
  width: 100%;
}
.cid-tpI2WFBhGi .mbr-section-btn {
  width: 100%;
}
.cid-tpI2WFBhGi .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-tpI2WFBhGi .card {
  padding: 1rem .5rem;
}
.cid-tpI2WFBhGi .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-tpI2WFBhGi .wrap .pie_progress {
  height: inherit;
}
.cid-tpI2WFBhGi .btn {
  margin: 0 !important;
}
@media (max-width: 1199px) {
  .cid-tpI2WFBhGi .main > div {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tpI2WFBhGi h2,
  .cid-tpI2WFBhGi h3 {
    text-align: center !important;
  }
  .cid-tpI2WFBhGi .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tpI2WFBhGi .main > div > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tpI2WFBhGi .second-col {
    padding-top: 1.5rem;
  }
}
.cid-tpI2WFBhGi path {
  stroke: #03224c;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tpI2WFBhGi .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-tpI2WFBhGi P {
  color: #1e3760;
}
.cid-tq6bNLHfAJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tq6bNLHfAJ .signature {
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
  color: #393536;
}
.cid-tq6bNLHfAJ .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tq6bNLHfAJ .card-img {
  margin-bottom: 1rem;
}
.cid-tq6bNLHfAJ .card-img span {
  font-size: 60px;
}
.cid-tq6bNLHfAJ H1 {
  color: #03224c;
}
.cid-tq62q4Rkat {
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-tq62q4Rkat .content-row {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-tq62q4Rkat .card-img span {
  font-size: 80px;
}
.cid-tq62q4Rkat .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-tq62q4Rkat .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-tq62q4Rkat .mbr-section-btn {
  padding: 1rem;
}
.cid-tq62q4Rkat .price-value {
  line-height: 60px;
  margin-top: 11px;
  color: #ffffff;
}
.cid-tq62q4Rkat .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-tq62q4Rkat .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tq62q4Rkat .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-tq62q4Rkat .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-tq62q4Rkat .plan-title {
  color: #fafafa;
  margin: 0px;
  letter-spacing: 0.1em;
}
.cid-tq62q4Rkat .plan-header {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #000517;
  padding: 1rem;
}
.cid-tq62q4Rkat .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #03224c;
}
.cid-tq62q4Rkat .title,
.cid-tq62q4Rkat .card-img {
  text-align: center;
  color: #03224c;
}
.cid-tq62q4Rkat .pricing-row {
  padding-top: 2rem;
}
.cid-tq62q4Rkat UL {
  color: #333333;
}
.cid-tq62q4Rkat .price-figure {
  color: #ffffff;
}
.cid-tq62q4Rkat .price-term B {
  color: #ffffff;
}
.cid-tr4j2Nvfey {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/appelez-moi-pat-tlphone-3-1800x500.png");
}
.cid-tr4j2Nvfey h2,
.cid-tr4j2Nvfey h3,
.cid-tr4j2Nvfey h4,
.cid-tr4j2Nvfey p {
  color: #ffffff;
}
.cid-tr4j2Nvfey .mbr-overlay {
  z-index: -1;
}
.cid-tr4j2Nvfey .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-tr4j2Nvfey .input {
  margin-bottom: 15px;
}
.cid-tr4j2Nvfey .subtext {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
.cid-tr4j2Nvfey .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tr4j2Nvfey .mbr-text {
  color: #767676;
}
.cid-tr4j2Nvfey .form-block {
  padding: 3rem;
  position: relative;
}
.cid-tr4j2Nvfey .form-block .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #03224c;
  opacity: 1;
  z-index: 0;
}
.cid-tr4j2Nvfey .form-block .form-wrap {
  position: relative;
  z-index: 1;
}
.cid-tr4j2Nvfey a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tr4j2Nvfey .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-tr4j2Nvfey .input-group-btn {
  display: block;
  text-align: center;
}
.cid-tr4j2Nvfey .block .form-control {
  padding: 1.07em 1.07em;
}
@media (min-width: 768px) {
  .cid-tr4j2Nvfey .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-tr4j2Nvfey .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tr4j2Nvfey .google-map {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tr4j2Nvfey h2 {
    padding-top: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-tr4j2Nvfey .block-content {
    padding: 0;
  }
  .cid-tr4j2Nvfey .form-block {
    padding: 1rem;
  }
}
.cid-tr4j2Nvfey .mbr-section-title,
.cid-tr4j2Nvfey .mbr-section-btn {
  color: #1e3760;
  text-align: center;
}
.cid-tpxykEG6vm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #393536;
}
@media (max-width: 767px) {
  .cid-tpxykEG6vm .content {
    text-align: center;
  }
  .cid-tpxykEG6vm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpxykEG6vm .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tpxykEG6vm .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tpxykEG6vm .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tpxykEG6vm .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpxykEG6vm .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tpxykEG6vm .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpxykEG6vm .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tpxykEG6vm .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpxykEG6vm .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tpxykEG6vm .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpxykEG6vm .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpxykEG6vm H5 {
  color: #ffffff;
}
.cid-tpxykEG6vm P {
  color: #ffffff;
}
.cid-tpDU2p55Ad .nav-item:focus,
.cid-tpDU2p55Ad .nav-link:focus {
  outline: none;
}
.cid-tpDU2p55Ad .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tpDU2p55Ad .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tpDU2p55Ad .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-tpDU2p55Ad .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tpDU2p55Ad .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tpDU2p55Ad .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tpDU2p55Ad .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tpDU2p55Ad .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tpDU2p55Ad .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-tpDU2p55Ad .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tpDU2p55Ad .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tpDU2p55Ad .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tpDU2p55Ad .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tpDU2p55Ad .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tpDU2p55Ad .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tpDU2p55Ad .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tpDU2p55Ad .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-tpDU2p55Ad .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tpDU2p55Ad .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tpDU2p55Ad .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-tpDU2p55Ad .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
  .cid-tpDU2p55Ad .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tpDU2p55Ad .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tpDU2p55Ad .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tpDU2p55Ad .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tpDU2p55Ad .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-tpDU2p55Ad .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tpDU2p55Ad .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tpDU2p55Ad .dropdown-item.active,
.cid-tpDU2p55Ad .dropdown-item:active {
  background-color: transparent;
}
.cid-tpDU2p55Ad .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tpDU2p55Ad .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tpDU2p55Ad .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tpDU2p55Ad .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tpDU2p55Ad .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tpDU2p55Ad .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tpDU2p55Ad ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tpDU2p55Ad .navbar-buttons {
  text-align: center;
}
.cid-tpDU2p55Ad button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tpDU2p55Ad button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e3760;
}
.cid-tpDU2p55Ad button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tpDU2p55Ad button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tpDU2p55Ad button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tpDU2p55Ad button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tpDU2p55Ad nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpDU2p55Ad nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tpDU2p55Ad nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tpDU2p55Ad nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tpDU2p55Ad .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tpDU2p55Ad a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tpDU2p55Ad .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tpDU2p55Ad .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-tpDU2p55Ad .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-tpDU2p55Ad .nav-link:hover,
.cid-tpDU2p55Ad .dropdown-item:hover,
.cid-tpDU2p55Ad .icons-menu .mbr-iconfont:hover {
  color: #1e3760 !important;
}
.cid-tpDUmYQnfW {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/06.jpg");
}
.cid-tpDUmYQnfW .title {
  margin-bottom: 2rem;
}
.cid-tpDUmYQnfW .mbr-section-subtitle {
  color: #767676;
}
.cid-tpDUmYQnfW a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-tpDUmYQnfW a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-tpDUmYQnfW .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tpDUmYQnfW .input-group-btn {
  display: block;
  text-align: left;
}
.cid-tpDUmYQnfW h2 {
  color: #444;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-tpDUmYQnfW h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-tpDUmYQnfW .mbr-form input,
.cid-tpDUmYQnfW textarea {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-tpDUmYQnfW h4 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-tpDUmYQnfW .soc-item {
  display: -webkit-flex;
}
.cid-tpDUmYQnfW .soc-item span {
  padding-right: 1rem;
}
.cid-tpDUmYQnfW .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-tpDUmYQnfW .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-tpDUmYQnfW .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tpDUmYQnfW .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tpDUmYQnfW .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-tpDUmYQnfW .mbr-section-title {
    text-align: center;
  }
  .cid-tpDUmYQnfW .mbr-section-subtitle {
    text-align: center;
  }
  .cid-tpDUmYQnfW .input-group-btn {
    text-align: center;
  }
  .cid-tpDUmYQnfW .social-list {
    text-align: center;
  }
}
.cid-tpDUmYQnfW H2 {
  color: #1e3760;
}
.cid-tpDU2s0kNT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #073b4c;
}
@media (max-width: 767px) {
  .cid-tpDU2s0kNT .content {
    text-align: center;
  }
  .cid-tpDU2s0kNT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tpDU2s0kNT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tpDU2s0kNT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tpDU2s0kNT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-tpDU2s0kNT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tpDU2s0kNT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-tpDU2s0kNT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tpDU2s0kNT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-tpDU2s0kNT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tpDU2s0kNT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tpDU2s0kNT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tpDU2s0kNT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tpDU2s0kNT H5 {
  color: #ffffff;
}
.cid-tpDU2s0kNT P {
  color: #ffffff;
}
