body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Roboto Slab', serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Roboto Slab', serif;
  font-size: 2.9rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.64rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Merriweather', serif;
  font-size: 0.9rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.32rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.665rem + (2.9 - 1.665) * ((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: 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))));
  }
}
/* 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: #ddeef4 !important;
}
.bg-success {
  background-color: #0b5d78 !important;
}
.bg-info {
  background-color: #fdcb00 !important;
}
.bg-warning {
  background-color: #ff9529 !important;
}
.bg-danger {
  background-color: #660656 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ddeef4 !important;
  border-color: #ddeef4 !important;
  color: #33839f !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #33839f !important;
  background-color: #a3d1e1 !important;
  border-color: #a3d1e1 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #33839f !important;
  background-color: #a3d1e1 !important;
  border-color: #a3d1e1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b90000 !important;
  border-color: #b90000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b90000 !important;
  border-color: #b90000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #fdcb00 !important;
  border-color: #fdcb00 !important;
  color: #000000 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #000000 !important;
  background-color: #b18e00 !important;
  border-color: #b18e00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #b18e00 !important;
  border-color: #b18e00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #0b5d78 !important;
  border-color: #0b5d78 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #052732 !important;
  border-color: #052732 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #052732 !important;
  border-color: #052732 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9529 !important;
  border-color: #ff9529 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #dc6f00 !important;
  border-color: #dc6f00 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc6f00 !important;
  border-color: #dc6f00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #660656 !important;
  border-color: #660656 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1e0219 !important;
  border-color: #1e0219 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e0219 !important;
  border-color: #1e0219 !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: #90c7db;
  color: #90c7db;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #33839f;
  background-color: #ddeef4;
  border-color: #ddeef4;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #33839f !important;
  background-color: #ddeef4 !important;
  border-color: #ddeef4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a00000;
  color: #a00000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff0707;
  border-color: #ff0707;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0707 !important;
  border-color: #ff0707 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #977900;
  color: #977900;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000;
  background-color: #fdcb00;
  border-color: #fdcb00;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #000000 !important;
  background-color: #fdcb00 !important;
  border-color: #fdcb00 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #02151b;
  color: #02151b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #0b5d78;
  border-color: #0b5d78;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0b5d78 !important;
  border-color: #0b5d78 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c26200;
  color: #c26200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #ff9529;
  border-color: #ff9529;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9529 !important;
  border-color: #ff9529 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #060005;
  color: #060005;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #660656;
  border-color: #660656;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #660656 !important;
  border-color: #660656 !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: #ddeef4 !important;
}
.text-secondary {
  color: #ff0707 !important;
}
.text-success {
  color: #0b5d78 !important;
}
.text-info {
  color: #fdcb00 !important;
}
.text-warning {
  color: #ff9529 !important;
}
.text-danger {
  color: #660656 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #90c7db !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #a00000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #02151b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #977900 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c26200 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #060005 !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: #fdcb00;
}
.alert-warning {
  background-color: #ff9529;
}
.alert-danger {
  background-color: #660656;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ddeef4;
  border-color: #ddeef4;
  color: #3a93b2;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ddeef4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #19b6ea;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fff5ca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffaf5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #de0dbc;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ddeef4;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ddeef4;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ddeef4;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ddeef4;
  color: #000000;
}
.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: #ddeef4;
  border-bottom-color: #ddeef4;
}
.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: #000000 !important;
  background-color: #ddeef4 !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: #ff0707 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ddeef4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0IGP8rPRS {
  overflow: hidden;
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #0d1226;
}
.cid-t0IGP8rPRS .position {
  z-index: 10;
}
.cid-t0IGP8rPRS .mbr-section-subtitle {
  margin: 10px 0 15px;
  line-height: 1.55;
}
.cid-t0IGP8rPRS .mbr-section-title {
  margin-bottom: 0;
}
.cid-t0IGP8rPRS .mbr-text {
  margin-top: 30px;
}
.cid-t0IGP8rPRS .mbr-section-btn {
  margin-top: 30px;
}
.cid-t0IGP8rPRS .info__block {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}
.cid-t0IGP8rPRS .divider {
  background-color: #191f23;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.cid-t0IGP8rPRS .info__block-item {
  width: 130px;
  padding-top: 25px;
  margin-right: 25px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-t0IGP8rPRS .info__block-item {
    margin-right: 10px;
  }
}
.cid-t0IGP8rPRS .title__item,
.cid-t0IGP8rPRS .text__item {
  margin-bottom: 0;
}
.cid-t0IGP8rPRS .text__item {
  line-height: 1.35;
  text-align: left;
}
.cid-t0IGP8rPRS .animated-element {
  color: #ff9529;
}
.cid-t0IGP8rPRS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff9529;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tEldBdWoFV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tEldBdWoFV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tEldBdWoFV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tEldBdWoFV.mbr-fullscreen {
  padding: 0 !important;
}
.cid-tEldBdWoFV .container-fluid {
  padding: 0 !important;
}
.cid-tEldBdWoFV img {
  width: 100%;
  object-fit: cover;
  max-height: 100vh;
}
.cid-taZZVEYXMZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f1eeee;
}
.cid-taZZVEYXMZ .container {
  max-width: 1312px;
}
.cid-taZZVEYXMZ img,
.cid-taZZVEYXMZ .item-img {
  transition: transform 3s, filter 0.5s;
  overflow: hidden;
  height: 100%;
  height: 336px;
  object-fit: cover;
}
.cid-taZZVEYXMZ .img-filter {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #7F5F5D;
  opacity: 0;
  transition: 0.5s all;
  pointer-events: none;
}
.cid-taZZVEYXMZ .item:focus,
.cid-taZZVEYXMZ span:focus {
  outline: none;
}
.cid-taZZVEYXMZ .item-wrapper {
  position: relative;
}
.cid-taZZVEYXMZ .slide-content {
  position: relative;
  background: #080d2d;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-taZZVEYXMZ .slide-content:hover .img-filter {
  opacity: 0.6;
  z-index: 1;
}
.cid-taZZVEYXMZ .slide-content:hover img {
  transform: scale3d(1.2, 1.2, 1);
  filter: saturate(0);
}
.cid-taZZVEYXMZ .slide-content .item-content {
  display: grid;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 1.25rem;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}
.cid-taZZVEYXMZ .slide-content .item-content {
  padding: 1.5rem;
}
.cid-taZZVEYXMZ .mbr-section-btn {
  margin-top: auto !important;
  padding-top: 0.9rem !important;
}
.cid-taZZVEYXMZ .mbr-section-head {
  margin-bottom: 3.25rem;
}
.cid-taZZVEYXMZ .section-title-container .btn {
  padding: 0.75rem 2.5rem;
}
.cid-taZZVEYXMZ .section-title-container .btn-info-outline:hover {
  background-color: #f0edeb !important;
}
.cid-taZZVEYXMZ .mbr-section-title {
  color: #232323;
  text-align: right;
}
.cid-taZZVEYXMZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-taZZVEYXMZ .mbr-text {
  color: #ffffff;
  width: 100%;
}
.cid-taZZVEYXMZ .item-title-container {
  width: 100%;
}
.cid-taZZVEYXMZ .item-title {
  color: #ffffff;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.cid-taZZVEYXMZ .item-title span {
  background-color: #ffffff;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 2em;
  line-height: inherit;
  font-size: inherit;
}
.cid-taZZVEYXMZ .item-subtitle {
  color: #ffffff;
  width: 100%;
}
.cid-taZZVEYXMZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 405px;
  max-width: 405px;
}
@media (max-width: 768px) {
  .cid-taZZVEYXMZ .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-taZZVEYXMZ .embla__button--next,
.cid-taZZVEYXMZ .embla__button--prev {
  display: flex;
}
.cid-taZZVEYXMZ .embla__button-container {
  display: flex;
  flex-wrap: nowrap;
  width: 144px;
  margin-left: auto;
  margin-right: 1rem;
  padding-top: 3rem;
}
@media (max-width: 768px) {
  .cid-taZZVEYXMZ .embla__button-container {
    margin-right: auto;
  }
}
.cid-taZZVEYXMZ .embla__button {
  display: flex;
  width: 64px;
  height: 64px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #ddeef4;
  border: 1px solid #ddeef4;
  border-radius: 50%;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-taZZVEYXMZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-taZZVEYXMZ .embla__button.embla__button--prev {
  margin-right: auto;
}
.cid-taZZVEYXMZ .embla__button.embla__button--next {
  margin-left: auto;
}
.cid-taZZVEYXMZ .embla {
  position: relative;
  width: 100%;
}
.cid-taZZVEYXMZ .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-taZZVEYXMZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-taZZVEYXMZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-taZZVEYXMZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t6bvhH0QkN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-t6bvhH0QkN .row {
  align-items: center;
}
.cid-t6bvhH0QkN .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-t6bvhH0QkN .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-t6bvhH0QkN .header-text {
    margin-bottom: 20px;
  }
}
.cid-t6bvhH0QkN .mbr-section-title {
  width: 100%;
  color: #0e237b;
  margin-bottom: 8px;
}
.cid-t6bvhH0QkN .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
#custom-html-dl {
  /* Type valid CSS here */
}
#custom-html-dl div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dl p {
  font-size: 40px;
  color: #777;
}
#custom-html-dl h1 {
  font-style: open sans;
  font-size: 40px;
}
.cid-tHII3TXxq0 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHII3TXxq0 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tHII3TXxq0 .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tHII3TXxq0 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHII3TXxq0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHII3TXxq0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tHIIpoINIa {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-tHIIpoINIa .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
.cid-tHIIpoINIa .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 5px 10px 13px 10px;
  margin: 0;
  min-width: 118px;
  border-radius: 2px;
  max-width: 100%;
}
.cid-tHIIpoINIa .number {
  font-style: normal;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -2px;
  font-size: 55px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
.cid-tHIIpoINIa .period {
  display: block;
  padding-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cid-tHIIpoINIa .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: block;
  font-size: 55px;
  height: 83%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-tHIIpoINIa .countdown-cont {
  background: linear-gradient(45deg, #080d2d, #3e4d6b);
  max-width: 700px;
  border-radius: 3px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tHIIpoINIa .dot {
    display: none;
  }
  .cid-tHIIpoINIa .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
    max-width: 25%;
    flex: 0 0 25%;
  }
  .cid-tHIIpoINIa .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 576px) {
  .cid-tHIIpoINIa .row {
    flex-wrap: nowrap;
  }
  .cid-tHIIpoINIa .number {
    white-space: nowrap;
  }
}
@media (max-width: 440px) {
  .cid-tHIIpoINIa .number {
    font-size: 30px;
  }
  .cid-tHIIpoINIa .period {
    font-size: 0.8rem;
  }
}
@media (max-width: 300px) {
  .cid-tHIIpoINIa .number {
    font-size: 20px;
  }
  .cid-tHIIpoINIa .period {
    font-size: 0.6rem;
  }
}
.cid-tHIIpoINIa H4 {
  text-align: center;
  color: #62ff49;
}
.cid-tHIIpoINIa H5 {
  text-align: center;
  color: #efefef;
}
.cid-tHIHZuia6K {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tHIHZuia6K .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
  background: linear-gradient(0deg, #5cc3ee 0%, #5d91ef 29%, #5e5ef0 50%, #947be1 73%, #ca97d2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-tHIHZuia6K .mbr-section-subtitle {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tHIHZuia6K .mbr-section-btn {
  margin-top: 30px;
}
.cid-tHIHZuia6K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tHIHZuia6K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t04YotJXCv {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-t04YotJXCv .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-t04YotJXCv .team-card:hover {
  transform: translateY(-10px);
}
.cid-t04YotJXCv .card-wrap {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #efefef;
}
@media (max-width: 991px) {
  .cid-t04YotJXCv .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-t04YotJXCv .card-wrap .image-wrap img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-t04YotJXCv .card-wrap .content-wrap {
  padding: 1rem;
}
.cid-t04YotJXCv .card-text {
  padding-bottom: 1rem;
}
.cid-t04YotJXCv .social-row {
  text-align: center;
}
.cid-t04YotJXCv .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 12px;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.8rem;
  background: #403f83;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.cid-t04YotJXCv .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-t04YotJXCv .social-row .soc-item:hover {
  background: #ffffff;
  border: 2px solid #403f83;
}
.cid-t04YotJXCv .social-row .soc-item:hover .mbr-iconfont {
  color: #403f83;
}
.cid-t04YotJXCv .card-title,
.cid-t04YotJXCv .social-row {
  color: #000000;
}
.cid-t04YotJXCv .mbr-role,
.cid-t04YotJXCv .social-row {
  color: #000000;
}
.cid-t04YotJXCv .card-text,
.cid-t04YotJXCv .mbr-section-btn,
.cid-t04YotJXCv .social-row {
  color: #232323;
}
.cid-t03mZL3YUg {
  padding-top: 120px;
  padding-bottom: 120px;
}
.cid-t03mZL3YUg .mbr-subtitle {
  color: #ffffff;
  font-weight: 800;
}
.cid-t03mZL3YUg .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-t03mZL3YUg .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.cid-t03mZL3YUg .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-t03mZL3YUg .mbr-section-text {
  line-height: 1.5;
  margin-top: 10px;
  color: #6d7a8c;
}
.cid-t03mZL3YUg .timelines-container {
  margin-top: 60px;
}
.cid-t03mZL3YUg .timelines-container .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-date-panel .time-line-date-content .mbr-figure img {
  border-radius: 4px;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.04);
}
.cid-t03mZL3YUg .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #130947;
  font-weight: 700;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .date .display-7 {
  font-size: 20px;
  line-height: 1;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .iconBackground {
  position: absolute;
  left: 41%;
  width: 12px;
  height: 12px;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background-color: #1e36d5;
  font-size: 30px;
  display: inline-block;
  top: 0px;
  margin-left: -5px;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content {
  margin-left: 2rem;
  text-align: left;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #130947;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  margin: 0 0 25px;
  line-height: 1.5;
  color: #6d7a8c;
  font-weight: 400;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .display-5 {
  line-height: 1.09;
  font-size: 22px;
  letter-spacing: -0.5px;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .display-7 {
  font-size: 16px;
  line-height: 1.5;
}
.cid-t03mZL3YUg .container-fluid {
  padding: 0 2rem;
}
.cid-t03mZL3YUg .separline:before,
.cid-t03mZL3YUg .first-separline:before {
  top: 0rem;
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: calc(100% + 3rem);
}
.cid-t03mZL3YUg .separline:after {
  top: calc(100% + 3.1rem);
  bottom: 0;
  position: absolute;
  content: '';
  width: 4px;
  background-color: #ffffff;
  left: calc(41% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-t03mZL3YUg .container-fluid {
    padding: 0 1rem;
  }
  .cid-t03mZL3YUg .iconBackground {
    left: -9px !important;
    top: 33px;
  }
  .cid-t03mZL3YUg .separline:before,
  .cid-t03mZL3YUg .first-separline:before {
    left: -10px !important;
  }
  .cid-t03mZL3YUg .separline:after {
    left: -10px !important;
    top: calc(102.4%);
  }
  .cid-t03mZL3YUg .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-t03mZL3YUg .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-t03mZL3YUg .time-line-date-content p {
    float: left !important;
  }
  .cid-t03mZL3YUg .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
  .cid-t03mZL3YUg .timelines-container .timeline-element .date .mbr-timeline-date {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.cid-t03mZL3YUg .reverseTimeline {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .mbr-timeline-title {
  color: #ffffff;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .timeline-text-content .mbr-timeline-text {
  color: #ffffff;
}
.cid-t03mZL3YUg .timelines-container .timeline-element .date .mbr-timeline-date {
  color: #ffffff;
}
.cid-t8aWo5hMyu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/conference28-1920.jpg");
}
.cid-t8aWo5hMyu .title__block {
  margin-bottom: 40px;
}
.cid-t8aWo5hMyu .mbr-text {
  margin-bottom: 0;
}
.cid-t8aWo5hMyu .carousel-item {
  justify-content: center;
}
.cid-t8aWo5hMyu .carousel-control-prev {
  left: -8%;
  justify-content: flex-start !important;
  width: 10%;
}
.cid-t8aWo5hMyu .carousel-control-next {
  justify-content: flex-end !important;
  right: -8%;
  width: 10%;
}
.cid-t8aWo5hMyu .carousel-controls a span {
  width: 56px;
  height: 56px;
  line-height: 36px;
  font-size: 18px;
  position: absolute;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(25, 31, 35, 0.3);
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}
.cid-t8aWo5hMyu .carousel-controls a:hover span {
  background: rgba(25, 31, 35, 0.6);
}
.cid-t8aWo5hMyu .user_image {
  display: flex;
  width: 100%;
  height: 540px;
  margin: auto;
  perspective: 900px;
}
.cid-t8aWo5hMyu .user_image img {
  transition: transform 0.5s;
  width: 100%;
  height: 95%;
  object-fit: cover;
  border-radius: 6px;
}
.cid-t8aWo5hMyu .user_image img:hover {
  transform: rotateX(-3deg);
}
@media (max-width: 1350px) {
  .cid-t8aWo5hMyu .user {
    max-width: 87%;
  }
  .cid-t8aWo5hMyu .carousel-control-prev {
    justify-content: center !important;
    left: -3%;
  }
  .cid-t8aWo5hMyu .carousel-control-next {
    justify-content: center !important;
    right: -3%;
  }
}
@media (max-width: 991px) {
  .cid-t8aWo5hMyu .user {
    max-width: 100%;
  }
  .cid-t8aWo5hMyu .carousel-control-prev {
    left: -5%;
  }
  .cid-t8aWo5hMyu .carousel-control-next {
    right: -5%;
  }
  .cid-t8aWo5hMyu .user_image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cid-t8aWo5hMyu .title__block {
    margin-bottom: 20px;
  }
  .cid-t8aWo5hMyu .carousel-controls {
    display: none;
  }
}
.cid-tfrFsD4Evb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tfrFsD4Evb .row {
  align-items: center;
}
.cid-tfrFsD4Evb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tfrFsD4Evb .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tfrFsD4Evb .header-text {
    margin-bottom: 20px;
  }
}
.cid-tfrFsD4Evb .mbr-section-title {
  width: 100%;
  color: #0e237b;
  margin-bottom: 8px;
}
.cid-tfrFsD4Evb .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
#custom-html-g9 {
  /* Type valid CSS here */
}
#custom-html-g9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-g9 p {
  font-size: 60px;
  color: #777;
}
.cid-t03eBoVlDt {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t03eBoVlDt img {
  width: 100%;
  filter: grayscale(1);
}
.cid-t03eBoVlDt .text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.cid-t03eBoVlDt .block-timeline {
  display: flex;
}
.cid-t03eBoVlDt .image-wrap {
  padding: 0rem;
  padding-right: 2rem;
}
.cid-t03eBoVlDt .mbr-timeline-title {
  color: #ffffff;
  margin-bottom: 0.9rem;
}
.cid-t03eBoVlDt .inner-date {
  padding: 1rem 1.5rem;
  background-color: #c1f7d5;
}
.cid-t03eBoVlDt .date-block {
  margin-right: 0.6rem;
}
.cid-t03eBoVlDt .mbr-date-block {
  margin-bottom: 0rem;
}
.cid-t03eBoVlDt .mbr-timeline-text {
  color: #ffffff;
  margin-bottom: 1.7rem;
}
.cid-t03eBoVlDt .mbr-timeline-date {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 0rem;
}
.cid-t03eBoVlDt .mbr-section-subtitle {
  color: #121f6d;
  text-align: center;
  font-weight: 300;
}
.cid-t03eBoVlDt .timeline-text-content {
  display: flex;
  background: #080d2d;
  transition: all 0.4s;
}
.cid-t03eBoVlDt .month-block {
  font-weight: 700;
}
.cid-t03eBoVlDt .timeline-element {
  margin-bottom: 30px;
  justify-content: center;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-t03eBoVlDt .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.4s;
}
.cid-t03eBoVlDt .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-t03eBoVlDt .reverse .timeline-text-content {
  margin-right: 0;
}
.cid-t03eBoVlDt .bottom-date {
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.cid-t03eBoVlDt .mbr-timeline-location {
  margin-bottom: 0rem;
  font-weight: 700;
}
.cid-t03eBoVlDt .location {
  display: flex;
  align-items: center;
}
.cid-t03eBoVlDt .mbr-iconfont {
  font-size: 16px;
  color: #c1f7d5;
}
.cid-t03eBoVlDt .iconsBackground {
  margin-right: 0.8rem;
}
.cid-t03eBoVlDt .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
@media (max-width: 767px) {
  .cid-t03eBoVlDt .date-block {
    display: none;
  }
  .cid-t03eBoVlDt .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-t03eBoVlDt .image-wrap {
    padding-right: 0rem;
  }
  .cid-t03eBoVlDt .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
  .cid-t03eBoVlDt .block-timeline {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-t03eBoVlDt .timeline-text-content {
    flex-direction: column;
    padding: 1rem;
  }
  .cid-t03eBoVlDt .image-wrap {
    padding-right: 0rem;
  }
  .cid-t03eBoVlDt .text-block {
    padding: 2rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-t03eBoVlDt .timeline-text-content {
    padding: 1.9rem;
  }
}
@media (min-width: 767px) {
  .cid-t03eBoVlDt .block-timeline {
    padding: 0;
  }
}
.cid-t5slfVcuTY {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-t5slfVcuTY .display-4 > .mbr-iconfont {
  font-size: 16px;
}
.cid-t5slfVcuTY .mbr-section-title {
  margin-bottom: 56px;
}
.cid-t5slfVcuTY .shadow {
  border-radius: 30px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
}
.cid-t5slfVcuTY .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t5slfVcuTY .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}
.cid-t5slfVcuTY .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t5slfVcuTY .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t5slfVcuTY .shadow:hover .mbr-iconfont,
.cid-t5slfVcuTY .shadow:hover .number,
.cid-t5slfVcuTY .shadow:hover .card-title {
  color: #fdcb00 !important;
}
.cid-t5slfVcuTY .shadow:hover .inner {
  transform: scale(1.1);
}
.cid-t5slfVcuTY .card-title {
  margin-bottom: 10px;
  transition: 0.35s;
  color: #0e237b;
  text-align: center;
}
.cid-t5slfVcuTY span,
.cid-t5slfVcuTY .number {
  transition: 0.35s;
}
.cid-t5slfVcuTY .card-text {
  margin-bottom: 32px;
  color: #8c8c95;
}
@media (max-width: 990px) {
  .cid-t5slfVcuTY .card-wrapper {
    padding: 60px 30px 40px;
  }
}
@media (max-width: 574px) {
  .cid-t5slfVcuTY .card-wrapper {
    padding: 60px 30px 40px;
  }
}
.cid-t5slfVcuTY H3 {
  color: #14142b;
  text-align: center;
}
.cid-t5slfVcuTY .card-wrapper {
  border-radius: 0 0 30px 30px;
  background-color: #ffffff;
  padding: 37px 32px 43px;
  transform: translate(0px, 0px);
}
.cid-t5slfVcuTY .mbr-iconfont {
  transition: 0.3s;
  margin-right: 5px;
}
.cid-t5slfVcuTY .link-title {
  display: inline-block;
}
.cid-t5slfVcuTY .episode {
  color: #ffffff;
}
.cid-t5slfVcuTY .img-title {
  color: #ffffff;
}
.cid-t5slfVcuTY .margin {
  margin-right: 14px;
}
.cid-t5slfVcuTY .button-align {
  margin-top: 56px;
  text-align: center;
}
.cid-t5slfVcuTY .mbr-section-btn {
  width: auto;
  display: block;
}
.cid-t5slfVcuTY .title-block {
  margin-bottom: 32px;
  align-items: center;
}
.cid-t5slfVcuTY a.btn {
  display: inline-flex;
}
@media (max-width: 550px) {
  .cid-t5slfVcuTY .title-block {
    flex-direction: column;
  }
  .cid-t5slfVcuTY .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t5slfVcuTY .card-wrapper {
    padding: 24px 25px 34px 25px;
  }
}
.cid-t5slfVcuTY .item.features-image {
  margin-top: 30px;
}
.cid-t5slfVcuTY .item.features-image:nth-child(1) {
  margin-top: 0px;
}
.cid-t5slfVcuTY .item.features-image:nth-child(2) {
  margin-top: 0px;
}
.cid-t5slfVcuTY .item.features-image:nth-child(3) {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cid-t5slfVcuTY .item.features-image:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  .cid-t5slfVcuTY .item.features-image:nth-child(3) {
    margin-top: 30px;
  }
}
.cid-t5slfVcuTY .mbr-section-subtitle {
  text-align: center;
}
.cid-t8mEWm6Mgb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-t8mEWm6Mgb .google-map {
  height: 30rem;
  position: relative;
}
.cid-t8mEWm6Mgb .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-t8mEWm6Mgb .google-map [data-state-details] {
  color: #6b6763;
  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-t8mEWm6Mgb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t8mEWm6Mgb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sneuK3BiFI {
  background: #ffffff;
}
.cid-sneuK3BiFI .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sneuK3BiFI .mbr-figure {
  margin: 0 auto;
}
.cid-sneuK3BiFI figcaption {
  position: relative;
}
.cid-sneuK3BiFI figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sneuK3BiFI .image-block {
    width: 100% !important;
  }
}
.cid-t9p7wl8VS4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-t9p7wl8VS4 .container-fluid {
    padding: 0;
  }
  .cid-t9p7wl8VS4 .text-wrapper {
    max-width: 700px;
    padding: 0 6rem;
  }
  .cid-t9p7wl8VS4 .mbr-section-title {
    margin-left: -3rem;
  }
}
.cid-t9p7wl8VS4 .row {
  align-items: center;
}
.cid-t9p7wl8VS4 .animate__fadeInUp:before {
  background: #ffffff;
}
.cid-t9p7wl8VS4 .mbr-text,
.cid-t9p7wl8VS4 .mbr-section-btn {
  color: #161734;
}
.cid-t9p7wl8VS4 .mbr-section-title {
  color: #161734;
  text-align: center;
}
.cid-t9q7d8iDvb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9q7d8iDvb img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-t9q7d8iDvb .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-t9q7d8iDvb .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-t9q7d8iDvb .brand:hover {
  transform: translate(0px, -4px);
}
.cid-t9q7d8iDvb .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-t9q7d8iDvb .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-t9q7d8iDvb .row-main {
    flex-direction: column;
  }
  .cid-t9q7d8iDvb .col-auto {
    margin-bottom: 10px;
  }
  .cid-t9q7d8iDvb .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-t9q992XHGn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t9q992XHGn img {
  width: 100%;
  display: inline-block;
  padding: 0;
  max-width: 200px;
}
.cid-t9q992XHGn .mbr-section-subtitle {
  margin-right: 30px;
  color: #000000;
}
.cid-t9q992XHGn .brand {
  display: flex;
  transition: color 300ms ease;
  transition-property: transform, -webkit-transform;
  justify-content: center;
}
.cid-t9q992XHGn .brand:hover {
  transform: translate(0px, -4px);
}
.cid-t9q992XHGn .brand-row {
  justify-content: space-between;
  align-items: center;
}
.cid-t9q992XHGn .row-main {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 460px) {
  .cid-t9q992XHGn .row-main {
    flex-direction: column;
  }
  .cid-t9q992XHGn .col-auto {
    margin-bottom: 10px;
  }
  .cid-t9q992XHGn .mbr-section-subtitle {
    margin-right: 0;
  }
}
.cid-tcBSDurGvF {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tcBSDurGvF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tcBSDurGvF .row {
  flex-direction: row-reverse;
}
.cid-tcBSDurGvF img {
  width: 100%;
}
.cid-tcBSDurGvF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcBSDurGvF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t02ZGrOGuD {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-t02ZGrOGuD .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-t02ZGrOGuD .social-list a:focus {
  text-decoration: none;
}
.cid-t02ZGrOGuD H2 {
  color: #ffffff;
}
.cid-t5xpMh453X.popup-builder {
  background-color: #ffffff;
}
.cid-t5xpMh453X.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t5xpMh453X.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t5xpMh453X .modal-content,
.cid-t5xpMh453X .modal-dialog {
  height: auto;
}
.cid-t5xpMh453X .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t5xpMh453X .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t5xpMh453X .form-wrapper .mbr-form .form-group,
  .cid-t5xpMh453X .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t5xpMh453X .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t5xpMh453X .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t5xpMh453X .mbr-text {
  text-align: center;
}
.cid-t5xpMh453X .pt-0 {
  padding-top: 0 !important;
}
.cid-t5xpMh453X .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t5xpMh453X .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t5xpMh453X .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t5xpMh453X .modal-open {
  overflow: hidden;
}
.cid-t5xpMh453X .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t5xpMh453X .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t5xpMh453X .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t5xpMh453X .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t5xpMh453X .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t5xpMh453X .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t5xpMh453X .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t5xpMh453X .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t5xpMh453X .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t5xpMh453X .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t5xpMh453X .modal-backdrop.fade {
  opacity: 0;
}
.cid-t5xpMh453X .modal-backdrop.show {
  opacity: .5;
}
.cid-t5xpMh453X .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t5xpMh453X .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t5xpMh453X .modal-header {
    padding: 1rem;
  }
}
.cid-t5xpMh453X .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t5xpMh453X .modal-header .close svg {
  fill: #353535;
}
.cid-t5xpMh453X .modal-header .close:hover {
  opacity: 1;
}
.cid-t5xpMh453X .modal-header .close:focus {
  outline: none;
}
.cid-t5xpMh453X .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t5xpMh453X .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t5xpMh453X .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5xpMh453X .modal-body {
    padding: 1rem;
  }
}
.cid-t5xpMh453X .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t5xpMh453X .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t5xpMh453X .modal-footer {
    padding: 1rem;
  }
}
.cid-t5xpMh453X .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t5xpMh453X .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t5xpMh453X .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t5xpMh453X .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t5xpMh453X .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t5xpMh453X .modal-lg,
  .cid-t5xpMh453X .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t5xpMh453X .modal-xl {
    max-width: 1140px;
  }
}
.cid-t5xpMh453X .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t5xpMh453X .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t5xpMh453X .form-group {
  margin-bottom: 1rem;
}
.cid-t5xpMh453X .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t5xpMh453X .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t5xpMh453X .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t5xpMh453X .mbr-section-btn {
  margin: 0;
}
.cid-t5xpMh453X .mbr-section-btn .btn {
  margin: 0;
}
.cid-t16YhEY8Hb.popup-builder {
  background-color: #ffffff;
}
.cid-t16YhEY8Hb.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-t16YhEY8Hb.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-t16YhEY8Hb .modal-content,
.cid-t16YhEY8Hb .modal-dialog {
  height: auto;
}
.cid-t16YhEY8Hb .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-t16YhEY8Hb .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-t16YhEY8Hb .form-wrapper .mbr-form .form-group,
  .cid-t16YhEY8Hb .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-t16YhEY8Hb .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-t16YhEY8Hb .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t16YhEY8Hb .mbr-text {
  text-align: right;
}
.cid-t16YhEY8Hb .pt-0 {
  padding-top: 0 !important;
}
.cid-t16YhEY8Hb .pb-0 {
  padding-bottom: 0 !important;
}
.cid-t16YhEY8Hb .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-t16YhEY8Hb .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-t16YhEY8Hb .modal-open {
  overflow: hidden;
}
.cid-t16YhEY8Hb .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-t16YhEY8Hb .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-t16YhEY8Hb .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-t16YhEY8Hb .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-t16YhEY8Hb .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-t16YhEY8Hb .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-t16YhEY8Hb .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-t16YhEY8Hb .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-t16YhEY8Hb .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-t16YhEY8Hb .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-t16YhEY8Hb .modal-backdrop.fade {
  opacity: 0;
}
.cid-t16YhEY8Hb .modal-backdrop.show {
  opacity: .5;
}
.cid-t16YhEY8Hb .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-t16YhEY8Hb .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-t16YhEY8Hb .modal-header {
    padding: 1rem;
  }
}
.cid-t16YhEY8Hb .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-t16YhEY8Hb .modal-header .close svg {
  fill: #353535;
}
.cid-t16YhEY8Hb .modal-header .close:hover {
  opacity: 1;
}
.cid-t16YhEY8Hb .modal-header .close:focus {
  outline: none;
}
.cid-t16YhEY8Hb .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-t16YhEY8Hb .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-t16YhEY8Hb .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t16YhEY8Hb .modal-body {
    padding: 1rem;
  }
}
.cid-t16YhEY8Hb .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-t16YhEY8Hb .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t16YhEY8Hb .modal-footer {
    padding: 1rem;
  }
}
.cid-t16YhEY8Hb .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-t16YhEY8Hb .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-t16YhEY8Hb .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-t16YhEY8Hb .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-t16YhEY8Hb .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-t16YhEY8Hb .modal-lg,
  .cid-t16YhEY8Hb .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-t16YhEY8Hb .modal-xl {
    max-width: 1140px;
  }
}
.cid-t16YhEY8Hb .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-t16YhEY8Hb .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-t16YhEY8Hb .form-group {
  margin-bottom: 1rem;
}
.cid-t16YhEY8Hb .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-t16YhEY8Hb .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-t16YhEY8Hb .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-t16YhEY8Hb .mbr-section-btn {
  margin: 0;
}
.cid-t16YhEY8Hb .mbr-section-btn .btn {
  margin: 0;
}
.cid-trSKRB8cLL.popup-builder {
  background-color: #ffffff;
}
.cid-trSKRB8cLL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-trSKRB8cLL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-trSKRB8cLL .modal-content,
.cid-trSKRB8cLL .modal-dialog {
  height: auto;
}
.cid-trSKRB8cLL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-trSKRB8cLL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-trSKRB8cLL .form-wrapper .mbr-form .form-group,
  .cid-trSKRB8cLL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-trSKRB8cLL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-trSKRB8cLL .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-trSKRB8cLL .mbr-text {
  text-align: center;
}
.cid-trSKRB8cLL .pt-0 {
  padding-top: 0 !important;
}
.cid-trSKRB8cLL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-trSKRB8cLL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-trSKRB8cLL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-trSKRB8cLL .modal-open {
  overflow: hidden;
}
.cid-trSKRB8cLL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-trSKRB8cLL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-trSKRB8cLL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-trSKRB8cLL .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-trSKRB8cLL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-trSKRB8cLL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-trSKRB8cLL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-trSKRB8cLL .modal-content {
  background: #c1c1c1;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-trSKRB8cLL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-trSKRB8cLL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-trSKRB8cLL .modal-backdrop.fade {
  opacity: 0;
}
.cid-trSKRB8cLL .modal-backdrop.show {
  opacity: .5;
}
.cid-trSKRB8cLL .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-trSKRB8cLL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-trSKRB8cLL .modal-header {
    padding: 1rem;
  }
}
.cid-trSKRB8cLL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-trSKRB8cLL .modal-header .close svg {
  fill: #353535;
}
.cid-trSKRB8cLL .modal-header .close:hover {
  opacity: 1;
}
.cid-trSKRB8cLL .modal-header .close:focus {
  outline: none;
}
.cid-trSKRB8cLL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-trSKRB8cLL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-trSKRB8cLL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trSKRB8cLL .modal-body {
    padding: 1rem;
  }
}
.cid-trSKRB8cLL .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-trSKRB8cLL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-trSKRB8cLL .modal-footer {
    padding: 1rem;
  }
}
.cid-trSKRB8cLL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-trSKRB8cLL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-trSKRB8cLL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-trSKRB8cLL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-trSKRB8cLL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-trSKRB8cLL .modal-lg,
  .cid-trSKRB8cLL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-trSKRB8cLL .modal-xl {
    max-width: 1140px;
  }
}
.cid-trSKRB8cLL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-trSKRB8cLL .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-trSKRB8cLL .form-group {
  margin-bottom: 1rem;
}
.cid-trSKRB8cLL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-trSKRB8cLL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-trSKRB8cLL .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-trSKRB8cLL .mbr-section-btn {
  margin: 0;
}
.cid-trSKRB8cLL .mbr-section-btn .btn {
  margin: 0;
}
.cid-tPDSOpVDgz.popup-builder {
  background-color: #ffffff;
}
.cid-tPDSOpVDgz.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tPDSOpVDgz.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tPDSOpVDgz .modal-content,
.cid-tPDSOpVDgz .modal-dialog {
  height: auto;
}
.cid-tPDSOpVDgz .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tPDSOpVDgz .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tPDSOpVDgz .form-wrapper .mbr-form .form-group,
  .cid-tPDSOpVDgz .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tPDSOpVDgz .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tPDSOpVDgz .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tPDSOpVDgz .mbr-text {
  text-align: center;
}
.cid-tPDSOpVDgz .pt-0 {
  padding-top: 0 !important;
}
.cid-tPDSOpVDgz .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tPDSOpVDgz .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tPDSOpVDgz .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tPDSOpVDgz .modal-open {
  overflow: hidden;
}
.cid-tPDSOpVDgz .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tPDSOpVDgz .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tPDSOpVDgz .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tPDSOpVDgz .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tPDSOpVDgz .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tPDSOpVDgz .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tPDSOpVDgz .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tPDSOpVDgz .modal-content {
  background: #000000;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tPDSOpVDgz .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tPDSOpVDgz .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tPDSOpVDgz .modal-backdrop.fade {
  opacity: 0;
}
.cid-tPDSOpVDgz .modal-backdrop.show {
  opacity: .5;
}
.cid-tPDSOpVDgz .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tPDSOpVDgz .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDSOpVDgz .modal-header {
    padding: 1rem;
  }
}
.cid-tPDSOpVDgz .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tPDSOpVDgz .modal-header .close svg {
  fill: #353535;
}
.cid-tPDSOpVDgz .modal-header .close:hover {
  opacity: 1;
}
.cid-tPDSOpVDgz .modal-header .close:focus {
  outline: none;
}
.cid-tPDSOpVDgz .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tPDSOpVDgz .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tPDSOpVDgz .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDSOpVDgz .modal-body {
    padding: 1rem;
  }
}
.cid-tPDSOpVDgz .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tPDSOpVDgz .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tPDSOpVDgz .modal-footer {
    padding: 1rem;
  }
}
.cid-tPDSOpVDgz .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tPDSOpVDgz .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tPDSOpVDgz .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tPDSOpVDgz .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tPDSOpVDgz .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tPDSOpVDgz .modal-lg,
  .cid-tPDSOpVDgz .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tPDSOpVDgz .modal-xl {
    max-width: 1140px;
  }
}
.cid-tPDSOpVDgz .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tPDSOpVDgz .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tPDSOpVDgz .form-group {
  margin-bottom: 1rem;
}
.cid-tPDSOpVDgz .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tPDSOpVDgz .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tPDSOpVDgz .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tPDSOpVDgz .mbr-section-btn {
  margin: 0;
}
.cid-tPDSOpVDgz .mbr-section-btn .btn {
  margin: 0;
}
.cid-u7FH1SdCPk.popup-builder {
  background-color: #ffffff;
}
.cid-u7FH1SdCPk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-u7FH1SdCPk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-u7FH1SdCPk .modal-content,
.cid-u7FH1SdCPk .modal-dialog {
  height: auto;
}
.cid-u7FH1SdCPk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-u7FH1SdCPk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-u7FH1SdCPk .form-wrapper .mbr-form .form-group,
  .cid-u7FH1SdCPk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-u7FH1SdCPk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-u7FH1SdCPk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7FH1SdCPk .mbr-text {
  text-align: center;
}
.cid-u7FH1SdCPk .pt-0 {
  padding-top: 0 !important;
}
.cid-u7FH1SdCPk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-u7FH1SdCPk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-u7FH1SdCPk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-u7FH1SdCPk .modal-open {
  overflow: hidden;
}
.cid-u7FH1SdCPk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-u7FH1SdCPk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-u7FH1SdCPk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-u7FH1SdCPk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-u7FH1SdCPk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-u7FH1SdCPk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-u7FH1SdCPk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-u7FH1SdCPk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-u7FH1SdCPk .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-u7FH1SdCPk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-u7FH1SdCPk .modal-backdrop.fade {
  opacity: 0;
}
.cid-u7FH1SdCPk .modal-backdrop.show {
  opacity: .5;
}
.cid-u7FH1SdCPk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-u7FH1SdCPk .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u7FH1SdCPk .modal-header {
    padding: 1rem;
  }
}
.cid-u7FH1SdCPk .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-u7FH1SdCPk .modal-header .close svg {
  fill: #353535;
}
.cid-u7FH1SdCPk .modal-header .close:hover {
  opacity: 1;
}
.cid-u7FH1SdCPk .modal-header .close:focus {
  outline: none;
}
.cid-u7FH1SdCPk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-u7FH1SdCPk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-u7FH1SdCPk .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7FH1SdCPk .modal-body {
    padding: 1rem;
  }
}
.cid-u7FH1SdCPk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-u7FH1SdCPk .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u7FH1SdCPk .modal-footer {
    padding: 1rem;
  }
}
.cid-u7FH1SdCPk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-u7FH1SdCPk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-u7FH1SdCPk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-u7FH1SdCPk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-u7FH1SdCPk .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-u7FH1SdCPk .modal-lg,
  .cid-u7FH1SdCPk .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-u7FH1SdCPk .modal-xl {
    max-width: 1140px;
  }
}
.cid-u7FH1SdCPk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-u7FH1SdCPk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-u7FH1SdCPk .form-group {
  margin-bottom: 1rem;
}
.cid-u7FH1SdCPk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-u7FH1SdCPk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-u7FH1SdCPk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-u7FH1SdCPk .mbr-section-btn {
  margin: 0;
}
.cid-u7FH1SdCPk .mbr-section-btn .btn {
  margin: 0;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
#custom-html-3b {
  /* Type valid CSS here */
}
#custom-html-3b div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3b p {
  font-size: 60px;
  color: #777;
}
.cid-snBR4BXMMu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #4f4943;
}
.cid-snBR4BXMMu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-snBR4BXMMu H2 {
  color: #ffffff;
}
.cid-sng0Rexl9B {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #48053d;
}
.cid-sng0RhWq4N {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background5.jpg");
}
@media (max-width: 767px) {
  .cid-sng0RhWq4N .content {
    text-align: center;
  }
  .cid-sng0RhWq4N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sng0RhWq4N .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sng0RhWq4N .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sng0RhWq4N .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sng0RhWq4N .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sng0RhWq4N .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sng0RhWq4N .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sng0RhWq4N .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sng0RhWq4N .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sng0RhWq4N .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sng0RhWq4N .google-map {
  height: 25rem;
  position: relative;
}
.cid-sng0RhWq4N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sng0RhWq4N .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-sng0RhWq4N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sng0RhWq4N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sng0RhWq4N P {
  text-align: left;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t09VLPlW3y {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #e4e1e1;
}
.cid-t09VLPlW3y .mbr-figure {
  margin: 0 auto;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-t09VLPlW3y .mbr-figure img {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  object-fit: cover;
  margin-bottom: 3rem;
  border-radius: 100%;
}
.cid-t09VLPlW3y .mbr-text,
.cid-t09VLPlW3y .mbr-section-btn {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-t09VLPlW3y img {
    height: 250px !important;
    width: 250px !important;
  }
}
.cid-tb0cn3GVvl {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0cn3GVvl .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0cn3GVvl .social-list a:focus {
  text-decoration: none;
}
.cid-tb0cn3GVvl H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0qq8y2HAZ {
  padding-top: 5rem;
  padding-bottom: 10rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t0qq8y2HAZ .container,
.cid-t0qq8y2HAZ .container-fluid {
  z-index: 10;
}
.cid-t0qq8y2HAZ .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-t0qq8y2HAZ .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-t0qq8y2HAZ .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-t0qq8y2HAZ .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-t0qq8y2HAZ .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-t0qq8y2HAZ .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(11, 93, 120, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-t0qq8y2HAZ .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-t0qq8y2HAZ .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-t0qq8y2HAZ .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(102, 6, 86, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-t0qq8y2HAZ .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-t0qq8y2HAZ .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-t0qq8y2HAZ .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(253, 203, 0, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-t0qq8y2HAZ .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-t0qq8y2HAZ .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-t0qq8y2HAZ .container {
  pointer-events: none;
}
.cid-t0qq8y2HAZ .subtitle__block,
.cid-t0qq8y2HAZ .title__block,
.cid-t0qq8y2HAZ .buttons__block {
  pointer-events: all;
}
.cid-t0qq8y2HAZ .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #c0c0c9;
}
.cid-t0qq8y2HAZ .mbr-section-title {
  margin-bottom: 45px;
  color: #233d63;
  font-weight: 300;
}
.cid-t0qq8y2HAZ .mbr-section-title b,
.cid-t0qq8y2HAZ .mbr-section-title strong {
  font-weight: 900;
}
.cid-t0qq8y2HAZ .mbr-text {
  margin-bottom: 45px;
}
.cid-t0qq8y2HAZ .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-t0qq8y2HAZ .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-t0qq8y2HAZ .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #fdcb00 0%, rgba(253, 203, 0, 0.85) 100%) !important;
}
.cid-t0qq8y2HAZ .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-t0qq8y2HAZ .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-t0qq8y2HAZ .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-t0qq8y2HAZ .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-t0qq8y2HAZ .mbr-figure:hover {
  color: #fdcb00;
  cursor: pointer;
}
.cid-t0qq8y2HAZ .mbr-figure:hover .mbr-media {
  border-color: #fdcb00;
  color: #fdcb00;
}
@media (max-width: 575px) {
  .cid-t0qq8y2HAZ .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-t0qq8y2HAZ .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-t0qq8y2HAZ .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-t0qq8y2HAZ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-t0qq8y2HAZ .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-t0qq8y2HAZ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0qq8y2HAZ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-t0qq8y2HAZ .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-t0qq8y2HAZ a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-t0qq8y2HAZ a.close:hover {
  color: #ffffff;
}
.cid-t0qq8y2HAZ .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #fdcb00;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-t0qq8y2HAZ .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #0b5d78;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-t0qq8y2HAZ .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ff9529;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-t0qq8y2HAZ .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #ddeef4;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-t0qq8y2HAZ .mbr-text,
.cid-t0qq8y2HAZ .buttons__block {
  text-align: left;
  color: #000000;
}
.cid-t0qsMAKxTc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t0qsMAKxTc .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-t0qsMAKxTc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t0qsMAKxTc .text-wrapper {
    margin-left: 3rem;
    padding: 2rem;
  }
}
.cid-t0qp9n8nrv {
  padding-top: 1rem;
  padding-bottom: 10rem;
  background-color: #49539a;
}
.cid-t0qp9n8nrv .content {
  position: relative;
  z-index: 1;
  width: 50%;
  padding-top: 10%;
}
@media (max-width: 1739px) {
  .cid-t0qp9n8nrv .content {
    padding-top: 5%;
  }
}
@media (max-width: 1399px) {
  .cid-t0qp9n8nrv .content {
    padding-top: 3%;
  }
}
@media (max-width: 1299px) {
  .cid-t0qp9n8nrv .content {
    margin: 0 auto;
    text-align: center;
    padding: 8rem 0;
  }
}
@media (max-width: 922px) {
  .cid-t0qp9n8nrv .content {
    width: 80%;
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .cid-t0qp9n8nrv .content {
    width: 100%;
    padding: 4rem 0;
  }
}
.cid-t0qp9n8nrv .image-wrap {
  position: absolute;
  width: 100%;
  height: 100;
  top: 0;
  left: 0;
}
@media (max-width: 922px) {
  .cid-t0qp9n8nrv .image-wrap {
    position: static;
    display: flex;
  }
}
@media (max-width: 767px) {
  .cid-t0qp9n8nrv .image-wrap {
    position: static;
    display: flex;
    flex-direction: column;
  }
}
.cid-t0qp9n8nrv .img {
  position: absolute;
  width: 750px;
  height: 503px;
}
@media (max-width: 1739px) {
  .cid-t0qp9n8nrv .img {
    width: 510px;
    height: 342px;
  }
}
@media (max-width: 1399px) {
  .cid-t0qp9n8nrv .img {
    width: 447px;
    height: 300px;
  }
}
@media (max-width: 1299px) {
  .cid-t0qp9n8nrv .img {
    width: 268px;
    height: 179px;
  }
}
@media (max-width: 922px) {
  .cid-t0qp9n8nrv .img {
    position: static;
    width: 33.33333%;
    max-height: 200px;
    margin: 0 1%;
  }
}
@media (max-width: 767px) {
  .cid-t0qp9n8nrv .img {
    width: 100%;
    margin: 2% 0;
  }
}
.cid-t0qp9n8nrv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0qp9n8nrv .img2 {
  top: 6rem;
  right: 8rem;
}
@media (max-width: 1739px) {
  .cid-t0qp9n8nrv .img2 {
    top: 6rem;
    right: 6rem;
  }
}
@media (max-width: 1399px) {
  .cid-t0qp9n8nrv .img2 {
    top: 4rem;
    right: 6rem;
  }
}
@media (max-width: 1299px) {
  .cid-t0qp9n8nrv .img2 {
    top: 31rem;
    right: 0;
  }
}
@media (max-width: 922px) {
  .cid-t0qp9n8nrv .img2 {
    position: static;
  }
}
.cid-t0qp9n8nrv .mbr-section-title {
  color: #000000;
  margin-bottom: 30px;
  text-align: left;
}
.cid-t0qp9n8nrv .mbr-text {
  color: #ffffff;
  margin-bottom: 30px;
  width: 50%;
}
@media (max-width: 1299px) {
  .cid-t0qp9n8nrv .mbr-text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t0qp9n8nrv .mbr-section-btn {
  width: 60%;
}
@media (max-width: 1739px) {
  .cid-t0qp9n8nrv .mbr-section-btn {
    width: 70%;
  }
}
@media (max-width: 1399px) {
  .cid-t0qp9n8nrv .mbr-section-btn {
    width: 72%;
  }
}
@media (max-width: 1299px) {
  .cid-t0qp9n8nrv .mbr-section-btn {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-t0qp9n8nrv .mbr-section-btn {
    width: 80%;
  }
}
.cid-t0qp9n8nrv .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-t0qFTYIVHJ {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #f9f9f9;
}
@media (max-width: 991px) {
  .cid-t0qFTYIVHJ .image-wrapper {
    padding: 1rem;
  }
}
.cid-t0qFTYIVHJ img {
  border-radius: 2rem;
  transition: all 0.3s;
}
.cid-t0qFTYIVHJ img:hover {
  box-shadow: 0 50px 50px -25px rgba(0, 0, 0, 0.3);
  transform: rotate(-2deg) scale(1.03);
}
.cid-t0qFTYIVHJ .mbr-text,
.cid-t0qFTYIVHJ .mbr-section-btn {
  color: #000000;
}
.cid-t0qYQO54d5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t0qYQO54d5 img,
.cid-t0qYQO54d5 .item-img {
  width: 100%;
}
.cid-t0qYQO54d5 .item:focus,
.cid-t0qYQO54d5 span:focus {
  outline: none;
}
.cid-t0qYQO54d5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0qYQO54d5 .item-wrapper {
  position: relative;
  background: #649afc;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0qYQO54d5 .item-content {
  padding: 25px 1rem 0;
}
.cid-t0qYQO54d5 .item-content a:not(.btn):hover {
  color: #ddeef4 !important;
  background-image: none !important;
}
.cid-t0qYQO54d5 .item-wrapper {
  background: transparent;
}
.cid-t0qYQO54d5 .item-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-t0qYQO54d5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t0qYQO54d5 .mbr-section-title,
.cid-t0qYQO54d5 .mbr-section-subtitle {
  text-align: center;
  color: #111111;
}
.cid-t0qYQO54d5 .mbr-text,
.cid-t0qYQO54d5 .mbr-section-btn {
  text-align: center;
}
.cid-t0qYQO54d5 .item-title {
  text-align: center;
}
.cid-t0qYQO54d5 .item-subtitle {
  text-align: center;
}
.cid-t0qYQO54d5 .item-img {
  overflow: hidden;
}
.cid-t0qYQO54d5 .item-img img {
  width: 100%;
}
.cid-t0qYQO54d5 .mbr-section-head {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cid-t0qYQO54d5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-tb0dOTMRg9 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0dOTMRg9 .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0dOTMRg9 .social-list a:focus {
  text-decoration: none;
}
.cid-tb0dOTMRg9 H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0mmkFJMGE {
  padding-top: 75px;
  padding-bottom: 45px;
}
@media (max-width: 767px) {
  .cid-t0mmkFJMGE .mbr-text {
    text-align: center;
  }
}
.cid-t0mmkFJMGE .container-fluid {
  padding: 0;
}
.cid-t0mmkFJMGE .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-t0mmkFJMGE img {
  height: 100%;
  object-fit: cover;
}
.cid-t0mmkFJMGE .mbr-figure {
  height: 100%;
}
.cid-t0mmkFJMGE .col-lg-6 {
  padding: 0;
}
.cid-t0mmkFJMGE .row {
  margin: 0;
}
.cid-t0mmkFJMGE .mbr-text,
.cid-t0mmkFJMGE .mbr-section-btn {
  text-align: left;
}
.cid-t0mmkFJMGE H1 {
  text-align: left;
}
.cid-tb0cz2KqDq {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0cz2KqDq .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0cz2KqDq .social-list a:focus {
  text-decoration: none;
}
.cid-tb0cz2KqDq H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t09VBJAhXj h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t09VBJAhXj h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t09VBJAhXj .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t09VBJAhXj h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t09VBJAhXj h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t09VBJAhXj .mbr-text,
.cid-t09VBJAhXj .mbr-section-btn {
  text-align: center;
}
.cid-t09VpG8tSJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-t09VpG8tSJ .mbr-text {
  color: #767676;
}
.cid-t09VpG8tSJ .card-subtitle {
  margin: 0;
  color: #000000;
}
.cid-t09VpG8tSJ .link {
  margin: 0;
}
.cid-t09VpG8tSJ .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-t09VpG8tSJ .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-t09VpG8tSJ img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-t09VpG8tSJ .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-t09VpG8tSJ .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-t09VpG8tSJ .card-img:hover:before {
  opacity: 0.4;
}
.cid-t09VpG8tSJ .card-img:hover img {
  transform: scale(1.05);
}
.cid-t09VpG8tSJ .row {
  justify-content: center;
}
.cid-t09VpG8tSJ .card {
  margin-bottom: 4rem;
}
.cid-t09VpG8tSJ .mbr-text,
.cid-t09VpG8tSJ .link {
  color: #000000;
}
.cid-tb0dj47sUY {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0dj47sUY .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0dj47sUY .social-list a:focus {
  text-decoration: none;
}
.cid-tb0dj47sUY H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0lyEi2KLm {
  padding-top: 180px;
  padding-bottom: 225px;
}
.cid-t0lyEi2KLm h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-t0lyEi2KLm h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-t0lyEi2KLm .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-t0lyEi2KLm h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-t0lyEi2KLm h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-t0lyEi2KLm .mbr-text,
.cid-t0lyEi2KLm .mbr-section-btn {
  text-align: center;
}
.cid-t0msmebpPm {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t0msmebpPm .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-t0msmebpPm .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-t0msmebpPm .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-t0msmebpPm .box2 {
  background-image: url("../../../assets/images/bible-g541c98b65-640-640x360.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-t0msmebpPm .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t0msmebpPm .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t0msmebpPm .icon-wrap span {
  padding-left: 8px;
}
.cid-t0msmebpPm .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t0msmebpPm .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t0msmebpPm .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-t0msmebpPm .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0msmebpPm .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-t0msmebpPm .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0msmebpPm .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-t0msmebpPm .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-t0msmebpPm a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t0msmebpPm a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t0msmebpPm {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .cid-t0msmebpPm {
    padding-top: 35px;
    padding-bottom: 42px;
  }
  .cid-t0msmebpPm .box2 {
    height: 250px;
  }
}
.cid-t0msmebpPm .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-t0msmebpPm .mbr-text,
.cid-t0msmebpPm .mbr-section-btn {
  text-align: left;
}
.cid-t4dxOjSPZR {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t4dxOjSPZR .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-t4dxOjSPZR .form-control,
.cid-t4dxOjSPZR .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4dxOjSPZR .form-control::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input::-webkit-input-placeholder,
.cid-t4dxOjSPZR .form-control::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input::-webkit-input-placeholder {
  color: #989aa9;
}
.cid-t4dxOjSPZR .form-control:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:-moz-placeholder,
.cid-t4dxOjSPZR .form-control:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:-moz-placeholder {
  color: #989aa9;
}
.cid-t4dxOjSPZR .form-control:hover,
.cid-t4dxOjSPZR .field-input:hover,
.cid-t4dxOjSPZR .form-control:focus,
.cid-t4dxOjSPZR .field-input:focus {
  background-color: #149dcc;
  border-color: #121939;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-t4dxOjSPZR .form-control:hover::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input:hover::-webkit-input-placeholder,
.cid-t4dxOjSPZR .form-control:focus::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input:focus::-webkit-input-placeholder,
.cid-t4dxOjSPZR .form-control:hover::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input:hover::-webkit-input-placeholder,
.cid-t4dxOjSPZR .form-control:focus::-webkit-input-placeholder,
.cid-t4dxOjSPZR .field-input:focus::-webkit-input-placeholder {
  color: #121939;
}
.cid-t4dxOjSPZR .form-control:hover:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:hover:-moz-placeholder,
.cid-t4dxOjSPZR .form-control:focus:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:focus:-moz-placeholder,
.cid-t4dxOjSPZR .form-control:hover:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:hover:-moz-placeholder,
.cid-t4dxOjSPZR .form-control:focus:-moz-placeholder,
.cid-t4dxOjSPZR .field-input:focus:-moz-placeholder {
  color: #121939;
}
.cid-t4dxOjSPZR .jq-number__spin:hover,
.cid-t4dxOjSPZR .jq-number__spin:focus {
  background-color: #149dcc;
  border-color: #121939;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-t4dxOjSPZR .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-t4dxOjSPZR .jq-selectbox li,
.cid-t4dxOjSPZR .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-t4dxOjSPZR .jq-selectbox li:hover,
.cid-t4dxOjSPZR .jq-selectbox li.selected {
  background-color: #149dcc;
  color: #ffffff;
}
.cid-t4dxOjSPZR .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-t4dxOjSPZR .jq-number__spin.minus:hover:after,
.cid-t4dxOjSPZR .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-t4dxOjSPZR .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-t4dxOjSPZR .jq-number__spin.minus:after,
.cid-t4dxOjSPZR .jq-number__spin.plus:after {
  border-top-color: #149dcc;
  border-bottom-color: #149dcc;
}
.cid-t4dxOjSPZR input::-webkit-clear-button {
  display: none;
}
.cid-t4dxOjSPZR input::-webkit-inner-spin-button {
  display: none;
}
.cid-t4dxOjSPZR input::-webkit-outer-spin-button {
  display: none;
}
.cid-t4dxOjSPZR input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t4dxOjSPZR H2 {
  text-align: center;
}
.cid-tb0dAGfh4c {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0dAGfh4c .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0dAGfh4c .social-list a:focus {
  text-decoration: none;
}
.cid-tb0dAGfh4c H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0kF1C7Quv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fef8f5;
}
.cid-t0kF1C7Quv .content_block {
  padding: 60px 15px;
  padding-right: 20%;
  padding-left: 20%;
  padding-right: 15px;
}
.cid-t0kF1C7Quv .content_block:hover .mbr-section-title a {
  color: #ff0707 !important;
}
.cid-t0kF1C7Quv .card_topic,
.cid-t0kF1C7Quv .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-t0kF1C7Quv .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #ff0707;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-t0kF1C7Quv .image {
  position: relative;
}
.cid-t0kF1C7Quv .image:before {
  content: "";
  position: absolute;
  width: 60%;
  height: 100%;
  right: -1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fef8f5);
  z-index: 1;
  pointer-events: none;
  left: 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fef8f5);
}
.cid-t0kF1C7Quv .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t0kF1C7Quv .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-t0kF1C7Quv .mbr-section-btn .btn-secondary-outline:hover,
.cid-t0kF1C7Quv .mbr-section-btn .btn-secondary-outline .active,
.cid-t0kF1C7Quv .mbr-section-btn .btn-secondary-outline:focus {
  color: #ddeef4 !important;
}
.cid-t0kF1C7Quv .category_content {
  opacity: .8;
}
@media (max-width: 991px) {
  .cid-t0kF1C7Quv .content_block {
    padding: 30px 15px;
  }
  .cid-t0kF1C7Quv .mbr-figure {
    padding: 0;
  }
  .cid-t0kF1C7Quv .image:before {
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(254, 248, 245, 0.99));
  }
}
.cid-t0kF1C7Quv .mbr-text,
.cid-t0kF1C7Quv .mbr-section-btn {
  color: #000000;
}
.cid-t0kAtHo7xC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t0kAtHo7xC .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.3;
}
.cid-t0kAtHo7xC input,
.cid-t0kAtHo7xC textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-t0kAtHo7xC input:hover,
.cid-t0kAtHo7xC textarea:hover {
  border-color: transparent!important;
}
.cid-t0kAtHo7xC .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-t0kAtHo7xC h4 {
  margin-bottom: 3rem;
}
.cid-t0kAtHo7xC .col-auto {
  width: 100%;
}
.cid-t0kAtHo7xC textarea {
  min-height: 250px;
}
.cid-t0kAtHo7xC .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-t0kAtHo7xC .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-t0kAtHo7xC .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-t0kAtHo7xC input::-webkit-clear-button {
  display: none;
}
.cid-t0kAtHo7xC input::-webkit-inner-spin-button {
  display: none;
}
.cid-t0kAtHo7xC input::-webkit-outer-spin-button {
  display: none;
}
.cid-t0kAtHo7xC input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-t0kAtHo7xC H4 {
  text-align: center;
  color: #0d1130;
}
.cid-t0kAPXAh4w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f2f3f7;
}
.cid-t0kAPXAh4w .google-map {
  height: 30rem;
  position: relative;
  filter: grayscale(1);
}
.cid-t0kAPXAh4w .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-t0kAPXAh4w .google-map [data-state-details] {
  color: #6b6763;
  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-t0kAPXAh4w .google-map[data-state] {
  background: #e9e5dc;
}
.cid-t0kAPXAh4w .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tb0dGmxSFC {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-tb0dGmxSFC .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-tb0dGmxSFC .social-list a:focus {
  text-decoration: none;
}
.cid-tb0dGmxSFC H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-t7YKtbp4HU .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-t7YKtbp4HU .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-t7YKtbp4HU a {
  font-style: normal;
}
.cid-t7YKtbp4HU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t7YKtbp4HU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t7YKtbp4HU .nav-item:focus,
.cid-t7YKtbp4HU .nav-link:focus {
  outline: none;
}
.cid-t7YKtbp4HU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t7YKtbp4HU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t7YKtbp4HU .menu-logo {
  margin-right: auto;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t7YKtbp4HU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t7YKtbp4HU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t7YKtbp4HU .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t7YKtbp4HU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t7YKtbp4HU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t7YKtbp4HU button.navbar-toggler:focus {
  outline: none;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t7YKtbp4HU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t7YKtbp4HU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t7YKtbp4HU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .collapsed .btn {
  display: -webkit-flex;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t7YKtbp4HU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t7YKtbp4HU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t7YKtbp4HU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t7YKtbp4HU .collapsed button.navbar-toggler {
  display: block;
}
.cid-t7YKtbp4HU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t7YKtbp4HU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t7YKtbp4HU .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-t7YKtbp4HU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t7YKtbp4HU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t7YKtbp4HU .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: 1023px) {
  .cid-t7YKtbp4HU .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU img {
    height: 3.8rem !important;
  }
  .cid-t7YKtbp4HU .btn {
    display: -webkit-flex;
  }
  .cid-t7YKtbp4HU button.navbar-toggler {
    display: block;
  }
  .cid-t7YKtbp4HU .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t7YKtbp4HU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t7YKtbp4HU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing,
  .cid-t7YKtbp4HU .navbar-collapse.show {
    display: block !important;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t7YKtbp4HU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t7YKtbp4HU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t7YKtbp4HU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t7YKtbp4HU .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-t7YKtbp4HU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t7YKtbp4HU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t7YKtbp4HU .nav-link:hover,
.cid-t7YKtbp4HU .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-t0kUZPAFRq {
  padding-top: 105px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/imgl9565-2000x1149.jpg");
}
.cid-t0kUZPAFRq .mbr-arrow {
  background: #000000 !important;
  opacity: 0.7;
}
.cid-t0kUZPAFRq .mbr-arrow i {
  color: #ffffff !important;
}
.cid-t0kUZPAFRq .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-t0kUZPAFRq .mbr-text,
.cid-t0kUZPAFRq .mbr-section-btn {
  color: #f5912a;
  text-align: left;
}
.cid-tbokHFpFD5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbokHFpFD5 .row {
  align-items: center;
}
.cid-tbokHFpFD5 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-tbokHFpFD5 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tbokHFpFD5 .header-text {
    margin-bottom: 20px;
  }
}
.cid-tbokHFpFD5 .mbr-section-title {
  width: 100%;
  color: #0e237b;
  margin-bottom: 8px;
}
.cid-tbokHFpFD5 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
#custom-html-fc {
  /* Type valid CSS here */
}
#custom-html-fc div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fc p {
  font-size: 60px;
  color: #777;
}
.cid-t0kW8xTNck {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t0kW8xTNck .fade-in-up {
  animation: fade-in-up 0.2s ease-in-out forwards;
}
.cid-t0kW8xTNck .mbr-text {
  animation-delay: .2s;
  margin-top: 1.5rem;
  text-align: left;
}
.cid-t0kW8xTNck .mbr-section-btn {
  margin-top: 2rem;
  animation-delay: .2s;
}
.cid-t0kW8xTNck .box2 {
  background-image: url("../../../assets/images/imgl8939-2000x1135.jpg");
  background-size: cover;
  background-position: center;
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.cid-t0kW8xTNck .icon-wrap {
  background-color: #ffffff !important;
  border-radius: 50%;
  width: 73.5px;
  height: 73.5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-t0kW8xTNck .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-t0kW8xTNck .icon-wrap span {
  padding-left: 8px;
}
.cid-t0kW8xTNck .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-t0kW8xTNck .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-t0kW8xTNck .text-wrapper {
  max-width: 24rem;
}
@media (max-width: 991px) {
  .cid-t0kW8xTNck .text-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0kW8xTNck .text-wrapper {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.cid-t0kW8xTNck .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-t0kW8xTNck .modalWindow .modalWindow-container {
  transform: translateY(50vh) translateY(-22vw);
}
.cid-t0kW8xTNck .modalWindow .modalWindow-video {
  height: 44.9943757vw;
  width: 80vw;
  margin: 0 auto;
}
.cid-t0kW8xTNck a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-t0kW8xTNck a.close:hover {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-t0kW8xTNck {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 576px) {
  .cid-t0kW8xTNck {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-t0kW8xTNck .box2 {
    height: 250px;
  }
}
.cid-t0kW8xTNck .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-t0kW8xTNck .mbr-text,
.cid-t0kW8xTNck .mbr-section-btn {
  text-align: left;
}
.cid-t0meoKEMyV {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-t0meoKEMyV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-t0meoKEMyV .mbr-section-title,
.cid-t0meoKEMyV .mbr-section-subtitle,
.cid-t0meoKEMyV .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-t0meoKEMyV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-t0meoKEMyV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0meoKEMyV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-t0meoKEMyV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-t0meoKEMyV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-t0meoKEMyV .icon-focus {
  display: none;
}
.cid-t0meoKEMyV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-t0meoKEMyV ul {
  font-size: 0;
}
.cid-t0meoKEMyV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-t0meoKEMyV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-t0meoKEMyV .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-t0meoKEMyV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-t0meoKEMyV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-t0meoKEMyV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-t0meoKEMyV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-t0meoKEMyV .btn:hover {
  background: transparent !important;
}
.cid-t0meoKEMyV .btn:hover:before {
  background: transparent !important;
}
.cid-t0meoKEMyV .btn:before {
  background-color: transparent !important;
}
.cid-t0meoKEMyV .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tdhkxiGBNx {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tdhkxiGBNx .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tdhkxiGBNx .mbr-section-title,
.cid-tdhkxiGBNx .mbr-section-subtitle,
.cid-tdhkxiGBNx .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tdhkxiGBNx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdhkxiGBNx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdhkxiGBNx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdhkxiGBNx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdhkxiGBNx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tdhkxiGBNx .icon-focus {
  display: none;
}
.cid-tdhkxiGBNx .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tdhkxiGBNx ul {
  font-size: 0;
}
.cid-tdhkxiGBNx .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tdhkxiGBNx .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tdhkxiGBNx .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tdhkxiGBNx .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tdhkxiGBNx .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tdhkxiGBNx .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tdhkxiGBNx .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tdhkxiGBNx .btn:hover {
  background: transparent !important;
}
.cid-tdhkxiGBNx .btn:hover:before {
  background: transparent !important;
}
.cid-tdhkxiGBNx .btn:before {
  background-color: transparent !important;
}
.cid-tdhkxiGBNx .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tbol5JSDFK {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tbol5JSDFK .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tbol5JSDFK .mbr-section-title,
.cid-tbol5JSDFK .mbr-section-subtitle,
.cid-tbol5JSDFK .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbol5JSDFK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbol5JSDFK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbol5JSDFK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbol5JSDFK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbol5JSDFK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tbol5JSDFK .icon-focus {
  display: none;
}
.cid-tbol5JSDFK .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tbol5JSDFK ul {
  font-size: 0;
}
.cid-tbol5JSDFK .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tbol5JSDFK .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tbol5JSDFK .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tbol5JSDFK .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tbol5JSDFK .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tbol5JSDFK .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tbol5JSDFK .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tbol5JSDFK .btn:hover {
  background: transparent !important;
}
.cid-tbol5JSDFK .btn:hover:before {
  background: transparent !important;
}
.cid-tbol5JSDFK .btn:before {
  background-color: transparent !important;
}
.cid-tbol5JSDFK .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tbol8BGqVj {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tbol8BGqVj .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tbol8BGqVj .mbr-section-title,
.cid-tbol8BGqVj .mbr-section-subtitle,
.cid-tbol8BGqVj .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tbol8BGqVj .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tbol8BGqVj .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbol8BGqVj .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tbol8BGqVj .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tbol8BGqVj .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tbol8BGqVj .icon-focus {
  display: none;
}
.cid-tbol8BGqVj .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tbol8BGqVj ul {
  font-size: 0;
}
.cid-tbol8BGqVj .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tbol8BGqVj .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tbol8BGqVj .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tbol8BGqVj .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tbol8BGqVj .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tbol8BGqVj .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tbol8BGqVj .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tbol8BGqVj .btn:hover {
  background: transparent !important;
}
.cid-tbol8BGqVj .btn:hover:before {
  background: transparent !important;
}
.cid-tbol8BGqVj .btn:before {
  background-color: transparent !important;
}
.cid-tbol8BGqVj .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tcJ0U7PG9M {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tcJ0U7PG9M .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tcJ0U7PG9M .mbr-section-title,
.cid-tcJ0U7PG9M .mbr-section-subtitle,
.cid-tcJ0U7PG9M .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tcJ0U7PG9M .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tcJ0U7PG9M .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tcJ0U7PG9M .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tcJ0U7PG9M .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tcJ0U7PG9M .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tcJ0U7PG9M .icon-focus {
  display: none;
}
.cid-tcJ0U7PG9M .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tcJ0U7PG9M ul {
  font-size: 0;
}
.cid-tcJ0U7PG9M .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tcJ0U7PG9M .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tcJ0U7PG9M .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tcJ0U7PG9M .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tcJ0U7PG9M .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tcJ0U7PG9M .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tcJ0U7PG9M .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tcJ0U7PG9M .btn:hover {
  background: transparent !important;
}
.cid-tcJ0U7PG9M .btn:hover:before {
  background: transparent !important;
}
.cid-tcJ0U7PG9M .btn:before {
  background-color: transparent !important;
}
.cid-tcJ0U7PG9M .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tdhk0Ub1QV {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tdhk0Ub1QV .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tdhk0Ub1QV .mbr-section-title,
.cid-tdhk0Ub1QV .mbr-section-subtitle,
.cid-tdhk0Ub1QV .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tdhk0Ub1QV .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdhk0Ub1QV .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdhk0Ub1QV .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdhk0Ub1QV .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdhk0Ub1QV .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tdhk0Ub1QV .icon-focus {
  display: none;
}
.cid-tdhk0Ub1QV .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tdhk0Ub1QV ul {
  font-size: 0;
}
.cid-tdhk0Ub1QV .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tdhk0Ub1QV .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tdhk0Ub1QV .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tdhk0Ub1QV .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tdhk0Ub1QV .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tdhk0Ub1QV .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tdhk0Ub1QV .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tdhk0Ub1QV .btn:hover {
  background: transparent !important;
}
.cid-tdhk0Ub1QV .btn:hover:before {
  background: transparent !important;
}
.cid-tdhk0Ub1QV .btn:before {
  background-color: transparent !important;
}
.cid-tdhk0Ub1QV .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-tdhk20xZby {
  padding-top: 45px;
  padding-bottom: 45px;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #ffffff;
}
.cid-tdhk20xZby .underline .line {
  width: 2rem;
  height: 1px;
  background: #878787;
  display: inline-block;
}
.cid-tdhk20xZby .mbr-section-title,
.cid-tdhk20xZby .mbr-section-subtitle,
.cid-tdhk20xZby .underline {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tdhk20xZby .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tdhk20xZby .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tdhk20xZby .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tdhk20xZby .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tdhk20xZby .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(180deg, #efefef, #c19b76);
}
.cid-tdhk20xZby .icon-focus {
  display: none;
}
.cid-tdhk20xZby .mbr-gallery-title {
  transition: all 0.5s ease;
  position: absolute;
  text-align: center;
  display: none;
  width: 100%;
  bottom: 0;
  right: 0;
  padding: 1rem;
  color: #ffffff;
  background: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
}
.cid-tdhk20xZby ul {
  font-size: 0;
}
.cid-tdhk20xZby .mbr-gallery-filter ul li .btn {
  border: none;
  background-color: transparent;
  color: #333333 !important;
  padding: 0.5rem 1rem 0.6rem;
  border-radius: 0;
  margin: 0 !important;
  transition: padding, border 0s, transform 0.2s;
}
.cid-tdhk20xZby .mbr-gallery-filter ul li.active .btn {
  padding: 0.5rem 1rem 0.5rem;
  border-radius: 0 !important;
  position: relative;
}
.cid-tdhk20xZby .mbr-gallery-filter ul li.active .btn:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c19b76;
}
.cid-tdhk20xZby .mbr-gallery-filter ul li {
  padding: 0;
}
.cid-tdhk20xZby .mbr-gallery-item > div:hover .mbr-gallery-title {
  padding-bottom: 1.5rem;
  display: block;
}
.cid-tdhk20xZby .mbr-gallery-item > div:hover:before {
  opacity: 0.8 !important;
}
.cid-tdhk20xZby .btn {
  background: none;
  border-radius: 0 !important;
}
.cid-tdhk20xZby .btn:hover {
  background: transparent !important;
}
.cid-tdhk20xZby .btn:hover:before {
  background: transparent !important;
}
.cid-tdhk20xZby .btn:before {
  background-color: transparent !important;
}
.cid-tdhk20xZby .btn:focus {
  box-shadow: none;
  background: transparent !important;
}
.cid-t0lz8giXg3 {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-t0lz8giXg3 .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-t0lz8giXg3 .social-list a:focus {
  text-decoration: none;
}
.cid-t0lz8giXg3 H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-teRMiwGvHh .navbar {
  padding: .5rem 0;
  background: #041933;
  transition: none;
  min-height: 77px;
}
.cid-teRMiwGvHh .navbar-dropdown.bg-color.transparent.opened {
  background: #041933;
}
.cid-teRMiwGvHh a {
  font-style: normal;
}
.cid-teRMiwGvHh .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-teRMiwGvHh .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-teRMiwGvHh .nav-item:focus,
.cid-teRMiwGvHh .nav-link:focus {
  outline: none;
}
.cid-teRMiwGvHh .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-teRMiwGvHh .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-teRMiwGvHh .menu-logo {
  margin-right: auto;
}
.cid-teRMiwGvHh .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-teRMiwGvHh .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-teRMiwGvHh .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-teRMiwGvHh .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-teRMiwGvHh .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-teRMiwGvHh .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-teRMiwGvHh .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-teRMiwGvHh .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-teRMiwGvHh .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-teRMiwGvHh .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-teRMiwGvHh .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-teRMiwGvHh .dropdown .dropdown-menu {
  background: #041933;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-teRMiwGvHh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-teRMiwGvHh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teRMiwGvHh .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-teRMiwGvHh .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-teRMiwGvHh .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-teRMiwGvHh .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-teRMiwGvHh .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-teRMiwGvHh .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-teRMiwGvHh .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-teRMiwGvHh .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-teRMiwGvHh .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-teRMiwGvHh button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-teRMiwGvHh button.navbar-toggler:focus {
  outline: none;
}
.cid-teRMiwGvHh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-teRMiwGvHh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-teRMiwGvHh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-teRMiwGvHh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-teRMiwGvHh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-teRMiwGvHh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teRMiwGvHh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-teRMiwGvHh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-teRMiwGvHh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-teRMiwGvHh .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-teRMiwGvHh .collapsed .btn {
  display: -webkit-flex;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse.collapsing,
.cid-teRMiwGvHh .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-teRMiwGvHh .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-teRMiwGvHh .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-teRMiwGvHh .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-teRMiwGvHh .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-teRMiwGvHh .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-teRMiwGvHh .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-teRMiwGvHh .collapsed button.navbar-toggler {
  display: block;
}
.cid-teRMiwGvHh .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-teRMiwGvHh .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-teRMiwGvHh .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-teRMiwGvHh .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-teRMiwGvHh .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-teRMiwGvHh .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: 1023px) {
  .cid-teRMiwGvHh .navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-teRMiwGvHh img {
    height: 3.8rem !important;
  }
  .cid-teRMiwGvHh .btn {
    display: -webkit-flex;
  }
  .cid-teRMiwGvHh button.navbar-toggler {
    display: block;
  }
  .cid-teRMiwGvHh .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-teRMiwGvHh .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-teRMiwGvHh .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-teRMiwGvHh .navbar-collapse.collapsing,
  .cid-teRMiwGvHh .navbar-collapse.show {
    display: block !important;
  }
  .cid-teRMiwGvHh .navbar-collapse.collapsing .navbar-nav,
  .cid-teRMiwGvHh .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-teRMiwGvHh .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-teRMiwGvHh .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-teRMiwGvHh .navbar-collapse.collapsing .navbar-buttons,
  .cid-teRMiwGvHh .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-teRMiwGvHh .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-teRMiwGvHh .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-teRMiwGvHh .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-teRMiwGvHh .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-teRMiwGvHh .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-teRMiwGvHh .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-teRMiwGvHh .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-teRMiwGvHh .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-teRMiwGvHh .nav-link:hover,
.cid-teRMiwGvHh .dropdown-item:hover {
  color: #ff8100 !important;
}
.cid-teROmf2SUo {
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative;
  background-color: #ffffff;
}
.cid-teROmf2SUo .image_behind,
.cid-teROmf2SUo .image_ahead {
  display: none;
}
@media (min-width: 992px) {
  .cid-teROmf2SUo .image_wrapper {
    display: inline-block;
  }
  .cid-teROmf2SUo .main_header {
    padding-right: 100px;
  }
}
.cid-teROmf2SUo .mbr-section-title {
  margin-bottom: 18px;
  border-radius: 50%;
  color: #202020;
}
.cid-teROmf2SUo .mbr-text {
  margin-bottom: 33px;
}
.cid-teROmf2SUo .item-img {
  position: relative;
  z-index: 3;
  height: 100%;
}
.cid-teROmf2SUo .item-img:before,
.cid-teROmf2SUo .image_ahead:before {
  content: "";
  position: absolute;
  border: 1px solid #eae8e4;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  pointer-events: none;
  border-radius: 10px;
}
.cid-teROmf2SUo img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-teROmf2SUo .image_wrapper {
    margin-bottom: 60px;
  }
}
.cid-teRMivXZMH {
  padding-top: 0px;
  padding-bottom: 45px;
  background: linear-gradient(0deg, #0f1012, #0a0620);
}
.cid-teRMivXZMH .mbr-iconfont-social {
  font-size: 32px;
  color: #121f6d;
}
.cid-teRMivXZMH .social-list a:focus {
  text-decoration: none;
}
.cid-teRMivXZMH H2 {
  color: #ffffff;
}
.cid-ui1YkjW6Y1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ddeef4;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ui1YkjW6Y1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ui1YkjW6Y1 .row {
  background: #041933;
  padding: 3rem;
  margin: 0;
  border-radius: 1rem;
  box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
}
.cid-ui1YkjW6Y1 li:hover {
  color: #ddeef4;
  transition: all 0.3s;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .cid-ui1YkjW6Y1 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-ui1YkjW6Y1 .mbr-iconfont {
  color: #ffffff;
  opacity: 0.7;
  transition: all 0.3s;
}
.cid-ui1YkjW6Y1 .mbr-iconfont:hover {
  opacity: 1;
}
.cid-ui1YkjW6Y1 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ui1YkjW6Y1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 1.2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .soc-item {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .cid-ui1YkjW6Y1 .row {
    text-align: center;
  }
  .cid-ui1YkjW6Y1 .social-row {
    justify-content: center;
  }
}
.cid-ui1YkjW6Y1 .list {
  list-style: none;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ui1YkjW6Y1 .list {
    margin-bottom: 0rem;
  }
}
.cid-ui1YkjW6Y1 .list,
.cid-ui1YkjW6Y1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
