body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.125rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 2.64rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.31rem;
    font-size: calc( 1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.805rem + (3.3 - 1.805) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e4bc64 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #00008b !important;
}
.bg-danger {
  background-color: #ecce90 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4bc64 !important;
  border-color: #e4bc64 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ce9824 !important;
  border-color: #ce9824 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ce9824 !important;
  border-color: #ce9824 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #00008b !important;
  border-color: #00008b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000034 !important;
  border-color: #000034 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000034 !important;
  border-color: #000034 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ecce90 !important;
  border-color: #ecce90 !important;
  color: #6b4e12 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dfad46 !important;
  border-color: #dfad46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #6b4e12 !important;
  background-color: #dfad46 !important;
  border-color: #dfad46 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e4bc64;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ce9824 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4bc64 !important;
  border-color: #e4bc64 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #00008b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000034 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #00008b !important;
  border-color: #00008b !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ecce90;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dfad46 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #6b4e12 !important;
  background-color: #ecce90 !important;
  border-color: #ecce90 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e4bc64 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #00008b !important;
}
.text-danger {
  color: #ecce90 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c08f22 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000025 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #dda839 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e4bc64;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #00008b;
}
.alert-danger {
  background-color: #ecce90;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e4bc64;
  border-color: #e4bc64;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e4bc64;
}
.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: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #0b0bff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e4bc64 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e4bc64;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e4bc64;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4bc64;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e4bc64;
  border-bottom-color: #e4bc64;
}
.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: #e4bc64 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !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%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e4bc64' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-t0Jbr81Tk2 .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t0Jbr81Tk2 .navbar-dropdown {
  position: absolute !important;
}
.cid-t0Jbr81Tk2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0Jbr81Tk2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t0Jbr81Tk2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t0Jbr81Tk2 .dropdown-item:hover,
.cid-t0Jbr81Tk2 .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t0Jbr81Tk2 .dropdown-item:hover span {
  color: white;
}
.cid-t0Jbr81Tk2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t0Jbr81Tk2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t0Jbr81Tk2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t0Jbr81Tk2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t0Jbr81Tk2 .nav-link {
  position: relative;
}
.cid-t0Jbr81Tk2 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t0Jbr81Tk2 .container {
    flex-wrap: nowrap;
  }
}
.cid-t0Jbr81Tk2 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t0Jbr81Tk2 .dropdown-menu,
.cid-t0Jbr81Tk2 .navbar.opened {
  background: #000000 !important;
}
.cid-t0Jbr81Tk2 .nav-item:focus,
.cid-t0Jbr81Tk2 .nav-link:focus {
  outline: none;
}
.cid-t0Jbr81Tk2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t0Jbr81Tk2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t0Jbr81Tk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t0Jbr81Tk2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t0Jbr81Tk2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t0Jbr81Tk2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t0Jbr81Tk2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t0Jbr81Tk2 .navbar.opened {
  transition: all 0.3s;
}
.cid-t0Jbr81Tk2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t0Jbr81Tk2 .navbar .navbar-logo img {
  width: auto;
}
.cid-t0Jbr81Tk2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t0Jbr81Tk2 .navbar.collapsed {
  justify-content: center;
}
.cid-t0Jbr81Tk2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t0Jbr81Tk2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t0Jbr81Tk2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t0Jbr81Tk2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t0Jbr81Tk2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t0Jbr81Tk2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t0Jbr81Tk2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t0Jbr81Tk2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t0Jbr81Tk2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t0Jbr81Tk2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t0Jbr81Tk2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t0Jbr81Tk2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t0Jbr81Tk2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t0Jbr81Tk2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t0Jbr81Tk2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t0Jbr81Tk2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t0Jbr81Tk2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t0Jbr81Tk2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t0Jbr81Tk2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t0Jbr81Tk2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t0Jbr81Tk2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t0Jbr81Tk2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t0Jbr81Tk2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t0Jbr81Tk2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t0Jbr81Tk2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t0Jbr81Tk2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t0Jbr81Tk2 .dropdown-item.active,
.cid-t0Jbr81Tk2 .dropdown-item:active {
  background-color: transparent;
}
.cid-t0Jbr81Tk2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t0Jbr81Tk2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t0Jbr81Tk2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t0Jbr81Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t0Jbr81Tk2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t0Jbr81Tk2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t0Jbr81Tk2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t0Jbr81Tk2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t0Jbr81Tk2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t0Jbr81Tk2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t0Jbr81Tk2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t0Jbr81Tk2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0Jbr81Tk2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t0Jbr81Tk2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t0Jbr81Tk2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0Jbr81Tk2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t0Jbr81Tk2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t0Jbr81Tk2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t0Jbr81Tk2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t0Jbr81Tk2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t0Jbr81Tk2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t0Jbr81Tk2 .navbar {
    height: 70px;
  }
  .cid-t0Jbr81Tk2 .navbar.opened {
    height: auto;
  }
  .cid-t0Jbr81Tk2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t0Jbr81Tk2 .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t0Jbr81Tk2 .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t0Jbr81Tk2 a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t0Jbr81Tk2 b,
.cid-t0Jbr81Tk2 strong {
  color: #000000;
  font-weight: 600;
}
.cid-t0JLwG6Uui {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fafafa;
}
.cid-t0JLwG6Uui .carousel {
  width: 100%;
}
.cid-t0JLwG6Uui .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-t0JLwG6Uui .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-t0JLwG6Uui .carousel-caption {
  bottom: 240px;
}
.cid-t0JLwG6Uui .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t0JLwG6Uui .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t0JLwG6Uui .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-t0JLwG6Uui .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-t0JLwG6Uui .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0JLwG6Uui .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t0JLwG6Uui .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-t0JLwG6Uui .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t0JLwG6Uui .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t0JLwG6Uui .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t0JLwG6Uui .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-t0JLwG6Uui .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-t0JLwG6Uui .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-t0JLwG6Uui .carousel-indicators li.active,
.cid-t0JLwG6Uui .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-t0JLwG6Uui .carousel-indicators li::after,
.cid-t0JLwG6Uui .carousel-indicators li::before {
  content: none;
}
.cid-t0JLwG6Uui .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-t0JLwG6Uui .carousel-indicators {
    display: none !important;
    padding-top: 100px;
  }
}
.cid-t0JLwG6Uui h1 {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t0JLwG6Uui span {
  color: #ffffff;
  font-weight: 600;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t0JLwG6Uui p {
  text-shadow: 2px 2px 2px #000000;
}
.cid-t0JLwG6Uui h2 {
  color: #e4bc64;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: normal;
  text-shadow: 2px 2px 2px #000000;
  font-family: Montserrat;
}
.cid-t0JLwG6Uui hr {
  margin: 1rem 0;
  border-color: #ffffff;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t0JLwG6Uui .carousel-caption {
    bottom: 100px;
  }
  .cid-t0JLwG6Uui h1 {
    font-size: 35px !important;
    line-height: 2rem;
  }
  .cid-t0JLwG6Uui span {
    font-size: 35px !important;
    line-height: 2rem;
  }
  .cid-t0JLwG6Uui h2 {
    font-size: 25px !important;
    line-height: 2rem;
  }
  .cid-t0JLwG6Uui p {
    font-size: 16px !important;
  }
  .cid-t0JLwG6Uui .btn-warning {
    font-size: 12px;
  }
  .cid-t0JLwG6Uui .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-t0JLwG6Uui .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-t2pSkJLgLH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e4bc64;
}
.cid-t2pSkJLgLH .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2pSkJLgLH i,
.cid-t2pSkJLgLH em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t2pSkJLgLH i,
  .cid-t2pSkJLgLH em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t0JXiPKQaW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t0JXiPKQaW .item {
  position: relative;
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-t0JXiPKQaW .mbr-link {
  position: absolute;
  bottom: -100%;
  left: 2rem;
  color: #ffffff;
  z-index: 3;
  transition: all 0.6s;
}
.cid-t0JXiPKQaW .mbr-text {
  opacity: 0;
  transition: all 0.1s;
}
.cid-t0JXiPKQaW .item-wrapper {
  position: relative;
  border-radius: 0px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-t0JXiPKQaW .item-wrapper:before {
  content: "";
  top: 110%;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4bc64;
  z-index: 2;
  opacity: 0.9;
  pointer-events: none;
  transition: all 0.5s;
  transition-delay: 0.1s;
}
.cid-t0JXiPKQaW .item-wrapper:hover:before,
.cid-t0JXiPKQaW .item-wrapper:focus-within:before {
  top: 0rem;
  transition-delay: 0s;
}
.cid-t0JXiPKQaW .item-wrapper:hover .item-content,
.cid-t0JXiPKQaW .item-wrapper:focus-within .item-content {
  opacity: 1;
  top: 1rem;
}
.cid-t0JXiPKQaW .item-wrapper:hover .mbr-link,
.cid-t0JXiPKQaW .item-wrapper:focus-within .mbr-link {
  bottom: 1rem;
}
.cid-t0JXiPKQaW .item-wrapper:hover .mbr-text,
.cid-t0JXiPKQaW .item-wrapper:focus-within .mbr-text {
  opacity: 1;
}
.cid-t0JXiPKQaW .item-content {
  position: absolute;
  top: 380px;
  left: 0;
  transition: all 0.6s;
  padding: 1rem 2rem;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-t0JXiPKQaW .item-wrapper:before {
    top: 0rem;
    transition-delay: 0s;
  }
  .cid-t0JXiPKQaW .item-content {
    opacity: 1;
    top: 1rem;
  }
  .cid-t0JXiPKQaW .mbr-link {
    bottom: 1rem;
  }
  .cid-t0JXiPKQaW .mbr-text {
    opacity: 1;
  }
}
.cid-t0JXiPKQaW .item-subtitle {
  color: #ffffff;
}
.cid-t0JXiPKQaW .item-img {
  overflow: hidden;
}
.cid-t0JXiPKQaW img,
.cid-t0JXiPKQaW .item-img {
  width: 100%;
  transition: all 1s;
  height: 500px;
  object-fit: cover;
}
.cid-t0JXiPKQaW h5 {
  margin: 0;
}
.cid-t0JXiPKQaW .item:focus,
.cid-t0JXiPKQaW span:focus {
  outline: none;
}
.cid-t0JXiPKQaW .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t0JXiPKQaW .item-title {
  color: #ffffff;
}
.cid-t0JXiPKQaW .mbr-section-subtitle {
  text-align: center;
}
.cid-t0JXiPKQaW .text-warning {
  font-weight: 600;
}
.cid-t0JXiPKQaW p {
  font-weight: 600;
}
.cid-t0JXiPKQaW b,
.cid-t0JXiPKQaW strong {
  font-size: 2.5rem;
}
@media (max-width: 520px) {
  .cid-t0JXiPKQaW b,
  .cid-t0JXiPKQaW strong {
    font-size: 25px !important;
  }
}
.cid-t3tn8ywCGR {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3tn8ywCGR .item:focus,
.cid-t3tn8ywCGR span:focus {
  outline: none;
}
.cid-t3tn8ywCGR .item-wrapper {
  position: relative;
}
.cid-t3tn8ywCGR .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3tn8ywCGR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3tn8ywCGR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3tn8ywCGR .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3tn8ywCGR .embla__slide {
    min-width: 375px;
  }
}
.cid-t3tn8ywCGR .embla__button--next,
.cid-t3tn8ywCGR .embla__button--prev {
  display: flex;
}
.cid-t3tn8ywCGR .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3tn8ywCGR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3tn8ywCGR .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3tn8ywCGR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3tn8ywCGR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3tn8ywCGR .embla__button {
    top: auto;
  }
}
.cid-t3tn8ywCGR .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3tn8ywCGR .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3tn8ywCGR .embla {
  position: relative;
  width: 100%;
}
.cid-t3tn8ywCGR .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3tn8ywCGR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3tn8ywCGR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3tn8ywCGR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3tn8ywCGR .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3tn8ywCGR .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3tn8ywCGR .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3tn8ywCGR .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3tn8ywCGR .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3tn8ywCGR .shadow:hover .number,
.cid-t3tn8ywCGR .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3tn8ywCGR .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3tn8ywCGR .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3tn8ywCGR .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3tn8ywCGR .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3tn8ywCGR H3 {
  color: #1d1d1f;
}
.cid-t3tn8ywCGR .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3tn8ywCGR .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3tn8ywCGR .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3tn8ywCGR .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3tn8ywCGR .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3tn8ywCGR .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3tn8ywCGR .people {
  align-items: center;
}
.cid-t3tn8ywCGR img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3tn8ywCGR .row.title-block {
    flex-direction: column;
  }
  .cid-t3tn8ywCGR .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3tn8ywCGR .mbr-section-title {
    text-align: center;
  }
}
.cid-t3tn8ywCGR .card-subtitle,
.cid-t3tn8ywCGR .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3tn8ywCGR .people {
    flex-direction: column;
  }
  .cid-t3tn8ywCGR .card-text,
  .cid-t3tn8ywCGR .align,
  .cid-t3tn8ywCGR .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3tn8ywCGR img {
    margin-bottom: 20px !important;
  }
}
.cid-t3tn8ywCGR .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3tn8ywCGR .button-align {
    margin-top: 20px;
  }
}
.cid-t3tn8ywCGR .btn {
  margin-top: 20px;
}
.cid-t3tn8ywCGR a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3tn8ywCGR .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3tn8ywCGR .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3tn8ywCGR .mbr-section-subtitle,
.cid-t3tn8ywCGR .button-align {
  text-align: center;
  color: #000000;
}
.cid-t0OGhsRQyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t0OGhsRQyW .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0OGhsRQyW .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t0OGhsRQyW .row {
    text-align: center;
  }
  .cid-t0OGhsRQyW .row > div {
    margin: auto;
  }
  .cid-t0OGhsRQyW .social-row {
    justify-content: center;
  }
}
.cid-t0OGhsRQyW .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t0OGhsRQyW .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t0OGhsRQyW .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t0OGhsRQyW .list {
    margin-bottom: 0rem;
  }
}
.cid-t0OGhsRQyW .mbr-text {
  color: #bbbbbb;
}
.cid-t0OGhsRQyW .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t0OGhsRQyW .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t0OGhsRQyW div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t0OGhsRQyW H5 {
  color: #e4bc64;
}
.cid-t0OGhsRQyW a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t2q0dJE9cw .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t2q0dJE9cw .navbar-dropdown {
  position: absolute !important;
}
.cid-t2q0dJE9cw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2q0dJE9cw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2q0dJE9cw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2q0dJE9cw .dropdown-item:hover,
.cid-t2q0dJE9cw .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t2q0dJE9cw .dropdown-item:hover span {
  color: white;
}
.cid-t2q0dJE9cw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2q0dJE9cw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2q0dJE9cw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2q0dJE9cw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2q0dJE9cw .nav-link {
  position: relative;
}
.cid-t2q0dJE9cw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2q0dJE9cw .container {
    flex-wrap: nowrap;
  }
}
.cid-t2q0dJE9cw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2q0dJE9cw .dropdown-menu,
.cid-t2q0dJE9cw .navbar.opened {
  background: #000000 !important;
}
.cid-t2q0dJE9cw .nav-item:focus,
.cid-t2q0dJE9cw .nav-link:focus {
  outline: none;
}
.cid-t2q0dJE9cw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2q0dJE9cw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2q0dJE9cw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2q0dJE9cw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2q0dJE9cw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2q0dJE9cw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2q0dJE9cw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t2q0dJE9cw .navbar.opened {
  transition: all 0.3s;
}
.cid-t2q0dJE9cw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2q0dJE9cw .navbar .navbar-logo img {
  width: auto;
}
.cid-t2q0dJE9cw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2q0dJE9cw .navbar.collapsed {
  justify-content: center;
}
.cid-t2q0dJE9cw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2q0dJE9cw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2q0dJE9cw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t2q0dJE9cw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2q0dJE9cw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2q0dJE9cw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2q0dJE9cw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2q0dJE9cw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2q0dJE9cw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2q0dJE9cw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2q0dJE9cw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2q0dJE9cw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2q0dJE9cw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2q0dJE9cw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2q0dJE9cw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2q0dJE9cw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2q0dJE9cw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2q0dJE9cw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2q0dJE9cw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2q0dJE9cw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2q0dJE9cw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2q0dJE9cw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2q0dJE9cw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2q0dJE9cw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2q0dJE9cw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2q0dJE9cw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2q0dJE9cw .dropdown-item.active,
.cid-t2q0dJE9cw .dropdown-item:active {
  background-color: transparent;
}
.cid-t2q0dJE9cw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2q0dJE9cw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2q0dJE9cw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2q0dJE9cw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t2q0dJE9cw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2q0dJE9cw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2q0dJE9cw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2q0dJE9cw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2q0dJE9cw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2q0dJE9cw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t2q0dJE9cw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2q0dJE9cw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2q0dJE9cw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2q0dJE9cw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2q0dJE9cw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2q0dJE9cw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2q0dJE9cw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2q0dJE9cw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2q0dJE9cw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t2q0dJE9cw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2q0dJE9cw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2q0dJE9cw .navbar {
    height: 70px;
  }
  .cid-t2q0dJE9cw .navbar.opened {
    height: auto;
  }
  .cid-t2q0dJE9cw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2q0dJE9cw .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t2q0dJE9cw .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t2q0dJE9cw a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t2q0dJE9cw b,
