body {
  font-family: EB Garamond;
}
.display-1 {
  font-family: 'EB Garamond', serif;
  font-size: 4.2rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.72rem;
}
.display-2 {
  font-family: 'EB Garamond', serif;
  font-size: 3.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 0.9rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'EB Garamond', serif;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #3d626c !important;
}
.bg-success {
  background-color: #fd5f0f !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #120701 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3d626c !important;
  border-color: #3d626c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #21363b !important;
  border-color: #21363b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #fd5f0f !important;
  border-color: #fd5f0f !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #be4102 !important;
  border-color: #be4102 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #be4102 !important;
  border-color: #be4102 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #120701 !important;
  border-color: #120701 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #18272b;
  color: #18272b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3d626c;
  border-color: #3d626c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3d626c !important;
  border-color: #3d626c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a53801;
  color: #a53801;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #fd5f0f;
  border-color: #fd5f0f;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #fd5f0f !important;
  border-color: #fd5f0f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #120701;
  border-color: #120701;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #120701 !important;
  border-color: #120701 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #3d626c !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #fd5f0f !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #120701 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #18272b !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #a53801 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #120701;
}
.alert-danger {
  background-color: #b1a374;
}
.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: #3d626c;
  border-color: #3d626c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3d626c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #77a5b2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffe6d9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f8aa80;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #3d626c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3d626c;
  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: #3d626c;
  border-bottom-color: #3d626c;
}
.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: #3d626c !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: #ff3366 !important;
  box-shadow: none !important;
}
.btn-white-outline {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-white-outline:before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  transition: all 0.6s ease-in-out;
  top: 0;
  left: -100%;
  z-index: -1;
}
.btn-white-outline:hover {
  background: transparent !important;
  color: #3d626c !important;
}
.btn-white-outline:hover:before {
  left: 0px;
}
.btn-primary-outline {
  margin: 0.3rem !important;
  padding: 0.2rem 0;
  border: none;
  position: relative;
  z-index: 1;
  color: #3d626c !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:active {
  background: transparent;
  color: #3d626c;
}
.btn-primary-outline:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #3d626c;
  position: absolute;
  transition: all 0.6s ease-in-out;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.btn-primary-outline:hover:before {
  width: 0;
}
.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='%233d626c' %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-tHJxRcdUSM .navbar {
  padding: .5rem 0;
  background: #030f40;
  transition: none;
  min-height: 77px;
}
.cid-tHJxRcdUSM .navbar-dropdown.bg-color.transparent.opened {
  background: #030f40;
}
.cid-tHJxRcdUSM a {
  font-style: normal;
}
.cid-tHJxRcdUSM .nav-link {
  font-family: EB Garamond !important;
}
.cid-tHJxRcdUSM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tHJxRcdUSM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tHJxRcdUSM .nav-item:focus,
.cid-tHJxRcdUSM .nav-link:focus {
  outline: none;
}
.cid-tHJxRcdUSM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHJxRcdUSM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tHJxRcdUSM .menu-logo {
  margin-right: auto;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tHJxRcdUSM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tHJxRcdUSM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tHJxRcdUSM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tHJxRcdUSM button.navbar-toggler:focus {
  outline: none;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5f0f;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHJxRcdUSM .dropdown-toggle:after {
  display: none;
}
.cid-tHJxRcdUSM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHJxRcdUSM .collapsed .btn {
  display: -webkit-flex;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tHJxRcdUSM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tHJxRcdUSM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tHJxRcdUSM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tHJxRcdUSM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHJxRcdUSM img {
    height: 3.8rem !important;
  }
  .cid-tHJxRcdUSM .btn {
    display: -webkit-flex;
  }
  .cid-tHJxRcdUSM button.navbar-toggler {
    display: block;
  }
  .cid-tHJxRcdUSM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tHJxRcdUSM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHJxRcdUSM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing,
  .cid-tHJxRcdUSM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tHJxRcdUSM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tHJxRcdUSM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tHJxRcdUSM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tHJxRcdUSM .nav-link,
.cid-tHJxRcdUSM .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tHJxRcdUSM .nav-link:hover,
.cid-tHJxRcdUSM .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-tHIWw8G3kH .modal-body .close {
  background: #1b1b1b;
}
.cid-tHIWw8G3kH .modal-body .close span {
  font-style: normal;
}
.cid-tHIWw8G3kH .carousel-inner > .active,
.cid-tHIWw8G3kH .carousel-inner > .next,
.cid-tHIWw8G3kH .carousel-inner > .prev {
  display: table;
}
.cid-tHIWw8G3kH .carousel-control .icon-next,
.cid-tHIWw8G3kH .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-tHIWw8G3kH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tHIWw8G3kH .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIWw8G3kH .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-tHIWw8G3kH .boxed-slider > div {
  position: relative;
}
.cid-tHIWw8G3kH .container img {
  width: 100%;
}
.cid-tHIWw8G3kH .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-tHIWw8G3kH .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tHIWw8G3kH .mbr-table-cell {
  padding: 0;
}
.cid-tHIWw8G3kH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tHIWw8G3kH .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tHIWw8G3kH .mbr-overlay {
  z-index: 1;
}
.cid-tHIWw8G3kH .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tHIWw8G3kH .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-tHIWw8G3kH .carousel-item .container {
    width: 100%;
  }
}
.cid-tHIWw8G3kH .carousel-item-next.carousel-item-left,
.cid-tHIWw8G3kH .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-tHIWw8G3kH .active.carousel-item-right,
.cid-tHIWw8G3kH .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-tHIWw8G3kH .active.carousel-item-left,
.cid-tHIWw8G3kH .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-tHIWw8G3kH .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-tHIWw8G3kH .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators li.active,
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators li::after,
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-tHIWw8G3kH .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-tHIWw8G3kH .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-tHIWw8G3kH .mbr-slider > .container img {
  width: 100%;
}
.cid-tHIWw8G3kH .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-tHIWw8G3kH .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-tHIWw8G3kH .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tHIWw8G3kH .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-tHIWw8G3kH .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-tHIWw8G3kH .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-tHIWw8G3kH .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-tHIWw8G3kH .full-screen .slider-fullscreen-image.active {
  display: flex;
}
.cid-tHIWw8G3kH .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-tHIWw8G3kH .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-tHIWw8G3kH .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-tHIWw8G3kH .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-tHIWw8G3kH .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-tHIXAZRWsc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-tHIXAZRWsc .back {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: #030f40;
}
.cid-tHIXAZRWsc img {
  width: 100%;
}
.cid-tHIXAZRWsc p {
  margin-top: 6rem;
}
.cid-tHIXAZRWsc .content-wrapper {
  max-width: 750px;
  margin: auto;
  position: relative;
  padding: 0 2rem;
}
.cid-tHIXAZRWsc .content-wrapper {
  padding-top: 6rem;
}
.cid-tHIXAZRWsc h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 6rem;
  bottom: 0;
}
@media (max-width: 1200px) {
  .cid-tHIXAZRWsc .content-wrapper {
    padding-top: 0rem;
  }
  .cid-tHIXAZRWsc p {
    margin-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-tHIXAZRWsc .back {
    width: 100%;
    height: 75%;
  }
  .cid-tHIXAZRWsc .content-wrapper {
    padding: 0 3rem;
    padding-top: 4rem;
  }
  .cid-tHIXAZRWsc p {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tHIXAZRWsc .content-wrapper {
    padding: 0rem;
    padding-top: 4rem;
  }
  .cid-tHIXAZRWsc h4 {
    right: 2rem;
  }
}
.cid-tHIXAZRWsc H3 {
  color: #fd5f0f;
}
.cid-tHIXAZRWsc .mbr-text,
.cid-tHIXAZRWsc .mbr-section-btn {
  color: #ffffff;
}
.cid-tHIXAZRWsc H1 {
  color: #f3f1d8;
}
.cid-tHJ9TGisnl {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #030f40;
}
.cid-tHJ9TGisnl .container-fluid {
  padding: 0 3rem;
}
.cid-tHJ9TGisnl .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-tHJ9TGisnl .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #3d626c, #ff3366);
  display: inline-block;
}
.cid-tHJ9TGisnl .card {
  margin-bottom: 2rem;
}
.cid-tHJ9TGisnl .card-img {
  width: auto !important;
}
.cid-tHJ9TGisnl .card-img .mbr-iconfont {
  color: #fd5f0f;
  font-size: 48px;
  padding-right: 1rem;
  background: linear-gradient(45deg, #fd5f0f, #f3f1d8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tHJ9TGisnl .content-row {
  word-wrap: break-word;
}
.cid-tHJ9TGisnl .media {
  width: initial;
  height: initial;
  margin: initial;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHJ9TGisnl .media .media-body {
  -webkit-flex: none;
  flex: none;
}
.cid-tHJ9TGisnl .mbr-text {
  color: #ffffff;
  margin: 0;
}
.cid-tHJ9TGisnl .card-title {
  color: #fd5f0f;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-tHJ9TGisnl .card-title,
  .cid-tHJ9TGisnl .card-box {
    text-align: left;
  }
  .cid-tHJ9TGisnl .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tHJ9TGisnl .mbr-section-title,
.cid-tHJ9TGisnl .underline {
  color: #e67911;
}
.cid-uImbE2uAYJ {
  height: 675px;
  background-image: url("../../../assets/images/img205.jpg-2000x1414.jpg");
}
.cid-uEs8EghLlu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uEs8EghLlu .mbr-text {
  color: #000000;
}
.cid-uEs8EghLlu h4 {
  text-align: center;
}
.cid-uEs8EghLlu p {
  text-align: center;
}
.cid-uEs8EghLlu .card .card-img {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEs8EghLlu .card:hover .step {
  color: #ffffff;
  border: 0px solid transparent;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEs8EghLlu .card:hover .step:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cid-uEs8EghLlu .step {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  width: 100px;
  height: 100px;
  border: 2px solid #eee;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uEs8EghLlu .step:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition-duration: 0.3s;
  background: linear-gradient(45deg, #00043b, #c30714);
  border-radius: 50%;
}
.cid-uEs8EghLlu .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uEs8EghLlu .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d626c, #ff3366);
  display: inline-block;
}
@media (min-width: 768px) {
  .cid-uEs8EghLlu .mbr-section-title,
  .cid-uEs8EghLlu .underline {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.cid-uEs8EghLlu .card-title,
.cid-uEs8EghLlu .card-img {
  color: #00043b;
}
.cid-uEs8EghLlu .mbr-section-title,
.cid-uEs8EghLlu .underline {
  color: #9f040f;
}
.cid-uEsKpkinl2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uEsKpkinl2 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uEsKpkinl2 .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uEsKpkinl2 .row-element,
.cid-uEsKpkinl2 .image-element {
  padding: 0;
}
.cid-uEsKpkinl2 .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uEsKpkinl2 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uEsKpkinl2 .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uEsKpkinl2 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d626c, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uEsKpkinl2 .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uEsKpkinl2 .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uEsKpkinl2 .text-content {
    padding: 2rem 1rem;
  }
  .cid-uEsKpkinl2 .underline .line {
    height: 2px;
  }
  .cid-uEsKpkinl2 .mbr-title,
  .cid-uEsKpkinl2 .underline,
  .cid-uEsKpkinl2 .mbr-text,
  .cid-uEsKpkinl2 .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uEsKpkinl2 .mbr-title,
.cid-uEsKpkinl2 .underline {
  text-align: center;
  color: #f3420e;
}
.cid-tHJfJIWOIk {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tHJfJIWOIk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tHJfJIWOIk p {
  color: #767676;
  text-align: left;
}
.cid-tHJfJIWOIk .card-box {
  padding-top: 2rem;
}
.cid-tHJfJIWOIk .card-wrapper {
  height: 100%;
}
.cid-tHJfJIWOIk img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-tHJfJIWOIk P {
  text-align: center;
}
.cid-tHJfJIWOIk .card-title {
  text-align: center;
  color: #030f40;
}
.cid-tHJfJIWOIk .card-img {
  position: relative;
}
.cid-tHJfJIWOIk .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-tHJfJIWOIk .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uCY3w2aev0 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uCY3w2aev0 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uCY3w2aev0 p {
  color: #767676;
  text-align: left;
}
.cid-uCY3w2aev0 .card-box {
  padding-top: 2rem;
}
.cid-uCY3w2aev0 .card-wrapper {
  height: 100%;
}
.cid-uCY3w2aev0 img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uCY3w2aev0 P {
  text-align: center;
}
.cid-uCY3w2aev0 .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uCY3w2aev0 .card-img {
  position: relative;
}
.cid-uCY3w2aev0 .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uCY3w2aev0 .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy3vikhUN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy3vikhUN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy3vikhUN p {
  color: #767676;
  text-align: left;
}
.cid-uIy3vikhUN .card-box {
  padding-top: 2rem;
}
.cid-uIy3vikhUN .card-wrapper {
  height: 100%;
}
.cid-uIy3vikhUN img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy3vikhUN P {
  text-align: center;
}
.cid-uIy3vikhUN .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy3vikhUN .card-img {
  position: relative;
}
.cid-uIy3vikhUN .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy3vikhUN .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy3TS9yoG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy3TS9yoG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy3TS9yoG p {
  color: #767676;
  text-align: left;
}
.cid-uIy3TS9yoG .card-box {
  padding-top: 2rem;
}
.cid-uIy3TS9yoG .card-wrapper {
  height: 100%;
}
.cid-uIy3TS9yoG img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy3TS9yoG P {
  text-align: center;
}
.cid-uIy3TS9yoG .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy3TS9yoG .card-img {
  position: relative;
}
.cid-uIy3TS9yoG .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy3TS9yoG .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy4PHtJQu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy4PHtJQu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy4PHtJQu p {
  color: #767676;
  text-align: left;
}
.cid-uIy4PHtJQu .card-box {
  padding-top: 2rem;
}
.cid-uIy4PHtJQu .card-wrapper {
  height: 100%;
}
.cid-uIy4PHtJQu img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy4PHtJQu P {
  text-align: center;
}
.cid-uIy4PHtJQu .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy4PHtJQu .card-img {
  position: relative;
}
.cid-uIy4PHtJQu .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy4PHtJQu .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy5aiKjvN {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy5aiKjvN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy5aiKjvN p {
  color: #767676;
  text-align: left;
}
.cid-uIy5aiKjvN .card-box {
  padding-top: 2rem;
}
.cid-uIy5aiKjvN .card-wrapper {
  height: 100%;
}
.cid-uIy5aiKjvN img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy5aiKjvN P {
  text-align: center;
}
.cid-uIy5aiKjvN .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy5aiKjvN .card-img {
  position: relative;
}
.cid-uIy5aiKjvN .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy5aiKjvN .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy5GBSsRy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy5GBSsRy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy5GBSsRy p {
  color: #767676;
  text-align: left;
}
.cid-uIy5GBSsRy .card-box {
  padding-top: 2rem;
}
.cid-uIy5GBSsRy .card-wrapper {
  height: 100%;
}
.cid-uIy5GBSsRy img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy5GBSsRy P {
  text-align: center;
}
.cid-uIy5GBSsRy .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy5GBSsRy .card-img {
  position: relative;
}
.cid-uIy5GBSsRy .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy5GBSsRy .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy2k1wtDq {
  height: 675px;
  background-image: url("../../../assets/images/img150-2000x1414.jpg");
}
.cid-uIycypn8vx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #020c17;
}
.cid-uIycypn8vx .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-uIycypn8vx .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-uIycypn8vx .row-element,
.cid-uIycypn8vx .image-element {
  padding: 0;
}
.cid-uIycypn8vx .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIycypn8vx .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uIycypn8vx .underline {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
.cid-uIycypn8vx .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(90deg, #3d626c, #ff3366);
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uIycypn8vx .text-content {
    padding: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1499px) {
  .cid-uIycypn8vx .text-content {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uIycypn8vx .text-content {
    padding: 2rem 1rem;
  }
  .cid-uIycypn8vx .underline .line {
    height: 2px;
  }
  .cid-uIycypn8vx .mbr-title,
  .cid-uIycypn8vx .underline,
  .cid-uIycypn8vx .mbr-text,
  .cid-uIycypn8vx .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-uIycypn8vx .mbr-title,
.cid-uIycypn8vx .underline {
  text-align: center;
  color: #f3420e;
}
.cid-uIy7Nm7jkr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy7Nm7jkr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy7Nm7jkr p {
  color: #767676;
  text-align: left;
}
.cid-uIy7Nm7jkr .card-box {
  padding-top: 2rem;
}
.cid-uIy7Nm7jkr .card-wrapper {
  height: 100%;
}
.cid-uIy7Nm7jkr img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy7Nm7jkr P {
  text-align: center;
}
.cid-uIy7Nm7jkr .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy7Nm7jkr .card-img {
  position: relative;
}
.cid-uIy7Nm7jkr .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy7Nm7jkr .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIybTksIzi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIybTksIzi h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIybTksIzi p {
  color: #767676;
  text-align: left;
}
.cid-uIybTksIzi .card-box {
  padding-top: 2rem;
}
.cid-uIybTksIzi .card-wrapper {
  height: 100%;
}
.cid-uIybTksIzi img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIybTksIzi P {
  text-align: center;
}
.cid-uIybTksIzi .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIybTksIzi .card-img {
  position: relative;
}
.cid-uIybTksIzi .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIybTksIzi .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy8IoNNOC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy8IoNNOC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy8IoNNOC p {
  color: #767676;
  text-align: left;
}
.cid-uIy8IoNNOC .card-box {
  padding-top: 2rem;
}
.cid-uIy8IoNNOC .card-wrapper {
  height: 100%;
}
.cid-uIy8IoNNOC img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy8IoNNOC P {
  text-align: center;
}
.cid-uIy8IoNNOC .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy8IoNNOC .card-img {
  position: relative;
}
.cid-uIy8IoNNOC .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy8IoNNOC .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIy9fYifAJ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIy9fYifAJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIy9fYifAJ p {
  color: #767676;
  text-align: left;
}
.cid-uIy9fYifAJ .card-box {
  padding-top: 2rem;
}
.cid-uIy9fYifAJ .card-wrapper {
  height: 100%;
}
.cid-uIy9fYifAJ img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIy9fYifAJ P {
  text-align: center;
}
.cid-uIy9fYifAJ .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIy9fYifAJ .card-img {
  position: relative;
}
.cid-uIy9fYifAJ .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIy9fYifAJ .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIyanDSHqj {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIyanDSHqj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIyanDSHqj p {
  color: #767676;
  text-align: left;
}
.cid-uIyanDSHqj .card-box {
  padding-top: 2rem;
}
.cid-uIyanDSHqj .card-wrapper {
  height: 100%;
}
.cid-uIyanDSHqj img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIyanDSHqj P {
  text-align: center;
}
.cid-uIyanDSHqj .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIyanDSHqj .card-img {
  position: relative;
}
.cid-uIyanDSHqj .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIyanDSHqj .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-uIyaYvlOP5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uIyaYvlOP5 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uIyaYvlOP5 p {
  color: #767676;
  text-align: left;
}
.cid-uIyaYvlOP5 .card-box {
  padding-top: 2rem;
}
.cid-uIyaYvlOP5 .card-wrapper {
  height: 100%;
}
.cid-uIyaYvlOP5 img {
  border-radius: 100%;
  height: 250px;
  width: 250px;
  object-fit: cover;
}
.cid-uIyaYvlOP5 P {
  text-align: center;
}
.cid-uIyaYvlOP5 .card-title {
  text-align: center;
  color: #030f40;
}
.cid-uIyaYvlOP5 .card-img {
  position: relative;
}
.cid-uIyaYvlOP5 .card-icon {
  position: absolute;
  background: #030f40;
  height: 70px;
  width: 70px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.22);
  border-radius: 100%;
  padding: 1rem;
  left: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1rem;
}
.cid-uIyaYvlOP5 .card-icon .mbr-iconfont {
  font-size: 2rem;
  color: #3d626c;
}
.cid-stwQhtsn7U {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #030f40;
}
.cid-stwQhtsn7U .google-map {
  height: 25rem;
  position: relative;
}
.cid-stwQhtsn7U .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-stwQhtsn7U .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-stwQhtsn7U .google-map[data-state] {
  background: #e9e5dc;
}
.cid-stwQhtsn7U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-stwQhtsn7U .text-wrap {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 576px) {
  .cid-stwQhtsn7U .map1 {
    padding-bottom: 2rem;
  }
}
.cid-stwQhtsn7U .mbr-text,
.cid-stwQhtsn7U .sig-img {
  color: #fd5f0f;
}
.cid-stwQhtsn7U .card-title {
  color: #fd5f0f;
}
.cid-tHJxRcdUSM .navbar {
  padding: .5rem 0;
  background: #030f40;
  transition: none;
  min-height: 77px;
}
.cid-tHJxRcdUSM .navbar-dropdown.bg-color.transparent.opened {
  background: #030f40;
}
.cid-tHJxRcdUSM a {
  font-style: normal;
}
.cid-tHJxRcdUSM .nav-link {
  font-family: EB Garamond !important;
}
.cid-tHJxRcdUSM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tHJxRcdUSM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  margin: 0.5rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-tHJxRcdUSM .nav-item:focus,
.cid-tHJxRcdUSM .nav-link:focus {
  outline: none;
}
.cid-tHJxRcdUSM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tHJxRcdUSM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tHJxRcdUSM .menu-logo {
  margin-right: auto;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  font-family: EB Garamond !important;
  color: #3d626c !important;
  padding: 0 .6rem!important;
  border-radius: 0;
  background: #ffffff;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tHJxRcdUSM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tHJxRcdUSM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tHJxRcdUSM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tHJxRcdUSM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tHJxRcdUSM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tHJxRcdUSM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tHJxRcdUSM button.navbar-toggler:focus {
  outline: none;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5f0f;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tHJxRcdUSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tHJxRcdUSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tHJxRcdUSM .dropdown-toggle:after {
  display: none;
}
.cid-tHJxRcdUSM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHJxRcdUSM .collapsed .btn {
  display: -webkit-flex;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tHJxRcdUSM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tHJxRcdUSM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tHJxRcdUSM .collapsed button.navbar-toggler {
  display: block;
}
.cid-tHJxRcdUSM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tHJxRcdUSM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tHJxRcdUSM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tHJxRcdUSM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-tHJxRcdUSM .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHJxRcdUSM img {
    height: 3.8rem !important;
  }
  .cid-tHJxRcdUSM .btn {
    display: -webkit-flex;
  }
  .cid-tHJxRcdUSM button.navbar-toggler {
    display: block;
  }
  .cid-tHJxRcdUSM .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tHJxRcdUSM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tHJxRcdUSM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing,
  .cid-tHJxRcdUSM .navbar-collapse.show {
    display: block !important;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-buttons,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tHJxRcdUSM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tHJxRcdUSM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tHJxRcdUSM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tHJxRcdUSM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-tHJxRcdUSM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tHJxRcdUSM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tHJxRcdUSM .nav-link,
.cid-tHJxRcdUSM .dropdown-item {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
.cid-tHJxRcdUSM .nav-link:hover,
.cid-tHJxRcdUSM .dropdown-item:hover {
  color: #ffffff !important;
  border-bottom: 1px solid currentColor;
}
.cid-stxim6FDiT {
  background-image: url("../../../assets/images/11-riggs-native-long-lasting-eau-de-parfum-for-men.jpg-2000x1143.jpg");
}
.cid-stxiwLdNGZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #030f40;
}
.cid-stxiwLdNGZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.2rem;
}
.cid-stxiwLdNGZ .counter-container ul li {
  margin-bottom: .2rem;
  list-style: none;
}
.cid-stxiwLdNGZ .counter-container ul li:before {
  position: absolute;
  left: 0px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 11px 16px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #767676;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.cid-stxiwLdNGZ .mbr-text {
  color: #767676;
}
@media (min-width: 992px) {
  .cid-stxiwLdNGZ img {
    width: 90%;
  }
}
.cid-stxiwLdNGZ .card-title {
  text-align: center;
  color: #fd5f0f;
}
.cid-stxiwLdNGZ .mbr-text,
.cid-stxiwLdNGZ .mbr-section-btn {
  color: #ffffff;
}
.cid-stxoPDofO6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-stxoPDofO6 .mbr-section-btn {
  margin-top: 5rem;
}
.cid-stxoPDofO6 .row {
  justify-content: center;
}
.cid-stxoPDofO6 .card {
  height: 100%;
  position: relative;
}
.cid-stxoPDofO6 .card:after {
  content: '';
  position: absolute;
  border-radius: 100%;
  z-index: 0;
  bottom: 5px;
  left: 50%;
  right: 50%;
  opacity: 0;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 40px;
  box-shadow: 0 35px 30px 0 rgba(0, 0, 0, 0.35);
}
.cid-stxoPDofO6 .card:hover:after {
  opacity: 0.8;
}
.cid-stxoPDofO6 .card-img {
  height: 400px;
}
.cid-stxoPDofO6 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-stxoPDofO6 .card-wrapper {
  padding: 2rem;
  z-index: 2;
  width: 100%;
  margin: 0;
  height: auto;
}
.cid-stxoPDofO6 .cardbg1 {
  background: #030f40;
}
.cid-stxoPDofO6 .cardbg2 {
  background: #021663;
}
.cid-stxoPDofO6 .cardbg3 {
  background: #030f40;
}
.cid-stxoPDofO6 .cardbg4 {
  background: #021663;
}
@media (min-width: 1400px) {
  .cid-stxoPDofO6 .card-wrapper {
    padding: 8rem 4rem;
  }
}
@media (max-width: 1600px) {
  .cid-stxoPDofO6 .display-2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-stxoPDofO6 .card {
    margin-bottom: 2rem;
  }
}
.cid-stxoPDofO6 .card-text {
  color: #ffffff;
}
.cid-stxoPDofO6 .card-title {
  color: #fd5f0f;
}
.cid-stACHBZITU .google-map {
  height: 34rem;
  position: relative;
}
.cid-stACHBZITU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-stACHBZITU .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-stACHBZITU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-stACHBZITU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