.cid-t2q0dJE9cw strong {
  color: #000000;
  font-weight: 600;
}
.cid-t2q0dK2bYx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-airport-banner2-4-2000x600.jpg");
}
.cid-t2q0dK2bYx .spacr {
  margin-top: 60px;
}
.cid-t2q0dK2bYx h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t2q0dK2bYx h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t2q0dK2bYx {
    padding-top: 50px;
  }
  .cid-t2q0dK2bYx h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t2q0dK2bYx h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t2q0dK2bYx p {
    font-size: 15px !important;
  }
}
.cid-t2q0dKoZhi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t2q0dKoZhi .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2q0dKoZhi i,
.cid-t2q0dKoZhi em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t2q0dKoZhi i,
  .cid-t2q0dKoZhi em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t2q0dKyXcu {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t2q0dKyXcu h3 {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t2q0dKyXcu h3 {
    font-size: 25px !important;
    line-height: 2.5rem;
  }
}
.cid-t3oenr30Dw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3oenr30Dw .left-side {
  text-align: left;
}
.cid-t3oenr30Dw .spacr {
  margin-top: 15px;
}
.cid-t3oenr30Dw .width {
  width: 800px;
  margin: auto;
}
.cid-t3oenr30Dw .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-t3oenr30Dw .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-t3oenr30Dw .container-fluid {
  padding: 0;
}
.cid-t3oenr30Dw .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t3oenr30Dw .right-side {
  padding: 0;
}
.cid-t3oenr30Dw .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-t3oenr30Dw .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-t3oenr30Dw .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-t3oenr30Dw .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-t3oenr30Dw a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-t3oenr30Dw .left-side {
    padding: 30px 20px;
  }
  .cid-t3oenr30Dw .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-t3oenr30Dw .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t3oenr30Dw .mbr-text,
.cid-t3oenr30Dw .lin {
  text-align: left;
}
.cid-t3oenr30Dw b,
.cid-t3oenr30Dw strong {
  color: #e4bc64;
}
.cid-t2q0dL1pWJ {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t2q0dL1pWJ .showAlerts {
  display: block !important;
}
.cid-t2q0dL1pWJ .rowflexrev {
  display: -webkit-flex;
}
.cid-t2q0dL1pWJ .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t2q0dL1pWJ .title {
  margin-bottom: 2rem;
}
.cid-t2q0dL1pWJ .mbr-section-subtitle {
  color: #e4bc64;
}
.cid-t2q0dL1pWJ textarea.form-control {
  min-height: 188px;
}
.cid-t2q0dL1pWJ LABEL {
  color: #232323;
  display: initial;
}
.cid-t2q0dL1pWJ .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2q0dL1pWJ .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t2q0dL1pWJ .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2q0dL1pWJ .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2q0dL1pWJ .alert {
  margin-bottom: 0;
}
.cid-t2q0dL1pWJ .alert-success {
  background-color: #70c770;
}
.cid-t2q0dL1pWJ .alert-danger {
  background-color: #ff4a52;
}
.cid-t2q0dL1pWJ .btn {
  display: inline-flex;
}
.cid-t2q0dL1pWJ .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t2q0dL1pWJ .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t2q0dL1pWJ .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t2q0dL1pWJ input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2q0dL1pWJ input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2q0dL1pWJ input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2q0dL1pWJ h2 {
  font-size: 2.5rem;
}
.cid-t2q0dL1pWJ hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t2q0dL1pWJ h2 {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.cid-t2q0dLtl8w {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecce90;
}
.cid-t2q0dLtl8w h3 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t2q0dLtl8w .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 520px) {
  .cid-t2q0dLtl8w h3 {
    font-size: 25px !important;
    line-height: 2rem;
  }
}
.cid-t2q0dLHEQS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2q0dLHEQS .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t2q0dLHEQS .content {
    flex-wrap: wrap;
  }
}
.cid-t2q0dLHEQS h2,
.cid-t2q0dLHEQS h4,
.cid-t2q0dLHEQS h3,
.cid-t2q0dLHEQS h6,
.cid-t2q0dLHEQS p,
.cid-t2q0dLHEQS ul {
  margin: 0;
}
.cid-t2q0dLHEQS ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t2q0dLHEQS .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t2q0dLHEQS .heading {
    width: 100%;
  }
}
.cid-t2q0dLHEQS .heading-inner {
  max-width: 476px;
}
.cid-t2q0dLHEQS .mbr-section-title {
  color: #000000;
}
.cid-t2q0dLHEQS .mbr-section-subtitle {
  color: #1937ff;
}
.cid-t2q0dLHEQS .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t2q0dLHEQS .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t2q0dLHEQS .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t2q0dLHEQS .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-t2q0dLHEQS .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t2q0dLHEQS .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t2q0dLHEQS .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t2q0dLHEQS .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t2q0dLHEQS .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t2q0dLHEQS b,
.cid-t2q0dLHEQS strong {
  font-size: 2rem;
}
.cid-t2q0dLHEQS h2 {
  font-size: 1.5rem;
}
.cid-t2q0dLHEQS hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t2q0dLHEQS ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t2q0dLHEQS h4,
  .cid-t2q0dLHEQS b,
  .cid-t2q0dLHEQS strong {
    font-size: 30px;
  }
  .cid-t2q0dLHEQS h2 {
    font-size: 20px;
  }
}
.cid-t3tiRs2v9n {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3tiRs2v9n .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3tiRs2v9n .content {
    flex-wrap: wrap;
  }
}
.cid-t3tiRs2v9n h2,
.cid-t3tiRs2v9n h4,
.cid-t3tiRs2v9n h3,
.cid-t3tiRs2v9n h6,
.cid-t3tiRs2v9n p,
.cid-t3tiRs2v9n ul {
  margin: 0;
}
.cid-t3tiRs2v9n ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t3tiRs2v9n .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t3tiRs2v9n .heading {
    width: 100%;
  }
}
.cid-t3tiRs2v9n .heading-inner {
  max-width: 476px;
}
.cid-t3tiRs2v9n .mbr-section-title {
  color: #000000;
}
.cid-t3tiRs2v9n .mbr-section-subtitle {
  color: #000000;
}
.cid-t3tiRs2v9n .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3tiRs2v9n .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t3tiRs2v9n .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t3tiRs2v9n .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t3tiRs2v9n .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t3tiRs2v9n .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t3tiRs2v9n .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t3tiRs2v9n .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t3tiRs2v9n .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t3tiRs2v9n b,
.cid-t3tiRs2v9n strong {
  font-size: 2rem;
}
.cid-t3tiRs2v9n h2 {
  font-size: 1.5rem;
}
.cid-t3tiRs2v9n hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t3tiRs2v9n ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t3tiRs2v9n h4,
  .cid-t3tiRs2v9n b,
  .cid-t3tiRs2v9n strong {
    font-size: 30px;
  }
  .cid-t3tiRs2v9n h2 {
    font-size: 20px;
  }
}
.cid-t3tnkCIKSK {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3tnkCIKSK .item:focus,
.cid-t3tnkCIKSK span:focus {
  outline: none;
}
.cid-t3tnkCIKSK .item-wrapper {
  position: relative;
}
.cid-t3tnkCIKSK .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3tnkCIKSK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3tnkCIKSK .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3tnkCIKSK .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3tnkCIKSK .embla__slide {
    min-width: 375px;
  }
}
.cid-t3tnkCIKSK .embla__button--next,
.cid-t3tnkCIKSK .embla__button--prev {
  display: flex;
}
.cid-t3tnkCIKSK .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3tnkCIKSK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3tnkCIKSK .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3tnkCIKSK .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3tnkCIKSK .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3tnkCIKSK .embla__button {
    top: auto;
  }
}
.cid-t3tnkCIKSK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3tnkCIKSK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3tnkCIKSK .embla {
  position: relative;
  width: 100%;
}
.cid-t3tnkCIKSK .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3tnkCIKSK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3tnkCIKSK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3tnkCIKSK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3tnkCIKSK .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3tnkCIKSK .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3tnkCIKSK .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3tnkCIKSK .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3tnkCIKSK .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3tnkCIKSK .shadow:hover .number,
.cid-t3tnkCIKSK .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3tnkCIKSK .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3tnkCIKSK .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3tnkCIKSK .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3tnkCIKSK .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3tnkCIKSK H3 {
  color: #1d1d1f;
}
.cid-t3tnkCIKSK .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3tnkCIKSK .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3tnkCIKSK .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3tnkCIKSK .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3tnkCIKSK .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3tnkCIKSK .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3tnkCIKSK .people {
  align-items: center;
}
.cid-t3tnkCIKSK img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3tnkCIKSK .row.title-block {
    flex-direction: column;
  }
  .cid-t3tnkCIKSK .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3tnkCIKSK .mbr-section-title {
    text-align: center;
  }
}
.cid-t3tnkCIKSK .card-subtitle,
.cid-t3tnkCIKSK .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3tnkCIKSK .people {
    flex-direction: column;
  }
  .cid-t3tnkCIKSK .card-text,
  .cid-t3tnkCIKSK .align,
  .cid-t3tnkCIKSK .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3tnkCIKSK img {
    margin-bottom: 20px !important;
  }
}
.cid-t3tnkCIKSK .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3tnkCIKSK .button-align {
    margin-top: 20px;
  }
}
.cid-t3tnkCIKSK .btn {
  margin-top: 20px;
}
.cid-t3tnkCIKSK a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3tnkCIKSK .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3tnkCIKSK .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3tnkCIKSK .mbr-section-subtitle,
.cid-t3tnkCIKSK .button-align {
  text-align: center;
  color: #000000;
}
.cid-t2q0dMzcse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t2q0dMzcse .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2q0dMzcse .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t2q0dMzcse .row {
    text-align: center;
  }
  .cid-t2q0dMzcse .row > div {
    margin: auto;
  }
  .cid-t2q0dMzcse .social-row {
    justify-content: center;
  }
}
.cid-t2q0dMzcse .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2q0dMzcse .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t2q0dMzcse .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2q0dMzcse .list {
    margin-bottom: 0rem;
  }
}
.cid-t2q0dMzcse .mbr-text {
  color: #bbbbbb;
}
.cid-t2q0dMzcse .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2q0dMzcse .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2q0dMzcse div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2q0dMzcse H5 {
  color: #e4bc64;
}
.cid-t2q0dMzcse a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t30j7kkVKw .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t30j7kkVKw .navbar-dropdown {
  position: absolute !important;
}
.cid-t30j7kkVKw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t30j7kkVKw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t30j7kkVKw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t30j7kkVKw .dropdown-item:hover,
.cid-t30j7kkVKw .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t30j7kkVKw .dropdown-item:hover span {
  color: white;
}
.cid-t30j7kkVKw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t30j7kkVKw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t30j7kkVKw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t30j7kkVKw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t30j7kkVKw .nav-link {
  position: relative;
}
.cid-t30j7kkVKw .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t30j7kkVKw .container {
    flex-wrap: nowrap;
  }
}
.cid-t30j7kkVKw .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t30j7kkVKw .dropdown-menu,
.cid-t30j7kkVKw .navbar.opened {
  background: #000000 !important;
}
.cid-t30j7kkVKw .nav-item:focus,
.cid-t30j7kkVKw .nav-link:focus {
  outline: none;
}
.cid-t30j7kkVKw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t30j7kkVKw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t30j7kkVKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t30j7kkVKw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t30j7kkVKw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t30j7kkVKw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t30j7kkVKw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t30j7kkVKw .navbar.opened {
  transition: all 0.3s;
}
.cid-t30j7kkVKw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t30j7kkVKw .navbar .navbar-logo img {
  width: auto;
}
.cid-t30j7kkVKw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t30j7kkVKw .navbar.collapsed {
  justify-content: center;
}
.cid-t30j7kkVKw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t30j7kkVKw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t30j7kkVKw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t30j7kkVKw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t30j7kkVKw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t30j7kkVKw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t30j7kkVKw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t30j7kkVKw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t30j7kkVKw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t30j7kkVKw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t30j7kkVKw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t30j7kkVKw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t30j7kkVKw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t30j7kkVKw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t30j7kkVKw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t30j7kkVKw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t30j7kkVKw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t30j7kkVKw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t30j7kkVKw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t30j7kkVKw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t30j7kkVKw .navbar.navbar-short {
  min-height: 60px;
}
.cid-t30j7kkVKw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t30j7kkVKw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t30j7kkVKw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t30j7kkVKw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t30j7kkVKw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t30j7kkVKw .dropdown-item.active,
.cid-t30j7kkVKw .dropdown-item:active {
  background-color: transparent;
}
.cid-t30j7kkVKw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t30j7kkVKw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t30j7kkVKw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t30j7kkVKw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t30j7kkVKw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t30j7kkVKw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t30j7kkVKw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t30j7kkVKw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t30j7kkVKw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t30j7kkVKw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t30j7kkVKw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t30j7kkVKw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t30j7kkVKw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t30j7kkVKw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t30j7kkVKw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t30j7kkVKw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t30j7kkVKw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t30j7kkVKw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t30j7kkVKw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t30j7kkVKw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t30j7kkVKw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t30j7kkVKw .navbar {
    height: 70px;
  }
  .cid-t30j7kkVKw .navbar.opened {
    height: auto;
  }
  .cid-t30j7kkVKw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t30j7kkVKw .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t30j7kkVKw .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t30j7kkVKw a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t30j7kkVKw b,
.cid-t30j7kkVKw strong {
  color: #000000;
  font-weight: 600;
}
.cid-t30j7kQzE3 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-designated-driver-transporatation-banner-2000x600.jpg");
}
.cid-t30j7kQzE3 .spacr {
  margin-top: 60px;
}
.cid-t30j7kQzE3 h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t30j7kQzE3 h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t30j7kQzE3 {
    padding-top: 50px;
  }
  .cid-t30j7kQzE3 h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t30j7kQzE3 h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t30j7kQzE3 p {
    font-size: 15px !important;
  }
}
.cid-t30j7laNqe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t30j7laNqe .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t30j7laNqe i,
.cid-t30j7laNqe em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t30j7laNqe i,
  .cid-t30j7laNqe em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t30j7llIBa {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t30j7llIBa h3 {
  font-size: 2.5rem;
}
@media (max-width: 520px) {
  .cid-t30j7llIBa h3 {
    font-size: 25px !important;
    line-height: 2.5rem;
  }
}
.cid-t3svZvut8P {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3svZvut8P img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t3svZvut8P .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t3svZvut8P .margin {
  margin: 0px;
}
.cid-t3svZvut8P .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t3svZvut8P .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t3svZvut8P .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t3svZvut8P .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t3svZvut8P .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t3svZvut8P .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3swz8a4l8 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/masters-livery-service-special-events-bg-1-2000x800.jpg");
}
.cid-t3swz8a4l8 9 {
  text-align: center;
  font-size: 1.8rem;
}
.cid-t3swz8a4l8 .image-wrapper,
.cid-t3swz8a4l8 img {
  width: 100%;
  object-fit: contain;
}
.cid-t3swz8a4l8 img {
  display: inline-block;
  width: 12rem;
}
.cid-t3swz8a4l8 .mbr-section-title {
  margin: 25px 0;
}
.cid-t3swz8a4l8 .mbr-text {
  margin-bottom: 19px;
  color: #e4bc64;
  font-size: 1.6rem;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3swz8a4l8 .no-shadow {
  color: #e4bc64;
  font-size: 1.6rem;
  font-weight: 400;
}
.cid-t3sAlKYEhA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3sAlKYEhA img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t3sAlKYEhA .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t3sAlKYEhA .margin {
  margin: 0px;
}
.cid-t3sAlKYEhA .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t3sAlKYEhA .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t3sAlKYEhA .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t3sAlKYEhA .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t3sAlKYEhA .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t3sAlKYEhA .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t30j7lR9fP {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t30j7lR9fP .showAlerts {
  display: block !important;
}
.cid-t30j7lR9fP .rowflexrev {
  display: -webkit-flex;
}
.cid-t30j7lR9fP .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t30j7lR9fP .title {
  margin-bottom: 2rem;
}
.cid-t30j7lR9fP .mbr-section-subtitle {
  color: #e4bc64;
}
.cid-t30j7lR9fP textarea.form-control {
  min-height: 188px;
}
.cid-t30j7lR9fP LABEL {
  color: #232323;
  display: initial;
}
.cid-t30j7lR9fP .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t30j7lR9fP .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t30j7lR9fP .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t30j7lR9fP .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t30j7lR9fP .alert {
  margin-bottom: 0;
}
.cid-t30j7lR9fP .alert-success {
  background-color: #70c770;
}
.cid-t30j7lR9fP .alert-danger {
  background-color: #ff4a52;
}
.cid-t30j7lR9fP .btn {
  display: inline-flex;
}
.cid-t30j7lR9fP .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t30j7lR9fP .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t30j7lR9fP .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t30j7lR9fP input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t30j7lR9fP input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t30j7lR9fP input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t30j7lR9fP h2 {
  font-size: 2.5rem;
}
.cid-t30j7lR9fP hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t30j7lR9fP h2 {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.cid-t30j7mhJ1Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecce90;
}
.cid-t30j7mhJ1Z h3 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t30j7mhJ1Z .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 520px) {
  .cid-t30j7mhJ1Z h3 {
    font-size: 25px !important;
    line-height: 2rem;
  }
}
.cid-t30j7mxWbN {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t30j7mxWbN .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t30j7mxWbN .content {
    flex-wrap: wrap;
  }
}
.cid-t30j7mxWbN h2,
.cid-t30j7mxWbN h4,
.cid-t30j7mxWbN h3,
.cid-t30j7mxWbN h6,
.cid-t30j7mxWbN p,
.cid-t30j7mxWbN ul {
  margin: 0;
}
.cid-t30j7mxWbN ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t30j7mxWbN .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t30j7mxWbN .heading {
    width: 100%;
  }
}
.cid-t30j7mxWbN .heading-inner {
  max-width: 476px;
}
.cid-t30j7mxWbN .mbr-section-title {
  color: #000000;
}
.cid-t30j7mxWbN .mbr-section-subtitle {
  color: #1937ff;
}
.cid-t30j7mxWbN .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t30j7mxWbN .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t30j7mxWbN .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t30j7mxWbN .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t30j7mxWbN .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t30j7mxWbN .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t30j7mxWbN .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t30j7mxWbN .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t30j7mxWbN .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t30j7mxWbN b,
.cid-t30j7mxWbN strong {
  font-size: 2rem;
}
.cid-t30j7mxWbN h2 {
  font-size: 1.5rem;
}
.cid-t30j7mxWbN hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t30j7mxWbN ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t30j7mxWbN h4,
  .cid-t30j7mxWbN b,
  .cid-t30j7mxWbN strong {
    font-size: 30px;
  }
  .cid-t30j7mxWbN h2 {
    font-size: 20px;
  }
}
.cid-t3sIwjlYWM {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3sIwjlYWM .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sIwjlYWM .content {
    flex-wrap: wrap;
  }
}
.cid-t3sIwjlYWM h2,
.cid-t3sIwjlYWM h4,
.cid-t3sIwjlYWM h3,
.cid-t3sIwjlYWM h6,
.cid-t3sIwjlYWM p,
.cid-t3sIwjlYWM ul {
  margin: 0;
}
.cid-t3sIwjlYWM ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t3sIwjlYWM .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t3sIwjlYWM .heading {
    width: 100%;
  }
}
.cid-t3sIwjlYWM .heading-inner {
  max-width: 476px;
}
.cid-t3sIwjlYWM .mbr-section-title {
  color: #000000;
}
.cid-t3sIwjlYWM .mbr-section-subtitle {
  color: #000000;
}
.cid-t3sIwjlYWM .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sIwjlYWM .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t3sIwjlYWM .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t3sIwjlYWM .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t3sIwjlYWM .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t3sIwjlYWM .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t3sIwjlYWM .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t3sIwjlYWM .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t3sIwjlYWM .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t3sIwjlYWM b,
.cid-t3sIwjlYWM strong {
  font-size: 2rem;
}
.cid-t3sIwjlYWM h2 {
  font-size: 1.5rem;
}
.cid-t3sIwjlYWM hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t3sIwjlYWM ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t3sIwjlYWM h4,
  .cid-t3sIwjlYWM b,
  .cid-t3sIwjlYWM strong {
    font-size: 30px;
  }
  .cid-t3sIwjlYWM h2 {
    font-size: 20px;
  }
}
.cid-t3tnogrYrl {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3tnogrYrl .item:focus,
.cid-t3tnogrYrl span:focus {
  outline: none;
}
.cid-t3tnogrYrl .item-wrapper {
  position: relative;
}
.cid-t3tnogrYrl .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3tnogrYrl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3tnogrYrl .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3tnogrYrl .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3tnogrYrl .embla__slide {
    min-width: 375px;
  }
}
.cid-t3tnogrYrl .embla__button--next,
.cid-t3tnogrYrl .embla__button--prev {
  display: flex;
}
.cid-t3tnogrYrl .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3tnogrYrl .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3tnogrYrl .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3tnogrYrl .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3tnogrYrl .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3tnogrYrl .embla__button {
    top: auto;
  }
}
.cid-t3tnogrYrl .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3tnogrYrl .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3tnogrYrl .embla {
  position: relative;
  width: 100%;
}
.cid-t3tnogrYrl .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3tnogrYrl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3tnogrYrl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3tnogrYrl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3tnogrYrl .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3tnogrYrl .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3tnogrYrl .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3tnogrYrl .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3tnogrYrl .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3tnogrYrl .shadow:hover .number,
.cid-t3tnogrYrl .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3tnogrYrl .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3tnogrYrl .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3tnogrYrl .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3tnogrYrl .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3tnogrYrl H3 {
  color: #1d1d1f;
}
.cid-t3tnogrYrl .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3tnogrYrl .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3tnogrYrl .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3tnogrYrl .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3tnogrYrl .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3tnogrYrl .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3tnogrYrl .people {
  align-items: center;
}
.cid-t3tnogrYrl img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3tnogrYrl .row.title-block {
    flex-direction: column;
  }
  .cid-t3tnogrYrl .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3tnogrYrl .mbr-section-title {
    text-align: center;
  }
}
.cid-t3tnogrYrl .card-subtitle,
.cid-t3tnogrYrl .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3tnogrYrl .people {
    flex-direction: column;
  }
  .cid-t3tnogrYrl .card-text,
  .cid-t3tnogrYrl .align,
  .cid-t3tnogrYrl .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3tnogrYrl img {
    margin-bottom: 20px !important;
  }
}
.cid-t3tnogrYrl .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3tnogrYrl .button-align {
    margin-top: 20px;
  }
}
.cid-t3tnogrYrl .btn {
  margin-top: 20px;
}
.cid-t3tnogrYrl a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3tnogrYrl .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3tnogrYrl .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3tnogrYrl .mbr-section-subtitle,
.cid-t3tnogrYrl .button-align {
  text-align: center;
  color: #000000;
}
.cid-t30j7noTMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t30j7noTMi .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t30j7noTMi .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t30j7noTMi .row {
    text-align: center;
  }
  .cid-t30j7noTMi .row > div {
    margin: auto;
  }
  .cid-t30j7noTMi .social-row {
    justify-content: center;
  }
}
.cid-t30j7noTMi .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t30j7noTMi .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t30j7noTMi .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t30j7noTMi .list {
    margin-bottom: 0rem;
  }
}
.cid-t30j7noTMi .mbr-text {
  color: #bbbbbb;
}
.cid-t30j7noTMi .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t30j7noTMi .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t30j7noTMi div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t30j7noTMi H5 {
  color: #e4bc64;
}
.cid-t30j7noTMi a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t2kgPxBGld .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t2kgPxBGld .navbar-dropdown {
  position: absolute !important;
}
.cid-t2kgPxBGld .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2kgPxBGld .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2kgPxBGld .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2kgPxBGld .dropdown-item:hover,
.cid-t2kgPxBGld .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t2kgPxBGld .dropdown-item:hover span {
  color: white;
}
.cid-t2kgPxBGld .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2kgPxBGld .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2kgPxBGld .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2kgPxBGld .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2kgPxBGld .nav-link {
  position: relative;
}
.cid-t2kgPxBGld .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2kgPxBGld .container {
    flex-wrap: nowrap;
  }
}
.cid-t2kgPxBGld .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2kgPxBGld .dropdown-menu,
.cid-t2kgPxBGld .navbar.opened {
  background: #000000 !important;
}
.cid-t2kgPxBGld .nav-item:focus,
.cid-t2kgPxBGld .nav-link:focus {
  outline: none;
}
.cid-t2kgPxBGld .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2kgPxBGld .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2kgPxBGld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2kgPxBGld .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2kgPxBGld .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2kgPxBGld .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2kgPxBGld .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t2kgPxBGld .navbar.opened {
  transition: all 0.3s;
}
.cid-t2kgPxBGld .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2kgPxBGld .navbar .navbar-logo img {
  width: auto;
}
.cid-t2kgPxBGld .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2kgPxBGld .navbar.collapsed {
  justify-content: center;
}
.cid-t2kgPxBGld .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2kgPxBGld .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2kgPxBGld .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t2kgPxBGld .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2kgPxBGld .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2kgPxBGld .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t2kgPxBGld .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2kgPxBGld .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2kgPxBGld .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2kgPxBGld .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2kgPxBGld .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2kgPxBGld .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2kgPxBGld .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2kgPxBGld .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t2kgPxBGld .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2kgPxBGld .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2kgPxBGld .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2kgPxBGld .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2kgPxBGld .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2kgPxBGld .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2kgPxBGld .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2kgPxBGld .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2kgPxBGld .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2kgPxBGld .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2kgPxBGld .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2kgPxBGld .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2kgPxBGld .dropdown-item.active,
.cid-t2kgPxBGld .dropdown-item:active {
  background-color: transparent;
}
.cid-t2kgPxBGld .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2kgPxBGld .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2kgPxBGld .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2kgPxBGld .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t2kgPxBGld .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2kgPxBGld .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2kgPxBGld ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2kgPxBGld .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2kgPxBGld button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2kgPxBGld button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t2kgPxBGld button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2kgPxBGld button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2kgPxBGld button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2kgPxBGld button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2kgPxBGld nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2kgPxBGld nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2kgPxBGld nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2kgPxBGld nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2kgPxBGld .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t2kgPxBGld a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2kgPxBGld .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2kgPxBGld .navbar {
    height: 70px;
  }
  .cid-t2kgPxBGld .navbar.opened {
    height: auto;
  }
  .cid-t2kgPxBGld .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2kgPxBGld .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t2kgPxBGld .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t2kgPxBGld a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t2kgPxBGld b,
.cid-t2kgPxBGld strong {
  color: #000000;
  font-weight: 600;
}
.cid-t2khKTLRje {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-chauffeur-banner-2000x600.jpg");
}
.cid-t2khKTLRje .spacr {
  margin-top: 60px;
}
.cid-t2khKTLRje h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t2khKTLRje h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t2khKTLRje {
    padding-top: 50px;
  }
  .cid-t2khKTLRje h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t2khKTLRje h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t2khKTLRje p {
    font-size: 15px !important;
  }
}
.cid-t2kgPyxPzn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t2kgPyxPzn .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2kgPyxPzn i,
.cid-t2kgPyxPzn em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t2kgPyxPzn i,
  .cid-t2kgPyxPzn em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t2kiENfFeu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t2kiENfFeu h3 {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t2kiENfFeu h3 {
    font-size: 25px !important;
    line-height: 2.5rem;
  }
}
.cid-t3nZggyVF4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t3nZggyVF4 .spacr {
  margin-top: 30px;
}
.cid-t3nZggyVF4 .left-side {
  text-align: left;
}
.cid-t3nZggyVF4 .width {
  width: 800px;
  margin: auto;
}
.cid-t3nZggyVF4 .row {
  align-items: center;
  background: #1d2024;
  padding: 0px;
  margin: 0;
}
.cid-t3nZggyVF4 .mbr-section-title {
  margin: 0 0 15px;
  color: #FFFFFF;
  font-weight: 600;
}
.cid-t3nZggyVF4 .container-fluid {
  padding: 0;
}
.cid-t3nZggyVF4 .mbr-section-subtitle {
  color: #FFFFFF;
  text-align: left;
  padding-bottom: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-t3nZggyVF4 .right-side {
  padding: 0;
}
.cid-t3nZggyVF4 .mbr-text {
  color: #ffffff;
  padding-bottom: 60px;
  margin-bottom: 0;
}
.cid-t3nZggyVF4 .lin .mbr-iconfont {
  border-radius: 100%;
}
.cid-t3nZggyVF4 .link-ico {
  font-size: 0.8rem !important;
  color: #ffffff;
  background-color: #000000;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  margin-left: 10px;
  margin-top: -2px;
  transition: .3s;
  display: inline-block;
}
.cid-t3nZggyVF4 .lin:hover .link-ico {
  transform: scale(1.2);
  transition: .3s;
}
.cid-t3nZggyVF4 a {
  font-weight: 500;
}
@media (max-width: 800px) {
  .cid-t3nZggyVF4 .left-side {
    padding: 30px 20px;
  }
  .cid-t3nZggyVF4 .width {
    width: 100%;
  }
}
@media (max-width: 690px) {
  .cid-t3nZggyVF4 .left-side {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-t3nZggyVF4 .mbr-text,
.cid-t3nZggyVF4 .lin {
  text-align: left;
}
.cid-t3nZggyVF4 .lin {
  color: #e4bc64;
}
.cid-t3nZggyVF4 .list {
  color: #ffffff;
  font-size: 1.2rem;
  font-family: Jost;
  font-weight: 600;
  margin-top: 0px;
}
.cid-t3nZggyVF4 b,
.cid-t3nZggyVF4 strong {
  color: #e4bc64;
}
.cid-t2kiXndh8k {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t2kiXndh8k .showAlerts {
  display: block !important;
}
.cid-t2kiXndh8k .rowflexrev {
  display: -webkit-flex;
}
.cid-t2kiXndh8k .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t2kiXndh8k .title {
  margin-bottom: 2rem;
}
.cid-t2kiXndh8k .mbr-section-subtitle {
  color: #e4bc64;
}
.cid-t2kiXndh8k textarea.form-control {
  min-height: 188px;
}
.cid-t2kiXndh8k LABEL {
  color: #232323;
  display: initial;
}
.cid-t2kiXndh8k .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2kiXndh8k .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t2kiXndh8k .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2kiXndh8k .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t2kiXndh8k .alert {
  margin-bottom: 0;
}
.cid-t2kiXndh8k .alert-success {
  background-color: #70c770;
}
.cid-t2kiXndh8k .alert-danger {
  background-color: #ff4a52;
}
.cid-t2kiXndh8k .btn {
  display: inline-flex;
}
.cid-t2kiXndh8k .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t2kiXndh8k .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t2kiXndh8k .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t2kiXndh8k input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2kiXndh8k input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2kiXndh8k input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t2kiXndh8k h2 {
  font-size: 2.5rem;
}
.cid-t2kiXndh8k hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t2kiXndh8k h2 {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.cid-t2kSIwywQN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecce90;
}
.cid-t2kSIwywQN h3 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t2kSIwywQN .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 520px) {
  .cid-t2kSIwywQN h3 {
    font-size: 25px !important;
    line-height: 2rem;
  }
}
.cid-t2kQygxEef {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t2kQygxEef .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t2kQygxEef .content {
    flex-wrap: wrap;
  }
}
.cid-t2kQygxEef h2,
.cid-t2kQygxEef h4,
.cid-t2kQygxEef h3,
.cid-t2kQygxEef h6,
.cid-t2kQygxEef p,
.cid-t2kQygxEef ul {
  margin: 0;
}
.cid-t2kQygxEef ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t2kQygxEef .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t2kQygxEef .heading {
    width: 100%;
  }
}
.cid-t2kQygxEef .heading-inner {
  max-width: 476px;
}
.cid-t2kQygxEef .mbr-section-title {
  color: #000000;
}
.cid-t2kQygxEef .mbr-section-subtitle {
  color: #1937ff;
}
.cid-t2kQygxEef .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t2kQygxEef .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t2kQygxEef .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t2kQygxEef .card {
  width: 34%;
}
@media (max-width: 1024px) {
  .cid-t2kQygxEef .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t2kQygxEef .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t2kQygxEef .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t2kQygxEef .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t2kQygxEef .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t2kQygxEef b,
.cid-t2kQygxEef strong {
  font-size: 2rem;
}
.cid-t2kQygxEef h2 {
  font-size: 1.5rem;
}
.cid-t2kQygxEef hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t2kQygxEef ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t2kQygxEef h4,
  .cid-t2kQygxEef b,
  .cid-t2kQygxEef strong {
    font-size: 30px;
  }
  .cid-t2kQygxEef h2 {
    font-size: 20px;
  }
}
.cid-t3thNoq1M0 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3thNoq1M0 .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3thNoq1M0 .content {
    flex-wrap: wrap;
  }
}
.cid-t3thNoq1M0 h2,
.cid-t3thNoq1M0 h4,
.cid-t3thNoq1M0 h3,
.cid-t3thNoq1M0 h6,
.cid-t3thNoq1M0 p,
.cid-t3thNoq1M0 ul {
  margin: 0;
}
.cid-t3thNoq1M0 ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t3thNoq1M0 .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t3thNoq1M0 .heading {
    width: 100%;
  }
}
.cid-t3thNoq1M0 .heading-inner {
  max-width: 476px;
}
.cid-t3thNoq1M0 .mbr-section-title {
  color: #000000;
}
.cid-t3thNoq1M0 .mbr-section-subtitle {
  color: #000000;
}
.cid-t3thNoq1M0 .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3thNoq1M0 .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t3thNoq1M0 .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t3thNoq1M0 .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t3thNoq1M0 .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t3thNoq1M0 .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t3thNoq1M0 .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t3thNoq1M0 .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t3thNoq1M0 .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t3thNoq1M0 b,
.cid-t3thNoq1M0 strong {
  font-size: 2rem;
}
.cid-t3thNoq1M0 h2 {
  font-size: 1.5rem;
}
.cid-t3thNoq1M0 hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t3thNoq1M0 ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t3thNoq1M0 h4,
  .cid-t3thNoq1M0 b,
  .cid-t3thNoq1M0 strong {
    font-size: 30px;
  }
  .cid-t3thNoq1M0 h2 {
    font-size: 20px;
  }
}
.cid-t3tngRZlar {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3tngRZlar .item:focus,
.cid-t3tngRZlar span:focus {
  outline: none;
}
.cid-t3tngRZlar .item-wrapper {
  position: relative;
}
.cid-t3tngRZlar .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3tngRZlar .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3tngRZlar .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3tngRZlar .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3tngRZlar .embla__slide {
    min-width: 375px;
  }
}
.cid-t3tngRZlar .embla__button--next,
.cid-t3tngRZlar .embla__button--prev {
  display: flex;
}
.cid-t3tngRZlar .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3tngRZlar .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3tngRZlar .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3tngRZlar .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3tngRZlar .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3tngRZlar .embla__button {
    top: auto;
  }
}
.cid-t3tngRZlar .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3tngRZlar .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3tngRZlar .embla {
  position: relative;
  width: 100%;
}
.cid-t3tngRZlar .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3tngRZlar .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3tngRZlar .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3tngRZlar .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3tngRZlar .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3tngRZlar .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3tngRZlar .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3tngRZlar .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3tngRZlar .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3tngRZlar .shadow:hover .number,
.cid-t3tngRZlar .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3tngRZlar .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3tngRZlar .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3tngRZlar .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3tngRZlar .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3tngRZlar H3 {
  color: #1d1d1f;
}
.cid-t3tngRZlar .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3tngRZlar .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3tngRZlar .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3tngRZlar .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3tngRZlar .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3tngRZlar .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3tngRZlar .people {
  align-items: center;
}
.cid-t3tngRZlar img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3tngRZlar .row.title-block {
    flex-direction: column;
  }
  .cid-t3tngRZlar .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3tngRZlar .mbr-section-title {
    text-align: center;
  }
}
.cid-t3tngRZlar .card-subtitle,
.cid-t3tngRZlar .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3tngRZlar .people {
    flex-direction: column;
  }
  .cid-t3tngRZlar .card-text,
  .cid-t3tngRZlar .align,
  .cid-t3tngRZlar .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3tngRZlar img {
    margin-bottom: 20px !important;
  }
}
.cid-t3tngRZlar .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3tngRZlar .button-align {
    margin-top: 20px;
  }
}
.cid-t3tngRZlar .btn {
  margin-top: 20px;
}
.cid-t3tngRZlar a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3tngRZlar .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3tngRZlar .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3tngRZlar .mbr-section-subtitle,
.cid-t3tngRZlar .button-align {
  text-align: center;
  color: #000000;
}
.cid-t2kgPzNltv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t2kgPzNltv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t2kgPzNltv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t2kgPzNltv .row {
    text-align: center;
  }
  .cid-t2kgPzNltv .row > div {
    margin: auto;
  }
  .cid-t2kgPzNltv .social-row {
    justify-content: center;
  }
}
.cid-t2kgPzNltv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t2kgPzNltv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t2kgPzNltv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t2kgPzNltv .list {
    margin-bottom: 0rem;
  }
}
.cid-t2kgPzNltv .mbr-text {
  color: #bbbbbb;
}
.cid-t2kgPzNltv .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t2kgPzNltv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t2kgPzNltv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t2kgPzNltv H5 {
  color: #e4bc64;
}
.cid-t2kgPzNltv a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t3sSvNxAWX .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t3sSvNxAWX .navbar-dropdown {
  position: absolute !important;
}
.cid-t3sSvNxAWX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3sSvNxAWX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3sSvNxAWX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3sSvNxAWX .dropdown-item:hover,
.cid-t3sSvNxAWX .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t3sSvNxAWX .dropdown-item:hover span {
  color: white;
}
.cid-t3sSvNxAWX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3sSvNxAWX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3sSvNxAWX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3sSvNxAWX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3sSvNxAWX .nav-link {
  position: relative;
}
.cid-t3sSvNxAWX .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3sSvNxAWX .container {
    flex-wrap: nowrap;
  }
}
.cid-t3sSvNxAWX .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3sSvNxAWX .dropdown-menu,
.cid-t3sSvNxAWX .navbar.opened {
  background: #000000 !important;
}
.cid-t3sSvNxAWX .nav-item:focus,
.cid-t3sSvNxAWX .nav-link:focus {
  outline: none;
}
.cid-t3sSvNxAWX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3sSvNxAWX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3sSvNxAWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3sSvNxAWX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3sSvNxAWX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3sSvNxAWX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3sSvNxAWX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t3sSvNxAWX .navbar.opened {
  transition: all 0.3s;
}
.cid-t3sSvNxAWX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3sSvNxAWX .navbar .navbar-logo img {
  width: auto;
}
.cid-t3sSvNxAWX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3sSvNxAWX .navbar.collapsed {
  justify-content: center;
}
.cid-t3sSvNxAWX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3sSvNxAWX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3sSvNxAWX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3sSvNxAWX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3sSvNxAWX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3sSvNxAWX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3sSvNxAWX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3sSvNxAWX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3sSvNxAWX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3sSvNxAWX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3sSvNxAWX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3sSvNxAWX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3sSvNxAWX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3sSvNxAWX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3sSvNxAWX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3sSvNxAWX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3sSvNxAWX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3sSvNxAWX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3sSvNxAWX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3sSvNxAWX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3sSvNxAWX .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3sSvNxAWX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3sSvNxAWX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3sSvNxAWX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3sSvNxAWX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3sSvNxAWX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3sSvNxAWX .dropdown-item.active,
.cid-t3sSvNxAWX .dropdown-item:active {
  background-color: transparent;
}
.cid-t3sSvNxAWX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3sSvNxAWX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3sSvNxAWX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3sSvNxAWX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t3sSvNxAWX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3sSvNxAWX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3sSvNxAWX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3sSvNxAWX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3sSvNxAWX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3sSvNxAWX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t3sSvNxAWX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3sSvNxAWX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3sSvNxAWX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3sSvNxAWX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3sSvNxAWX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3sSvNxAWX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3sSvNxAWX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3sSvNxAWX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3sSvNxAWX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3sSvNxAWX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3sSvNxAWX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3sSvNxAWX .navbar {
    height: 70px;
  }
  .cid-t3sSvNxAWX .navbar.opened {
    height: auto;
  }
  .cid-t3sSvNxAWX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3sSvNxAWX .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t3sSvNxAWX .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t3sSvNxAWX a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t3sSvNxAWX b,
.cid-t3sSvNxAWX strong {
  color: #000000;
  font-weight: 600;
}
.cid-t3sSvO0vFu {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-chauffeur-banner-2000x600.jpg");
}
.cid-t3sSvO0vFu .spacr {
  margin-top: 60px;
}
.cid-t3sSvO0vFu h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3sSvO0vFu h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t3sSvO0vFu {
    padding-top: 50px;
  }
  .cid-t3sSvO0vFu h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t3sSvO0vFu h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3sSvO0vFu p {
    font-size: 15px !important;
  }
}
.cid-t3sSvOpeGY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t3sSvOpeGY .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3sSvOpeGY i,
.cid-t3sSvOpeGY em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t3sSvOpeGY i,
  .cid-t3sSvOpeGY em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t3sSvOFrc1 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t3sSvOFrc1 h3 {
  font-size: 2.5rem;
}
@media (max-width: 520px) {
  .cid-t3sSvOFrc1 h3 {
    font-size: 25px !important;
    line-height: 2.5rem;
  }
}
.cid-t3sSvP09rQ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-t3sSvP09rQ img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t3sSvP09rQ .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t3sSvP09rQ .margin {
  margin: 0px;
}
.cid-t3sSvP09rQ .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t3sSvP09rQ .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t3sSvP09rQ .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t3sSvP09rQ .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t3sSvP09rQ .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t3sSvP09rQ .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3sSvPkSyY {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/masters-livery-service-about-bg-1-2000x800.jpg");
}
.cid-t3sSvPkSyY 9 {
  text-align: center;
  font-size: 1.8rem;
}
.cid-t3sSvPkSyY .image-wrapper,
.cid-t3sSvPkSyY img {
  width: 100%;
  object-fit: contain;
}
.cid-t3sSvPkSyY img {
  display: inline-block;
  width: 12rem;
}
.cid-t3sSvPkSyY .mbr-section-title {
  margin: 25px 0;
}
.cid-t3sSvPkSyY .mbr-text {
  margin-bottom: 19px;
  color: #e4bc64;
  font-size: 1.6rem;
  font-weight: 400;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3sSvPkSyY .no-shadow {
  color: #e4bc64;
  font-size: 1.6rem;
  font-weight: 400;
}
.cid-t3sSvPFpkB {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3sSvPFpkB img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t3sSvPFpkB .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t3sSvPFpkB .margin {
  margin: 0px;
}
.cid-t3sSvPFpkB .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t3sSvPFpkB .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t3sSvPFpkB .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t3sSvPFpkB .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t3sSvPFpkB .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t3sSvPFpkB .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3sSvPXE7B {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t3sSvPXE7B .showAlerts {
  display: block !important;
}
.cid-t3sSvPXE7B .rowflexrev {
  display: -webkit-flex;
}
.cid-t3sSvPXE7B .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t3sSvPXE7B .title {
  margin-bottom: 2rem;
}
.cid-t3sSvPXE7B .mbr-section-subtitle {
  color: #e4bc64;
}
.cid-t3sSvPXE7B textarea.form-control {
  min-height: 188px;
}
.cid-t3sSvPXE7B LABEL {
  color: #232323;
  display: initial;
}
.cid-t3sSvPXE7B .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3sSvPXE7B .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t3sSvPXE7B .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3sSvPXE7B .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3sSvPXE7B .alert {
  margin-bottom: 0;
}
.cid-t3sSvPXE7B .alert-success {
  background-color: #70c770;
}
.cid-t3sSvPXE7B .alert-danger {
  background-color: #ff4a52;
}
.cid-t3sSvPXE7B .btn {
  display: inline-flex;
}
.cid-t3sSvPXE7B .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t3sSvPXE7B .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t3sSvPXE7B .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t3sSvPXE7B input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3sSvPXE7B input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3sSvPXE7B input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3sSvPXE7B h2 {
  font-size: 2.5rem;
}
.cid-t3sSvPXE7B hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t3sSvPXE7B h2 {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.cid-t3sSvQtQ4d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ecce90;
}
.cid-t3sSvQtQ4d h3 {
  font-size: 3rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3sSvQtQ4d .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 520px) {
  .cid-t3sSvQtQ4d h3 {
    font-size: 25px !important;
    line-height: 2rem;
  }
}
.cid-t3sSvQQaDj {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-t3sSvQQaDj .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sSvQQaDj .content {
    flex-wrap: wrap;
  }
}
.cid-t3sSvQQaDj h2,
.cid-t3sSvQQaDj h4,
.cid-t3sSvQQaDj h3,
.cid-t3sSvQQaDj h6,
.cid-t3sSvQQaDj p,
.cid-t3sSvQQaDj ul {
  margin: 0;
}
.cid-t3sSvQQaDj ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t3sSvQQaDj .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t3sSvQQaDj .heading {
    width: 100%;
  }
}
.cid-t3sSvQQaDj .heading-inner {
  max-width: 476px;
}
.cid-t3sSvQQaDj .mbr-section-title {
  color: #000000;
}
.cid-t3sSvQQaDj .mbr-section-subtitle {
  color: #1937ff;
}
.cid-t3sSvQQaDj .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sSvQQaDj .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t3sSvQQaDj .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t3sSvQQaDj .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t3sSvQQaDj .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t3sSvQQaDj .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t3sSvQQaDj .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t3sSvQQaDj .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t3sSvQQaDj .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t3sSvQQaDj b,
.cid-t3sSvQQaDj strong {
  font-size: 2rem;
}
.cid-t3sSvQQaDj h2 {
  font-size: 1.5rem;
}
.cid-t3sSvQQaDj hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t3sSvQQaDj ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t3sSvQQaDj h4,
  .cid-t3sSvQQaDj b,
  .cid-t3sSvQQaDj strong {
    font-size: 30px;
  }
  .cid-t3sSvQQaDj h2 {
    font-size: 20px;
  }
}
.cid-t3sSvRghnU {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-t3sSvRghnU .content {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sSvRghnU .content {
    flex-wrap: wrap;
  }
}
.cid-t3sSvRghnU h2,
.cid-t3sSvRghnU h4,
.cid-t3sSvRghnU h3,
.cid-t3sSvRghnU h6,
.cid-t3sSvRghnU p,
.cid-t3sSvRghnU ul {
  margin: 0;
}
.cid-t3sSvRghnU ul {
  padding: 0;
  list-style-type: none;
  font-size: 1rem;
}
.cid-t3sSvRghnU .heading {
  width: 35%;
  margin-bottom: 37px;
}
@media (max-width: 1024px) {
  .cid-t3sSvRghnU .heading {
    width: 100%;
  }
}
.cid-t3sSvRghnU .heading-inner {
  max-width: 476px;
}
.cid-t3sSvRghnU .mbr-section-title {
  color: #000000;
}
.cid-t3sSvRghnU .mbr-section-subtitle {
  color: #000000;
}
.cid-t3sSvRghnU .cards {
  width: 75%;
  display: flex;
}
@media (max-width: 1024px) {
  .cid-t3sSvRghnU .cards {
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-t3sSvRghnU .cards {
    flex-direction: column;
    padding-top: 0px;
  }
}
.cid-t3sSvRghnU .card {
  width: 50%;
}
@media (max-width: 1024px) {
  .cid-t3sSvRghnU .card {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-t3sSvRghnU .card {
    width: 100%;
    padding-top: 30px;
  }
}
.cid-t3sSvRghnU .mbr-card-title {
  color: #000000;
  margin-bottom: 3px;
}
.cid-t3sSvRghnU .mbr-card-subtitle {
  color: #6b6b6b;
}
.cid-t3sSvRghnU .list {
  padding-top: 5px;
  margin-bottom: 24px;
  color: #6b6b6b;
}
.cid-t3sSvRghnU b,
.cid-t3sSvRghnU strong {
  font-size: 2rem;
}
.cid-t3sSvRghnU h2 {
  font-size: 1.5rem;
}
.cid-t3sSvRghnU hr {
  margin: 1rem 0;
  border-color: #262626;
  opacity: .80;
  width: 70%;
}
@media (max-width: 520px) {
  .cid-t3sSvRghnU ul {
    text-align: left;
    font-size: 16px !important;
  }
  .cid-t3sSvRghnU h4,
  .cid-t3sSvRghnU b,
  .cid-t3sSvRghnU strong {
    font-size: 30px;
  }
  .cid-t3sSvRghnU h2 {
    font-size: 20px;
  }
}
.cid-t3sSvRFDU5 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3sSvRFDU5 .item:focus,
.cid-t3sSvRFDU5 span:focus {
  outline: none;
}
.cid-t3sSvRFDU5 .item-wrapper {
  position: relative;
}
.cid-t3sSvRFDU5 .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3sSvRFDU5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3sSvRFDU5 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3sSvRFDU5 .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3sSvRFDU5 .embla__slide {
    min-width: 375px;
  }
}
.cid-t3sSvRFDU5 .embla__button--next,
.cid-t3sSvRFDU5 .embla__button--prev {
  display: flex;
}
.cid-t3sSvRFDU5 .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3sSvRFDU5 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3sSvRFDU5 .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3sSvRFDU5 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3sSvRFDU5 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3sSvRFDU5 .embla__button {
    top: auto;
  }
}
.cid-t3sSvRFDU5 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3sSvRFDU5 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3sSvRFDU5 .embla {
  position: relative;
  width: 100%;
}
.cid-t3sSvRFDU5 .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3sSvRFDU5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3sSvRFDU5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3sSvRFDU5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3sSvRFDU5 .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3sSvRFDU5 .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3sSvRFDU5 .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3sSvRFDU5 .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3sSvRFDU5 .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3sSvRFDU5 .shadow:hover .number,
.cid-t3sSvRFDU5 .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3sSvRFDU5 .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3sSvRFDU5 .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3sSvRFDU5 .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3sSvRFDU5 .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3sSvRFDU5 H3 {
  color: #1d1d1f;
}
.cid-t3sSvRFDU5 .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3sSvRFDU5 .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3sSvRFDU5 .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3sSvRFDU5 .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3sSvRFDU5 .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3sSvRFDU5 .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3sSvRFDU5 .people {
  align-items: center;
}
.cid-t3sSvRFDU5 img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3sSvRFDU5 .row.title-block {
    flex-direction: column;
  }
  .cid-t3sSvRFDU5 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3sSvRFDU5 .mbr-section-title {
    text-align: center;
  }
}
.cid-t3sSvRFDU5 .card-subtitle,
.cid-t3sSvRFDU5 .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3sSvRFDU5 .people {
    flex-direction: column;
  }
  .cid-t3sSvRFDU5 .card-text,
  .cid-t3sSvRFDU5 .align,
  .cid-t3sSvRFDU5 .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3sSvRFDU5 img {
    margin-bottom: 20px !important;
  }
}
.cid-t3sSvRFDU5 .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3sSvRFDU5 .button-align {
    margin-top: 20px;
  }
}
.cid-t3sSvRFDU5 .btn {
  margin-top: 20px;
}
.cid-t3sSvRFDU5 a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3sSvRFDU5 .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3sSvRFDU5 .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3sSvRFDU5 .mbr-section-subtitle,
.cid-t3sSvRFDU5 .button-align {
  text-align: center;
  color: #000000;
}
.cid-t3sSvSmp2u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t3sSvSmp2u .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3sSvSmp2u .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3sSvSmp2u .row {
    text-align: center;
  }
  .cid-t3sSvSmp2u .row > div {
    margin: auto;
  }
  .cid-t3sSvSmp2u .social-row {
    justify-content: center;
  }
}
.cid-t3sSvSmp2u .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3sSvSmp2u .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t3sSvSmp2u .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3sSvSmp2u .list {
    margin-bottom: 0rem;
  }
}
.cid-t3sSvSmp2u .mbr-text {
  color: #bbbbbb;
}
.cid-t3sSvSmp2u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3sSvSmp2u .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3sSvSmp2u div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3sSvSmp2u H5 {
  color: #e4bc64;
}
.cid-t3sSvSmp2u a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t3trMurKMr .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t3trMurKMr .navbar-dropdown {
  position: absolute !important;
}
.cid-t3trMurKMr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3trMurKMr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3trMurKMr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3trMurKMr .dropdown-item:hover,
.cid-t3trMurKMr .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t3trMurKMr .dropdown-item:hover span {
  color: white;
}
.cid-t3trMurKMr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3trMurKMr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3trMurKMr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3trMurKMr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3trMurKMr .nav-link {
  position: relative;
}
.cid-t3trMurKMr .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3trMurKMr .container {
    flex-wrap: nowrap;
  }
}
.cid-t3trMurKMr .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3trMurKMr .dropdown-menu,
.cid-t3trMurKMr .navbar.opened {
  background: #000000 !important;
}
.cid-t3trMurKMr .nav-item:focus,
.cid-t3trMurKMr .nav-link:focus {
  outline: none;
}
.cid-t3trMurKMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3trMurKMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3trMurKMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3trMurKMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3trMurKMr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3trMurKMr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3trMurKMr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t3trMurKMr .navbar.opened {
  transition: all 0.3s;
}
.cid-t3trMurKMr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3trMurKMr .navbar .navbar-logo img {
  width: auto;
}
.cid-t3trMurKMr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3trMurKMr .navbar.collapsed {
  justify-content: center;
}
.cid-t3trMurKMr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3trMurKMr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3trMurKMr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3trMurKMr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3trMurKMr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3trMurKMr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3trMurKMr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3trMurKMr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3trMurKMr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3trMurKMr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3trMurKMr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3trMurKMr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3trMurKMr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3trMurKMr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3trMurKMr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3trMurKMr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3trMurKMr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3trMurKMr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3trMurKMr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3trMurKMr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3trMurKMr .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3trMurKMr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3trMurKMr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3trMurKMr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3trMurKMr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3trMurKMr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3trMurKMr .dropdown-item.active,
.cid-t3trMurKMr .dropdown-item:active {
  background-color: transparent;
}
.cid-t3trMurKMr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3trMurKMr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3trMurKMr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3trMurKMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t3trMurKMr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3trMurKMr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3trMurKMr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3trMurKMr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3trMurKMr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3trMurKMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t3trMurKMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3trMurKMr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3trMurKMr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3trMurKMr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3trMurKMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3trMurKMr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3trMurKMr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3trMurKMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3trMurKMr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3trMurKMr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3trMurKMr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3trMurKMr .navbar {
    height: 70px;
  }
  .cid-t3trMurKMr .navbar.opened {
    height: auto;
  }
  .cid-t3trMurKMr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3trMurKMr .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t3trMurKMr .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t3trMurKMr a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t3trMurKMr b,
.cid-t3trMurKMr strong {
  color: #000000;
  font-weight: 600;
}
.cid-t3trMvc6tx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-contact-banner-4-2000x600.jpg");
}
.cid-t3trMvc6tx .spacr {
  margin-top: 60px;
}
.cid-t3trMvc6tx h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3trMvc6tx h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t3trMvc6tx {
    padding-top: 50px;
  }
  .cid-t3trMvc6tx h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t3trMvc6tx h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3trMvc6tx p {
    font-size: 15px !important;
  }
}
.cid-t3trMvPBUe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t3trMvPBUe .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3trMvPBUe i,
.cid-t3trMvPBUe em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t3trMvPBUe i,
  .cid-t3trMvPBUe em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t3trMxfSVg {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-t3trMxfSVg img {
  width: auto;
  max-height: 60px;
  display: inline-block;
  padding: 0;
  margin-right: 15px;
}
.cid-t3trMxfSVg .title {
  display: inline;
  font-weight: 700;
  color: #ffffff;
  width: auto;
}
.cid-t3trMxfSVg .margin {
  margin: 0px;
}
.cid-t3trMxfSVg .row {
  align-items: center;
  margin-bottom: 39px;
}
.cid-t3trMxfSVg .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-t3trMxfSVg .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-t3trMxfSVg .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-t3trMxfSVg .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-t3trMxfSVg .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-t3trMxzfaw {
  padding-top: 90px;
  padding-bottom: 90px;
  -webkit-box-shadow: 0px 0px 25px 5px #000000;
  -moz-box-shadow: 0px 0px 25px 5px #000000;
  box-shadow: 0px 0px 25px 5px #000000;
  background-color: #ffffff;
}
.cid-t3trMxzfaw .showAlerts {
  display: block !important;
}
.cid-t3trMxzfaw .rowflexrev {
  display: -webkit-flex;
}
.cid-t3trMxzfaw .ws-form-alerts {
  margin-top: 1rem;
}
.cid-t3trMxzfaw .title {
  margin-bottom: 2rem;
}
.cid-t3trMxzfaw .mbr-section-subtitle {
  color: #e4bc64;
}
.cid-t3trMxzfaw textarea.form-control {
  min-height: 188px;
}
.cid-t3trMxzfaw LABEL {
  color: #232323;
  display: initial;
}
.cid-t3trMxzfaw .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3trMxzfaw .mbr-section-labels {
  color: #232323;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-t3trMxzfaw .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3trMxzfaw .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-t3trMxzfaw .alert {
  margin-bottom: 0;
}
.cid-t3trMxzfaw .alert-success {
  background-color: #70c770;
}
.cid-t3trMxzfaw .alert-danger {
  background-color: #ff4a52;
}
.cid-t3trMxzfaw .btn {
  display: inline-flex;
}
.cid-t3trMxzfaw .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-t3trMxzfaw .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-t3trMxzfaw .uploadBtn {
  padding-top: 13px !important;
  padding-left: 12.5px !important;
}
.cid-t3trMxzfaw input[type=file]::file-selector-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3trMxzfaw input[type=file]::-webkit-file-upload-button {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3trMxzfaw input[type=file]::-ms-browse {
  border: 1px solid #232323 !important;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #cccccc !important;
  color: #232323 !important;
  transition: 0.3s;
}
.cid-t3trMxzfaw h2 {
  font-size: 2.5rem;
}
.cid-t3trMxzfaw hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t3trMxzfaw h2 {
    font-size: 25px !important;
    font-weight: 600;
    line-height: 1.5rem;
  }
}
.cid-t3trMzl2Ti {
  padding-top: 3rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-t3trMzl2Ti .item:focus,
.cid-t3trMzl2Ti span:focus {
  outline: none;
}
.cid-t3trMzl2Ti .item-wrapper {
  position: relative;
}
.cid-t3trMzl2Ti .slide-content {
  position: relative;
  border-radius: 4px;
  background: transparent;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-t3trMzl2Ti .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 40%;
  max-width: 596px;
}
@media (max-width: 768px) {
  .cid-t3trMzl2Ti .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
@media (max-width: 900px) {
  .cid-t3trMzl2Ti .embla__slide {
    min-width: 60%;
  }
}
@media (max-width: 630px) {
  .cid-t3trMzl2Ti .embla__slide {
    min-width: 375px;
  }
}
.cid-t3trMzl2Ti .embla__button--next,
.cid-t3trMzl2Ti .embla__button--prev {
  display: flex;
}
.cid-t3trMzl2Ti .embla__button {
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  border: none;
  width: 64px;
  height: 64px;
  font-size: 22px;
  border-radius: 50%;
  top: 50%;
  margin-top: -1.5rem;
  background-color: #14142b;
  color: #fff;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t3trMzl2Ti .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-t3trMzl2Ti .embla__button:hover {
  background: #47b5ed;
  color: #fff;
  transform: scale(1.05);
}
.cid-t3trMzl2Ti .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-t3trMzl2Ti .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-t3trMzl2Ti .embla__button {
    top: auto;
  }
}
.cid-t3trMzl2Ti .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-t3trMzl2Ti .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-t3trMzl2Ti .embla {
  position: relative;
  width: 100%;
}
.cid-t3trMzl2Ti .embla__viewport {
  overflow: visible;
  width: 100%;
}
.cid-t3trMzl2Ti .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-t3trMzl2Ti .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-t3trMzl2Ti .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-t3trMzl2Ti .shadow {
  padding: 44px 32px 52px;
  border-radius: 34px;
  box-shadow: 0 5px 12px 0 rgba(20, 20, 43, 0.05) !important;
  transition: all 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  overflow: visible;
  border: 1px solid #eff0f6;
}
.cid-t3trMzl2Ti .wrap-img {
  transition: all 300ms ease !important;
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  height: 385px;
  padding: 20px 20px 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: translate(0px, 0px);
}
.cid-t3trMzl2Ti .wrap-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  transition: transform 0.3s ease-in-out;
}
.cid-t3trMzl2Ti .shadow:hover {
  transform: translate(0px, -6px);
  box-shadow: 0 10px 20px 0 rgba(8, 15, 52, 0.1) !important;
}
.cid-t3trMzl2Ti .shadow:hover a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption),
.cid-t3trMzl2Ti .shadow:hover .number,
.cid-t3trMzl2Ti .shadow:hover .card-title {
  color: #47b5ed !important;
}
.cid-t3trMzl2Ti .shadow:hover .wrap-img {
  padding: 15px 15px 30px;
}
.cid-t3trMzl2Ti .shadow:hover .wrap-img::after {
  transform: scale(1.05);
}
.cid-t3trMzl2Ti .card-wrapper {
  padding: 30px 15px;
  margin: 0 15px;
  width: auto;
  max-width: 100%;
  border: 1px solid #dbdbdb;
}
.cid-t3trMzl2Ti .card-title {
  font-weight: 700;
  padding: 10px 20px 10px;
  color: #4c4c4c;
  text-align: left;
  text-transform: uppercase;
}
.cid-t3trMzl2Ti H3 {
  color: #1d1d1f;
}
.cid-t3trMzl2Ti .card-subtitle {
  text-align: left;
  color: #14142b;
}
.cid-t3trMzl2Ti .iconfont-wrapper {
  text-align: left;
  margin-bottom: 16px;
}
.cid-t3trMzl2Ti .card-text {
  margin-bottom: 16px;
  text-align: left;
}
.cid-t3trMzl2Ti .mbr-iconfont::before {
  font-size: 25px;
}
.cid-t3trMzl2Ti .button-align {
  margin-top: 36px;
  text-align: center;
}
.cid-t3trMzl2Ti .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-t3trMzl2Ti .people {
  align-items: center;
}
.cid-t3trMzl2Ti img {
  border-radius: 10%;
  height: 128px;
  width: 128px;
  margin: 0;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-t3trMzl2Ti .row.title-block {
    flex-direction: column;
  }
  .cid-t3trMzl2Ti .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-t3trMzl2Ti .mbr-section-title {
    text-align: center;
  }
}
.cid-t3trMzl2Ti .card-subtitle,
.cid-t3trMzl2Ti .card-subtitle2 {
  display: inline;
}
@media (max-width: 1040px) {
  .cid-t3trMzl2Ti .people {
    flex-direction: column;
  }
  .cid-t3trMzl2Ti .card-text,
  .cid-t3trMzl2Ti .align,
  .cid-t3trMzl2Ti .iconfont-wrapper {
    text-align: center;
  }
  .cid-t3trMzl2Ti img {
    margin-bottom: 20px !important;
  }
}
.cid-t3trMzl2Ti .title-block {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: center;
}
@media (max-width: 400px) {
  .cid-t3trMzl2Ti .button-align {
    margin-top: 20px;
  }
}
.cid-t3trMzl2Ti .btn {
  margin-top: 20px;
}
.cid-t3trMzl2Ti a.btn > span {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cid-t3trMzl2Ti .shadow {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}
@media (max-width: 479px) {
  .cid-t3trMzl2Ti .shadow {
    padding: 33px 25px 36px;
  }
}
.cid-t3trMzl2Ti .mbr-section-subtitle,
.cid-t3trMzl2Ti .button-align {
  text-align: center;
  color: #000000;
}
.cid-t3trMzYqWY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t3trMzYqWY .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3trMzYqWY .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3trMzYqWY .row {
    text-align: center;
  }
  .cid-t3trMzYqWY .row > div {
    margin: auto;
  }
  .cid-t3trMzYqWY .social-row {
    justify-content: center;
  }
}
.cid-t3trMzYqWY .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3trMzYqWY .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t3trMzYqWY .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3trMzYqWY .list {
    margin-bottom: 0rem;
  }
}
.cid-t3trMzYqWY .mbr-text {
  color: #bbbbbb;
}
.cid-t3trMzYqWY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3trMzYqWY .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3trMzYqWY div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3trMzYqWY H5 {
  color: #e4bc64;
}
.cid-t3trMzYqWY a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t3xZWM8yxh .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t3xZWM8yxh .navbar-dropdown {
  position: absolute !important;
}
.cid-t3xZWM8yxh .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3xZWM8yxh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3xZWM8yxh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3xZWM8yxh .dropdown-item:hover,
.cid-t3xZWM8yxh .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t3xZWM8yxh .dropdown-item:hover span {
  color: white;
}
.cid-t3xZWM8yxh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3xZWM8yxh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3xZWM8yxh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3xZWM8yxh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3xZWM8yxh .nav-link {
  position: relative;
}
.cid-t3xZWM8yxh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3xZWM8yxh .container {
    flex-wrap: nowrap;
  }
}
.cid-t3xZWM8yxh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3xZWM8yxh .dropdown-menu,
.cid-t3xZWM8yxh .navbar.opened {
  background: #000000 !important;
}
.cid-t3xZWM8yxh .nav-item:focus,
.cid-t3xZWM8yxh .nav-link:focus {
  outline: none;
}
.cid-t3xZWM8yxh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3xZWM8yxh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3xZWM8yxh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3xZWM8yxh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3xZWM8yxh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3xZWM8yxh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3xZWM8yxh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t3xZWM8yxh .navbar.opened {
  transition: all 0.3s;
}
.cid-t3xZWM8yxh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3xZWM8yxh .navbar .navbar-logo img {
  width: auto;
}
.cid-t3xZWM8yxh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3xZWM8yxh .navbar.collapsed {
  justify-content: center;
}
.cid-t3xZWM8yxh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3xZWM8yxh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3xZWM8yxh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3xZWM8yxh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3xZWM8yxh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3xZWM8yxh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3xZWM8yxh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3xZWM8yxh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3xZWM8yxh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3xZWM8yxh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3xZWM8yxh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3xZWM8yxh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3xZWM8yxh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3xZWM8yxh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3xZWM8yxh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3xZWM8yxh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3xZWM8yxh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3xZWM8yxh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3xZWM8yxh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3xZWM8yxh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3xZWM8yxh .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3xZWM8yxh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3xZWM8yxh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3xZWM8yxh .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3xZWM8yxh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3xZWM8yxh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3xZWM8yxh .dropdown-item.active,
.cid-t3xZWM8yxh .dropdown-item:active {
  background-color: transparent;
}
.cid-t3xZWM8yxh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3xZWM8yxh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3xZWM8yxh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3xZWM8yxh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t3xZWM8yxh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3xZWM8yxh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3xZWM8yxh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3xZWM8yxh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3xZWM8yxh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3xZWM8yxh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t3xZWM8yxh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3xZWM8yxh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3xZWM8yxh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3xZWM8yxh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3xZWM8yxh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3xZWM8yxh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3xZWM8yxh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3xZWM8yxh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3xZWM8yxh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3xZWM8yxh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3xZWM8yxh .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3xZWM8yxh .navbar {
    height: 70px;
  }
  .cid-t3xZWM8yxh .navbar.opened {
    height: auto;
  }
  .cid-t3xZWM8yxh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3xZWM8yxh .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t3xZWM8yxh .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t3xZWM8yxh a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t3xZWM8yxh b,
.cid-t3xZWM8yxh strong {
  color: #000000;
  font-weight: 600;
}
.cid-t3xZWMpdiI {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-chauffeur-banner-2000x600.jpg");
}
.cid-t3xZWMpdiI .spacr {
  margin-top: 60px;
}
.cid-t3xZWMpdiI h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3xZWMpdiI h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t3xZWMpdiI {
    padding-top: 50px;
  }
  .cid-t3xZWMpdiI h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t3xZWMpdiI h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3xZWMpdiI p {
    font-size: 15px !important;
  }
}
.cid-t3xZWMCNX5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t3xZWMCNX5 .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3xZWMCNX5 i,
.cid-t3xZWMCNX5 em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t3xZWMCNX5 i,
  .cid-t3xZWMCNX5 em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t3y0LZC1JY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3y0LZC1JY .mbr-section-subtitle {
  text-align: left;
}
.cid-t3y0LZC1JY span {
  font-weight: 600;
  font-size: 3rem;
}
.cid-t3y0LZC1JY hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-t3xZWNSL6i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t3xZWNSL6i .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3xZWNSL6i .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3xZWNSL6i .row {
    text-align: center;
  }
  .cid-t3xZWNSL6i .row > div {
    margin: auto;
  }
  .cid-t3xZWNSL6i .social-row {
    justify-content: center;
  }
}
.cid-t3xZWNSL6i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3xZWNSL6i .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t3xZWNSL6i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3xZWNSL6i .list {
    margin-bottom: 0rem;
  }
}
.cid-t3xZWNSL6i .mbr-text {
  color: #bbbbbb;
}
.cid-t3xZWNSL6i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3xZWNSL6i .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3xZWNSL6i div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3xZWNSL6i H5 {
  color: #e4bc64;
}
.cid-t3xZWNSL6i a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t3y2l1PcI4 .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t3y2l1PcI4 .navbar-dropdown {
  position: absolute !important;
}
.cid-t3y2l1PcI4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3y2l1PcI4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3y2l1PcI4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3y2l1PcI4 .dropdown-item:hover,
.cid-t3y2l1PcI4 .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t3y2l1PcI4 .dropdown-item:hover span {
  color: white;
}
.cid-t3y2l1PcI4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3y2l1PcI4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3y2l1PcI4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3y2l1PcI4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3y2l1PcI4 .nav-link {
  position: relative;
}
.cid-t3y2l1PcI4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3y2l1PcI4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t3y2l1PcI4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3y2l1PcI4 .dropdown-menu,
.cid-t3y2l1PcI4 .navbar.opened {
  background: #000000 !important;
}
.cid-t3y2l1PcI4 .nav-item:focus,
.cid-t3y2l1PcI4 .nav-link:focus {
  outline: none;
}
.cid-t3y2l1PcI4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3y2l1PcI4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3y2l1PcI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3y2l1PcI4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3y2l1PcI4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3y2l1PcI4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3y2l1PcI4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t3y2l1PcI4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t3y2l1PcI4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3y2l1PcI4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t3y2l1PcI4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3y2l1PcI4 .navbar.collapsed {
  justify-content: center;
}
.cid-t3y2l1PcI4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3y2l1PcI4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3y2l1PcI4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3y2l1PcI4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3y2l1PcI4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3y2l1PcI4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3y2l1PcI4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3y2l1PcI4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3y2l1PcI4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3y2l1PcI4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3y2l1PcI4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3y2l1PcI4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3y2l1PcI4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3y2l1PcI4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3y2l1PcI4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3y2l1PcI4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3y2l1PcI4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3y2l1PcI4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3y2l1PcI4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3y2l1PcI4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3y2l1PcI4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3y2l1PcI4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3y2l1PcI4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3y2l1PcI4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3y2l1PcI4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3y2l1PcI4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3y2l1PcI4 .dropdown-item.active,
.cid-t3y2l1PcI4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t3y2l1PcI4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3y2l1PcI4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3y2l1PcI4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3y2l1PcI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t3y2l1PcI4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3y2l1PcI4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3y2l1PcI4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3y2l1PcI4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3y2l1PcI4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3y2l1PcI4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t3y2l1PcI4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3y2l1PcI4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3y2l1PcI4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3y2l1PcI4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3y2l1PcI4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3y2l1PcI4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3y2l1PcI4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3y2l1PcI4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3y2l1PcI4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3y2l1PcI4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3y2l1PcI4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3y2l1PcI4 .navbar {
    height: 70px;
  }
  .cid-t3y2l1PcI4 .navbar.opened {
    height: auto;
  }
  .cid-t3y2l1PcI4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3y2l1PcI4 .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t3y2l1PcI4 .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t3y2l1PcI4 a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t3y2l1PcI4 b,
.cid-t3y2l1PcI4 strong {
  color: #000000;
  font-weight: 600;
}
.cid-t3y2l2gv6k {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-chauffeur-banner-2000x600.jpg");
}
.cid-t3y2l2gv6k .spacr {
  margin-top: 60px;
}
.cid-t3y2l2gv6k h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3y2l2gv6k h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t3y2l2gv6k {
    padding-top: 50px;
  }
  .cid-t3y2l2gv6k h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t3y2l2gv6k h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3y2l2gv6k p {
    font-size: 15px !important;
  }
}
.cid-t3y2l2vZU1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t3y2l2vZU1 .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3y2l2vZU1 i,
.cid-t3y2l2vZU1 em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t3y2l2vZU1 i,
  .cid-t3y2l2vZU1 em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t3y2l2GnUB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3y2l2GnUB .mbr-section-subtitle {
  text-align: left;
}
.cid-t3y2l2GnUB span {
  font-weight: 600;
  font-size: 3rem;
}
.cid-t3y2l2GnUB hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
@media (max-width: 520px) {
  .cid-t3y2l2GnUB span {
    font-size: 30px !important;
    line-height: 2rem;
  }
}
.cid-t3y2l2TD65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t3y2l2TD65 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3y2l2TD65 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3y2l2TD65 .row {
    text-align: center;
  }
  .cid-t3y2l2TD65 .row > div {
    margin: auto;
  }
  .cid-t3y2l2TD65 .social-row {
    justify-content: center;
  }
}
.cid-t3y2l2TD65 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3y2l2TD65 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t3y2l2TD65 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3y2l2TD65 .list {
    margin-bottom: 0rem;
  }
}
.cid-t3y2l2TD65 .mbr-text {
  color: #bbbbbb;
}
.cid-t3y2l2TD65 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3y2l2TD65 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3y2l2TD65 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3y2l2TD65 H5 {
  color: #e4bc64;
}
.cid-t3y2l2TD65 a.text-primary:hover {
  color: #ffffff !important;
}
.cid-t3y41phFf4 .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-t3y41phFf4 .navbar-dropdown {
  position: absolute !important;
}
.cid-t3y41phFf4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3y41phFf4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t3y41phFf4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t3y41phFf4 .dropdown-item:hover,
.cid-t3y41phFf4 .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-t3y41phFf4 .dropdown-item:hover span {
  color: white;
}
.cid-t3y41phFf4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t3y41phFf4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t3y41phFf4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t3y41phFf4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t3y41phFf4 .nav-link {
  position: relative;
}
.cid-t3y41phFf4 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t3y41phFf4 .container {
    flex-wrap: nowrap;
  }
}
.cid-t3y41phFf4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t3y41phFf4 .dropdown-menu,
.cid-t3y41phFf4 .navbar.opened {
  background: #000000 !important;
}
.cid-t3y41phFf4 .nav-item:focus,
.cid-t3y41phFf4 .nav-link:focus {
  outline: none;
}
.cid-t3y41phFf4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t3y41phFf4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3y41phFf4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t3y41phFf4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t3y41phFf4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t3y41phFf4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t3y41phFf4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-t3y41phFf4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t3y41phFf4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t3y41phFf4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t3y41phFf4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t3y41phFf4 .navbar.collapsed {
  justify-content: center;
}
.cid-t3y41phFf4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t3y41phFf4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t3y41phFf4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t3y41phFf4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t3y41phFf4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t3y41phFf4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-t3y41phFf4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t3y41phFf4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t3y41phFf4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t3y41phFf4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t3y41phFf4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t3y41phFf4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t3y41phFf4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t3y41phFf4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-t3y41phFf4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t3y41phFf4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t3y41phFf4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t3y41phFf4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t3y41phFf4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t3y41phFf4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t3y41phFf4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-t3y41phFf4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t3y41phFf4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t3y41phFf4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t3y41phFf4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t3y41phFf4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t3y41phFf4 .dropdown-item.active,
.cid-t3y41phFf4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t3y41phFf4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t3y41phFf4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t3y41phFf4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t3y41phFf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-t3y41phFf4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t3y41phFf4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3y41phFf4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t3y41phFf4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t3y41phFf4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t3y41phFf4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-t3y41phFf4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t3y41phFf4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3y41phFf4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t3y41phFf4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t3y41phFf4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3y41phFf4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t3y41phFf4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t3y41phFf4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t3y41phFf4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-t3y41phFf4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3y41phFf4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t3y41phFf4 .navbar {
    height: 70px;
  }
  .cid-t3y41phFf4 .navbar.opened {
    height: auto;
  }
  .cid-t3y41phFf4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t3y41phFf4 .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-t3y41phFf4 .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-t3y41phFf4 a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-t3y41phFf4 b,
.cid-t3y41phFf4 strong {
  color: #000000;
  font-weight: 600;
}
.cid-t3y41pLniB {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-chauffeur-banner-2000x600.jpg");
}
.cid-t3y41pLniB .spacr {
  margin-top: 60px;
}
.cid-t3y41pLniB h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-t3y41pLniB h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-t3y41pLniB {
    padding-top: 50px;
  }
  .cid-t3y41pLniB h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-t3y41pLniB h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3y41pLniB p {
    font-size: 15px !important;
  }
}
.cid-t3y41q61fN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-t3y41q61fN .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t3y41q61fN i,
.cid-t3y41q61fN em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-t3y41q61fN i,
  .cid-t3y41q61fN em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-t3y41qgmT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t3y41qgmT8 .mbr-section-subtitle {
  text-align: center;
}
.cid-t3y41qgmT8 span {
  font-weight: 600;
  font-size: 3rem;
}
.cid-t3y41qgmT8 hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-t3y41qgmT8 h4 {
  font-size: 1.8rem;
}
@media (max-width: 520px) {
  .cid-t3y41qgmT8 h3,
  .cid-t3y41qgmT8 span {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-t3y41qgmT8 h4 {
    line-height: 2rem;
    font-size: 20px !important;
  }
}
.cid-t3y41qwejk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-t3y41qwejk .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t3y41qwejk .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-t3y41qwejk .row {
    text-align: center;
  }
  .cid-t3y41qwejk .row > div {
    margin: auto;
  }
  .cid-t3y41qwejk .social-row {
    justify-content: center;
  }
}
.cid-t3y41qwejk .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t3y41qwejk .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-t3y41qwejk .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t3y41qwejk .list {
    margin-bottom: 0rem;
  }
}
.cid-t3y41qwejk .mbr-text {
  color: #bbbbbb;
}
.cid-t3y41qwejk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t3y41qwejk .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t3y41qwejk div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t3y41qwejk H5 {
  color: #e4bc64;
}
.cid-t3y41qwejk a.text-primary:hover {
  color: #ffffff !important;
}
.cid-tc9MjD4yBD .navbar-dropdown {
  position: relative !important;
  -webkit-box-shadow: 0px 0px 10px 10px #000000;
  -moz-box-shadow: 0px 0px 10px 10px #000000;
  box-shadow: 0px 0px 10px 10px #000000;
}
.cid-tc9MjD4yBD .navbar-dropdown {
  position: absolute !important;
}
.cid-tc9MjD4yBD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tc9MjD4yBD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tc9MjD4yBD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tc9MjD4yBD .dropdown-item:hover,
.cid-tc9MjD4yBD .dropdown-item:focus {
  background: #e4bc64 !important;
  color: white !important;
}
.cid-tc9MjD4yBD .dropdown-item:hover span {
  color: white;
}
.cid-tc9MjD4yBD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tc9MjD4yBD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tc9MjD4yBD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tc9MjD4yBD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tc9MjD4yBD .nav-link {
  position: relative;
}
.cid-tc9MjD4yBD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tc9MjD4yBD .container {
    flex-wrap: nowrap;
  }
}
.cid-tc9MjD4yBD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tc9MjD4yBD .dropdown-menu,
.cid-tc9MjD4yBD .navbar.opened {
  background: #000000 !important;
}
.cid-tc9MjD4yBD .nav-item:focus,
.cid-tc9MjD4yBD .nav-link:focus {
  outline: none;
}
.cid-tc9MjD4yBD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tc9MjD4yBD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tc9MjD4yBD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tc9MjD4yBD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tc9MjD4yBD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tc9MjD4yBD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tc9MjD4yBD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}
.cid-tc9MjD4yBD .navbar.opened {
  transition: all 0.3s;
}
.cid-tc9MjD4yBD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tc9MjD4yBD .navbar .navbar-logo img {
  width: auto;
}
.cid-tc9MjD4yBD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tc9MjD4yBD .navbar.collapsed {
  justify-content: center;
}
.cid-tc9MjD4yBD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tc9MjD4yBD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tc9MjD4yBD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tc9MjD4yBD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tc9MjD4yBD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tc9MjD4yBD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tc9MjD4yBD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tc9MjD4yBD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tc9MjD4yBD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tc9MjD4yBD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tc9MjD4yBD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tc9MjD4yBD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tc9MjD4yBD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tc9MjD4yBD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tc9MjD4yBD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tc9MjD4yBD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tc9MjD4yBD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tc9MjD4yBD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tc9MjD4yBD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tc9MjD4yBD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tc9MjD4yBD .navbar.navbar-short {
  min-height: 60px;
}
.cid-tc9MjD4yBD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tc9MjD4yBD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tc9MjD4yBD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tc9MjD4yBD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tc9MjD4yBD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tc9MjD4yBD .dropdown-item.active,
.cid-tc9MjD4yBD .dropdown-item:active {
  background-color: transparent;
}
.cid-tc9MjD4yBD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tc9MjD4yBD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tc9MjD4yBD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tc9MjD4yBD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tc9MjD4yBD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tc9MjD4yBD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tc9MjD4yBD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tc9MjD4yBD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tc9MjD4yBD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tc9MjD4yBD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e4bc64;
}
.cid-tc9MjD4yBD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tc9MjD4yBD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tc9MjD4yBD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tc9MjD4yBD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tc9MjD4yBD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tc9MjD4yBD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tc9MjD4yBD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tc9MjD4yBD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tc9MjD4yBD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tc9MjD4yBD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tc9MjD4yBD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tc9MjD4yBD .navbar {
    height: 70px;
  }
  .cid-tc9MjD4yBD .navbar.opened {
    height: auto;
  }
  .cid-tc9MjD4yBD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tc9MjD4yBD .my-logo {
  min-width: 100px;
  min-height: 140px;
}
@media (max-width: 520px) {
  .cid-tc9MjD4yBD .my-logo {
    min-width: 60px;
    min-height: 90px;
  }
}
.cid-tc9MjD4yBD a.nav-link:hover {
  color: #e4bc64 !important;
}
.cid-tc9MjD4yBD b,
.cid-tc9MjD4yBD strong {
  color: #000000;
  font-weight: 600;
}
.cid-tc9MjDlf4l {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/masters-livery-service-testimonials-2000x600.jpg");
}
.cid-tc9MjDlf4l .spacr {
  margin-top: 60px;
}
.cid-tc9MjDlf4l h2 {
  color: #e4bc64;
  text-shadow: 2px 2px 2px #000000;
}
.cid-tc9MjDlf4l h1 {
  font-size: 2.5rem;
  color: #ffffff;
  text-shadow: 2px 2px 2px #000000;
}
@media (max-width: 520px) {
  .cid-tc9MjDlf4l {
    padding-top: 50px;
  }
  .cid-tc9MjDlf4l h1 {
    font-size: 30px !important;
    line-height: 2rem;
  }
  .cid-tc9MjDlf4l h2 {
    font-size: 25px !important;
    line-height: 1.5rem;
  }
  .cid-tc9MjDlf4l p {
    font-size: 15px !important;
  }
}
.cid-tc9MjDwQgF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e4bc64;
}
.cid-tc9MjDwQgF .line {
  background-color: #00008b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tc9MjDwQgF i,
.cid-tc9MjDwQgF em {
  font-size: 3rem;
}
@media (max-width: 520px) {
  .cid-tc9MjDwQgF i,
  .cid-tc9MjDwQgF em {
    font-size: 25px !important;
    line-height: 1.5rem;
    font-weight: 600;
  }
}
.cid-tc9MjDEYqT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tc9MjDEYqT .mbr-section-subtitle {
  text-align: left;
}
.cid-tc9MjDEYqT span {
  font-weight: 600;
  font-size: 3rem;
}
.cid-tc9MjDEYqT hr {
  margin: 1rem 0;
  border-color: #000000;
  opacity: .80;
}
.cid-tc9MjDPJrS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 10px solid #00008b;
  background-color: #232323;
}
.cid-tc9MjDPJrS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tc9MjDPJrS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tc9MjDPJrS .row {
    text-align: center;
  }
  .cid-tc9MjDPJrS .row > div {
    margin: auto;
  }
  .cid-tc9MjDPJrS .social-row {
    justify-content: center;
  }
}
.cid-tc9MjDPJrS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tc9MjDPJrS .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tc9MjDPJrS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tc9MjDPJrS .list {
    margin-bottom: 0rem;
  }
}
.cid-tc9MjDPJrS .mbr-text {
  color: #bbbbbb;
}
.cid-tc9MjDPJrS .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tc9MjDPJrS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tc9MjDPJrS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tc9MjDPJrS H5 {
  color: #e4bc64;
}
.cid-tc9MjDPJrS a.text-primary:hover {
  color: #ffffff !important;
}
