body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .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: #f40a0a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f40a0a !important;
  border-color: #f40a0a !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: #a10707 !important;
  border-color: #a10707 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a10707 !important;
  border-color: #a10707 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f40a0a !important;
  border-color: #f40a0a !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: #a10707 !important;
  border-color: #a10707 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a10707 !important;
  border-color: #a10707 !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: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !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: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !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: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !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: #f40a0a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a10707 !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: #f40a0a !important;
  border-color: #f40a0a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f40a0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a10707 !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: #f40a0a !important;
  border-color: #f40a0a !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: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !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: #f40a0a !important;
}
.text-secondary {
  color: #f40a0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #920606 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #920606 !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: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #f40a0a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f40a0a;
  border-color: #f40a0a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f40a0a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdcdcd;
}
.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: #ffffff;
}
.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: 'Jost', 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: #f40a0a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', 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: #f40a0a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f40a0a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f40a0a;
}
.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: #f40a0a;
  border-bottom-color: #f40a0a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f40a0a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #f40a0a !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='%23f40a0a' %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-sNfRrGLzsy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNfRrGLzsy nav.navbar {
  position: fixed;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNfRrGLzsy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNfRrGLzsy .dropdown-item:hover,
.cid-sNfRrGLzsy .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sNfRrGLzsy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNfRrGLzsy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNfRrGLzsy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNfRrGLzsy .nav-link {
  position: relative;
}
.cid-sNfRrGLzsy .container {
  display: flex;
  margin: auto;
}
.cid-sNfRrGLzsy .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown-menu,
.cid-sNfRrGLzsy .navbar.opened {
  background: #ffffff !important;
}
.cid-sNfRrGLzsy .nav-item:focus,
.cid-sNfRrGLzsy .nav-link:focus {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNfRrGLzsy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNfRrGLzsy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.opened {
  transition: all 0.3s;
}
.cid-sNfRrGLzsy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNfRrGLzsy .navbar .navbar-logo img {
  width: auto;
}
.cid-sNfRrGLzsy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNfRrGLzsy .navbar.collapsed {
  justify-content: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNfRrGLzsy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNfRrGLzsy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNfRrGLzsy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNfRrGLzsy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNfRrGLzsy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNfRrGLzsy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNfRrGLzsy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNfRrGLzsy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNfRrGLzsy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNfRrGLzsy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown-item.active,
.cid-sNfRrGLzsy .dropdown-item:active {
  background-color: transparent;
}
.cid-sNfRrGLzsy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNfRrGLzsy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNfRrGLzsy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNfRrGLzsy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNfRrGLzsy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNfRrGLzsy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar {
    height: 70px;
  }
  .cid-sNfRrGLzsy .navbar.opened {
    height: auto;
  }
  .cid-sNfRrGLzsy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNfVo1C4UE {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/charter-bus-company-1250x832.png");
}
.cid-sNfVo1C4UE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sNfVo1C4UE .mbr-text,
.cid-sNfVo1C4UE .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sNfWbbCsbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sNfWbbCsbv .mbr-section-subtitle {
  color: #000000;
}
.cid-sNfWbbCsbv .mbr-text {
  color: #000000;
}
.cid-sNfWbbCsbv .mbr-section-title {
  text-align: center;
}
.cid-tQfNyRndq2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQfNyRndq2 img,
.cid-tQfNyRndq2 .item-img {
  width: 100%;
}
.cid-tQfNyRndq2 .item:focus,
.cid-tQfNyRndq2 span:focus {
  outline: none;
}
.cid-tQfNyRndq2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQfNyRndq2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQfNyRndq2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQfNyRndq2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQfNyRndq2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQfNyRndq2 .mbr-section-title {
  color: #000000;
}
.cid-tQfNyRndq2 .mbr-text,
.cid-tQfNyRndq2 .mbr-section-btn {
  text-align: center;
  color: #f40a0a;
}
.cid-tQfNyRndq2 .item-title {
  text-align: left;
}
.cid-tQfNyRndq2 .item-subtitle {
  text-align: left;
}
.cid-sO73ozlYpn {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sO73ozlYpn .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sO73ozlYpn .container {
    max-width: 1400px;
  }
}
.cid-sO73ozlYpn .card {
  margin: auto;
}
.cid-sO73ozlYpn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sO73ozlYpn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sO73ozlYpn .row {
  justify-content: center;
}
.cid-sNfWcay3xs {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sNfWcay3xs .mbr-section-title {
  color: #000000;
}
.cid-sNfWcay3xs .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-tQfYjipPQM {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQfYjipPQM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQfYjipPQM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQfYjipPQM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQfYjipPQM .row {
  flex-direction: row-reverse;
}
.cid-tQfYjipPQM img {
  width: 100%;
}
.cid-sO73rULRtY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sO73rULRtY img,
.cid-sO73rULRtY .item-img {
  width: 100%;
}
.cid-sO73rULRtY .item:focus,
.cid-sO73rULRtY span:focus {
  outline: none;
}
.cid-sO73rULRtY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sO73rULRtY .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sO73rULRtY .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sO73rULRtY .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sO73rULRtY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sO73rULRtY .mbr-section-title {
  color: #232323;
}
.cid-sO73rULRtY .mbr-text,
.cid-sO73rULRtY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-sO73rULRtY .item-title {
  text-align: center;
  color: #000000;
}
.cid-sO73rULRtY .item-subtitle {
  text-align: left;
}
.cid-tQfTwOvCGo {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQfTwOvCGo .mbr-section-subtitle {
  text-align: center;
}
.cid-tQ9c7A3aRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9c7A3aRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9c7A3aRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9c7A3aRc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9c7A3aRc .row {
  flex-direction: row-reverse;
}
.cid-tQ9c7A3aRc img {
  width: 100%;
}
.cid-sNfWSDzsn9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sNfWSDzsn9 img {
  width: 120px;
  margin: auto;
}
.cid-sNfWSDzsn9 .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sNfWSDzsn9 .card {
    max-width: 12.5%;
  }
}
.cid-sNfWSDzsn9 .mbr-section-title {
  color: #000000;
}
.cid-sNfWSDzsn9 .mbr-text {
  color: #232323;
}
.cid-tRn4DV4PKp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRn4DV4PKp .mbr-section-subtitle {
  text-align: center;
}
.cid-tQfXQUMlOa {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tQfXQUMlOa img {
  width: 120px;
  margin: auto;
}
.cid-tQfXQUMlOa .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tQfXQUMlOa .card {
    max-width: 12.5%;
  }
}
.cid-tRn2k0dJ4g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRn2k0dJ4g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRn2k0dJ4g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRn2k0dJ4g .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRn2k0dJ4g .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRn2k0dJ4g .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRn2k0dJ4g .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRn2k0dJ4g .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRn2k0dJ4g .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRn2k0dJ4g .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRn2k0dJ4g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRn2k0dJ4g .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRn2k0dJ4g [class^="socicon-"]:before,
.cid-tRn2k0dJ4g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sNfRrGLzsy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNfRrGLzsy nav.navbar {
  position: fixed;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNfRrGLzsy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNfRrGLzsy .dropdown-item:hover,
.cid-sNfRrGLzsy .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sNfRrGLzsy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNfRrGLzsy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNfRrGLzsy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNfRrGLzsy .nav-link {
  position: relative;
}
.cid-sNfRrGLzsy .container {
  display: flex;
  margin: auto;
}
.cid-sNfRrGLzsy .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown-menu,
.cid-sNfRrGLzsy .navbar.opened {
  background: #ffffff !important;
}
.cid-sNfRrGLzsy .nav-item:focus,
.cid-sNfRrGLzsy .nav-link:focus {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNfRrGLzsy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNfRrGLzsy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.opened {
  transition: all 0.3s;
}
.cid-sNfRrGLzsy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNfRrGLzsy .navbar .navbar-logo img {
  width: auto;
}
.cid-sNfRrGLzsy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNfRrGLzsy .navbar.collapsed {
  justify-content: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNfRrGLzsy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNfRrGLzsy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNfRrGLzsy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNfRrGLzsy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNfRrGLzsy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNfRrGLzsy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNfRrGLzsy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNfRrGLzsy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNfRrGLzsy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNfRrGLzsy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown-item.active,
.cid-sNfRrGLzsy .dropdown-item:active {
  background-color: transparent;
}
.cid-sNfRrGLzsy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNfRrGLzsy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNfRrGLzsy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNfRrGLzsy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNfRrGLzsy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNfRrGLzsy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar {
    height: 70px;
  }
  .cid-sNfRrGLzsy .navbar.opened {
    height: auto;
  }
  .cid-sNfRrGLzsy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN2Sh6EGZ7 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-tMKUKQcoA2 {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tMKUKQcoA2 img,
.cid-tMKUKQcoA2 .item-img {
  width: 100%;
}
.cid-tMKUKQcoA2 .item:focus,
.cid-tMKUKQcoA2 span:focus {
  outline: none;
}
.cid-tMKUKQcoA2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMKUKQcoA2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMKUKQcoA2 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tMKUKQcoA2 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMKUKQcoA2 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tMKUKQcoA2 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tMKUKQcoA2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMKUKQcoA2 .mbr-section-title {
  color: #000000;
}
.cid-tMKUKQcoA2 .mbr-text,
.cid-tMKUKQcoA2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-tMKUKQcoA2 .item-title {
  text-align: center;
}
.cid-tMKUKQcoA2 .item-subtitle {
  text-align: left;
}
.cid-tQ9ruKQVBY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9ruKQVBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ruKQVBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ruKQVBY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ruKQVBY .row {
  flex-direction: row-reverse;
}
.cid-tQ9ruKQVBY img {
  width: 100%;
}
.cid-tQ9rkVTKEp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ9rkVTKEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9rkVTKEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ9mUVLbIa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ9mUVLbIa img,
.cid-tQ9mUVLbIa .item-img {
  width: 100%;
}
.cid-tQ9mUVLbIa .item:focus,
.cid-tQ9mUVLbIa span:focus {
  outline: none;
}
.cid-tQ9mUVLbIa .item-wrapper {
  position: relative;
}
.cid-tQ9mUVLbIa .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9mUVLbIa .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9mUVLbIa .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-tQ9mUVLbIa .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9mUVLbIa .mbr-section-title {
  color: #232323;
}
.cid-tQ9mUVLbIa .mbr-text,
.cid-tQ9mUVLbIa .mbr-section-btn {
  text-align: left;
}
.cid-tQ9mUVLbIa .item-title {
  text-align: center;
  color: #f40a0a;
}
.cid-tQ9mUVLbIa .item-subtitle {
  text-align: left;
}
.cid-tQ9mUVLbIa .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-tQ9mUVLbIa .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tQ9mUVLbIa .embla__button--next,
.cid-tQ9mUVLbIa .embla__button--prev {
  display: flex;
}
.cid-tQ9mUVLbIa .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tQ9mUVLbIa .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tQ9mUVLbIa .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tQ9mUVLbIa .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tQ9mUVLbIa .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tQ9mUVLbIa .embla__button {
    top: auto;
  }
}
.cid-tQ9mUVLbIa .embla {
  position: relative;
  width: 100%;
}
.cid-tQ9mUVLbIa .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tQ9mUVLbIa .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tQ9mUVLbIa .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tQ9mUVLbIa .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tML6umnFGc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tML6umnFGc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tML6umnFGc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN2SGyS5Wg {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN2SGyS5Wg .mbr-text {
  color: #000000;
}
.cid-tQ9h3AWD07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9h3AWD07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9h3AWD07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9h3AWD07 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9h3AWD07 .row {
  flex-direction: row-reverse;
}
.cid-tQ9h3AWD07 img {
  width: 100%;
}
.cid-tRnpzq9rBV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpzq9rBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpzq9rBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpzq9rBV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpzq9rBV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpzq9rBV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpzq9rBV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpzq9rBV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpzq9rBV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpzq9rBV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpzq9rBV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpzq9rBV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpzq9rBV [class^="socicon-"]:before,
.cid-tRnpzq9rBV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRjztOpzFr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRjztOpzFr nav.navbar {
  position: fixed;
}
.cid-sRjztOpzFr .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-sRjztOpzFr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRjztOpzFr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRjztOpzFr .dropdown-item:hover,
.cid-sRjztOpzFr .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRjztOpzFr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRjztOpzFr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRjztOpzFr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRjztOpzFr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRjztOpzFr .nav-link {
  position: relative;
}
.cid-sRjztOpzFr .container {
  display: flex;
  margin: auto;
}
.cid-sRjztOpzFr .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRjztOpzFr .dropdown-menu,
.cid-sRjztOpzFr .navbar.opened {
  background: #ffffff !important;
}
.cid-sRjztOpzFr .nav-item:focus,
.cid-sRjztOpzFr .nav-link:focus {
  outline: none;
}
.cid-sRjztOpzFr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRjztOpzFr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRjztOpzFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRjztOpzFr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRjztOpzFr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRjztOpzFr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRjztOpzFr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRjztOpzFr .navbar.opened {
  transition: all 0.3s;
}
.cid-sRjztOpzFr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRjztOpzFr .navbar .navbar-logo img {
  width: auto;
}
.cid-sRjztOpzFr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRjztOpzFr .navbar.collapsed {
  justify-content: center;
}
.cid-sRjztOpzFr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRjztOpzFr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRjztOpzFr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRjztOpzFr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRjztOpzFr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRjztOpzFr .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-sRjztOpzFr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRjztOpzFr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRjztOpzFr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRjztOpzFr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRjztOpzFr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRjztOpzFr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRjztOpzFr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRjztOpzFr .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-sRjztOpzFr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRjztOpzFr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRjztOpzFr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRjztOpzFr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRjztOpzFr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRjztOpzFr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRjztOpzFr .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRjztOpzFr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRjztOpzFr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRjztOpzFr .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-sRjztOpzFr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRjztOpzFr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRjztOpzFr .dropdown-item.active,
.cid-sRjztOpzFr .dropdown-item:active {
  background-color: transparent;
}
.cid-sRjztOpzFr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRjztOpzFr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRjztOpzFr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRjztOpzFr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRjztOpzFr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRjztOpzFr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRjztOpzFr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRjztOpzFr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRjztOpzFr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRjztOpzFr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRjztOpzFr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRjztOpzFr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjztOpzFr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjztOpzFr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRjztOpzFr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjztOpzFr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRjztOpzFr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRjztOpzFr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjztOpzFr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRjztOpzFr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRjztOpzFr .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-sRjztOpzFr .navbar {
    height: 70px;
  }
  .cid-sRjztOpzFr .navbar.opened {
    height: auto;
  }
  .cid-sRjztOpzFr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRjztPHaTZ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(50deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-tMLmxNlx96 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tMLmxNlx96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMLmxNlx96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMLmxNlx96 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMLmxNlx96 .row {
  flex-direction: row-reverse;
}
.cid-tMLmxNlx96 img {
  width: 100%;
}
.cid-sRjAjsgVEX {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sRjAjsgVEX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sRjAjsgVEX .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tMLnLAcGkf {
  padding-top: 1rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tMLnLAcGkf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMLnLAcGkf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tMLnLAcGkf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tMLnLAcGkf .row {
  flex-direction: row-reverse;
}
.cid-tMLnLAcGkf img {
  width: 100%;
}
.cid-tRnpDD5wnt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpDD5wnt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpDD5wnt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpDD5wnt .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpDD5wnt .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpDD5wnt .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpDD5wnt .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpDD5wnt .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpDD5wnt .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpDD5wnt .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpDD5wnt .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpDD5wnt .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpDD5wnt [class^="socicon-"]:before,
.cid-tRnpDD5wnt [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRjASkE14E {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRjASkE14E nav.navbar {
  position: fixed;
}
.cid-sRjASkE14E .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-sRjASkE14E .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRjASkE14E .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRjASkE14E .dropdown-item:hover,
.cid-sRjASkE14E .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRjASkE14E .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRjASkE14E .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRjASkE14E .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRjASkE14E .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRjASkE14E .nav-link {
  position: relative;
}
.cid-sRjASkE14E .container {
  display: flex;
  margin: auto;
}
.cid-sRjASkE14E .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRjASkE14E .dropdown-menu,
.cid-sRjASkE14E .navbar.opened {
  background: #ffffff !important;
}
.cid-sRjASkE14E .nav-item:focus,
.cid-sRjASkE14E .nav-link:focus {
  outline: none;
}
.cid-sRjASkE14E .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRjASkE14E .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRjASkE14E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRjASkE14E .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRjASkE14E .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRjASkE14E .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRjASkE14E .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRjASkE14E .navbar.opened {
  transition: all 0.3s;
}
.cid-sRjASkE14E .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRjASkE14E .navbar .navbar-logo img {
  width: auto;
}
.cid-sRjASkE14E .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRjASkE14E .navbar.collapsed {
  justify-content: center;
}
.cid-sRjASkE14E .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRjASkE14E .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRjASkE14E .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRjASkE14E .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRjASkE14E .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRjASkE14E .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-sRjASkE14E .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRjASkE14E .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRjASkE14E .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRjASkE14E .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRjASkE14E .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRjASkE14E .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRjASkE14E .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRjASkE14E .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-sRjASkE14E .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRjASkE14E .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRjASkE14E .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRjASkE14E .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRjASkE14E .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRjASkE14E .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRjASkE14E .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRjASkE14E .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRjASkE14E .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRjASkE14E .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-sRjASkE14E .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRjASkE14E .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRjASkE14E .dropdown-item.active,
.cid-sRjASkE14E .dropdown-item:active {
  background-color: transparent;
}
.cid-sRjASkE14E .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRjASkE14E .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRjASkE14E .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRjASkE14E .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRjASkE14E .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRjASkE14E .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRjASkE14E ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRjASkE14E .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRjASkE14E button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRjASkE14E button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRjASkE14E button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRjASkE14E button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjASkE14E button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjASkE14E button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRjASkE14E nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjASkE14E nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRjASkE14E nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRjASkE14E nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjASkE14E .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRjASkE14E a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRjASkE14E .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-sRjASkE14E .navbar {
    height: 70px;
  }
  .cid-sRjASkE14E .navbar.opened {
    height: auto;
  }
  .cid-sRjASkE14E .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRjASlOPS6 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-sRjB0e4T93 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sRjB0e4T93 .mbr-section-subtitle {
  color: #000000;
}
.cid-tRnpPqcXfG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpPqcXfG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpPqcXfG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpPqcXfG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpPqcXfG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpPqcXfG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpPqcXfG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpPqcXfG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpPqcXfG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpPqcXfG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpPqcXfG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpPqcXfG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpPqcXfG [class^="socicon-"]:before,
.cid-tRnpPqcXfG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRjBwSqmVM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRjBwSqmVM nav.navbar {
  position: fixed;
}
.cid-sRjBwSqmVM .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-sRjBwSqmVM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRjBwSqmVM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRjBwSqmVM .dropdown-item:hover,
.cid-sRjBwSqmVM .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRjBwSqmVM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRjBwSqmVM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRjBwSqmVM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRjBwSqmVM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRjBwSqmVM .nav-link {
  position: relative;
}
.cid-sRjBwSqmVM .container {
  display: flex;
  margin: auto;
}
.cid-sRjBwSqmVM .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRjBwSqmVM .dropdown-menu,
.cid-sRjBwSqmVM .navbar.opened {
  background: #ffffff !important;
}
.cid-sRjBwSqmVM .nav-item:focus,
.cid-sRjBwSqmVM .nav-link:focus {
  outline: none;
}
.cid-sRjBwSqmVM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRjBwSqmVM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRjBwSqmVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRjBwSqmVM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRjBwSqmVM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRjBwSqmVM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRjBwSqmVM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRjBwSqmVM .navbar.opened {
  transition: all 0.3s;
}
.cid-sRjBwSqmVM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRjBwSqmVM .navbar .navbar-logo img {
  width: auto;
}
.cid-sRjBwSqmVM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRjBwSqmVM .navbar.collapsed {
  justify-content: center;
}
.cid-sRjBwSqmVM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRjBwSqmVM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRjBwSqmVM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRjBwSqmVM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRjBwSqmVM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRjBwSqmVM .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-sRjBwSqmVM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRjBwSqmVM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRjBwSqmVM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRjBwSqmVM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRjBwSqmVM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRjBwSqmVM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRjBwSqmVM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRjBwSqmVM .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-sRjBwSqmVM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRjBwSqmVM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRjBwSqmVM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRjBwSqmVM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRjBwSqmVM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRjBwSqmVM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRjBwSqmVM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRjBwSqmVM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRjBwSqmVM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRjBwSqmVM .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-sRjBwSqmVM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRjBwSqmVM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRjBwSqmVM .dropdown-item.active,
.cid-sRjBwSqmVM .dropdown-item:active {
  background-color: transparent;
}
.cid-sRjBwSqmVM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRjBwSqmVM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRjBwSqmVM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRjBwSqmVM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRjBwSqmVM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRjBwSqmVM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRjBwSqmVM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRjBwSqmVM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRjBwSqmVM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRjBwSqmVM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRjBwSqmVM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRjBwSqmVM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjBwSqmVM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRjBwSqmVM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRjBwSqmVM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjBwSqmVM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRjBwSqmVM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRjBwSqmVM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRjBwSqmVM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRjBwSqmVM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRjBwSqmVM .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-sRjBwSqmVM .navbar {
    height: 70px;
  }
  .cid-sRjBwSqmVM .navbar.opened {
    height: auto;
  }
  .cid-sRjBwSqmVM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRjBwUhrYC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-sRjFFv88uj {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sRjFFv88uj .mbr-section-subtitle {
  color: #000000;
}
.cid-sRjFFv88uj .mbr-section-title {
  color: #000000;
}
.cid-tRh7N9Il8b {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRh7N9Il8b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRh7N9Il8b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRh7N9Il8b .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRh7N9Il8b .row {
  flex-direction: row-reverse;
}
.cid-tRh7N9Il8b img {
  width: 100%;
}
.cid-sRjC4GNhB2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9ixX7uk4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9ixX7uk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ixX7uk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ixX7uk4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ixX7uk4 .row {
  flex-direction: row-reverse;
}
.cid-tQ9ixX7uk4 img {
  width: 100%;
}
.cid-tRnqLsw4Lf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqLsw4Lf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqLsw4Lf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqLsw4Lf .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqLsw4Lf .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqLsw4Lf .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqLsw4Lf .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqLsw4Lf .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqLsw4Lf .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqLsw4Lf .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqLsw4Lf .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqLsw4Lf .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqLsw4Lf [class^="socicon-"]:before,
.cid-tRnqLsw4Lf [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRksbk4reU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRksbk4reU nav.navbar {
  position: fixed;
}
.cid-sRksbk4reU .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-sRksbk4reU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRksbk4reU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRksbk4reU .dropdown-item:hover,
.cid-sRksbk4reU .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRksbk4reU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRksbk4reU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRksbk4reU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRksbk4reU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRksbk4reU .nav-link {
  position: relative;
}
.cid-sRksbk4reU .container {
  display: flex;
  margin: auto;
}
.cid-sRksbk4reU .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRksbk4reU .dropdown-menu,
.cid-sRksbk4reU .navbar.opened {
  background: #ffffff !important;
}
.cid-sRksbk4reU .nav-item:focus,
.cid-sRksbk4reU .nav-link:focus {
  outline: none;
}
.cid-sRksbk4reU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRksbk4reU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRksbk4reU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRksbk4reU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRksbk4reU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRksbk4reU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRksbk4reU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRksbk4reU .navbar.opened {
  transition: all 0.3s;
}
.cid-sRksbk4reU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRksbk4reU .navbar .navbar-logo img {
  width: auto;
}
.cid-sRksbk4reU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRksbk4reU .navbar.collapsed {
  justify-content: center;
}
.cid-sRksbk4reU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRksbk4reU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRksbk4reU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRksbk4reU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRksbk4reU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRksbk4reU .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-sRksbk4reU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRksbk4reU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRksbk4reU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRksbk4reU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRksbk4reU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRksbk4reU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRksbk4reU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRksbk4reU .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-sRksbk4reU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRksbk4reU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRksbk4reU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRksbk4reU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRksbk4reU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRksbk4reU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRksbk4reU .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRksbk4reU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRksbk4reU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRksbk4reU .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-sRksbk4reU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRksbk4reU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRksbk4reU .dropdown-item.active,
.cid-sRksbk4reU .dropdown-item:active {
  background-color: transparent;
}
.cid-sRksbk4reU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRksbk4reU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRksbk4reU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRksbk4reU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRksbk4reU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRksbk4reU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRksbk4reU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRksbk4reU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRksbk4reU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRksbk4reU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRksbk4reU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRksbk4reU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRksbk4reU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRksbk4reU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRksbk4reU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRksbk4reU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRksbk4reU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRksbk4reU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRksbk4reU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRksbk4reU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRksbk4reU .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-sRksbk4reU .navbar {
    height: 70px;
  }
  .cid-sRksbk4reU .navbar.opened {
    height: auto;
  }
  .cid-sRksbk4reU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRksbkP8Ju {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-sRksblehcH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRnpXHt8VP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpXHt8VP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpXHt8VP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpXHt8VP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpXHt8VP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpXHt8VP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpXHt8VP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpXHt8VP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpXHt8VP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpXHt8VP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpXHt8VP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpXHt8VP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpXHt8VP [class^="socicon-"]:before,
.cid-tRnpXHt8VP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRktf5IV0v {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRktf5IV0v nav.navbar {
  position: fixed;
}
.cid-sRktf5IV0v .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-sRktf5IV0v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRktf5IV0v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRktf5IV0v .dropdown-item:hover,
.cid-sRktf5IV0v .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRktf5IV0v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRktf5IV0v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRktf5IV0v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRktf5IV0v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRktf5IV0v .nav-link {
  position: relative;
}
.cid-sRktf5IV0v .container {
  display: flex;
  margin: auto;
}
.cid-sRktf5IV0v .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRktf5IV0v .dropdown-menu,
.cid-sRktf5IV0v .navbar.opened {
  background: #ffffff !important;
}
.cid-sRktf5IV0v .nav-item:focus,
.cid-sRktf5IV0v .nav-link:focus {
  outline: none;
}
.cid-sRktf5IV0v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRktf5IV0v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRktf5IV0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRktf5IV0v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRktf5IV0v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRktf5IV0v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRktf5IV0v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRktf5IV0v .navbar.opened {
  transition: all 0.3s;
}
.cid-sRktf5IV0v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRktf5IV0v .navbar .navbar-logo img {
  width: auto;
}
.cid-sRktf5IV0v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRktf5IV0v .navbar.collapsed {
  justify-content: center;
}
.cid-sRktf5IV0v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRktf5IV0v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRktf5IV0v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRktf5IV0v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRktf5IV0v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRktf5IV0v .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-sRktf5IV0v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRktf5IV0v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRktf5IV0v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRktf5IV0v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRktf5IV0v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRktf5IV0v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRktf5IV0v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRktf5IV0v .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-sRktf5IV0v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRktf5IV0v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRktf5IV0v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRktf5IV0v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRktf5IV0v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRktf5IV0v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRktf5IV0v .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRktf5IV0v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRktf5IV0v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRktf5IV0v .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-sRktf5IV0v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRktf5IV0v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRktf5IV0v .dropdown-item.active,
.cid-sRktf5IV0v .dropdown-item:active {
  background-color: transparent;
}
.cid-sRktf5IV0v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRktf5IV0v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRktf5IV0v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRktf5IV0v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRktf5IV0v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRktf5IV0v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRktf5IV0v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRktf5IV0v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRktf5IV0v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRktf5IV0v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRktf5IV0v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRktf5IV0v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRktf5IV0v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRktf5IV0v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRktf5IV0v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRktf5IV0v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRktf5IV0v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRktf5IV0v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRktf5IV0v .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRktf5IV0v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRktf5IV0v .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-sRktf5IV0v .navbar {
    height: 70px;
  }
  .cid-sRktf5IV0v .navbar.opened {
    height: auto;
  }
  .cid-sRktf5IV0v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRktf6Hoal {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-sRktf7KstQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRktf7KstQ .mbr-section-subtitle {
  color: #000000;
}
.cid-tRnqEx6cyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqEx6cyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqEx6cyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqEx6cyB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqEx6cyB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqEx6cyB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqEx6cyB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqEx6cyB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqEx6cyB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqEx6cyB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqEx6cyB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqEx6cyB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqEx6cyB [class^="socicon-"]:before,
.cid-tRnqEx6cyB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sRkwpQXvpw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sRkwpQXvpw nav.navbar {
  position: fixed;
}
.cid-sRkwpQXvpw .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-sRkwpQXvpw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sRkwpQXvpw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sRkwpQXvpw .dropdown-item:hover,
.cid-sRkwpQXvpw .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sRkwpQXvpw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sRkwpQXvpw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sRkwpQXvpw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sRkwpQXvpw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sRkwpQXvpw .nav-link {
  position: relative;
}
.cid-sRkwpQXvpw .container {
  display: flex;
  margin: auto;
}
.cid-sRkwpQXvpw .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sRkwpQXvpw .dropdown-menu,
.cid-sRkwpQXvpw .navbar.opened {
  background: #ffffff !important;
}
.cid-sRkwpQXvpw .nav-item:focus,
.cid-sRkwpQXvpw .nav-link:focus {
  outline: none;
}
.cid-sRkwpQXvpw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sRkwpQXvpw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sRkwpQXvpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sRkwpQXvpw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sRkwpQXvpw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sRkwpQXvpw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sRkwpQXvpw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sRkwpQXvpw .navbar.opened {
  transition: all 0.3s;
}
.cid-sRkwpQXvpw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sRkwpQXvpw .navbar .navbar-logo img {
  width: auto;
}
.cid-sRkwpQXvpw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sRkwpQXvpw .navbar.collapsed {
  justify-content: center;
}
.cid-sRkwpQXvpw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sRkwpQXvpw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sRkwpQXvpw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sRkwpQXvpw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sRkwpQXvpw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sRkwpQXvpw .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-sRkwpQXvpw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sRkwpQXvpw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sRkwpQXvpw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sRkwpQXvpw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sRkwpQXvpw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sRkwpQXvpw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sRkwpQXvpw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sRkwpQXvpw .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-sRkwpQXvpw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sRkwpQXvpw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sRkwpQXvpw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sRkwpQXvpw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sRkwpQXvpw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sRkwpQXvpw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sRkwpQXvpw .navbar.navbar-short {
  min-height: 60px;
}
.cid-sRkwpQXvpw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sRkwpQXvpw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sRkwpQXvpw .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-sRkwpQXvpw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sRkwpQXvpw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sRkwpQXvpw .dropdown-item.active,
.cid-sRkwpQXvpw .dropdown-item:active {
  background-color: transparent;
}
.cid-sRkwpQXvpw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sRkwpQXvpw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sRkwpQXvpw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sRkwpQXvpw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sRkwpQXvpw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sRkwpQXvpw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sRkwpQXvpw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sRkwpQXvpw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sRkwpQXvpw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sRkwpQXvpw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sRkwpQXvpw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sRkwpQXvpw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRkwpQXvpw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sRkwpQXvpw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sRkwpQXvpw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRkwpQXvpw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sRkwpQXvpw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sRkwpQXvpw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sRkwpQXvpw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sRkwpQXvpw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sRkwpQXvpw .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-sRkwpQXvpw .navbar {
    height: 70px;
  }
  .cid-sRkwpQXvpw .navbar.opened {
    height: auto;
  }
  .cid-sRkwpQXvpw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sRkwpScCqO {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-tRcvAk0cLT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRcvAk0cLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRcvAk0cLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRcvAk0cLT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRcvAk0cLT .row {
  flex-direction: row-reverse;
}
.cid-tRcvAk0cLT img {
  width: 100%;
}
.cid-sRkwpT6WAI {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sRkwpT6WAI .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tRnqHZuzOg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqHZuzOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqHZuzOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqHZuzOg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqHZuzOg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqHZuzOg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqHZuzOg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqHZuzOg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqHZuzOg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqHZuzOg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqHZuzOg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqHZuzOg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqHZuzOg [class^="socicon-"]:before,
.cid-tRnqHZuzOg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tN2UmqZoLb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tN2UmqZoLb nav.navbar {
  position: fixed;
}
.cid-tN2UmqZoLb .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-tN2UmqZoLb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tN2UmqZoLb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tN2UmqZoLb .dropdown-item:hover,
.cid-tN2UmqZoLb .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tN2UmqZoLb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tN2UmqZoLb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tN2UmqZoLb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tN2UmqZoLb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tN2UmqZoLb .nav-link {
  position: relative;
}
.cid-tN2UmqZoLb .container {
  display: flex;
  margin: auto;
}
.cid-tN2UmqZoLb .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tN2UmqZoLb .dropdown-menu,
.cid-tN2UmqZoLb .navbar.opened {
  background: #ffffff !important;
}
.cid-tN2UmqZoLb .nav-item:focus,
.cid-tN2UmqZoLb .nav-link:focus {
  outline: none;
}
.cid-tN2UmqZoLb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tN2UmqZoLb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tN2UmqZoLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tN2UmqZoLb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tN2UmqZoLb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tN2UmqZoLb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tN2UmqZoLb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tN2UmqZoLb .navbar.opened {
  transition: all 0.3s;
}
.cid-tN2UmqZoLb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tN2UmqZoLb .navbar .navbar-logo img {
  width: auto;
}
.cid-tN2UmqZoLb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tN2UmqZoLb .navbar.collapsed {
  justify-content: center;
}
.cid-tN2UmqZoLb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tN2UmqZoLb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tN2UmqZoLb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tN2UmqZoLb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tN2UmqZoLb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tN2UmqZoLb .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-tN2UmqZoLb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tN2UmqZoLb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tN2UmqZoLb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tN2UmqZoLb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tN2UmqZoLb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tN2UmqZoLb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tN2UmqZoLb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tN2UmqZoLb .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-tN2UmqZoLb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tN2UmqZoLb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tN2UmqZoLb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tN2UmqZoLb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tN2UmqZoLb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tN2UmqZoLb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tN2UmqZoLb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tN2UmqZoLb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tN2UmqZoLb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tN2UmqZoLb .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-tN2UmqZoLb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tN2UmqZoLb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tN2UmqZoLb .dropdown-item.active,
.cid-tN2UmqZoLb .dropdown-item:active {
  background-color: transparent;
}
.cid-tN2UmqZoLb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tN2UmqZoLb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tN2UmqZoLb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tN2UmqZoLb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tN2UmqZoLb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tN2UmqZoLb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tN2UmqZoLb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tN2UmqZoLb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tN2UmqZoLb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tN2UmqZoLb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tN2UmqZoLb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tN2UmqZoLb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN2UmqZoLb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tN2UmqZoLb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tN2UmqZoLb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN2UmqZoLb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tN2UmqZoLb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tN2UmqZoLb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tN2UmqZoLb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tN2UmqZoLb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tN2UmqZoLb .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-tN2UmqZoLb .navbar {
    height: 70px;
  }
  .cid-tN2UmqZoLb .navbar.opened {
    height: auto;
  }
  .cid-tN2UmqZoLb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tN2UmrJi9t {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-28 {
  /* Type valid CSS here */
}
#custom-html-28 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-28 p {
  font-size: 60px;
  color: #777;
}
.cid-tN2Z9Ka2Qc {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tN2Z9Ka2Qc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN2Z9Ka2Qc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tN2Z9Ka2Qc .mbr-section-title {
  color: #000000;
}
.cid-tN2YhkXA1T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tN2YhkXA1T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tN2YhkXA1T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tN2YhkXA1T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tN2YhkXA1T .row {
  flex-direction: row-reverse;
}
.cid-tN2YhkXA1T img {
  width: 100%;
}
.cid-tN2YAZRfco {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tN2YAZRfco img,
.cid-tN2YAZRfco .item-img {
  width: 100%;
}
.cid-tN2YAZRfco .item:focus,
.cid-tN2YAZRfco span:focus {
  outline: none;
}
.cid-tN2YAZRfco .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tN2YAZRfco .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tN2YAZRfco .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tN2YAZRfco .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tN2YAZRfco .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tN2YAZRfco .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tN2YAZRfco .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tN2YAZRfco .mbr-section-title {
  color: #232323;
}
.cid-tN2YAZRfco .mbr-text,
.cid-tN2YAZRfco .mbr-section-btn {
  text-align: left;
}
.cid-tN2YAZRfco .item-title {
  text-align: left;
}
.cid-tN2YAZRfco .item-subtitle {
  text-align: center;
}
.cid-tR64Ik9vvr {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tR64Ik9vvr .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tR64Ik9vvr .container {
    max-width: 1400px;
  }
}
.cid-tR64Ik9vvr .card {
  margin: auto;
}
.cid-tR64Ik9vvr .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tR64Ik9vvr .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR64Ik9vvr .row {
  justify-content: center;
}
.cid-tNdXOqnw5w {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNdXOqnw5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNdXOqnw5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNdXOqnw5w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNdXOqnw5w .row {
  flex-direction: row-reverse;
}
.cid-tNdXOqnw5w img {
  width: 100%;
}
.cid-tN2UmsqBRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tN2UmsqBRh .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tN2UmsqBRh .mbr-text {
  color: #000000;
}
.cid-tQ9hK26Ika {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9hK26Ika .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9hK26Ika .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9hK26Ika .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9hK26Ika .row {
  flex-direction: row-reverse;
}
.cid-tQ9hK26Ika img {
  width: 100%;
}
.cid-tRnq2ptizq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnq2ptizq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnq2ptizq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnq2ptizq .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnq2ptizq .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnq2ptizq .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnq2ptizq .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnq2ptizq .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnq2ptizq .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnq2ptizq .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnq2ptizq .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnq2ptizq .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnq2ptizq [class^="socicon-"]:before,
.cid-tRnq2ptizq [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNeRBLv1vd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeRBLv1vd nav.navbar {
  position: fixed;
}
.cid-tNeRBLv1vd .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-tNeRBLv1vd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNeRBLv1vd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeRBLv1vd .dropdown-item:hover,
.cid-tNeRBLv1vd .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNeRBLv1vd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNeRBLv1vd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNeRBLv1vd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNeRBLv1vd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeRBLv1vd .nav-link {
  position: relative;
}
.cid-tNeRBLv1vd .container {
  display: flex;
  margin: auto;
}
.cid-tNeRBLv1vd .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNeRBLv1vd .dropdown-menu,
.cid-tNeRBLv1vd .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeRBLv1vd .nav-item:focus,
.cid-tNeRBLv1vd .nav-link:focus {
  outline: none;
}
.cid-tNeRBLv1vd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeRBLv1vd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeRBLv1vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNeRBLv1vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeRBLv1vd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeRBLv1vd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeRBLv1vd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNeRBLv1vd .navbar.opened {
  transition: all 0.3s;
}
.cid-tNeRBLv1vd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNeRBLv1vd .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeRBLv1vd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeRBLv1vd .navbar.collapsed {
  justify-content: center;
}
.cid-tNeRBLv1vd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeRBLv1vd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeRBLv1vd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNeRBLv1vd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeRBLv1vd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeRBLv1vd .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-tNeRBLv1vd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeRBLv1vd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNeRBLv1vd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNeRBLv1vd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeRBLv1vd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeRBLv1vd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeRBLv1vd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeRBLv1vd .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-tNeRBLv1vd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNeRBLv1vd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeRBLv1vd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeRBLv1vd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeRBLv1vd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeRBLv1vd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNeRBLv1vd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeRBLv1vd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNeRBLv1vd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNeRBLv1vd .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-tNeRBLv1vd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeRBLv1vd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeRBLv1vd .dropdown-item.active,
.cid-tNeRBLv1vd .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeRBLv1vd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeRBLv1vd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeRBLv1vd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeRBLv1vd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeRBLv1vd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeRBLv1vd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeRBLv1vd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeRBLv1vd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeRBLv1vd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNeRBLv1vd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNeRBLv1vd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNeRBLv1vd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNeRBLv1vd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNeRBLv1vd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNeRBLv1vd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNeRBLv1vd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNeRBLv1vd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNeRBLv1vd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNeRBLv1vd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNeRBLv1vd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeRBLv1vd .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-tNeRBLv1vd .navbar {
    height: 70px;
  }
  .cid-tNeRBLv1vd .navbar.opened {
    height: auto;
  }
  .cid-tNeRBLv1vd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNeRBNkUAc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-2h {
  /* Type valid CSS here */
}
#custom-html-2h div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2h p {
  font-size: 60px;
  color: #777;
}
.cid-tNeRBOGhHC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNeRBOGhHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNeRBOGhHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNeRBOGhHC .mbr-section-title {
  color: #000000;
}
.cid-tNeRBPuutw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNeRBPuutw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNeRBPuutw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNeRBPuutw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNeRBPuutw .row {
  flex-direction: row-reverse;
}
.cid-tNeRBPuutw img {
  width: 100%;
}
.cid-tNeRBQxM0N {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNeRBQxM0N img,
.cid-tNeRBQxM0N .item-img {
  width: 100%;
}
.cid-tNeRBQxM0N .item:focus,
.cid-tNeRBQxM0N span:focus {
  outline: none;
}
.cid-tNeRBQxM0N .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNeRBQxM0N .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNeRBQxM0N .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNeRBQxM0N .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNeRBQxM0N .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNeRBQxM0N .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNeRBQxM0N .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNeRBQxM0N .mbr-section-title {
  color: #232323;
}
.cid-tNeRBQxM0N .mbr-text,
.cid-tNeRBQxM0N .mbr-section-btn {
  text-align: left;
}
.cid-tNeRBQxM0N .item-title {
  text-align: left;
}
.cid-tNeRBQxM0N .item-subtitle {
  text-align: center;
}
.cid-tR5Sr9HsnI {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tR5Sr9HsnI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tR5Sr9HsnI .container {
    max-width: 1400px;
  }
}
.cid-tR5Sr9HsnI .card {
  margin: auto;
}
.cid-tR5Sr9HsnI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tR5Sr9HsnI .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tR5Sr9HsnI .row {
  justify-content: center;
}
.cid-tNeRBRXNjp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNeRBRXNjp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNeRBRXNjp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNeRBRXNjp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNeRBRXNjp .row {
  flex-direction: row-reverse;
}
.cid-tNeRBRXNjp img {
  width: 100%;
}
.cid-tNeRBSQli4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNeRBSQli4 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNeRBSQli4 .mbr-text {
  color: #000000;
}
.cid-tQ9hY5fy0G {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9hY5fy0G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9hY5fy0G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9hY5fy0G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9hY5fy0G .row {
  flex-direction: row-reverse;
}
.cid-tQ9hY5fy0G img {
  width: 100%;
}
.cid-tRnq61Jf8g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnq61Jf8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnq61Jf8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnq61Jf8g .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnq61Jf8g .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnq61Jf8g .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnq61Jf8g .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnq61Jf8g .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnq61Jf8g .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnq61Jf8g .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnq61Jf8g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnq61Jf8g .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnq61Jf8g [class^="socicon-"]:before,
.cid-tRnq61Jf8g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNp8HlZnJ3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNp8HlZnJ3 nav.navbar {
  position: fixed;
}
.cid-tNp8HlZnJ3 .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-tNp8HlZnJ3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNp8HlZnJ3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNp8HlZnJ3 .dropdown-item:hover,
.cid-tNp8HlZnJ3 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNp8HlZnJ3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNp8HlZnJ3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNp8HlZnJ3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNp8HlZnJ3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNp8HlZnJ3 .nav-link {
  position: relative;
}
.cid-tNp8HlZnJ3 .container {
  display: flex;
  margin: auto;
}
.cid-tNp8HlZnJ3 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNp8HlZnJ3 .dropdown-menu,
.cid-tNp8HlZnJ3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tNp8HlZnJ3 .nav-item:focus,
.cid-tNp8HlZnJ3 .nav-link:focus {
  outline: none;
}
.cid-tNp8HlZnJ3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNp8HlZnJ3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNp8HlZnJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNp8HlZnJ3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNp8HlZnJ3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNp8HlZnJ3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNp8HlZnJ3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNp8HlZnJ3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNp8HlZnJ3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNp8HlZnJ3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNp8HlZnJ3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNp8HlZnJ3 .navbar.collapsed {
  justify-content: center;
}
.cid-tNp8HlZnJ3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNp8HlZnJ3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNp8HlZnJ3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNp8HlZnJ3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNp8HlZnJ3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNp8HlZnJ3 .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-tNp8HlZnJ3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNp8HlZnJ3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNp8HlZnJ3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNp8HlZnJ3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNp8HlZnJ3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNp8HlZnJ3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNp8HlZnJ3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNp8HlZnJ3 .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-tNp8HlZnJ3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNp8HlZnJ3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNp8HlZnJ3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNp8HlZnJ3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNp8HlZnJ3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNp8HlZnJ3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNp8HlZnJ3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNp8HlZnJ3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNp8HlZnJ3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNp8HlZnJ3 .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-tNp8HlZnJ3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNp8HlZnJ3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNp8HlZnJ3 .dropdown-item.active,
.cid-tNp8HlZnJ3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNp8HlZnJ3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNp8HlZnJ3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNp8HlZnJ3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNp8HlZnJ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNp8HlZnJ3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNp8HlZnJ3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNp8HlZnJ3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNp8HlZnJ3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNp8HlZnJ3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNp8HlZnJ3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNp8HlZnJ3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNp8HlZnJ3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNp8HlZnJ3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNp8HlZnJ3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNp8HlZnJ3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNp8HlZnJ3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNp8HlZnJ3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNp8HlZnJ3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNp8HlZnJ3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNp8HlZnJ3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNp8HlZnJ3 .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-tNp8HlZnJ3 .navbar {
    height: 70px;
  }
  .cid-tNp8HlZnJ3 .navbar.opened {
    height: auto;
  }
  .cid-tNp8HlZnJ3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNp8HmYmpR {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-2p {
  /* Type valid CSS here */
}
#custom-html-2p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2p p {
  font-size: 60px;
  color: #777;
}
.cid-tNp8Ho9n4x {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNp8Ho9n4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp8Ho9n4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNp8Ho9n4x .mbr-section-title {
  color: #000000;
}
.cid-tNp8Hp6t72 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNp8Hp6t72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp8Hp6t72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNp8Hp6t72 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNp8Hp6t72 .row {
  flex-direction: row-reverse;
}
.cid-tNp8Hp6t72 img {
  width: 100%;
}
.cid-tNp8HpxQQL {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNp8HpxQQL img,
.cid-tNp8HpxQQL .item-img {
  width: 100%;
}
.cid-tNp8HpxQQL .item:focus,
.cid-tNp8HpxQQL span:focus {
  outline: none;
}
.cid-tNp8HpxQQL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNp8HpxQQL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNp8HpxQQL .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNp8HpxQQL .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNp8HpxQQL .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNp8HpxQQL .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNp8HpxQQL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNp8HpxQQL .mbr-section-title {
  color: #232323;
}
.cid-tNp8HpxQQL .mbr-text,
.cid-tNp8HpxQQL .mbr-section-btn {
  text-align: left;
}
.cid-tNp8HpxQQL .item-title {
  text-align: left;
}
.cid-tNp8HpxQQL .item-subtitle {
  text-align: center;
}
.cid-tNp8HrmrOp {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNp8HrmrOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNp8HrmrOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNp8HrmrOp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNp8HrmrOp .row {
  flex-direction: row-reverse;
}
.cid-tNp8HrmrOp img {
  width: 100%;
}
.cid-tNp8Hs2VMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNp8Hs2VMw .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNp8Hs2VMw .mbr-text {
  color: #000000;
}
.cid-tQ9i3dNYpG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9i3dNYpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9i3dNYpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9i3dNYpG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9i3dNYpG .row {
  flex-direction: row-reverse;
}
.cid-tQ9i3dNYpG img {
  width: 100%;
}
.cid-tRnqadrE9g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqadrE9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqadrE9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqadrE9g .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqadrE9g .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqadrE9g .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqadrE9g .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqadrE9g .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqadrE9g .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqadrE9g .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqadrE9g .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqadrE9g .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqadrE9g [class^="socicon-"]:before,
.cid-tRnqadrE9g [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNpRD0eRuf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNpRD0eRuf nav.navbar {
  position: fixed;
}
.cid-tNpRD0eRuf .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-tNpRD0eRuf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNpRD0eRuf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNpRD0eRuf .dropdown-item:hover,
.cid-tNpRD0eRuf .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNpRD0eRuf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNpRD0eRuf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNpRD0eRuf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNpRD0eRuf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNpRD0eRuf .nav-link {
  position: relative;
}
.cid-tNpRD0eRuf .container {
  display: flex;
  margin: auto;
}
.cid-tNpRD0eRuf .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNpRD0eRuf .dropdown-menu,
.cid-tNpRD0eRuf .navbar.opened {
  background: #ffffff !important;
}
.cid-tNpRD0eRuf .nav-item:focus,
.cid-tNpRD0eRuf .nav-link:focus {
  outline: none;
}
.cid-tNpRD0eRuf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNpRD0eRuf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNpRD0eRuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNpRD0eRuf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNpRD0eRuf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNpRD0eRuf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNpRD0eRuf .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNpRD0eRuf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNpRD0eRuf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNpRD0eRuf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNpRD0eRuf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNpRD0eRuf .navbar.collapsed {
  justify-content: center;
}
.cid-tNpRD0eRuf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNpRD0eRuf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNpRD0eRuf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNpRD0eRuf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNpRD0eRuf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNpRD0eRuf .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-tNpRD0eRuf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNpRD0eRuf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNpRD0eRuf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNpRD0eRuf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNpRD0eRuf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNpRD0eRuf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNpRD0eRuf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNpRD0eRuf .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-tNpRD0eRuf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNpRD0eRuf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNpRD0eRuf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNpRD0eRuf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNpRD0eRuf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNpRD0eRuf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNpRD0eRuf .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNpRD0eRuf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNpRD0eRuf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNpRD0eRuf .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-tNpRD0eRuf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNpRD0eRuf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNpRD0eRuf .dropdown-item.active,
.cid-tNpRD0eRuf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNpRD0eRuf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNpRD0eRuf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNpRD0eRuf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNpRD0eRuf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNpRD0eRuf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNpRD0eRuf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNpRD0eRuf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNpRD0eRuf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNpRD0eRuf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNpRD0eRuf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNpRD0eRuf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNpRD0eRuf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNpRD0eRuf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNpRD0eRuf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNpRD0eRuf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNpRD0eRuf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNpRD0eRuf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNpRD0eRuf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNpRD0eRuf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNpRD0eRuf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNpRD0eRuf .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-tNpRD0eRuf .navbar {
    height: 70px;
  }
  .cid-tNpRD0eRuf .navbar.opened {
    height: auto;
  }
  .cid-tNpRD0eRuf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNpRD1vthy {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-2x {
  /* Type valid CSS here */
}
#custom-html-2x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-2x p {
  font-size: 60px;
  color: #777;
}
.cid-tNpRD2i4AY {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNpRD2i4AY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNpRD2i4AY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNpRD2i4AY .mbr-section-title {
  color: #000000;
}
.cid-tNpRD2Np87 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNpRD2Np87 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNpRD2Np87 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNpRD2Np87 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNpRD2Np87 .row {
  flex-direction: row-reverse;
}
.cid-tNpRD2Np87 img {
  width: 100%;
}
.cid-tNpRD3mb8B {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNpRD3mb8B img,
.cid-tNpRD3mb8B .item-img {
  width: 100%;
}
.cid-tNpRD3mb8B .item:focus,
.cid-tNpRD3mb8B span:focus {
  outline: none;
}
.cid-tNpRD3mb8B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNpRD3mb8B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNpRD3mb8B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNpRD3mb8B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNpRD3mb8B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNpRD3mb8B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNpRD3mb8B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNpRD3mb8B .mbr-section-title {
  color: #232323;
}
.cid-tNpRD3mb8B .mbr-text,
.cid-tNpRD3mb8B .mbr-section-btn {
  text-align: left;
}
.cid-tNpRD3mb8B .item-title {
  text-align: left;
}
.cid-tNpRD3mb8B .item-subtitle {
  text-align: center;
}
.cid-tNpRD4ObO3 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNpRD4ObO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNpRD4ObO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNpRD4ObO3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNpRD4ObO3 .row {
  flex-direction: row-reverse;
}
.cid-tNpRD4ObO3 img {
  width: 100%;
}
.cid-tNpRD5HMhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNpRD5HMhB .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNpRD5HMhB .mbr-text {
  color: #000000;
}
.cid-tQ9ikW6gdV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9ikW6gdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ikW6gdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ikW6gdV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ikW6gdV .row {
  flex-direction: row-reverse;
}
.cid-tQ9ikW6gdV img {
  width: 100%;
}
.cid-tRnquV7KmT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnquV7KmT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnquV7KmT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnquV7KmT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnquV7KmT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnquV7KmT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnquV7KmT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnquV7KmT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnquV7KmT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnquV7KmT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnquV7KmT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnquV7KmT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnquV7KmT [class^="socicon-"]:before,
.cid-tRnquV7KmT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNqtLbq1hG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNqtLbq1hG nav.navbar {
  position: fixed;
}
.cid-tNqtLbq1hG .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-tNqtLbq1hG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNqtLbq1hG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNqtLbq1hG .dropdown-item:hover,
.cid-tNqtLbq1hG .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNqtLbq1hG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNqtLbq1hG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNqtLbq1hG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNqtLbq1hG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNqtLbq1hG .nav-link {
  position: relative;
}
.cid-tNqtLbq1hG .container {
  display: flex;
  margin: auto;
}
.cid-tNqtLbq1hG .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNqtLbq1hG .dropdown-menu,
.cid-tNqtLbq1hG .navbar.opened {
  background: #ffffff !important;
}
.cid-tNqtLbq1hG .nav-item:focus,
.cid-tNqtLbq1hG .nav-link:focus {
  outline: none;
}
.cid-tNqtLbq1hG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNqtLbq1hG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNqtLbq1hG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNqtLbq1hG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNqtLbq1hG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNqtLbq1hG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNqtLbq1hG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNqtLbq1hG .navbar.opened {
  transition: all 0.3s;
}
.cid-tNqtLbq1hG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNqtLbq1hG .navbar .navbar-logo img {
  width: auto;
}
.cid-tNqtLbq1hG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNqtLbq1hG .navbar.collapsed {
  justify-content: center;
}
.cid-tNqtLbq1hG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNqtLbq1hG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNqtLbq1hG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNqtLbq1hG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNqtLbq1hG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNqtLbq1hG .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-tNqtLbq1hG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNqtLbq1hG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNqtLbq1hG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNqtLbq1hG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNqtLbq1hG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNqtLbq1hG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNqtLbq1hG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNqtLbq1hG .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-tNqtLbq1hG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNqtLbq1hG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNqtLbq1hG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNqtLbq1hG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNqtLbq1hG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNqtLbq1hG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNqtLbq1hG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNqtLbq1hG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNqtLbq1hG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNqtLbq1hG .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-tNqtLbq1hG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNqtLbq1hG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNqtLbq1hG .dropdown-item.active,
.cid-tNqtLbq1hG .dropdown-item:active {
  background-color: transparent;
}
.cid-tNqtLbq1hG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNqtLbq1hG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNqtLbq1hG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNqtLbq1hG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNqtLbq1hG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNqtLbq1hG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNqtLbq1hG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNqtLbq1hG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNqtLbq1hG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNqtLbq1hG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNqtLbq1hG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNqtLbq1hG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNqtLbq1hG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNqtLbq1hG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNqtLbq1hG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNqtLbq1hG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNqtLbq1hG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNqtLbq1hG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNqtLbq1hG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNqtLbq1hG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNqtLbq1hG .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-tNqtLbq1hG .navbar {
    height: 70px;
  }
  .cid-tNqtLbq1hG .navbar.opened {
    height: auto;
  }
  .cid-tNqtLbq1hG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNqtLcRG11 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-35 {
  /* Type valid CSS here */
}
#custom-html-35 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-35 p {
  font-size: 60px;
  color: #777;
}
.cid-tNqtLevd4A {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNqtLevd4A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNqtLevd4A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNqtLevd4A .mbr-section-title {
  color: #000000;
}
.cid-tNqtLfjeAc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNqtLfjeAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNqtLfjeAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNqtLfjeAc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNqtLfjeAc .row {
  flex-direction: row-reverse;
}
.cid-tNqtLfjeAc img {
  width: 100%;
}
.cid-tNqtLfXAOO {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNqtLfXAOO img,
.cid-tNqtLfXAOO .item-img {
  width: 100%;
}
.cid-tNqtLfXAOO .item:focus,
.cid-tNqtLfXAOO span:focus {
  outline: none;
}
.cid-tNqtLfXAOO .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNqtLfXAOO .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNqtLfXAOO .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNqtLfXAOO .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNqtLfXAOO .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNqtLfXAOO .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNqtLfXAOO .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNqtLfXAOO .mbr-section-title {
  color: #232323;
}
.cid-tNqtLfXAOO .mbr-text,
.cid-tNqtLfXAOO .mbr-section-btn {
  text-align: left;
}
.cid-tNqtLfXAOO .item-title {
  text-align: left;
}
.cid-tNqtLfXAOO .item-subtitle {
  text-align: center;
}
.cid-tNqtLhrFuO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNqtLhrFuO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNqtLhrFuO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNqtLhrFuO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNqtLhrFuO .row {
  flex-direction: row-reverse;
}
.cid-tNqtLhrFuO img {
  width: 100%;
}
.cid-tNqtLijuKn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNqtLijuKn .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNqtLijuKn .mbr-text {
  color: #000000;
}
.cid-tQ9ioXuGWB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9ioXuGWB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ioXuGWB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ioXuGWB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ioXuGWB .row {
  flex-direction: row-reverse;
}
.cid-tQ9ioXuGWB img {
  width: 100%;
}
.cid-tRnqy1Mx5X {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqy1Mx5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqy1Mx5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqy1Mx5X .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqy1Mx5X .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqy1Mx5X .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqy1Mx5X .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqy1Mx5X .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqy1Mx5X .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqy1Mx5X .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqy1Mx5X .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqy1Mx5X .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqy1Mx5X [class^="socicon-"]:before,
.cid-tRnqy1Mx5X [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNC53fFdp0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNC53fFdp0 nav.navbar {
  position: fixed;
}
.cid-tNC53fFdp0 .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-tNC53fFdp0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNC53fFdp0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNC53fFdp0 .dropdown-item:hover,
.cid-tNC53fFdp0 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNC53fFdp0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNC53fFdp0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNC53fFdp0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNC53fFdp0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNC53fFdp0 .nav-link {
  position: relative;
}
.cid-tNC53fFdp0 .container {
  display: flex;
  margin: auto;
}
.cid-tNC53fFdp0 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNC53fFdp0 .dropdown-menu,
.cid-tNC53fFdp0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tNC53fFdp0 .nav-item:focus,
.cid-tNC53fFdp0 .nav-link:focus {
  outline: none;
}
.cid-tNC53fFdp0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNC53fFdp0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNC53fFdp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNC53fFdp0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNC53fFdp0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNC53fFdp0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNC53fFdp0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNC53fFdp0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNC53fFdp0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNC53fFdp0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNC53fFdp0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNC53fFdp0 .navbar.collapsed {
  justify-content: center;
}
.cid-tNC53fFdp0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNC53fFdp0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNC53fFdp0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNC53fFdp0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNC53fFdp0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNC53fFdp0 .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-tNC53fFdp0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNC53fFdp0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNC53fFdp0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNC53fFdp0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNC53fFdp0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNC53fFdp0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNC53fFdp0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNC53fFdp0 .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-tNC53fFdp0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNC53fFdp0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNC53fFdp0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNC53fFdp0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNC53fFdp0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNC53fFdp0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNC53fFdp0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNC53fFdp0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNC53fFdp0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNC53fFdp0 .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-tNC53fFdp0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNC53fFdp0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNC53fFdp0 .dropdown-item.active,
.cid-tNC53fFdp0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNC53fFdp0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNC53fFdp0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNC53fFdp0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNC53fFdp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNC53fFdp0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNC53fFdp0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNC53fFdp0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNC53fFdp0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNC53fFdp0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNC53fFdp0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNC53fFdp0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNC53fFdp0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNC53fFdp0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNC53fFdp0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNC53fFdp0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNC53fFdp0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNC53fFdp0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNC53fFdp0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNC53fFdp0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNC53fFdp0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNC53fFdp0 .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-tNC53fFdp0 .navbar {
    height: 70px;
  }
  .cid-tNC53fFdp0 .navbar.opened {
    height: auto;
  }
  .cid-tNC53fFdp0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNC53gwnYh {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-3d {
  /* Type valid CSS here */
}
#custom-html-3d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3d p {
  font-size: 60px;
  color: #777;
}
.cid-tNC53hxJQP {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNC53hxJQP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNC53hxJQP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNC53hxJQP .mbr-section-title {
  color: #000000;
}
.cid-tNC53i2cyO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNC53i2cyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNC53i2cyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNC53i2cyO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNC53i2cyO .row {
  flex-direction: row-reverse;
}
.cid-tNC53i2cyO img {
  width: 100%;
}
.cid-tNC53izE4L {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNC53izE4L img,
.cid-tNC53izE4L .item-img {
  width: 100%;
}
.cid-tNC53izE4L .item:focus,
.cid-tNC53izE4L span:focus {
  outline: none;
}
.cid-tNC53izE4L .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNC53izE4L .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNC53izE4L .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNC53izE4L .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNC53izE4L .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNC53izE4L .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNC53izE4L .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNC53izE4L .mbr-section-title {
  color: #232323;
}
.cid-tNC53izE4L .mbr-text,
.cid-tNC53izE4L .mbr-section-btn {
  text-align: left;
}
.cid-tNC53izE4L .item-title {
  text-align: left;
}
.cid-tNC53izE4L .item-subtitle {
  text-align: center;
}
.cid-tNC53kjEFw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNC53kjEFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNC53kjEFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNC53kjEFw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNC53kjEFw .row {
  flex-direction: row-reverse;
}
.cid-tNC53kjEFw img {
  width: 100%;
}
.cid-tNC53kXv7M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNC53kXv7M .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNC53kXv7M .mbr-text {
  color: #000000;
}
.cid-tQ9i6Mw0vU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9i6Mw0vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9i6Mw0vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9i6Mw0vU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9i6Mw0vU .row {
  flex-direction: row-reverse;
}
.cid-tQ9i6Mw0vU img {
  width: 100%;
}
.cid-tRnqdyNWXS {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqdyNWXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqdyNWXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqdyNWXS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqdyNWXS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqdyNWXS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqdyNWXS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqdyNWXS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqdyNWXS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqdyNWXS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqdyNWXS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqdyNWXS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqdyNWXS [class^="socicon-"]:before,
.cid-tRnqdyNWXS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNHehDi4N3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNHehDi4N3 nav.navbar {
  position: fixed;
}
.cid-tNHehDi4N3 .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-tNHehDi4N3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNHehDi4N3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNHehDi4N3 .dropdown-item:hover,
.cid-tNHehDi4N3 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNHehDi4N3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNHehDi4N3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNHehDi4N3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNHehDi4N3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNHehDi4N3 .nav-link {
  position: relative;
}
.cid-tNHehDi4N3 .container {
  display: flex;
  margin: auto;
}
.cid-tNHehDi4N3 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNHehDi4N3 .dropdown-menu,
.cid-tNHehDi4N3 .navbar.opened {
  background: #ffffff !important;
}
.cid-tNHehDi4N3 .nav-item:focus,
.cid-tNHehDi4N3 .nav-link:focus {
  outline: none;
}
.cid-tNHehDi4N3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNHehDi4N3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNHehDi4N3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNHehDi4N3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNHehDi4N3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNHehDi4N3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNHehDi4N3 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNHehDi4N3 .navbar.opened {
  transition: all 0.3s;
}
.cid-tNHehDi4N3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNHehDi4N3 .navbar .navbar-logo img {
  width: auto;
}
.cid-tNHehDi4N3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNHehDi4N3 .navbar.collapsed {
  justify-content: center;
}
.cid-tNHehDi4N3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNHehDi4N3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNHehDi4N3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNHehDi4N3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNHehDi4N3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNHehDi4N3 .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-tNHehDi4N3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNHehDi4N3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNHehDi4N3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNHehDi4N3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNHehDi4N3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNHehDi4N3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNHehDi4N3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNHehDi4N3 .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-tNHehDi4N3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNHehDi4N3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNHehDi4N3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNHehDi4N3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNHehDi4N3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNHehDi4N3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNHehDi4N3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNHehDi4N3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNHehDi4N3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNHehDi4N3 .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-tNHehDi4N3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNHehDi4N3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNHehDi4N3 .dropdown-item.active,
.cid-tNHehDi4N3 .dropdown-item:active {
  background-color: transparent;
}
.cid-tNHehDi4N3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNHehDi4N3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNHehDi4N3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNHehDi4N3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNHehDi4N3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNHehDi4N3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNHehDi4N3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNHehDi4N3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNHehDi4N3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNHehDi4N3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNHehDi4N3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNHehDi4N3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHehDi4N3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHehDi4N3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNHehDi4N3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHehDi4N3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNHehDi4N3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNHehDi4N3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHehDi4N3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNHehDi4N3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNHehDi4N3 .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-tNHehDi4N3 .navbar {
    height: 70px;
  }
  .cid-tNHehDi4N3 .navbar.opened {
    height: auto;
  }
  .cid-tNHehDi4N3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNHehEbjPV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-3l {
  /* Type valid CSS here */
}
#custom-html-3l div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3l p {
  font-size: 60px;
  color: #777;
}
.cid-tNHehFcArQ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNHehFcArQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHehFcArQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHehFcArQ .mbr-section-title {
  color: #000000;
}
.cid-tNHehFJZVo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNHehFJZVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHehFJZVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHehFJZVo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHehFJZVo .row {
  flex-direction: row-reverse;
}
.cid-tNHehFJZVo img {
  width: 100%;
}
.cid-tNHehGcT08 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNHehGcT08 img,
.cid-tNHehGcT08 .item-img {
  width: 100%;
}
.cid-tNHehGcT08 .item:focus,
.cid-tNHehGcT08 span:focus {
  outline: none;
}
.cid-tNHehGcT08 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNHehGcT08 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNHehGcT08 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNHehGcT08 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNHehGcT08 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNHehGcT08 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNHehGcT08 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNHehGcT08 .mbr-section-title {
  color: #232323;
}
.cid-tNHehGcT08 .mbr-text,
.cid-tNHehGcT08 .mbr-section-btn {
  text-align: left;
}
.cid-tNHehGcT08 .item-title {
  text-align: left;
}
.cid-tNHehGcT08 .item-subtitle {
  text-align: center;
}
.cid-tNHehIM0p9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNHehIM0p9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHehIM0p9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHehIM0p9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHehIM0p9 .row {
  flex-direction: row-reverse;
}
.cid-tNHehIM0p9 img {
  width: 100%;
}
.cid-tNHehJNTqq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNHehJNTqq .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNHehJNTqq .mbr-text {
  color: #000000;
}
.cid-tQ9ia0eyKK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9ia0eyKK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ia0eyKK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ia0eyKK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ia0eyKK .row {
  flex-direction: row-reverse;
}
.cid-tQ9ia0eyKK img {
  width: 100%;
}
.cid-tRnqhvVAdH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqhvVAdH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqhvVAdH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqhvVAdH .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqhvVAdH .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqhvVAdH .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqhvVAdH .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqhvVAdH .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqhvVAdH .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqhvVAdH .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqhvVAdH .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqhvVAdH .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqhvVAdH [class^="socicon-"]:before,
.cid-tRnqhvVAdH [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNHnGe6oNd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNHnGe6oNd nav.navbar {
  position: fixed;
}
.cid-tNHnGe6oNd .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-tNHnGe6oNd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNHnGe6oNd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNHnGe6oNd .dropdown-item:hover,
.cid-tNHnGe6oNd .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNHnGe6oNd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNHnGe6oNd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNHnGe6oNd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNHnGe6oNd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNHnGe6oNd .nav-link {
  position: relative;
}
.cid-tNHnGe6oNd .container {
  display: flex;
  margin: auto;
}
.cid-tNHnGe6oNd .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNHnGe6oNd .dropdown-menu,
.cid-tNHnGe6oNd .navbar.opened {
  background: #ffffff !important;
}
.cid-tNHnGe6oNd .nav-item:focus,
.cid-tNHnGe6oNd .nav-link:focus {
  outline: none;
}
.cid-tNHnGe6oNd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNHnGe6oNd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNHnGe6oNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNHnGe6oNd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNHnGe6oNd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNHnGe6oNd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNHnGe6oNd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNHnGe6oNd .navbar.opened {
  transition: all 0.3s;
}
.cid-tNHnGe6oNd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNHnGe6oNd .navbar .navbar-logo img {
  width: auto;
}
.cid-tNHnGe6oNd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNHnGe6oNd .navbar.collapsed {
  justify-content: center;
}
.cid-tNHnGe6oNd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNHnGe6oNd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNHnGe6oNd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNHnGe6oNd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNHnGe6oNd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNHnGe6oNd .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-tNHnGe6oNd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNHnGe6oNd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNHnGe6oNd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNHnGe6oNd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNHnGe6oNd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNHnGe6oNd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNHnGe6oNd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNHnGe6oNd .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-tNHnGe6oNd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNHnGe6oNd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNHnGe6oNd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNHnGe6oNd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNHnGe6oNd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNHnGe6oNd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNHnGe6oNd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNHnGe6oNd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNHnGe6oNd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNHnGe6oNd .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-tNHnGe6oNd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNHnGe6oNd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNHnGe6oNd .dropdown-item.active,
.cid-tNHnGe6oNd .dropdown-item:active {
  background-color: transparent;
}
.cid-tNHnGe6oNd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNHnGe6oNd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNHnGe6oNd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNHnGe6oNd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNHnGe6oNd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNHnGe6oNd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNHnGe6oNd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNHnGe6oNd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNHnGe6oNd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNHnGe6oNd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNHnGe6oNd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNHnGe6oNd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHnGe6oNd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHnGe6oNd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNHnGe6oNd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHnGe6oNd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNHnGe6oNd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNHnGe6oNd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHnGe6oNd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNHnGe6oNd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNHnGe6oNd .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-tNHnGe6oNd .navbar {
    height: 70px;
  }
  .cid-tNHnGe6oNd .navbar.opened {
    height: auto;
  }
  .cid-tNHnGe6oNd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNHnGeZTdq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-3t {
  /* Type valid CSS here */
}
#custom-html-3t div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3t p {
  font-size: 60px;
  color: #777;
}
.cid-tNHnGg3eqL {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNHnGg3eqL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHnGg3eqL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHnGg3eqL .mbr-section-title {
  color: #000000;
}
.cid-tNHnGgHqcP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNHnGgHqcP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHnGgHqcP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHnGgHqcP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHnGgHqcP .row {
  flex-direction: row-reverse;
}
.cid-tNHnGgHqcP img {
  width: 100%;
}
.cid-tNHnGhvmF3 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNHnGhvmF3 img,
.cid-tNHnGhvmF3 .item-img {
  width: 100%;
}
.cid-tNHnGhvmF3 .item:focus,
.cid-tNHnGhvmF3 span:focus {
  outline: none;
}
.cid-tNHnGhvmF3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNHnGhvmF3 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNHnGhvmF3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNHnGhvmF3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNHnGhvmF3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNHnGhvmF3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNHnGhvmF3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNHnGhvmF3 .mbr-section-title {
  color: #232323;
}
.cid-tNHnGhvmF3 .mbr-text,
.cid-tNHnGhvmF3 .mbr-section-btn {
  text-align: left;
}
.cid-tNHnGhvmF3 .item-title {
  text-align: left;
}
.cid-tNHnGhvmF3 .item-subtitle {
  text-align: center;
}
.cid-tNHnGiJGop {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNHnGiJGop .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHnGiJGop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHnGiJGop .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHnGiJGop .row {
  flex-direction: row-reverse;
}
.cid-tNHnGiJGop img {
  width: 100%;
}
.cid-tNHnGjkWdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNHnGjkWdo .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNHnGjkWdo .mbr-text {
  color: #000000;
}
.cid-tQ9ihGZYeZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9ihGZYeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9ihGZYeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9ihGZYeZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9ihGZYeZ .row {
  flex-direction: row-reverse;
}
.cid-tQ9ihGZYeZ img {
  width: 100%;
}
.cid-tRnqrYqZ15 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqrYqZ15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqrYqZ15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqrYqZ15 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqrYqZ15 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqrYqZ15 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqrYqZ15 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqrYqZ15 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqrYqZ15 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqrYqZ15 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqrYqZ15 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqrYqZ15 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqrYqZ15 [class^="socicon-"]:before,
.cid-tRnqrYqZ15 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNHCT4MNYp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNHCT4MNYp nav.navbar {
  position: fixed;
}
.cid-tNHCT4MNYp .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-tNHCT4MNYp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNHCT4MNYp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNHCT4MNYp .dropdown-item:hover,
.cid-tNHCT4MNYp .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNHCT4MNYp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNHCT4MNYp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNHCT4MNYp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNHCT4MNYp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNHCT4MNYp .nav-link {
  position: relative;
}
.cid-tNHCT4MNYp .container {
  display: flex;
  margin: auto;
}
.cid-tNHCT4MNYp .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNHCT4MNYp .dropdown-menu,
.cid-tNHCT4MNYp .navbar.opened {
  background: #ffffff !important;
}
.cid-tNHCT4MNYp .nav-item:focus,
.cid-tNHCT4MNYp .nav-link:focus {
  outline: none;
}
.cid-tNHCT4MNYp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNHCT4MNYp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNHCT4MNYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNHCT4MNYp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNHCT4MNYp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNHCT4MNYp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNHCT4MNYp .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNHCT4MNYp .navbar.opened {
  transition: all 0.3s;
}
.cid-tNHCT4MNYp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNHCT4MNYp .navbar .navbar-logo img {
  width: auto;
}
.cid-tNHCT4MNYp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNHCT4MNYp .navbar.collapsed {
  justify-content: center;
}
.cid-tNHCT4MNYp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNHCT4MNYp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNHCT4MNYp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNHCT4MNYp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNHCT4MNYp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNHCT4MNYp .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-tNHCT4MNYp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNHCT4MNYp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNHCT4MNYp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNHCT4MNYp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNHCT4MNYp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNHCT4MNYp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNHCT4MNYp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNHCT4MNYp .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-tNHCT4MNYp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNHCT4MNYp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNHCT4MNYp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNHCT4MNYp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNHCT4MNYp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNHCT4MNYp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNHCT4MNYp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNHCT4MNYp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNHCT4MNYp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNHCT4MNYp .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-tNHCT4MNYp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNHCT4MNYp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNHCT4MNYp .dropdown-item.active,
.cid-tNHCT4MNYp .dropdown-item:active {
  background-color: transparent;
}
.cid-tNHCT4MNYp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNHCT4MNYp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNHCT4MNYp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNHCT4MNYp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNHCT4MNYp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNHCT4MNYp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNHCT4MNYp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNHCT4MNYp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNHCT4MNYp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNHCT4MNYp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNHCT4MNYp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNHCT4MNYp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHCT4MNYp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHCT4MNYp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNHCT4MNYp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHCT4MNYp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNHCT4MNYp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNHCT4MNYp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHCT4MNYp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNHCT4MNYp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNHCT4MNYp .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-tNHCT4MNYp .navbar {
    height: 70px;
  }
  .cid-tNHCT4MNYp .navbar.opened {
    height: auto;
  }
  .cid-tNHCT4MNYp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNHCT5wKNV {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-41 {
  /* Type valid CSS here */
}
#custom-html-41 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-41 p {
  font-size: 60px;
  color: #777;
}
.cid-tNHCT6ocoC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNHCT6ocoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHCT6ocoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHCT6ocoC .mbr-section-title {
  color: #000000;
}
.cid-tNHCT6QRkG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNHCT6QRkG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHCT6QRkG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHCT6QRkG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHCT6QRkG .row {
  flex-direction: row-reverse;
}
.cid-tNHCT6QRkG img {
  width: 100%;
}
.cid-tNHCT7hxIS {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNHCT7hxIS img,
.cid-tNHCT7hxIS .item-img {
  width: 100%;
}
.cid-tNHCT7hxIS .item:focus,
.cid-tNHCT7hxIS span:focus {
  outline: none;
}
.cid-tNHCT7hxIS .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNHCT7hxIS .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNHCT7hxIS .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tNHCT7hxIS .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNHCT7hxIS .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tNHCT7hxIS .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tNHCT7hxIS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNHCT7hxIS .mbr-section-title {
  color: #232323;
}
.cid-tNHCT7hxIS .mbr-text,
.cid-tNHCT7hxIS .mbr-section-btn {
  text-align: left;
}
.cid-tNHCT7hxIS .item-title {
  text-align: left;
}
.cid-tNHCT7hxIS .item-subtitle {
  text-align: center;
}
.cid-tRbWoXU5l8 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRbWoXU5l8 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNHCT7TSLO {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNHCT7TSLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHCT7TSLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHCT7TSLO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHCT7TSLO .row {
  flex-direction: row-reverse;
}
.cid-tNHCT7TSLO img {
  width: 100%;
}
.cid-tNHHvhb6U9 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tNHHvhb6U9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHHvhb6U9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHHvhb6U9 .mbr-text,
.cid-tNHHvhb6U9 .link {
  text-align: center;
}
.cid-tNHHvhb6U9 .mbr-section-title {
  color: #000000;
}
.cid-tNHHvhb6U9 .mbr-section-subtitle {
  color: #000000;
}
.cid-tQ9isMNr9W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9isMNr9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9isMNr9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9isMNr9W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9isMNr9W .row {
  flex-direction: row-reverse;
}
.cid-tQ9isMNr9W img {
  width: 100%;
}
.cid-tRnqBovGhG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqBovGhG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqBovGhG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqBovGhG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqBovGhG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqBovGhG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqBovGhG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqBovGhG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqBovGhG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqBovGhG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqBovGhG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqBovGhG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqBovGhG [class^="socicon-"]:before,
.cid-tRnqBovGhG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNNielKznQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNNielKznQ nav.navbar {
  position: fixed;
}
.cid-tNNielKznQ .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-tNNielKznQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNNielKznQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNNielKznQ .dropdown-item:hover,
.cid-tNNielKznQ .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNNielKznQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNNielKznQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNNielKznQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNNielKznQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNNielKznQ .nav-link {
  position: relative;
}
.cid-tNNielKznQ .container {
  display: flex;
  margin: auto;
}
.cid-tNNielKznQ .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNNielKznQ .dropdown-menu,
.cid-tNNielKznQ .navbar.opened {
  background: #ffffff !important;
}
.cid-tNNielKznQ .nav-item:focus,
.cid-tNNielKznQ .nav-link:focus {
  outline: none;
}
.cid-tNNielKznQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNNielKznQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNNielKznQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNNielKznQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNNielKznQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNNielKznQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNNielKznQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNNielKznQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tNNielKznQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNNielKznQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tNNielKznQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNNielKznQ .navbar.collapsed {
  justify-content: center;
}
.cid-tNNielKznQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNNielKznQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNNielKznQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNNielKznQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNNielKznQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNNielKznQ .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-tNNielKznQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNNielKznQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNNielKznQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNNielKznQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNNielKznQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNNielKznQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNNielKznQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNNielKznQ .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-tNNielKznQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNNielKznQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNNielKznQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNNielKznQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNNielKznQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNNielKznQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNNielKznQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNNielKznQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNNielKznQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNNielKznQ .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-tNNielKznQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNNielKznQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNNielKznQ .dropdown-item.active,
.cid-tNNielKznQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tNNielKznQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNNielKznQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNNielKznQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNNielKznQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNNielKznQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNNielKznQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNNielKznQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNNielKznQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNNielKznQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNNielKznQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNNielKznQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNNielKznQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNNielKznQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNNielKznQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNNielKznQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNNielKznQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNNielKznQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNNielKznQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNNielKznQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNNielKznQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNNielKznQ .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-tNNielKznQ .navbar {
    height: 70px;
  }
  .cid-tNNielKznQ .navbar.opened {
    height: auto;
  }
  .cid-tNNielKznQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNNiemAayx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/corporate-charter-bus-transportation-1516x427.jpg");
}
.cid-tNNiemAayx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNNiemAayx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNNiemAayx .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNNiemAayx .mbr-text,
.cid-tNNiemAayx .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-4p {
  /* Type valid CSS here */
}
#custom-html-4p div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4p p {
  font-size: 60px;
  color: #777;
}
.cid-tNNrSp6WbU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNNrSp6WbU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tNNrSp6WbU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOmQtcRR2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOmQtcRR2P img,
.cid-tOmQtcRR2P .item-img {
  width: 100%;
}
.cid-tOmQtcRR2P .item:focus,
.cid-tOmQtcRR2P span:focus {
  outline: none;
}
.cid-tOmQtcRR2P .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOmQtcRR2P .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOmQtcRR2P .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOmQtcRR2P .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tOmQtcRR2P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOmQtcRR2P .mbr-section-title {
  color: #232323;
}
.cid-tOmQtcRR2P .mbr-text,
.cid-tOmQtcRR2P .mbr-section-btn {
  text-align: left;
}
.cid-tOmQtcRR2P .item-title {
  text-align: left;
}
.cid-tOmQtcRR2P .item-subtitle {
  text-align: left;
}
.cid-tOhg28XGch {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOhg28XGch .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOhg28XGch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOhg28XGch .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOhg28XGch .row {
  flex-direction: row-reverse;
}
.cid-tOhg28XGch img {
  width: 100%;
}
.cid-tNZAgO43nY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tNZAgO43nY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNZAgO43nY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNZAgO43nY .item {
  padding-bottom: 2rem;
}
.cid-tNZAgO43nY .item-wrapper {
  position: relative;
}
.cid-tNZAgO43nY .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tNZAgO43nY .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tNZAgO43nY .carousel-control,
.cid-tNZAgO43nY .close {
  background: #1b1b1b;
}
.cid-tNZAgO43nY .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tNZAgO43nY .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tNZAgO43nY .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tNZAgO43nY .carousel-control-next span {
  margin-left: 5px;
}
.cid-tNZAgO43nY .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tNZAgO43nY .close::before {
  content: '\e91a';
}
.cid-tNZAgO43nY .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tNZAgO43nY .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  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-tNZAgO43nY .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNZAgO43nY .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tNZAgO43nY .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tNZAgO43nY .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tNZAgO43nY .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-tNZAgO43nY .carousel-indicators li.active,
.cid-tNZAgO43nY .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tNZAgO43nY .carousel-indicators li::after,
.cid-tNZAgO43nY .carousel-indicators li::before {
  content: none;
}
.cid-tNZAgO43nY .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tNZAgO43nY .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tNZAgO43nY .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNZAgO43nY .carousel-indicators {
    display: none;
  }
}
.cid-tNZAgO43nY .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tNZAgO43nY .carousel-inner > .active {
  display: block;
}
.cid-tNZAgO43nY .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tNZAgO43nY .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tNZAgO43nY .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tNZAgO43nY .carousel-control,
  .cid-tNZAgO43nY .carousel-indicators,
  .cid-tNZAgO43nY .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tNZAgO43nY .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tNZAgO43nY .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tNZAgO43nY .carousel-indicators .active,
.cid-tNZAgO43nY .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tNZAgO43nY .carousel-indicators .active {
  background: #fff;
}
.cid-tNZAgO43nY .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tNZAgO43nY .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tNZAgO43nY .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tNZAgO43nY .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tNZAgO43nY .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tNZAgO43nY .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tNZAgO43nY .carousel {
  width: 100%;
}
.cid-tNZAgO43nY .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tNZAgO43nY .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tNZAgO43nY .modal.fade .modal-dialog,
.cid-tNZAgO43nY .modal.in .modal-dialog {
  transform: none;
}
.cid-tNZAgO43nY .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tNZAgO43nY H6 {
  text-align: center;
}
.cid-tO4uKWKfCR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tO4uKWKfCR .mbr-section-title {
  text-align: center;
}
.cid-tQ9d826NvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9d826NvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9d826NvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9d826NvH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9d826NvH .row {
  flex-direction: row-reverse;
}
.cid-tQ9d826NvH img {
  width: 100%;
}
.cid-tRnoCu09VL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoCu09VL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoCu09VL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoCu09VL .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoCu09VL .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoCu09VL .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoCu09VL .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoCu09VL .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoCu09VL .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoCu09VL .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoCu09VL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoCu09VL .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoCu09VL [class^="socicon-"]:before,
.cid-tRnoCu09VL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tOy8OfXMua {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOy8OfXMua nav.navbar {
  position: fixed;
}
.cid-tOy8OfXMua .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-tOy8OfXMua .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOy8OfXMua .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOy8OfXMua .dropdown-item:hover,
.cid-tOy8OfXMua .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tOy8OfXMua .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOy8OfXMua .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOy8OfXMua .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOy8OfXMua .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOy8OfXMua .nav-link {
  position: relative;
}
.cid-tOy8OfXMua .container {
  display: flex;
  margin: auto;
}
.cid-tOy8OfXMua .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOy8OfXMua .dropdown-menu,
.cid-tOy8OfXMua .navbar.opened {
  background: #ffffff !important;
}
.cid-tOy8OfXMua .nav-item:focus,
.cid-tOy8OfXMua .nav-link:focus {
  outline: none;
}
.cid-tOy8OfXMua .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOy8OfXMua .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOy8OfXMua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOy8OfXMua .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOy8OfXMua .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOy8OfXMua .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOy8OfXMua .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOy8OfXMua .navbar.opened {
  transition: all 0.3s;
}
.cid-tOy8OfXMua .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOy8OfXMua .navbar .navbar-logo img {
  width: auto;
}
.cid-tOy8OfXMua .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOy8OfXMua .navbar.collapsed {
  justify-content: center;
}
.cid-tOy8OfXMua .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOy8OfXMua .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOy8OfXMua .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOy8OfXMua .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOy8OfXMua .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOy8OfXMua .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-tOy8OfXMua .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOy8OfXMua .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOy8OfXMua .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOy8OfXMua .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOy8OfXMua .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOy8OfXMua .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOy8OfXMua .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOy8OfXMua .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-tOy8OfXMua .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOy8OfXMua .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOy8OfXMua .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOy8OfXMua .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOy8OfXMua .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOy8OfXMua .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOy8OfXMua .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOy8OfXMua .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOy8OfXMua .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOy8OfXMua .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-tOy8OfXMua .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOy8OfXMua .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOy8OfXMua .dropdown-item.active,
.cid-tOy8OfXMua .dropdown-item:active {
  background-color: transparent;
}
.cid-tOy8OfXMua .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOy8OfXMua .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOy8OfXMua .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOy8OfXMua .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOy8OfXMua .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOy8OfXMua .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOy8OfXMua ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOy8OfXMua .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOy8OfXMua button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOy8OfXMua button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tOy8OfXMua button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOy8OfXMua button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOy8OfXMua button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOy8OfXMua button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOy8OfXMua nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOy8OfXMua nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOy8OfXMua nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOy8OfXMua nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOy8OfXMua .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOy8OfXMua a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOy8OfXMua .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-tOy8OfXMua .navbar {
    height: 70px;
  }
  .cid-tOy8OfXMua .navbar.opened {
    height: auto;
  }
  .cid-tOy8OfXMua .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOy8OgVYSx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/wedding-transportation-bus-rental-1516x427.jpg");
}
.cid-tOy8OgVYSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOy8OgVYSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOy8OgVYSx .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tOy8OgVYSx .mbr-text,
.cid-tOy8OgVYSx .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
#custom-html-5c {
  /* Type valid CSS here */
}
#custom-html-5c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5c p {
  font-size: 60px;
  color: #777;
}
.cid-tOy8OhGma9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOy8OhGma9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tOy8OhGma9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOy8OidK7e {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOy8OidK7e img,
.cid-tOy8OidK7e .item-img {
  width: 100%;
}
.cid-tOy8OidK7e .item:focus,
.cid-tOy8OidK7e span:focus {
  outline: none;
}
.cid-tOy8OidK7e .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOy8OidK7e .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOy8OidK7e .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOy8OidK7e .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tOy8OidK7e .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOy8OidK7e .mbr-section-title {
  color: #232323;
}
.cid-tOy8OidK7e .mbr-text,
.cid-tOy8OidK7e .mbr-section-btn {
  text-align: left;
}
.cid-tOy8OidK7e .item-title {
  text-align: left;
}
.cid-tOy8OidK7e .item-subtitle {
  text-align: left;
}
.cid-tOy8OiYp8I {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOy8OiYp8I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOy8OiYp8I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOy8OiYp8I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOy8OiYp8I .row {
  flex-direction: row-reverse;
}
.cid-tOy8OiYp8I img {
  width: 100%;
}
.cid-tOy8OjtUcT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOy8OjtUcT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOy8OjtUcT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOy8OjtUcT .item {
  padding-bottom: 2rem;
}
.cid-tOy8OjtUcT .item-wrapper {
  position: relative;
}
.cid-tOy8OjtUcT .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOy8OjtUcT .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOy8OjtUcT .carousel-control,
.cid-tOy8OjtUcT .close {
  background: #1b1b1b;
}
.cid-tOy8OjtUcT .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOy8OjtUcT .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOy8OjtUcT .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOy8OjtUcT .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOy8OjtUcT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOy8OjtUcT .close::before {
  content: '\e91a';
}
.cid-tOy8OjtUcT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOy8OjtUcT .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  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-tOy8OjtUcT .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOy8OjtUcT .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOy8OjtUcT .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOy8OjtUcT .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOy8OjtUcT .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-tOy8OjtUcT .carousel-indicators li.active,
.cid-tOy8OjtUcT .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOy8OjtUcT .carousel-indicators li::after,
.cid-tOy8OjtUcT .carousel-indicators li::before {
  content: none;
}
.cid-tOy8OjtUcT .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOy8OjtUcT .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOy8OjtUcT .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOy8OjtUcT .carousel-indicators {
    display: none;
  }
}
.cid-tOy8OjtUcT .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOy8OjtUcT .carousel-inner > .active {
  display: block;
}
.cid-tOy8OjtUcT .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOy8OjtUcT .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOy8OjtUcT .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOy8OjtUcT .carousel-control,
  .cid-tOy8OjtUcT .carousel-indicators,
  .cid-tOy8OjtUcT .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOy8OjtUcT .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOy8OjtUcT .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOy8OjtUcT .carousel-indicators .active,
.cid-tOy8OjtUcT .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOy8OjtUcT .carousel-indicators .active {
  background: #fff;
}
.cid-tOy8OjtUcT .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOy8OjtUcT .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOy8OjtUcT .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOy8OjtUcT .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOy8OjtUcT .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOy8OjtUcT .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOy8OjtUcT .carousel {
  width: 100%;
}
.cid-tOy8OjtUcT .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOy8OjtUcT .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOy8OjtUcT .modal.fade .modal-dialog,
.cid-tOy8OjtUcT .modal.in .modal-dialog {
  transform: none;
}
.cid-tOy8OjtUcT .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOy8OjtUcT H6 {
  text-align: center;
}
.cid-tOy8OkE1fH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOy8OkE1fH .mbr-section-title {
  text-align: center;
}
.cid-tQfzzZ2nkp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQfzzZ2nkp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQfzzZ2nkp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQfzzZ2nkp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQfzzZ2nkp .row {
  flex-direction: row-reverse;
}
.cid-tQfzzZ2nkp img {
  width: 100%;
}
.cid-tRnputTjC9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnputTjC9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnputTjC9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnputTjC9 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnputTjC9 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnputTjC9 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnputTjC9 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnputTjC9 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnputTjC9 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnputTjC9 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnputTjC9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnputTjC9 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnputTjC9 [class^="socicon-"]:before,
.cid-tRnputTjC9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tOPFvszIZM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOPFvszIZM nav.navbar {
  position: fixed;
}
.cid-tOPFvszIZM .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-tOPFvszIZM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOPFvszIZM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOPFvszIZM .dropdown-item:hover,
.cid-tOPFvszIZM .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tOPFvszIZM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOPFvszIZM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOPFvszIZM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOPFvszIZM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOPFvszIZM .nav-link {
  position: relative;
}
.cid-tOPFvszIZM .container {
  display: flex;
  margin: auto;
}
.cid-tOPFvszIZM .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOPFvszIZM .dropdown-menu,
.cid-tOPFvszIZM .navbar.opened {
  background: #ffffff !important;
}
.cid-tOPFvszIZM .nav-item:focus,
.cid-tOPFvszIZM .nav-link:focus {
  outline: none;
}
.cid-tOPFvszIZM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOPFvszIZM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOPFvszIZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOPFvszIZM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOPFvszIZM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOPFvszIZM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOPFvszIZM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOPFvszIZM .navbar.opened {
  transition: all 0.3s;
}
.cid-tOPFvszIZM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOPFvszIZM .navbar .navbar-logo img {
  width: auto;
}
.cid-tOPFvszIZM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOPFvszIZM .navbar.collapsed {
  justify-content: center;
}
.cid-tOPFvszIZM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOPFvszIZM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOPFvszIZM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOPFvszIZM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOPFvszIZM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOPFvszIZM .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-tOPFvszIZM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOPFvszIZM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOPFvszIZM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOPFvszIZM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOPFvszIZM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOPFvszIZM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOPFvszIZM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOPFvszIZM .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-tOPFvszIZM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOPFvszIZM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOPFvszIZM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOPFvszIZM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOPFvszIZM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOPFvszIZM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOPFvszIZM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOPFvszIZM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOPFvszIZM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOPFvszIZM .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-tOPFvszIZM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOPFvszIZM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOPFvszIZM .dropdown-item.active,
.cid-tOPFvszIZM .dropdown-item:active {
  background-color: transparent;
}
.cid-tOPFvszIZM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOPFvszIZM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOPFvszIZM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOPFvszIZM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOPFvszIZM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOPFvszIZM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOPFvszIZM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOPFvszIZM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOPFvszIZM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOPFvszIZM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tOPFvszIZM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOPFvszIZM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOPFvszIZM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOPFvszIZM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOPFvszIZM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOPFvszIZM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOPFvszIZM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOPFvszIZM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOPFvszIZM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOPFvszIZM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOPFvszIZM .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-tOPFvszIZM .navbar {
    height: 70px;
  }
  .cid-tOPFvszIZM .navbar.opened {
    height: auto;
  }
  .cid-tOPFvszIZM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOPFvtqoB8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/sports-team-transportation-900x608.jpg");
}
.cid-tOPFvtqoB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPFvtqoB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOPFvtqoB8 .mbr-section-title {
  text-align: center;
  color: #fafafa;
}
.cid-tOPFvtqoB8 .mbr-text,
.cid-tOPFvtqoB8 .mbr-section-btn {
  text-align: center;
  color: #fafafa;
}
#custom-html-5o {
  /* Type valid CSS here */
}
#custom-html-5o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-5o p {
  font-size: 60px;
  color: #777;
}
.cid-tOPFvu5IaI {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOPFvu5IaI .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tOPFvu5IaI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tOPFvuBRnd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOPFvuBRnd img,
.cid-tOPFvuBRnd .item-img {
  width: 100%;
}
.cid-tOPFvuBRnd .item:focus,
.cid-tOPFvuBRnd span:focus {
  outline: none;
}
.cid-tOPFvuBRnd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tOPFvuBRnd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tOPFvuBRnd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tOPFvuBRnd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tOPFvuBRnd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tOPFvuBRnd .mbr-section-title {
  color: #232323;
}
.cid-tOPFvuBRnd .mbr-text,
.cid-tOPFvuBRnd .mbr-section-btn {
  text-align: left;
}
.cid-tOPFvuBRnd .item-title {
  text-align: left;
}
.cid-tOPFvuBRnd .item-subtitle {
  text-align: left;
}
.cid-tOPFvvtRQW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOPFvvtRQW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOPFvvtRQW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOPFvvtRQW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOPFvvtRQW .row {
  flex-direction: row-reverse;
}
.cid-tOPFvvtRQW img {
  width: 100%;
}
.cid-tOVrO6nuZA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVrO6nuZA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOVrO6nuZA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOVrO6nuZA .item {
  padding-bottom: 2rem;
}
.cid-tOVrO6nuZA .item-wrapper {
  height: 300px;
  position: relative;
}
.cid-tOVrO6nuZA .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tOVrO6nuZA .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tOVrO6nuZA .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tOVrO6nuZA .carousel-control,
.cid-tOVrO6nuZA .close {
  background: #1b1b1b;
}
.cid-tOVrO6nuZA .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tOVrO6nuZA .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tOVrO6nuZA .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tOVrO6nuZA .carousel-control-next span {
  margin-left: 5px;
}
.cid-tOVrO6nuZA .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOVrO6nuZA .close::before {
  content: '\e91a';
}
.cid-tOVrO6nuZA .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOVrO6nuZA .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  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-tOVrO6nuZA .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOVrO6nuZA .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tOVrO6nuZA .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tOVrO6nuZA .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tOVrO6nuZA .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-tOVrO6nuZA .carousel-indicators li.active,
.cid-tOVrO6nuZA .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tOVrO6nuZA .carousel-indicators li::after,
.cid-tOVrO6nuZA .carousel-indicators li::before {
  content: none;
}
.cid-tOVrO6nuZA .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tOVrO6nuZA .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tOVrO6nuZA .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tOVrO6nuZA .carousel-indicators {
    display: none;
  }
}
.cid-tOVrO6nuZA .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tOVrO6nuZA .carousel-inner > .active {
  display: block;
}
.cid-tOVrO6nuZA .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tOVrO6nuZA .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tOVrO6nuZA .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tOVrO6nuZA .carousel-control,
  .cid-tOVrO6nuZA .carousel-indicators,
  .cid-tOVrO6nuZA .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tOVrO6nuZA .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tOVrO6nuZA .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tOVrO6nuZA .carousel-indicators .active,
.cid-tOVrO6nuZA .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tOVrO6nuZA .carousel-indicators .active {
  background: #fff;
}
.cid-tOVrO6nuZA .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tOVrO6nuZA .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tOVrO6nuZA .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tOVrO6nuZA .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tOVrO6nuZA .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tOVrO6nuZA .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tOVrO6nuZA .carousel {
  width: 100%;
}
.cid-tOVrO6nuZA .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tOVrO6nuZA .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tOVrO6nuZA .modal.fade .modal-dialog,
.cid-tOVrO6nuZA .modal.in .modal-dialog {
  transform: none;
}
.cid-tOVrO6nuZA .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tOVrO6nuZA H6 {
  text-align: center;
}
.cid-tOPFvxMi85 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOPFvxMi85 .mbr-section-title {
  text-align: center;
}
.cid-tQ9gSdr86W {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9gSdr86W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9gSdr86W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9gSdr86W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9gSdr86W .row {
  flex-direction: row-reverse;
}
.cid-tQ9gSdr86W img {
  width: 100%;
}
.cid-tRnprzjIrg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnprzjIrg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnprzjIrg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnprzjIrg .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnprzjIrg .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnprzjIrg .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnprzjIrg .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnprzjIrg .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnprzjIrg .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnprzjIrg .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnprzjIrg .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnprzjIrg .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnprzjIrg [class^="socicon-"]:before,
.cid-tRnprzjIrg [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tOVGWn6Vg4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tOVGWn6Vg4 nav.navbar {
  position: fixed;
}
.cid-tOVGWn6Vg4 .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-tOVGWn6Vg4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tOVGWn6Vg4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tOVGWn6Vg4 .dropdown-item:hover,
.cid-tOVGWn6Vg4 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tOVGWn6Vg4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tOVGWn6Vg4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tOVGWn6Vg4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tOVGWn6Vg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tOVGWn6Vg4 .nav-link {
  position: relative;
}
.cid-tOVGWn6Vg4 .container {
  display: flex;
  margin: auto;
}
.cid-tOVGWn6Vg4 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tOVGWn6Vg4 .dropdown-menu,
.cid-tOVGWn6Vg4 .navbar.opened {
  background: #ffffff !important;
}
.cid-tOVGWn6Vg4 .nav-item:focus,
.cid-tOVGWn6Vg4 .nav-link:focus {
  outline: none;
}
.cid-tOVGWn6Vg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOVGWn6Vg4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOVGWn6Vg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOVGWn6Vg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOVGWn6Vg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOVGWn6Vg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOVGWn6Vg4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tOVGWn6Vg4 .navbar.opened {
  transition: all 0.3s;
}
.cid-tOVGWn6Vg4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tOVGWn6Vg4 .navbar .navbar-logo img {
  width: auto;
}
.cid-tOVGWn6Vg4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tOVGWn6Vg4 .navbar.collapsed {
  justify-content: center;
}
.cid-tOVGWn6Vg4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOVGWn6Vg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tOVGWn6Vg4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tOVGWn6Vg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOVGWn6Vg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOVGWn6Vg4 .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-tOVGWn6Vg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOVGWn6Vg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tOVGWn6Vg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tOVGWn6Vg4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOVGWn6Vg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOVGWn6Vg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOVGWn6Vg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tOVGWn6Vg4 .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-tOVGWn6Vg4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOVGWn6Vg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tOVGWn6Vg4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tOVGWn6Vg4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tOVGWn6Vg4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOVGWn6Vg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tOVGWn6Vg4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOVGWn6Vg4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOVGWn6Vg4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOVGWn6Vg4 .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-tOVGWn6Vg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tOVGWn6Vg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOVGWn6Vg4 .dropdown-item.active,
.cid-tOVGWn6Vg4 .dropdown-item:active {
  background-color: transparent;
}
.cid-tOVGWn6Vg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tOVGWn6Vg4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOVGWn6Vg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOVGWn6Vg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOVGWn6Vg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOVGWn6Vg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOVGWn6Vg4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tOVGWn6Vg4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOVGWn6Vg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tOVGWn6Vg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tOVGWn6Vg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOVGWn6Vg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOVGWn6Vg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOVGWn6Vg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOVGWn6Vg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOVGWn6Vg4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOVGWn6Vg4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOVGWn6Vg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOVGWn6Vg4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tOVGWn6Vg4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tOVGWn6Vg4 .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-tOVGWn6Vg4 .navbar {
    height: 70px;
  }
  .cid-tOVGWn6Vg4 .navbar.opened {
    height: auto;
  }
  .cid-tOVGWn6Vg4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOVGWoKWbB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/social-events-transportation-1516x427.jpg");
}
.cid-tOVGWoKWbB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOVGWoKWbB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOVGWoKWbB .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tOVGWoKWbB .mbr-text,
.cid-tOVGWoKWbB .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-61 {
  /* Type valid CSS here */
}
#custom-html-61 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-61 p {
  font-size: 60px;
  color: #777;
}
.cid-tOVGWqpyP7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVGWqpyP7 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tOVGWqpyP7 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9gB6TCLR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9gB6TCLR img,
.cid-tQ9gB6TCLR .item-img {
  width: 100%;
}
.cid-tQ9gB6TCLR .item:focus,
.cid-tQ9gB6TCLR span:focus {
  outline: none;
}
.cid-tQ9gB6TCLR .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9gB6TCLR .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9gB6TCLR .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9gB6TCLR .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9gB6TCLR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9gB6TCLR .mbr-section-title {
  color: #232323;
}
.cid-tQ9gB6TCLR .mbr-text,
.cid-tQ9gB6TCLR .mbr-section-btn {
  text-align: left;
}
.cid-tQ9gB6TCLR .item-title {
  text-align: left;
}
.cid-tQ9gB6TCLR .item-subtitle {
  text-align: left;
}
.cid-tOVGWsLbWh {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tOVGWsLbWh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOVGWsLbWh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tOVGWsLbWh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tOVGWsLbWh .row {
  flex-direction: row-reverse;
}
.cid-tOVGWsLbWh img {
  width: 100%;
}
.cid-tOVGWvzhXN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tOVGWvzhXN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9gGSNniV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9gGSNniV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9gGSNniV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9gGSNniV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9gGSNniV .row {
  flex-direction: row-reverse;
}
.cid-tQ9gGSNniV img {
  width: 100%;
}
.cid-tRnpo6hhp4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpo6hhp4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpo6hhp4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpo6hhp4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpo6hhp4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpo6hhp4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpo6hhp4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpo6hhp4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpo6hhp4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpo6hhp4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpo6hhp4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpo6hhp4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpo6hhp4 [class^="socicon-"]:before,
.cid-tRnpo6hhp4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP1MlQaKfv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP1MlQaKfv nav.navbar {
  position: fixed;
}
.cid-tP1MlQaKfv .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-tP1MlQaKfv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP1MlQaKfv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP1MlQaKfv .dropdown-item:hover,
.cid-tP1MlQaKfv .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP1MlQaKfv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP1MlQaKfv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP1MlQaKfv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP1MlQaKfv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP1MlQaKfv .nav-link {
  position: relative;
}
.cid-tP1MlQaKfv .container {
  display: flex;
  margin: auto;
}
.cid-tP1MlQaKfv .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP1MlQaKfv .dropdown-menu,
.cid-tP1MlQaKfv .navbar.opened {
  background: #ffffff !important;
}
.cid-tP1MlQaKfv .nav-item:focus,
.cid-tP1MlQaKfv .nav-link:focus {
  outline: none;
}
.cid-tP1MlQaKfv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP1MlQaKfv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP1MlQaKfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP1MlQaKfv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP1MlQaKfv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP1MlQaKfv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP1MlQaKfv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP1MlQaKfv .navbar.opened {
  transition: all 0.3s;
}
.cid-tP1MlQaKfv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP1MlQaKfv .navbar .navbar-logo img {
  width: auto;
}
.cid-tP1MlQaKfv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP1MlQaKfv .navbar.collapsed {
  justify-content: center;
}
.cid-tP1MlQaKfv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP1MlQaKfv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP1MlQaKfv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP1MlQaKfv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP1MlQaKfv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP1MlQaKfv .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-tP1MlQaKfv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP1MlQaKfv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP1MlQaKfv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP1MlQaKfv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP1MlQaKfv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP1MlQaKfv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP1MlQaKfv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP1MlQaKfv .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-tP1MlQaKfv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP1MlQaKfv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP1MlQaKfv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP1MlQaKfv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP1MlQaKfv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP1MlQaKfv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP1MlQaKfv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP1MlQaKfv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP1MlQaKfv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP1MlQaKfv .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-tP1MlQaKfv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP1MlQaKfv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP1MlQaKfv .dropdown-item.active,
.cid-tP1MlQaKfv .dropdown-item:active {
  background-color: transparent;
}
.cid-tP1MlQaKfv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP1MlQaKfv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP1MlQaKfv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP1MlQaKfv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP1MlQaKfv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP1MlQaKfv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP1MlQaKfv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP1MlQaKfv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP1MlQaKfv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP1MlQaKfv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP1MlQaKfv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP1MlQaKfv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1MlQaKfv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1MlQaKfv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP1MlQaKfv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1MlQaKfv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP1MlQaKfv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP1MlQaKfv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1MlQaKfv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP1MlQaKfv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP1MlQaKfv .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-tP1MlQaKfv .navbar {
    height: 70px;
  }
  .cid-tP1MlQaKfv .navbar.opened {
    height: auto;
  }
  .cid-tP1MlQaKfv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP1MlQXP8h {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/government-military-charter-bus-rental-1516x427.jpg");
}
.cid-tP1MlQXP8h .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1MlQXP8h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1MlQXP8h .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP1MlQXP8h .mbr-text,
.cid-tP1MlQXP8h .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-6a {
  /* Type valid CSS here */
}
#custom-html-6a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6a p {
  font-size: 60px;
  color: #777;
}
.cid-tP1MlRzqm9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1MlRzqm9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP1MlRzqm9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tP1MlSkhms {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1MlSkhms img,
.cid-tP1MlSkhms .item-img {
  width: 100%;
}
.cid-tP1MlSkhms .item:focus,
.cid-tP1MlSkhms span:focus {
  outline: none;
}
.cid-tP1MlSkhms .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tP1MlSkhms .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP1MlSkhms .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP1MlSkhms .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tP1MlSkhms .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP1MlSkhms .mbr-section-title {
  color: #232323;
}
.cid-tP1MlSkhms .mbr-text,
.cid-tP1MlSkhms .mbr-section-btn {
  text-align: left;
}
.cid-tP1MlSkhms .item-title {
  text-align: left;
}
.cid-tP1MlSkhms .item-subtitle {
  text-align: left;
}
.cid-tP1MlTiBY0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1MlTiBY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1MlTiBY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP1MlTiBY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP1MlTiBY0 .row {
  flex-direction: row-reverse;
}
.cid-tP1MlTiBY0 img {
  width: 100%;
}
.cid-tP1MlUR9Q7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP1MlUR9Q7 .mbr-section-title {
  text-align: center;
}
.cid-tQ9gvqvDde {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9gvqvDde .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9gvqvDde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9gvqvDde .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9gvqvDde .row {
  flex-direction: row-reverse;
}
.cid-tQ9gvqvDde img {
  width: 100%;
}
.cid-tRnpkXBBWc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpkXBBWc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpkXBBWc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpkXBBWc .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpkXBBWc .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpkXBBWc .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpkXBBWc .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpkXBBWc .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpkXBBWc .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpkXBBWc .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpkXBBWc .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpkXBBWc .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpkXBBWc [class^="socicon-"]:before,
.cid-tRnpkXBBWc [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP1TIpOajE {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP1TIpOajE nav.navbar {
  position: fixed;
}
.cid-tP1TIpOajE .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-tP1TIpOajE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP1TIpOajE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP1TIpOajE .dropdown-item:hover,
.cid-tP1TIpOajE .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP1TIpOajE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP1TIpOajE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP1TIpOajE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP1TIpOajE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP1TIpOajE .nav-link {
  position: relative;
}
.cid-tP1TIpOajE .container {
  display: flex;
  margin: auto;
}
.cid-tP1TIpOajE .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP1TIpOajE .dropdown-menu,
.cid-tP1TIpOajE .navbar.opened {
  background: #ffffff !important;
}
.cid-tP1TIpOajE .nav-item:focus,
.cid-tP1TIpOajE .nav-link:focus {
  outline: none;
}
.cid-tP1TIpOajE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP1TIpOajE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP1TIpOajE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP1TIpOajE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP1TIpOajE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP1TIpOajE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP1TIpOajE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP1TIpOajE .navbar.opened {
  transition: all 0.3s;
}
.cid-tP1TIpOajE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP1TIpOajE .navbar .navbar-logo img {
  width: auto;
}
.cid-tP1TIpOajE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP1TIpOajE .navbar.collapsed {
  justify-content: center;
}
.cid-tP1TIpOajE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP1TIpOajE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP1TIpOajE .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP1TIpOajE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP1TIpOajE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP1TIpOajE .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-tP1TIpOajE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP1TIpOajE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP1TIpOajE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP1TIpOajE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP1TIpOajE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP1TIpOajE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP1TIpOajE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP1TIpOajE .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-tP1TIpOajE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP1TIpOajE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP1TIpOajE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP1TIpOajE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP1TIpOajE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP1TIpOajE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP1TIpOajE .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP1TIpOajE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP1TIpOajE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP1TIpOajE .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-tP1TIpOajE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP1TIpOajE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP1TIpOajE .dropdown-item.active,
.cid-tP1TIpOajE .dropdown-item:active {
  background-color: transparent;
}
.cid-tP1TIpOajE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP1TIpOajE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP1TIpOajE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP1TIpOajE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP1TIpOajE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP1TIpOajE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP1TIpOajE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP1TIpOajE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP1TIpOajE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP1TIpOajE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP1TIpOajE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP1TIpOajE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1TIpOajE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1TIpOajE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP1TIpOajE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1TIpOajE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP1TIpOajE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP1TIpOajE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1TIpOajE .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP1TIpOajE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP1TIpOajE .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-tP1TIpOajE .navbar {
    height: 70px;
  }
  .cid-tP1TIpOajE .navbar.opened {
    height: auto;
  }
  .cid-tP1TIpOajE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP1TIqZ9oc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/churches-religious-groups-bus-rental-1516x427.jpg");
}
.cid-tP1TIqZ9oc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1TIqZ9oc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1TIqZ9oc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP1TIqZ9oc .mbr-text,
.cid-tP1TIqZ9oc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-6j {
  /* Type valid CSS here */
}
#custom-html-6j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6j p {
  font-size: 60px;
  color: #777;
}
.cid-tP1TIrLE39 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1TIrLE39 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP1TIrLE39 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9gjojKtG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9gjojKtG img,
.cid-tQ9gjojKtG .item-img {
  width: 100%;
}
.cid-tQ9gjojKtG .item:focus,
.cid-tQ9gjojKtG span:focus {
  outline: none;
}
.cid-tQ9gjojKtG .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9gjojKtG .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9gjojKtG .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9gjojKtG .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9gjojKtG .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9gjojKtG .mbr-section-title {
  color: #232323;
}
.cid-tQ9gjojKtG .mbr-text,
.cid-tQ9gjojKtG .mbr-section-btn {
  text-align: left;
}
.cid-tQ9gjojKtG .item-title {
  text-align: left;
}
.cid-tQ9gjojKtG .item-subtitle {
  text-align: left;
}
.cid-tP1TIt3x4z {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1TIt3x4z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1TIt3x4z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP1TIt3x4z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP1TIt3x4z .row {
  flex-direction: row-reverse;
}
.cid-tP1TIt3x4z img {
  width: 100%;
}
.cid-tP1TIuDPet {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP1TIuDPet .mbr-section-title {
  text-align: center;
}
.cid-tQ9gpArA8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9gpArA8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9gpArA8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9gpArA8V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9gpArA8V .row {
  flex-direction: row-reverse;
}
.cid-tQ9gpArA8V img {
  width: 100%;
}
.cid-tRnphDYOve {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnphDYOve .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnphDYOve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnphDYOve .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnphDYOve .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnphDYOve .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnphDYOve .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnphDYOve .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnphDYOve .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnphDYOve .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnphDYOve .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnphDYOve .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnphDYOve [class^="socicon-"]:before,
.cid-tRnphDYOve [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP1XSaQKuH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP1XSaQKuH nav.navbar {
  position: fixed;
}
.cid-tP1XSaQKuH .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-tP1XSaQKuH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP1XSaQKuH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP1XSaQKuH .dropdown-item:hover,
.cid-tP1XSaQKuH .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP1XSaQKuH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP1XSaQKuH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP1XSaQKuH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP1XSaQKuH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP1XSaQKuH .nav-link {
  position: relative;
}
.cid-tP1XSaQKuH .container {
  display: flex;
  margin: auto;
}
.cid-tP1XSaQKuH .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP1XSaQKuH .dropdown-menu,
.cid-tP1XSaQKuH .navbar.opened {
  background: #ffffff !important;
}
.cid-tP1XSaQKuH .nav-item:focus,
.cid-tP1XSaQKuH .nav-link:focus {
  outline: none;
}
.cid-tP1XSaQKuH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP1XSaQKuH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP1XSaQKuH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP1XSaQKuH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP1XSaQKuH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP1XSaQKuH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP1XSaQKuH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP1XSaQKuH .navbar.opened {
  transition: all 0.3s;
}
.cid-tP1XSaQKuH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP1XSaQKuH .navbar .navbar-logo img {
  width: auto;
}
.cid-tP1XSaQKuH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP1XSaQKuH .navbar.collapsed {
  justify-content: center;
}
.cid-tP1XSaQKuH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP1XSaQKuH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP1XSaQKuH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP1XSaQKuH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP1XSaQKuH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP1XSaQKuH .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-tP1XSaQKuH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP1XSaQKuH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP1XSaQKuH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP1XSaQKuH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP1XSaQKuH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP1XSaQKuH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP1XSaQKuH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP1XSaQKuH .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-tP1XSaQKuH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP1XSaQKuH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP1XSaQKuH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP1XSaQKuH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP1XSaQKuH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP1XSaQKuH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP1XSaQKuH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP1XSaQKuH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP1XSaQKuH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP1XSaQKuH .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-tP1XSaQKuH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP1XSaQKuH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP1XSaQKuH .dropdown-item.active,
.cid-tP1XSaQKuH .dropdown-item:active {
  background-color: transparent;
}
.cid-tP1XSaQKuH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP1XSaQKuH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP1XSaQKuH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP1XSaQKuH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP1XSaQKuH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP1XSaQKuH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP1XSaQKuH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP1XSaQKuH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP1XSaQKuH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP1XSaQKuH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP1XSaQKuH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP1XSaQKuH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1XSaQKuH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP1XSaQKuH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP1XSaQKuH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1XSaQKuH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP1XSaQKuH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP1XSaQKuH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP1XSaQKuH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP1XSaQKuH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP1XSaQKuH .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-tP1XSaQKuH .navbar {
    height: 70px;
  }
  .cid-tP1XSaQKuH .navbar.opened {
    height: auto;
  }
  .cid-tP1XSaQKuH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP1XSbU4cc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/airport-transportation-1516x427.jpg");
}
.cid-tP1XSbU4cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1XSbU4cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP1XSbU4cc .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP1XSbU4cc .mbr-text,
.cid-tP1XSbU4cc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-6s {
  /* Type valid CSS here */
}
#custom-html-6s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-6s p {
  font-size: 60px;
  color: #777;
}
.cid-tP1XSdh3l0 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1XSdh3l0 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP1XSdh3l0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9gbbGRol {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9gbbGRol img,
.cid-tQ9gbbGRol .item-img {
  width: 100%;
}
.cid-tQ9gbbGRol .item:focus,
.cid-tQ9gbbGRol span:focus {
  outline: none;
}
.cid-tQ9gbbGRol .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9gbbGRol .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9gbbGRol .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9gbbGRol .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9gbbGRol .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9gbbGRol .mbr-section-title {
  color: #232323;
}
.cid-tQ9gbbGRol .mbr-text,
.cid-tQ9gbbGRol .mbr-section-btn {
  text-align: left;
}
.cid-tQ9gbbGRol .item-title {
  text-align: left;
}
.cid-tQ9gbbGRol .item-subtitle {
  text-align: left;
}
.cid-tP1XSeNV9E {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP1XSeNV9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP1XSeNV9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP1XSeNV9E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP1XSeNV9E .row {
  flex-direction: row-reverse;
}
.cid-tP1XSeNV9E img {
  width: 100%;
}
.cid-tP1XSh8oRs {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP1XSh8oRs .mbr-section-title {
  text-align: center;
}
.cid-tQ9gepMB43 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9gepMB43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9gepMB43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9gepMB43 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9gepMB43 .row {
  flex-direction: row-reverse;
}
.cid-tQ9gepMB43 img {
  width: 100%;
}
.cid-tRnpeDXY97 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpeDXY97 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpeDXY97 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpeDXY97 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpeDXY97 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpeDXY97 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpeDXY97 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpeDXY97 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpeDXY97 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpeDXY97 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpeDXY97 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpeDXY97 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpeDXY97 [class^="socicon-"]:before,
.cid-tRnpeDXY97 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP71B5NW13 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP71B5NW13 nav.navbar {
  position: fixed;
}
.cid-tP71B5NW13 .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-tP71B5NW13 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP71B5NW13 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP71B5NW13 .dropdown-item:hover,
.cid-tP71B5NW13 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP71B5NW13 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP71B5NW13 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP71B5NW13 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP71B5NW13 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP71B5NW13 .nav-link {
  position: relative;
}
.cid-tP71B5NW13 .container {
  display: flex;
  margin: auto;
}
.cid-tP71B5NW13 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP71B5NW13 .dropdown-menu,
.cid-tP71B5NW13 .navbar.opened {
  background: #ffffff !important;
}
.cid-tP71B5NW13 .nav-item:focus,
.cid-tP71B5NW13 .nav-link:focus {
  outline: none;
}
.cid-tP71B5NW13 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP71B5NW13 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP71B5NW13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP71B5NW13 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP71B5NW13 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP71B5NW13 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP71B5NW13 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP71B5NW13 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP71B5NW13 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP71B5NW13 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP71B5NW13 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP71B5NW13 .navbar.collapsed {
  justify-content: center;
}
.cid-tP71B5NW13 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP71B5NW13 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP71B5NW13 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP71B5NW13 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP71B5NW13 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP71B5NW13 .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-tP71B5NW13 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP71B5NW13 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP71B5NW13 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP71B5NW13 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP71B5NW13 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP71B5NW13 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP71B5NW13 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP71B5NW13 .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-tP71B5NW13 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP71B5NW13 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP71B5NW13 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP71B5NW13 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP71B5NW13 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP71B5NW13 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP71B5NW13 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP71B5NW13 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP71B5NW13 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP71B5NW13 .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-tP71B5NW13 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP71B5NW13 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP71B5NW13 .dropdown-item.active,
.cid-tP71B5NW13 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP71B5NW13 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP71B5NW13 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP71B5NW13 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP71B5NW13 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP71B5NW13 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP71B5NW13 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP71B5NW13 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP71B5NW13 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP71B5NW13 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP71B5NW13 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP71B5NW13 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP71B5NW13 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP71B5NW13 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP71B5NW13 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP71B5NW13 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP71B5NW13 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP71B5NW13 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP71B5NW13 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP71B5NW13 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP71B5NW13 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP71B5NW13 .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-tP71B5NW13 .navbar {
    height: 70px;
  }
  .cid-tP71B5NW13 .navbar.opened {
    height: auto;
  }
  .cid-tP71B5NW13 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP71B7LlI3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/senior-citizens-transportation-1170x429.jpg");
}
.cid-tP71B7LlI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP71B7LlI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP71B7LlI3 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP71B7LlI3 .mbr-text,
.cid-tP71B7LlI3 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-71 {
  /* Type valid CSS here */
}
#custom-html-71 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-71 p {
  font-size: 60px;
  color: #777;
}
.cid-tP71BaWgBo {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP71BaWgBo .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP71BaWgBo .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9eHccYRx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9eHccYRx img,
.cid-tQ9eHccYRx .item-img {
  width: 100%;
}
.cid-tQ9eHccYRx .item:focus,
.cid-tQ9eHccYRx span:focus {
  outline: none;
}
.cid-tQ9eHccYRx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9eHccYRx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9eHccYRx .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9eHccYRx .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9eHccYRx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9eHccYRx .mbr-section-title {
  color: #232323;
}
.cid-tQ9eHccYRx .mbr-text,
.cid-tQ9eHccYRx .mbr-section-btn {
  text-align: left;
}
.cid-tQ9eHccYRx .item-title {
  text-align: left;
}
.cid-tQ9eHccYRx .item-subtitle {
  text-align: left;
}
.cid-tP71BgAcfD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP71BgAcfD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP71BgAcfD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP71BgAcfD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP71BgAcfD .row {
  flex-direction: row-reverse;
}
.cid-tP71BgAcfD img {
  width: 100%;
}
.cid-tP71BrQkSJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP71BrQkSJ .mbr-section-title {
  text-align: center;
}
.cid-tQ9eMqMvgU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9eMqMvgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9eMqMvgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9eMqMvgU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9eMqMvgU .row {
  flex-direction: row-reverse;
}
.cid-tQ9eMqMvgU img {
  width: 100%;
}
.cid-tRnoT40Lhd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoT40Lhd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoT40Lhd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoT40Lhd .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoT40Lhd .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoT40Lhd .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoT40Lhd .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoT40Lhd .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoT40Lhd .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoT40Lhd .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoT40Lhd .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoT40Lhd .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoT40Lhd [class^="socicon-"]:before,
.cid-tRnoT40Lhd [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP74H0IoyA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP74H0IoyA nav.navbar {
  position: fixed;
}
.cid-tP74H0IoyA .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-tP74H0IoyA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP74H0IoyA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP74H0IoyA .dropdown-item:hover,
.cid-tP74H0IoyA .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP74H0IoyA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP74H0IoyA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP74H0IoyA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP74H0IoyA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP74H0IoyA .nav-link {
  position: relative;
}
.cid-tP74H0IoyA .container {
  display: flex;
  margin: auto;
}
.cid-tP74H0IoyA .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP74H0IoyA .dropdown-menu,
.cid-tP74H0IoyA .navbar.opened {
  background: #ffffff !important;
}
.cid-tP74H0IoyA .nav-item:focus,
.cid-tP74H0IoyA .nav-link:focus {
  outline: none;
}
.cid-tP74H0IoyA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP74H0IoyA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP74H0IoyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP74H0IoyA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP74H0IoyA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP74H0IoyA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP74H0IoyA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP74H0IoyA .navbar.opened {
  transition: all 0.3s;
}
.cid-tP74H0IoyA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP74H0IoyA .navbar .navbar-logo img {
  width: auto;
}
.cid-tP74H0IoyA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP74H0IoyA .navbar.collapsed {
  justify-content: center;
}
.cid-tP74H0IoyA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP74H0IoyA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP74H0IoyA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP74H0IoyA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP74H0IoyA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP74H0IoyA .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-tP74H0IoyA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP74H0IoyA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP74H0IoyA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP74H0IoyA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP74H0IoyA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP74H0IoyA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP74H0IoyA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP74H0IoyA .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-tP74H0IoyA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP74H0IoyA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP74H0IoyA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP74H0IoyA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP74H0IoyA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP74H0IoyA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP74H0IoyA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP74H0IoyA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP74H0IoyA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP74H0IoyA .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-tP74H0IoyA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP74H0IoyA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP74H0IoyA .dropdown-item.active,
.cid-tP74H0IoyA .dropdown-item:active {
  background-color: transparent;
}
.cid-tP74H0IoyA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP74H0IoyA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP74H0IoyA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP74H0IoyA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP74H0IoyA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP74H0IoyA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP74H0IoyA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP74H0IoyA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP74H0IoyA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP74H0IoyA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP74H0IoyA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP74H0IoyA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP74H0IoyA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP74H0IoyA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP74H0IoyA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP74H0IoyA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP74H0IoyA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP74H0IoyA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP74H0IoyA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP74H0IoyA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP74H0IoyA .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-tP74H0IoyA .navbar {
    height: 70px;
  }
  .cid-tP74H0IoyA .navbar.opened {
    height: auto;
  }
  .cid-tP74H0IoyA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP74H1yoxQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/hospital-medical-healthcare-workers-shuttle-service-1-1516x427.jpg");
}
.cid-tP74H1yoxQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP74H1yoxQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP74H1yoxQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP74H1yoxQ .mbr-text,
.cid-tP74H1yoxQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-7a {
  /* Type valid CSS here */
}
#custom-html-7a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7a p {
  font-size: 60px;
  color: #777;
}
.cid-tP74H2Cttr {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP74H2Cttr .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP74H2Cttr .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9eZMtr0l {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9eZMtr0l img,
.cid-tQ9eZMtr0l .item-img {
  width: 100%;
}
.cid-tQ9eZMtr0l .item:focus,
.cid-tQ9eZMtr0l span:focus {
  outline: none;
}
.cid-tQ9eZMtr0l .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9eZMtr0l .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9eZMtr0l .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9eZMtr0l .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9eZMtr0l .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9eZMtr0l .mbr-section-title {
  color: #232323;
}
.cid-tQ9eZMtr0l .mbr-text,
.cid-tQ9eZMtr0l .mbr-section-btn {
  text-align: left;
}
.cid-tQ9eZMtr0l .item-title {
  text-align: left;
}
.cid-tQ9eZMtr0l .item-subtitle {
  text-align: left;
}
.cid-tP74H3YtQr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP74H3YtQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP74H3YtQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP74H3YtQr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP74H3YtQr .row {
  flex-direction: row-reverse;
}
.cid-tP74H3YtQr img {
  width: 100%;
}
.cid-tP74H5CkAd {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP74H5CkAd .mbr-section-title {
  text-align: center;
}
.cid-tQ9fbVNAz7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9fbVNAz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9fbVNAz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9fbVNAz7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9fbVNAz7 .row {
  flex-direction: row-reverse;
}
.cid-tQ9fbVNAz7 img {
  width: 100%;
}
.cid-tRnoWevdUT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoWevdUT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoWevdUT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoWevdUT .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoWevdUT .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoWevdUT .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoWevdUT .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoWevdUT .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoWevdUT .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoWevdUT .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoWevdUT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoWevdUT .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoWevdUT [class^="socicon-"]:before,
.cid-tRnoWevdUT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP76DrjbjC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP76DrjbjC nav.navbar {
  position: fixed;
}
.cid-tP76DrjbjC .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-tP76DrjbjC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP76DrjbjC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP76DrjbjC .dropdown-item:hover,
.cid-tP76DrjbjC .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP76DrjbjC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP76DrjbjC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP76DrjbjC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP76DrjbjC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP76DrjbjC .nav-link {
  position: relative;
}
.cid-tP76DrjbjC .container {
  display: flex;
  margin: auto;
}
.cid-tP76DrjbjC .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP76DrjbjC .dropdown-menu,
.cid-tP76DrjbjC .navbar.opened {
  background: #ffffff !important;
}
.cid-tP76DrjbjC .nav-item:focus,
.cid-tP76DrjbjC .nav-link:focus {
  outline: none;
}
.cid-tP76DrjbjC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP76DrjbjC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP76DrjbjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP76DrjbjC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP76DrjbjC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP76DrjbjC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP76DrjbjC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP76DrjbjC .navbar.opened {
  transition: all 0.3s;
}
.cid-tP76DrjbjC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP76DrjbjC .navbar .navbar-logo img {
  width: auto;
}
.cid-tP76DrjbjC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP76DrjbjC .navbar.collapsed {
  justify-content: center;
}
.cid-tP76DrjbjC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP76DrjbjC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP76DrjbjC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP76DrjbjC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP76DrjbjC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP76DrjbjC .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-tP76DrjbjC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP76DrjbjC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP76DrjbjC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP76DrjbjC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP76DrjbjC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP76DrjbjC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP76DrjbjC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP76DrjbjC .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-tP76DrjbjC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP76DrjbjC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP76DrjbjC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP76DrjbjC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP76DrjbjC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP76DrjbjC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP76DrjbjC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP76DrjbjC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP76DrjbjC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP76DrjbjC .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-tP76DrjbjC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP76DrjbjC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP76DrjbjC .dropdown-item.active,
.cid-tP76DrjbjC .dropdown-item:active {
  background-color: transparent;
}
.cid-tP76DrjbjC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP76DrjbjC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP76DrjbjC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP76DrjbjC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP76DrjbjC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP76DrjbjC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP76DrjbjC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP76DrjbjC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP76DrjbjC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP76DrjbjC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP76DrjbjC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP76DrjbjC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP76DrjbjC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP76DrjbjC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP76DrjbjC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP76DrjbjC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP76DrjbjC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP76DrjbjC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP76DrjbjC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP76DrjbjC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP76DrjbjC .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-tP76DrjbjC .navbar {
    height: 70px;
  }
  .cid-tP76DrjbjC .navbar.opened {
    height: auto;
  }
  .cid-tP76DrjbjC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP76Ds4sJU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/family-reunion-trip-transportation-1516x427.jpg");
}
.cid-tP76Ds4sJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP76Ds4sJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP76Ds4sJU .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP76Ds4sJU .mbr-text,
.cid-tP76Ds4sJU .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-7j {
  /* Type valid CSS here */
}
#custom-html-7j div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7j p {
  font-size: 60px;
  color: #777;
}
.cid-tP76DsXTuf {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP76DsXTuf .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP76DsXTuf .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9fhGg4Fn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9fhGg4Fn img,
.cid-tQ9fhGg4Fn .item-img {
  width: 100%;
}
.cid-tQ9fhGg4Fn .item:focus,
.cid-tQ9fhGg4Fn span:focus {
  outline: none;
}
.cid-tQ9fhGg4Fn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9fhGg4Fn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9fhGg4Fn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9fhGg4Fn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9fhGg4Fn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9fhGg4Fn .mbr-section-title {
  color: #232323;
}
.cid-tQ9fhGg4Fn .mbr-text,
.cid-tQ9fhGg4Fn .mbr-section-btn {
  text-align: left;
}
.cid-tQ9fhGg4Fn .item-title {
  text-align: left;
}
.cid-tQ9fhGg4Fn .item-subtitle {
  text-align: left;
}
.cid-tP76Du5LE9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP76Du5LE9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP76Du5LE9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP76Du5LE9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP76Du5LE9 .row {
  flex-direction: row-reverse;
}
.cid-tP76Du5LE9 img {
  width: 100%;
}
.cid-tP76DvH37F {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP76DvH37F .mbr-section-title {
  text-align: center;
}
.cid-tQ9fmKbxZk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9fmKbxZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9fmKbxZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9fmKbxZk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9fmKbxZk .row {
  flex-direction: row-reverse;
}
.cid-tQ9fmKbxZk img {
  width: 100%;
}
.cid-tRnoYGEAvB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoYGEAvB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoYGEAvB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoYGEAvB .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoYGEAvB .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoYGEAvB .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoYGEAvB .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoYGEAvB .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoYGEAvB .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoYGEAvB .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoYGEAvB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoYGEAvB .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoYGEAvB [class^="socicon-"]:before,
.cid-tRnoYGEAvB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP782f9yw9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP782f9yw9 nav.navbar {
  position: fixed;
}
.cid-tP782f9yw9 .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-tP782f9yw9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP782f9yw9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP782f9yw9 .dropdown-item:hover,
.cid-tP782f9yw9 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP782f9yw9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP782f9yw9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP782f9yw9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP782f9yw9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP782f9yw9 .nav-link {
  position: relative;
}
.cid-tP782f9yw9 .container {
  display: flex;
  margin: auto;
}
.cid-tP782f9yw9 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP782f9yw9 .dropdown-menu,
.cid-tP782f9yw9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tP782f9yw9 .nav-item:focus,
.cid-tP782f9yw9 .nav-link:focus {
  outline: none;
}
.cid-tP782f9yw9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP782f9yw9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP782f9yw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP782f9yw9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP782f9yw9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP782f9yw9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP782f9yw9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP782f9yw9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP782f9yw9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP782f9yw9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP782f9yw9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP782f9yw9 .navbar.collapsed {
  justify-content: center;
}
.cid-tP782f9yw9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP782f9yw9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP782f9yw9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP782f9yw9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP782f9yw9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP782f9yw9 .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-tP782f9yw9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP782f9yw9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP782f9yw9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP782f9yw9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP782f9yw9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP782f9yw9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP782f9yw9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP782f9yw9 .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-tP782f9yw9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP782f9yw9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP782f9yw9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP782f9yw9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP782f9yw9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP782f9yw9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP782f9yw9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP782f9yw9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP782f9yw9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP782f9yw9 .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-tP782f9yw9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP782f9yw9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP782f9yw9 .dropdown-item.active,
.cid-tP782f9yw9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP782f9yw9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP782f9yw9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP782f9yw9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP782f9yw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP782f9yw9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP782f9yw9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP782f9yw9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP782f9yw9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP782f9yw9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP782f9yw9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP782f9yw9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP782f9yw9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP782f9yw9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP782f9yw9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP782f9yw9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP782f9yw9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP782f9yw9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP782f9yw9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP782f9yw9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP782f9yw9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP782f9yw9 .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-tP782f9yw9 .navbar {
    height: 70px;
  }
  .cid-tP782f9yw9 .navbar.opened {
    height: auto;
  }
  .cid-tP782f9yw9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP782fZX1l {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/prom-homecoming-bus-rental-1920x729.jpg");
}
.cid-tP782fZX1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP782fZX1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP782fZX1l .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP782fZX1l .mbr-text,
.cid-tP782fZX1l .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-7s {
  /* Type valid CSS here */
}
#custom-html-7s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-7s p {
  font-size: 60px;
  color: #777;
}
.cid-tP782h59oU {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP782h59oU .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP782h59oU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9ftlnD6o {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9ftlnD6o img,
.cid-tQ9ftlnD6o .item-img {
  width: 100%;
}
.cid-tQ9ftlnD6o .item:focus,
.cid-tQ9ftlnD6o span:focus {
  outline: none;
}
.cid-tQ9ftlnD6o .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9ftlnD6o .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9ftlnD6o .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9ftlnD6o .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9ftlnD6o .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9ftlnD6o .mbr-section-title {
  color: #232323;
}
.cid-tQ9ftlnD6o .mbr-text,
.cid-tQ9ftlnD6o .mbr-section-btn {
  text-align: left;
}
.cid-tQ9ftlnD6o .item-title {
  text-align: left;
}
.cid-tQ9ftlnD6o .item-subtitle {
  text-align: left;
}
.cid-tP782iufsK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP782iufsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP782iufsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP782iufsK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP782iufsK .row {
  flex-direction: row-reverse;
}
.cid-tP782iufsK img {
  width: 100%;
}
.cid-tP782ksO8V {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP782ksO8V .mbr-section-title {
  text-align: center;
}
.cid-tQ9fxionVs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9fxionVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9fxionVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9fxionVs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9fxionVs .row {
  flex-direction: row-reverse;
}
.cid-tQ9fxionVs img {
  width: 100%;
}
.cid-tRnp1jmKjC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnp1jmKjC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnp1jmKjC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnp1jmKjC .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnp1jmKjC .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnp1jmKjC .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnp1jmKjC .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnp1jmKjC .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnp1jmKjC .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnp1jmKjC .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnp1jmKjC .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnp1jmKjC .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnp1jmKjC [class^="socicon-"]:before,
.cid-tRnp1jmKjC [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP7aIuJI76 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP7aIuJI76 nav.navbar {
  position: fixed;
}
.cid-tP7aIuJI76 .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-tP7aIuJI76 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP7aIuJI76 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP7aIuJI76 .dropdown-item:hover,
.cid-tP7aIuJI76 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP7aIuJI76 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP7aIuJI76 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP7aIuJI76 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP7aIuJI76 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP7aIuJI76 .nav-link {
  position: relative;
}
.cid-tP7aIuJI76 .container {
  display: flex;
  margin: auto;
}
.cid-tP7aIuJI76 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP7aIuJI76 .dropdown-menu,
.cid-tP7aIuJI76 .navbar.opened {
  background: #ffffff !important;
}
.cid-tP7aIuJI76 .nav-item:focus,
.cid-tP7aIuJI76 .nav-link:focus {
  outline: none;
}
.cid-tP7aIuJI76 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP7aIuJI76 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP7aIuJI76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP7aIuJI76 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP7aIuJI76 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP7aIuJI76 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP7aIuJI76 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP7aIuJI76 .navbar.opened {
  transition: all 0.3s;
}
.cid-tP7aIuJI76 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP7aIuJI76 .navbar .navbar-logo img {
  width: auto;
}
.cid-tP7aIuJI76 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP7aIuJI76 .navbar.collapsed {
  justify-content: center;
}
.cid-tP7aIuJI76 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP7aIuJI76 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP7aIuJI76 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP7aIuJI76 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP7aIuJI76 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP7aIuJI76 .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-tP7aIuJI76 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP7aIuJI76 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP7aIuJI76 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP7aIuJI76 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP7aIuJI76 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP7aIuJI76 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP7aIuJI76 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP7aIuJI76 .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-tP7aIuJI76 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP7aIuJI76 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP7aIuJI76 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP7aIuJI76 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP7aIuJI76 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP7aIuJI76 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP7aIuJI76 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP7aIuJI76 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP7aIuJI76 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP7aIuJI76 .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-tP7aIuJI76 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP7aIuJI76 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP7aIuJI76 .dropdown-item.active,
.cid-tP7aIuJI76 .dropdown-item:active {
  background-color: transparent;
}
.cid-tP7aIuJI76 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP7aIuJI76 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP7aIuJI76 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP7aIuJI76 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP7aIuJI76 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP7aIuJI76 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP7aIuJI76 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP7aIuJI76 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP7aIuJI76 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP7aIuJI76 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP7aIuJI76 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP7aIuJI76 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7aIuJI76 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7aIuJI76 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP7aIuJI76 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7aIuJI76 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP7aIuJI76 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP7aIuJI76 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7aIuJI76 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP7aIuJI76 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP7aIuJI76 .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-tP7aIuJI76 .navbar {
    height: 70px;
  }
  .cid-tP7aIuJI76 .navbar.opened {
    height: auto;
  }
  .cid-tP7aIuJI76 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP7aIwbl8K {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/employee-shuttle-services-1516x427.jpg");
}
.cid-tP7aIwbl8K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7aIwbl8K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7aIwbl8K .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP7aIwbl8K .mbr-text,
.cid-tP7aIwbl8K .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-81 {
  /* Type valid CSS here */
}
#custom-html-81 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-81 p {
  font-size: 60px;
  color: #777;
}
.cid-tP7aIxp0YT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7aIxp0YT .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP7aIxp0YT .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9fFIlpPl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9fFIlpPl img,
.cid-tQ9fFIlpPl .item-img {
  width: 100%;
}
.cid-tQ9fFIlpPl .item:focus,
.cid-tQ9fFIlpPl span:focus {
  outline: none;
}
.cid-tQ9fFIlpPl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9fFIlpPl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9fFIlpPl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9fFIlpPl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9fFIlpPl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9fFIlpPl .mbr-section-title {
  color: #232323;
}
.cid-tQ9fFIlpPl .mbr-text,
.cid-tQ9fFIlpPl .mbr-section-btn {
  text-align: left;
}
.cid-tQ9fFIlpPl .item-title {
  text-align: left;
}
.cid-tQ9fFIlpPl .item-subtitle {
  text-align: left;
}
.cid-tP7aIyQqGi {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7aIyQqGi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7aIyQqGi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP7aIyQqGi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP7aIyQqGi .row {
  flex-direction: row-reverse;
}
.cid-tP7aIyQqGi img {
  width: 100%;
}
.cid-tP7aIAA5ED {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP7aIAA5ED .mbr-section-title {
  text-align: center;
}
.cid-tQ9fJB7wfy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9fJB7wfy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9fJB7wfy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9fJB7wfy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9fJB7wfy .row {
  flex-direction: row-reverse;
}
.cid-tQ9fJB7wfy img {
  width: 100%;
}
.cid-tRnp4XFIja {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnp4XFIja .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnp4XFIja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnp4XFIja .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnp4XFIja .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnp4XFIja .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnp4XFIja .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnp4XFIja .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnp4XFIja .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnp4XFIja .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnp4XFIja .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnp4XFIja .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnp4XFIja [class^="socicon-"]:before,
.cid-tRnp4XFIja [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP7eN8MHWK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP7eN8MHWK nav.navbar {
  position: fixed;
}
.cid-tP7eN8MHWK .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-tP7eN8MHWK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP7eN8MHWK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP7eN8MHWK .dropdown-item:hover,
.cid-tP7eN8MHWK .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP7eN8MHWK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP7eN8MHWK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP7eN8MHWK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP7eN8MHWK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP7eN8MHWK .nav-link {
  position: relative;
}
.cid-tP7eN8MHWK .container {
  display: flex;
  margin: auto;
}
.cid-tP7eN8MHWK .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP7eN8MHWK .dropdown-menu,
.cid-tP7eN8MHWK .navbar.opened {
  background: #ffffff !important;
}
.cid-tP7eN8MHWK .nav-item:focus,
.cid-tP7eN8MHWK .nav-link:focus {
  outline: none;
}
.cid-tP7eN8MHWK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP7eN8MHWK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP7eN8MHWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP7eN8MHWK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP7eN8MHWK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP7eN8MHWK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP7eN8MHWK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP7eN8MHWK .navbar.opened {
  transition: all 0.3s;
}
.cid-tP7eN8MHWK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP7eN8MHWK .navbar .navbar-logo img {
  width: auto;
}
.cid-tP7eN8MHWK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP7eN8MHWK .navbar.collapsed {
  justify-content: center;
}
.cid-tP7eN8MHWK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP7eN8MHWK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP7eN8MHWK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP7eN8MHWK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP7eN8MHWK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP7eN8MHWK .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-tP7eN8MHWK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP7eN8MHWK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP7eN8MHWK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP7eN8MHWK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP7eN8MHWK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP7eN8MHWK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP7eN8MHWK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP7eN8MHWK .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-tP7eN8MHWK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP7eN8MHWK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP7eN8MHWK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP7eN8MHWK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP7eN8MHWK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP7eN8MHWK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP7eN8MHWK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP7eN8MHWK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP7eN8MHWK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP7eN8MHWK .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-tP7eN8MHWK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP7eN8MHWK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP7eN8MHWK .dropdown-item.active,
.cid-tP7eN8MHWK .dropdown-item:active {
  background-color: transparent;
}
.cid-tP7eN8MHWK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP7eN8MHWK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP7eN8MHWK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP7eN8MHWK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP7eN8MHWK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP7eN8MHWK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP7eN8MHWK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP7eN8MHWK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP7eN8MHWK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP7eN8MHWK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP7eN8MHWK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP7eN8MHWK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7eN8MHWK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7eN8MHWK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP7eN8MHWK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7eN8MHWK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP7eN8MHWK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP7eN8MHWK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7eN8MHWK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP7eN8MHWK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP7eN8MHWK .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-tP7eN8MHWK .navbar {
    height: 70px;
  }
  .cid-tP7eN8MHWK .navbar.opened {
    height: auto;
  }
  .cid-tP7eN8MHWK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP7eN9LWE7 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/emergency-evacuation-emergency-transportation-1516x427.jpg");
}
.cid-tP7eN9LWE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7eN9LWE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7eN9LWE7 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tP7eN9LWE7 .mbr-text,
.cid-tP7eN9LWE7 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-8a {
  /* Type valid CSS here */
}
#custom-html-8a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8a p {
  font-size: 60px;
  color: #777;
}
.cid-tP7eNb8fyp {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7eNb8fyp .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tP7eNb8fyp .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tP7eNbH6kQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7eNbH6kQ img,
.cid-tP7eNbH6kQ .item-img {
  width: 100%;
}
.cid-tP7eNbH6kQ .item:focus,
.cid-tP7eNbH6kQ span:focus {
  outline: none;
}
.cid-tP7eNbH6kQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tP7eNbH6kQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tP7eNbH6kQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tP7eNbH6kQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tP7eNbH6kQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tP7eNbH6kQ .mbr-section-title {
  color: #232323;
}
.cid-tP7eNbH6kQ .mbr-text,
.cid-tP7eNbH6kQ .mbr-section-btn {
  text-align: left;
}
.cid-tP7eNbH6kQ .item-title {
  text-align: left;
}
.cid-tP7eNbH6kQ .item-subtitle {
  text-align: left;
}
.cid-tP7eNcwMNN {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP7eNcwMNN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7eNcwMNN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tP7eNcwMNN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tP7eNcwMNN .row {
  flex-direction: row-reverse;
}
.cid-tP7eNcwMNN img {
  width: 100%;
}
.cid-tP7eNe6KL9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tP7eNe6KL9 .mbr-section-title {
  text-align: center;
}
.cid-tQ9g2hTtqS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9g2hTtqS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9g2hTtqS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9g2hTtqS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9g2hTtqS .row {
  flex-direction: row-reverse;
}
.cid-tQ9g2hTtqS img {
  width: 100%;
}
.cid-tRnpbw1pW0 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnpbw1pW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnpbw1pW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnpbw1pW0 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnpbw1pW0 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnpbw1pW0 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnpbw1pW0 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnpbw1pW0 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnpbw1pW0 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnpbw1pW0 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnpbw1pW0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnpbw1pW0 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnpbw1pW0 [class^="socicon-"]:before,
.cid-tRnpbw1pW0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tP7r5h8cws {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tP7r5h8cws nav.navbar {
  position: fixed;
}
.cid-tP7r5h8cws .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-tP7r5h8cws .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tP7r5h8cws .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tP7r5h8cws .dropdown-item:hover,
.cid-tP7r5h8cws .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tP7r5h8cws .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tP7r5h8cws .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tP7r5h8cws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tP7r5h8cws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tP7r5h8cws .nav-link {
  position: relative;
}
.cid-tP7r5h8cws .container {
  display: flex;
  margin: auto;
}
.cid-tP7r5h8cws .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tP7r5h8cws .dropdown-menu,
.cid-tP7r5h8cws .navbar.opened {
  background: #ffffff !important;
}
.cid-tP7r5h8cws .nav-item:focus,
.cid-tP7r5h8cws .nav-link:focus {
  outline: none;
}
.cid-tP7r5h8cws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tP7r5h8cws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tP7r5h8cws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tP7r5h8cws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tP7r5h8cws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tP7r5h8cws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tP7r5h8cws .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tP7r5h8cws .navbar.opened {
  transition: all 0.3s;
}
.cid-tP7r5h8cws .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tP7r5h8cws .navbar .navbar-logo img {
  width: auto;
}
.cid-tP7r5h8cws .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tP7r5h8cws .navbar.collapsed {
  justify-content: center;
}
.cid-tP7r5h8cws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tP7r5h8cws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tP7r5h8cws .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tP7r5h8cws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tP7r5h8cws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tP7r5h8cws .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-tP7r5h8cws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tP7r5h8cws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tP7r5h8cws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tP7r5h8cws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tP7r5h8cws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tP7r5h8cws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tP7r5h8cws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tP7r5h8cws .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-tP7r5h8cws .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tP7r5h8cws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tP7r5h8cws .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tP7r5h8cws .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tP7r5h8cws .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tP7r5h8cws .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tP7r5h8cws .navbar.navbar-short {
  min-height: 60px;
}
.cid-tP7r5h8cws .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tP7r5h8cws .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tP7r5h8cws .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-tP7r5h8cws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tP7r5h8cws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tP7r5h8cws .dropdown-item.active,
.cid-tP7r5h8cws .dropdown-item:active {
  background-color: transparent;
}
.cid-tP7r5h8cws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tP7r5h8cws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tP7r5h8cws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tP7r5h8cws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tP7r5h8cws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tP7r5h8cws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tP7r5h8cws ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tP7r5h8cws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tP7r5h8cws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tP7r5h8cws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tP7r5h8cws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tP7r5h8cws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7r5h8cws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tP7r5h8cws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tP7r5h8cws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7r5h8cws nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tP7r5h8cws nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tP7r5h8cws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tP7r5h8cws .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tP7r5h8cws a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tP7r5h8cws .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-tP7r5h8cws .navbar {
    height: 70px;
  }
  .cid-tP7r5h8cws .navbar.opened {
    height: auto;
  }
  .cid-tP7r5h8cws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tP7rFRqXt1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f4f4f4;
}
.cid-tP7rFRqXt1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP7rFRqXt1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP7rFRqXt1 .mbr-section-title {
  text-align: center;
}
.cid-tP7rFRqXt1 .mbr-text,
.cid-tP7rFRqXt1 .mbr-section-btn {
  text-align: center;
}
.cid-tP7r5jsXRi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tP7r5jsXRi .mbr-section-subtitle {
  color: #000000;
}
.cid-tQ987PheGV {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ987PheGV img,
.cid-tQ987PheGV .item-img {
  width: 100%;
}
.cid-tQ987PheGV .item:focus,
.cid-tQ987PheGV span:focus {
  outline: none;
}
.cid-tQ987PheGV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ987PheGV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ987PheGV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ987PheGV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ987PheGV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ987PheGV .mbr-section-title {
  color: #232323;
}
.cid-tQ987PheGV .mbr-text,
.cid-tQ987PheGV .mbr-section-btn {
  text-align: left;
}
.cid-tQ987PheGV .item-title {
  text-align: left;
}
.cid-tQ987PheGV .item-subtitle {
  text-align: left;
}
.cid-tQ9acn3DnE {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9acn3DnE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9acn3DnE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9acn3DnE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9acn3DnE .row {
  flex-direction: row-reverse;
}
.cid-tQ9acn3DnE img {
  width: 100%;
}
.cid-tQ9bIoH5Jy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9bIoH5Jy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9bIoH5Jy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9bIoH5Jy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9bIoH5Jy .row {
  flex-direction: row-reverse;
}
.cid-tQ9bIoH5Jy img {
  width: 100%;
}
.cid-tRnqUwQEWJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqUwQEWJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqUwQEWJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqUwQEWJ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqUwQEWJ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqUwQEWJ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqUwQEWJ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqUwQEWJ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqUwQEWJ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqUwQEWJ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqUwQEWJ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqUwQEWJ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqUwQEWJ [class^="socicon-"]:before,
.cid-tRnqUwQEWJ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tPpeXutaXx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPpeXutaXx nav.navbar {
  position: fixed;
}
.cid-tPpeXutaXx .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-tPpeXutaXx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPpeXutaXx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPpeXutaXx .dropdown-item:hover,
.cid-tPpeXutaXx .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tPpeXutaXx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPpeXutaXx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPpeXutaXx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPpeXutaXx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPpeXutaXx .nav-link {
  position: relative;
}
.cid-tPpeXutaXx .container {
  display: flex;
  margin: auto;
}
.cid-tPpeXutaXx .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPpeXutaXx .dropdown-menu,
.cid-tPpeXutaXx .navbar.opened {
  background: #ffffff !important;
}
.cid-tPpeXutaXx .nav-item:focus,
.cid-tPpeXutaXx .nav-link:focus {
  outline: none;
}
.cid-tPpeXutaXx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPpeXutaXx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPpeXutaXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPpeXutaXx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPpeXutaXx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPpeXutaXx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPpeXutaXx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPpeXutaXx .navbar.opened {
  transition: all 0.3s;
}
.cid-tPpeXutaXx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPpeXutaXx .navbar .navbar-logo img {
  width: auto;
}
.cid-tPpeXutaXx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPpeXutaXx .navbar.collapsed {
  justify-content: center;
}
.cid-tPpeXutaXx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPpeXutaXx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPpeXutaXx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPpeXutaXx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPpeXutaXx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPpeXutaXx .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-tPpeXutaXx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPpeXutaXx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPpeXutaXx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPpeXutaXx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPpeXutaXx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPpeXutaXx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPpeXutaXx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPpeXutaXx .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-tPpeXutaXx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPpeXutaXx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPpeXutaXx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPpeXutaXx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPpeXutaXx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPpeXutaXx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPpeXutaXx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPpeXutaXx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPpeXutaXx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPpeXutaXx .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-tPpeXutaXx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPpeXutaXx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPpeXutaXx .dropdown-item.active,
.cid-tPpeXutaXx .dropdown-item:active {
  background-color: transparent;
}
.cid-tPpeXutaXx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPpeXutaXx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPpeXutaXx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPpeXutaXx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPpeXutaXx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPpeXutaXx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPpeXutaXx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPpeXutaXx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPpeXutaXx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPpeXutaXx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tPpeXutaXx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPpeXutaXx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPpeXutaXx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPpeXutaXx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPpeXutaXx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPpeXutaXx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPpeXutaXx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPpeXutaXx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPpeXutaXx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPpeXutaXx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPpeXutaXx .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-tPpeXutaXx .navbar {
    height: 70px;
  }
  .cid-tPpeXutaXx .navbar.opened {
    height: auto;
  }
  .cid-tPpeXutaXx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPpeXvAqTq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/locations-we-serve-1825x487.jpg");
}
.cid-tPpeXvAqTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPpeXvAqTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPpeXvAqTq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tPpeXvAqTq .mbr-text,
.cid-tPpeXvAqTq .mbr-section-btn {
  text-align: center;
}
.cid-tRcoZDAZ9T {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tPzzGsxhII {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPzzGsxhII .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPzzGsxhII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPzzGsxhII .mbr-section-title {
  color: #000000;
}
.cid-tPzzGsxhII .mbr-section-subtitle {
  text-align: left;
}
.cid-tRcpb9qAmG {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tRckDOgZm5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRckDOgZm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRckDOgZm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tRckDOgZm5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tRckDOgZm5 .row {
  flex-direction: row-reverse;
}
.cid-tRckDOgZm5 img {
  width: 100%;
}
.cid-tRcd1Du9r5 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tRcd1Du9r5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRcd1Du9r5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRcd1Du9r5 .mbr-section-title {
  color: #000000;
}
.cid-tQ9iLJ2CMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9iLJ2CMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9iLJ2CMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9iLJ2CMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9iLJ2CMR .row {
  flex-direction: row-reverse;
}
.cid-tQ9iLJ2CMR img {
  width: 100%;
}
.cid-tPpeXxxsoK {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tRnuYpkz9v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnuYpkz9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnuYpkz9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnuYpkz9v .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnuYpkz9v .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnuYpkz9v .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnuYpkz9v .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnuYpkz9v .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnuYpkz9v .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnuYpkz9v .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnuYpkz9v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnuYpkz9v .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnuYpkz9v [class^="socicon-"]:before,
.cid-tRnuYpkz9v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tPLwuKTAB7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPLwuKTAB7 nav.navbar {
  position: fixed;
}
.cid-tPLwuKTAB7 .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-tPLwuKTAB7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPLwuKTAB7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPLwuKTAB7 .dropdown-item:hover,
.cid-tPLwuKTAB7 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tPLwuKTAB7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPLwuKTAB7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPLwuKTAB7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPLwuKTAB7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPLwuKTAB7 .nav-link {
  position: relative;
}
.cid-tPLwuKTAB7 .container {
  display: flex;
  margin: auto;
}
.cid-tPLwuKTAB7 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPLwuKTAB7 .dropdown-menu,
.cid-tPLwuKTAB7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tPLwuKTAB7 .nav-item:focus,
.cid-tPLwuKTAB7 .nav-link:focus {
  outline: none;
}
.cid-tPLwuKTAB7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPLwuKTAB7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPLwuKTAB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPLwuKTAB7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPLwuKTAB7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPLwuKTAB7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPLwuKTAB7 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPLwuKTAB7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPLwuKTAB7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPLwuKTAB7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPLwuKTAB7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPLwuKTAB7 .navbar.collapsed {
  justify-content: center;
}
.cid-tPLwuKTAB7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPLwuKTAB7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPLwuKTAB7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPLwuKTAB7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPLwuKTAB7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPLwuKTAB7 .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-tPLwuKTAB7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPLwuKTAB7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPLwuKTAB7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPLwuKTAB7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPLwuKTAB7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPLwuKTAB7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPLwuKTAB7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPLwuKTAB7 .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-tPLwuKTAB7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPLwuKTAB7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPLwuKTAB7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPLwuKTAB7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPLwuKTAB7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPLwuKTAB7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPLwuKTAB7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPLwuKTAB7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPLwuKTAB7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPLwuKTAB7 .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-tPLwuKTAB7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPLwuKTAB7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPLwuKTAB7 .dropdown-item.active,
.cid-tPLwuKTAB7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPLwuKTAB7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPLwuKTAB7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPLwuKTAB7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPLwuKTAB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPLwuKTAB7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPLwuKTAB7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPLwuKTAB7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPLwuKTAB7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPLwuKTAB7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPLwuKTAB7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tPLwuKTAB7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPLwuKTAB7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLwuKTAB7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPLwuKTAB7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPLwuKTAB7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLwuKTAB7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPLwuKTAB7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPLwuKTAB7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPLwuKTAB7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPLwuKTAB7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPLwuKTAB7 .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-tPLwuKTAB7 .navbar {
    height: 70px;
  }
  .cid-tPLwuKTAB7 .navbar.opened {
    height: auto;
  }
  .cid-tPLwuKTAB7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPLwuLSOyb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/out-of-town-trips-long-distance-transportation-1516x427.jpg");
}
.cid-tPLwuLSOyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPLwuLSOyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPLwuLSOyb .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tPLwuLSOyb .mbr-text,
.cid-tPLwuLSOyb .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-8v {
  /* Type valid CSS here */
}
#custom-html-8v div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-8v p {
  font-size: 60px;
  color: #777;
}
.cid-tPLwuMOoht {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPLwuMOoht .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tPLwuMOoht .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9fQPFjIJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9fQPFjIJ img,
.cid-tQ9fQPFjIJ .item-img {
  width: 100%;
}
.cid-tQ9fQPFjIJ .item:focus,
.cid-tQ9fQPFjIJ span:focus {
  outline: none;
}
.cid-tQ9fQPFjIJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9fQPFjIJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9fQPFjIJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9fQPFjIJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9fQPFjIJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9fQPFjIJ .mbr-section-title {
  color: #232323;
}
.cid-tQ9fQPFjIJ .mbr-text,
.cid-tQ9fQPFjIJ .mbr-section-btn {
  text-align: left;
}
.cid-tQ9fQPFjIJ .item-title {
  text-align: left;
}
.cid-tQ9fQPFjIJ .item-subtitle {
  text-align: left;
}
.cid-tPLwuNQ5Xr {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPLwuNQ5Xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPLwuNQ5Xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPLwuNQ5Xr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPLwuNQ5Xr .row {
  flex-direction: row-reverse;
}
.cid-tPLwuNQ5Xr img {
  width: 100%;
}
.cid-tPLwuPCqB0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPLwuPCqB0 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9fUVkrKx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9fUVkrKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9fUVkrKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9fUVkrKx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9fUVkrKx .row {
  flex-direction: row-reverse;
}
.cid-tQ9fUVkrKx img {
  width: 100%;
}
.cid-tRnp8IfQWR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnp8IfQWR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnp8IfQWR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnp8IfQWR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnp8IfQWR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnp8IfQWR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnp8IfQWR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnp8IfQWR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnp8IfQWR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnp8IfQWR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnp8IfQWR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnp8IfQWR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnp8IfQWR [class^="socicon-"]:before,
.cid-tRnp8IfQWR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tPR3uZzLLi {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPR3uZzLLi nav.navbar {
  position: fixed;
}
.cid-tPR3uZzLLi .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-tPR3uZzLLi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPR3uZzLLi .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPR3uZzLLi .dropdown-item:hover,
.cid-tPR3uZzLLi .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tPR3uZzLLi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPR3uZzLLi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPR3uZzLLi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPR3uZzLLi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPR3uZzLLi .nav-link {
  position: relative;
}
.cid-tPR3uZzLLi .container {
  display: flex;
  margin: auto;
}
.cid-tPR3uZzLLi .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPR3uZzLLi .dropdown-menu,
.cid-tPR3uZzLLi .navbar.opened {
  background: #ffffff !important;
}
.cid-tPR3uZzLLi .nav-item:focus,
.cid-tPR3uZzLLi .nav-link:focus {
  outline: none;
}
.cid-tPR3uZzLLi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPR3uZzLLi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPR3uZzLLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPR3uZzLLi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPR3uZzLLi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPR3uZzLLi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPR3uZzLLi .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPR3uZzLLi .navbar.opened {
  transition: all 0.3s;
}
.cid-tPR3uZzLLi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPR3uZzLLi .navbar .navbar-logo img {
  width: auto;
}
.cid-tPR3uZzLLi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPR3uZzLLi .navbar.collapsed {
  justify-content: center;
}
.cid-tPR3uZzLLi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPR3uZzLLi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPR3uZzLLi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPR3uZzLLi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPR3uZzLLi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPR3uZzLLi .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-tPR3uZzLLi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPR3uZzLLi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPR3uZzLLi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPR3uZzLLi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPR3uZzLLi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPR3uZzLLi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPR3uZzLLi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPR3uZzLLi .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-tPR3uZzLLi .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPR3uZzLLi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPR3uZzLLi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPR3uZzLLi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPR3uZzLLi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPR3uZzLLi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPR3uZzLLi .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPR3uZzLLi .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPR3uZzLLi .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPR3uZzLLi .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-tPR3uZzLLi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPR3uZzLLi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPR3uZzLLi .dropdown-item.active,
.cid-tPR3uZzLLi .dropdown-item:active {
  background-color: transparent;
}
.cid-tPR3uZzLLi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPR3uZzLLi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPR3uZzLLi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPR3uZzLLi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPR3uZzLLi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPR3uZzLLi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPR3uZzLLi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPR3uZzLLi .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPR3uZzLLi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPR3uZzLLi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tPR3uZzLLi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPR3uZzLLi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR3uZzLLi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPR3uZzLLi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPR3uZzLLi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR3uZzLLi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPR3uZzLLi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPR3uZzLLi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPR3uZzLLi .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPR3uZzLLi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPR3uZzLLi .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-tPR3uZzLLi .navbar {
    height: 70px;
  }
  .cid-tPR3uZzLLi .navbar.opened {
    height: auto;
  }
  .cid-tPR3uZzLLi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPR3v0O9iN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/convention-shuttle-bus-company-2-1516x427.jpg");
}
.cid-tPR3v0O9iN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPR3v0O9iN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPR3v0O9iN .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tPR3v0O9iN .mbr-text,
.cid-tPR3v0O9iN .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-94 {
  /* Type valid CSS here */
}
#custom-html-94 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-94 p {
  font-size: 60px;
  color: #777;
}
.cid-tPR3v1R7Yx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPR3v1R7Yx .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tPR3v1R7Yx .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9evoCmUI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9evoCmUI img,
.cid-tQ9evoCmUI .item-img {
  width: 100%;
}
.cid-tQ9evoCmUI .item:focus,
.cid-tQ9evoCmUI span:focus {
  outline: none;
}
.cid-tQ9evoCmUI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9evoCmUI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9evoCmUI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9evoCmUI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9evoCmUI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9evoCmUI .mbr-section-title {
  color: #232323;
}
.cid-tQ9evoCmUI .mbr-text,
.cid-tQ9evoCmUI .mbr-section-btn {
  text-align: left;
}
.cid-tQ9evoCmUI .item-title {
  text-align: left;
}
.cid-tQ9evoCmUI .item-subtitle {
  text-align: left;
}
.cid-tPR3v2WVWy {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPR3v2WVWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPR3v2WVWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPR3v2WVWy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPR3v2WVWy .row {
  flex-direction: row-reverse;
}
.cid-tPR3v2WVWy img {
  width: 100%;
}
.cid-tPR3v4OPEN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPR3v4OPEN .mbr-section-title {
  text-align: center;
}
.cid-tQ9dIKR2mq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9dIKR2mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9dIKR2mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9dIKR2mq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9dIKR2mq .row {
  flex-direction: row-reverse;
}
.cid-tQ9dIKR2mq img {
  width: 100%;
}
.cid-tRnoOSBQnG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoOSBQnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoOSBQnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoOSBQnG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoOSBQnG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoOSBQnG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoOSBQnG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoOSBQnG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoOSBQnG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoOSBQnG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoOSBQnG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoOSBQnG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoOSBQnG [class^="socicon-"]:before,
.cid-tRnoOSBQnG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tPXdAvXwii {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPXdAvXwii nav.navbar {
  position: fixed;
}
.cid-tPXdAvXwii .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-tPXdAvXwii .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPXdAvXwii .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPXdAvXwii .dropdown-item:hover,
.cid-tPXdAvXwii .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tPXdAvXwii .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPXdAvXwii .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPXdAvXwii .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPXdAvXwii .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPXdAvXwii .nav-link {
  position: relative;
}
.cid-tPXdAvXwii .container {
  display: flex;
  margin: auto;
}
.cid-tPXdAvXwii .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPXdAvXwii .dropdown-menu,
.cid-tPXdAvXwii .navbar.opened {
  background: #ffffff !important;
}
.cid-tPXdAvXwii .nav-item:focus,
.cid-tPXdAvXwii .nav-link:focus {
  outline: none;
}
.cid-tPXdAvXwii .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPXdAvXwii .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPXdAvXwii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPXdAvXwii .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPXdAvXwii .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPXdAvXwii .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPXdAvXwii .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPXdAvXwii .navbar.opened {
  transition: all 0.3s;
}
.cid-tPXdAvXwii .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPXdAvXwii .navbar .navbar-logo img {
  width: auto;
}
.cid-tPXdAvXwii .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPXdAvXwii .navbar.collapsed {
  justify-content: center;
}
.cid-tPXdAvXwii .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPXdAvXwii .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPXdAvXwii .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPXdAvXwii .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPXdAvXwii .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPXdAvXwii .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-tPXdAvXwii .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPXdAvXwii .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPXdAvXwii .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPXdAvXwii .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPXdAvXwii .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPXdAvXwii .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPXdAvXwii .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPXdAvXwii .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-tPXdAvXwii .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPXdAvXwii .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPXdAvXwii .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPXdAvXwii .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPXdAvXwii .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPXdAvXwii .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPXdAvXwii .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPXdAvXwii .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPXdAvXwii .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPXdAvXwii .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-tPXdAvXwii .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPXdAvXwii .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPXdAvXwii .dropdown-item.active,
.cid-tPXdAvXwii .dropdown-item:active {
  background-color: transparent;
}
.cid-tPXdAvXwii .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPXdAvXwii .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPXdAvXwii .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPXdAvXwii .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPXdAvXwii .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPXdAvXwii .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPXdAvXwii ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPXdAvXwii .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPXdAvXwii button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPXdAvXwii button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tPXdAvXwii button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPXdAvXwii button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPXdAvXwii button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPXdAvXwii button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPXdAvXwii nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPXdAvXwii nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPXdAvXwii nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPXdAvXwii nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPXdAvXwii .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPXdAvXwii a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPXdAvXwii .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-tPXdAvXwii .navbar {
    height: 70px;
  }
  .cid-tPXdAvXwii .navbar.opened {
    height: auto;
  }
  .cid-tPXdAvXwii .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPXdAx7xbQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/political-event-transportation-shuttle-1-1516x427.jpg");
}
.cid-tPXdAx7xbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPXdAx7xbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPXdAx7xbQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tPXdAx7xbQ .mbr-text,
.cid-tPXdAx7xbQ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-9d {
  /* Type valid CSS here */
}
#custom-html-9d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9d p {
  font-size: 60px;
  color: #777;
}
.cid-tPXdAyp91S {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPXdAyp91S .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tPXdAyp91S .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ9dv0Hops {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ9dv0Hops img,
.cid-tQ9dv0Hops .item-img {
  width: 100%;
}
.cid-tQ9dv0Hops .item:focus,
.cid-tQ9dv0Hops span:focus {
  outline: none;
}
.cid-tQ9dv0Hops .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ9dv0Hops .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ9dv0Hops .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ9dv0Hops .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ9dv0Hops .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ9dv0Hops .mbr-section-title {
  color: #232323;
}
.cid-tQ9dv0Hops .mbr-text,
.cid-tQ9dv0Hops .mbr-section-btn {
  text-align: left;
}
.cid-tQ9dv0Hops .item-title {
  text-align: left;
}
.cid-tQ9dv0Hops .item-subtitle {
  text-align: left;
}
.cid-tPXdAzAxqA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPXdAzAxqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPXdAzAxqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPXdAzAxqA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPXdAzAxqA .row {
  flex-direction: row-reverse;
}
.cid-tPXdAzAxqA img {
  width: 100%;
}
.cid-tPXdAB79zQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPXdAB79zQ .mbr-section-title {
  text-align: center;
}
.cid-tQ9dBcJVTf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9dBcJVTf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9dBcJVTf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9dBcJVTf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9dBcJVTf .row {
  flex-direction: row-reverse;
}
.cid-tQ9dBcJVTf img {
  width: 100%;
}
.cid-tRnoIFqB3U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoIFqB3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoIFqB3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoIFqB3U .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoIFqB3U .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoIFqB3U .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoIFqB3U .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoIFqB3U .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoIFqB3U .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoIFqB3U .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoIFqB3U .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoIFqB3U .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoIFqB3U [class^="socicon-"]:before,
.cid-tRnoIFqB3U [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tPXtAUQLO5 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tPXtAUQLO5 nav.navbar {
  position: fixed;
}
.cid-tPXtAUQLO5 .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-tPXtAUQLO5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tPXtAUQLO5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tPXtAUQLO5 .dropdown-item:hover,
.cid-tPXtAUQLO5 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tPXtAUQLO5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tPXtAUQLO5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tPXtAUQLO5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tPXtAUQLO5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tPXtAUQLO5 .nav-link {
  position: relative;
}
.cid-tPXtAUQLO5 .container {
  display: flex;
  margin: auto;
}
.cid-tPXtAUQLO5 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tPXtAUQLO5 .dropdown-menu,
.cid-tPXtAUQLO5 .navbar.opened {
  background: #ffffff !important;
}
.cid-tPXtAUQLO5 .nav-item:focus,
.cid-tPXtAUQLO5 .nav-link:focus {
  outline: none;
}
.cid-tPXtAUQLO5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tPXtAUQLO5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tPXtAUQLO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tPXtAUQLO5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tPXtAUQLO5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tPXtAUQLO5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tPXtAUQLO5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tPXtAUQLO5 .navbar.opened {
  transition: all 0.3s;
}
.cid-tPXtAUQLO5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tPXtAUQLO5 .navbar .navbar-logo img {
  width: auto;
}
.cid-tPXtAUQLO5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tPXtAUQLO5 .navbar.collapsed {
  justify-content: center;
}
.cid-tPXtAUQLO5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tPXtAUQLO5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tPXtAUQLO5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tPXtAUQLO5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tPXtAUQLO5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tPXtAUQLO5 .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-tPXtAUQLO5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tPXtAUQLO5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tPXtAUQLO5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tPXtAUQLO5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tPXtAUQLO5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tPXtAUQLO5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tPXtAUQLO5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tPXtAUQLO5 .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-tPXtAUQLO5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tPXtAUQLO5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tPXtAUQLO5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tPXtAUQLO5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tPXtAUQLO5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tPXtAUQLO5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tPXtAUQLO5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tPXtAUQLO5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tPXtAUQLO5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tPXtAUQLO5 .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-tPXtAUQLO5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tPXtAUQLO5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tPXtAUQLO5 .dropdown-item.active,
.cid-tPXtAUQLO5 .dropdown-item:active {
  background-color: transparent;
}
.cid-tPXtAUQLO5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tPXtAUQLO5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tPXtAUQLO5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tPXtAUQLO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tPXtAUQLO5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tPXtAUQLO5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tPXtAUQLO5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tPXtAUQLO5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tPXtAUQLO5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tPXtAUQLO5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tPXtAUQLO5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tPXtAUQLO5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPXtAUQLO5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tPXtAUQLO5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tPXtAUQLO5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPXtAUQLO5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tPXtAUQLO5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tPXtAUQLO5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tPXtAUQLO5 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tPXtAUQLO5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tPXtAUQLO5 .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-tPXtAUQLO5 .navbar {
    height: 70px;
  }
  .cid-tPXtAUQLO5 .navbar.opened {
    height: auto;
  }
  .cid-tPXtAUQLO5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tPXtAVL5Ta {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/school-field-trips-bus-rental-college-student-transportation-1-1516x427.jpg");
}
.cid-tPXtAVL5Ta .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPXtAVL5Ta .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPXtAVL5Ta .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tPXtAVL5Ta .mbr-text,
.cid-tPXtAVL5Ta .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-9m {
  /* Type valid CSS here */
}
#custom-html-9m div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-9m p {
  font-size: 60px;
  color: #777;
}
.cid-tPXtAWISWV {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPXtAWISWV .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tPXtAWISWV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tQ93W09jI7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tQ93W09jI7 img,
.cid-tQ93W09jI7 .item-img {
  width: 100%;
}
.cid-tQ93W09jI7 .item:focus,
.cid-tQ93W09jI7 span:focus {
  outline: none;
}
.cid-tQ93W09jI7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ93W09jI7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ93W09jI7 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ93W09jI7 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tQ93W09jI7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ93W09jI7 .mbr-section-title {
  color: #232323;
}
.cid-tQ93W09jI7 .mbr-text,
.cid-tQ93W09jI7 .mbr-section-btn {
  text-align: left;
}
.cid-tQ93W09jI7 .item-title {
  text-align: left;
}
.cid-tQ93W09jI7 .item-subtitle {
  text-align: left;
}
.cid-tPXtAYis5N {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tPXtAYis5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPXtAYis5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tPXtAYis5N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tPXtAYis5N .row {
  flex-direction: row-reverse;
}
.cid-tPXtAYis5N img {
  width: 100%;
}
.cid-tPXtB0r82S {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tPXtB0r82S .mbr-section-title {
  text-align: center;
}
.cid-tQ9dijVsEt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9dijVsEt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9dijVsEt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9dijVsEt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9dijVsEt .row {
  flex-direction: row-reverse;
}
.cid-tQ9dijVsEt img {
  width: 100%;
}
.cid-tRnoFVGeae {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnoFVGeae .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnoFVGeae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnoFVGeae .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnoFVGeae .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnoFVGeae .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnoFVGeae .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnoFVGeae .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnoFVGeae .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnoFVGeae .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnoFVGeae .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnoFVGeae .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnoFVGeae [class^="socicon-"]:before,
.cid-tRnoFVGeae [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-sNfRrGLzsy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNfRrGLzsy nav.navbar {
  position: fixed;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNfRrGLzsy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNfRrGLzsy .dropdown-item:hover,
.cid-sNfRrGLzsy .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sNfRrGLzsy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNfRrGLzsy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNfRrGLzsy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNfRrGLzsy .nav-link {
  position: relative;
}
.cid-sNfRrGLzsy .container {
  display: flex;
  margin: auto;
}
.cid-sNfRrGLzsy .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown-menu,
.cid-sNfRrGLzsy .navbar.opened {
  background: #ffffff !important;
}
.cid-sNfRrGLzsy .nav-item:focus,
.cid-sNfRrGLzsy .nav-link:focus {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNfRrGLzsy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNfRrGLzsy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.opened {
  transition: all 0.3s;
}
.cid-sNfRrGLzsy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNfRrGLzsy .navbar .navbar-logo img {
  width: auto;
}
.cid-sNfRrGLzsy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNfRrGLzsy .navbar.collapsed {
  justify-content: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNfRrGLzsy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNfRrGLzsy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNfRrGLzsy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNfRrGLzsy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNfRrGLzsy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNfRrGLzsy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNfRrGLzsy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNfRrGLzsy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNfRrGLzsy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNfRrGLzsy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown-item.active,
.cid-sNfRrGLzsy .dropdown-item:active {
  background-color: transparent;
}
.cid-sNfRrGLzsy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNfRrGLzsy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNfRrGLzsy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNfRrGLzsy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNfRrGLzsy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNfRrGLzsy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar {
    height: 70px;
  }
  .cid-sNfRrGLzsy .navbar.opened {
    height: auto;
  }
  .cid-sNfRrGLzsy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQ31r263XF {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
.cid-tQ2Xw7C6Qq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tQ2Xw7C6Qq img,
.cid-tQ2Xw7C6Qq .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tQ2Xw7C6Qq .item:focus,
.cid-tQ2Xw7C6Qq span:focus {
  outline: none;
}
.cid-tQ2Xw7C6Qq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tQ2Xw7C6Qq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tQ2Xw7C6Qq .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tQ2Xw7C6Qq .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tQ2Xw7C6Qq .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tQ2Xw7C6Qq .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tQ2Xw7C6Qq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tQ2Xw7C6Qq .mbr-section-title {
  color: #000000;
}
.cid-tQ2Xw7C6Qq .mbr-text,
.cid-tQ2Xw7C6Qq .mbr-section-btn {
  text-align: left;
}
.cid-tQ2Xw7C6Qq .item-title {
  text-align: left;
}
.cid-tQ2Xw7C6Qq .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-tQ9iTaXwOo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9iTaXwOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9iTaXwOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9iTaXwOo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9iTaXwOo .row {
  flex-direction: row-reverse;
}
.cid-tQ9iTaXwOo img {
  width: 100%;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3cKWVAqy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3cKWVAqy .mbr-section-title {
  color: #ffffff;
}
.cid-sNfRrGLzsy {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sNfRrGLzsy nav.navbar {
  position: fixed;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNfRrGLzsy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNfRrGLzsy .dropdown-item:hover,
.cid-sNfRrGLzsy .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-sNfRrGLzsy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNfRrGLzsy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNfRrGLzsy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNfRrGLzsy .nav-link {
  position: relative;
}
.cid-sNfRrGLzsy .container {
  display: flex;
  margin: auto;
}
.cid-sNfRrGLzsy .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown-menu,
.cid-sNfRrGLzsy .navbar.opened {
  background: #ffffff !important;
}
.cid-sNfRrGLzsy .nav-item:focus,
.cid-sNfRrGLzsy .nav-link:focus {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNfRrGLzsy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNfRrGLzsy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNfRrGLzsy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNfRrGLzsy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.opened {
  transition: all 0.3s;
}
.cid-sNfRrGLzsy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNfRrGLzsy .navbar .navbar-logo img {
  width: auto;
}
.cid-sNfRrGLzsy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNfRrGLzsy .navbar.collapsed {
  justify-content: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNfRrGLzsy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNfRrGLzsy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNfRrGLzsy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNfRrGLzsy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNfRrGLzsy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNfRrGLzsy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNfRrGLzsy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNfRrGLzsy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNfRrGLzsy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNfRrGLzsy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNfRrGLzsy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNfRrGLzsy .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNfRrGLzsy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNfRrGLzsy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNfRrGLzsy .dropdown-item.active,
.cid-sNfRrGLzsy .dropdown-item:active {
  background-color: transparent;
}
.cid-sNfRrGLzsy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNfRrGLzsy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sNfRrGLzsy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNfRrGLzsy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNfRrGLzsy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNfRrGLzsy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNfRrGLzsy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNfRrGLzsy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNfRrGLzsy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNfRrGLzsy .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNfRrGLzsy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNfRrGLzsy .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-sNfRrGLzsy .navbar {
    height: 70px;
  }
  .cid-sNfRrGLzsy .navbar.opened {
    height: auto;
  }
  .cid-sNfRrGLzsy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-a5 {
  /* Type valid CSS here */
}
#custom-html-a5 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-a5 p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3fmqSKxr {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3fmqSKxr .mbr-section-title {
  text-align: center;
}
.cid-tQ3d4HnIlX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3d4HnIlX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3d4HnIlX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3d4HnIlX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3d4HnIlX .row {
  flex-direction: row-reverse;
}
.cid-tQ3d4HnIlX img {
  width: 100%;
}
.cid-tQ3fMer2oq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3grkftlR {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3grkftlR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3grkftlR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3grkftlR .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3grkftlR .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3grkftlR .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3grkftlR .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3grkftlR .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3grkftlR .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3grkftlR .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3grkftlR .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3grkftlR .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3grkftlR [class^="socicon-"]:before,
.cid-tQ3grkftlR [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3gkG5nZ6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3gkG5nZ6 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3njSsxyp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3njSsxyp .mbr-section-title {
  color: #ffffff;
}
.cid-tQ3njTj1aS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ3njTj1aS nav.navbar {
  position: fixed;
}
.cid-tQ3njTj1aS .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-tQ3njTj1aS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ3njTj1aS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ3njTj1aS .dropdown-item:hover,
.cid-tQ3njTj1aS .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQ3njTj1aS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ3njTj1aS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ3njTj1aS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ3njTj1aS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ3njTj1aS .nav-link {
  position: relative;
}
.cid-tQ3njTj1aS .container {
  display: flex;
  margin: auto;
}
.cid-tQ3njTj1aS .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ3njTj1aS .dropdown-menu,
.cid-tQ3njTj1aS .navbar.opened {
  background: #ffffff !important;
}
.cid-tQ3njTj1aS .nav-item:focus,
.cid-tQ3njTj1aS .nav-link:focus {
  outline: none;
}
.cid-tQ3njTj1aS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ3njTj1aS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ3njTj1aS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ3njTj1aS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ3njTj1aS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ3njTj1aS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ3njTj1aS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQ3njTj1aS .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ3njTj1aS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ3njTj1aS .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ3njTj1aS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ3njTj1aS .navbar.collapsed {
  justify-content: center;
}
.cid-tQ3njTj1aS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ3njTj1aS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ3njTj1aS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ3njTj1aS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ3njTj1aS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ3njTj1aS .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-tQ3njTj1aS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ3njTj1aS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ3njTj1aS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ3njTj1aS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ3njTj1aS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ3njTj1aS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ3njTj1aS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ3njTj1aS .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-tQ3njTj1aS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ3njTj1aS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ3njTj1aS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ3njTj1aS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ3njTj1aS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ3njTj1aS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ3njTj1aS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ3njTj1aS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ3njTj1aS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ3njTj1aS .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-tQ3njTj1aS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ3njTj1aS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ3njTj1aS .dropdown-item.active,
.cid-tQ3njTj1aS .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ3njTj1aS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ3njTj1aS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ3njTj1aS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ3njTj1aS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQ3njTj1aS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ3njTj1aS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ3njTj1aS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ3njTj1aS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ3njTj1aS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ3njTj1aS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQ3njTj1aS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ3njTj1aS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3njTj1aS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3njTj1aS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ3njTj1aS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3njTj1aS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ3njTj1aS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ3njTj1aS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3njTj1aS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ3njTj1aS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ3njTj1aS .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-tQ3njTj1aS .navbar {
    height: 70px;
  }
  .cid-tQ3njTj1aS .navbar.opened {
    height: auto;
  }
  .cid-tQ3njTj1aS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-at {
  /* Type valid CSS here */
}
#custom-html-at div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-at p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3njUuedV {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3njUuedV .mbr-section-title {
  text-align: center;
}
.cid-tQ3njV1Hnu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3njV1Hnu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3njV1Hnu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3njV1Hnu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3njV1Hnu .row {
  flex-direction: row-reverse;
}
.cid-tQ3njV1Hnu img {
  width: 100%;
}
.cid-tQ3njVxIi3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3njW3NDm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3njW3NDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3njW3NDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3njW3NDm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3njW3NDm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3njW3NDm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3njW3NDm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3njW3NDm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3njW3NDm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3njW3NDm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3njW3NDm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3njW3NDm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3njW3NDm [class^="socicon-"]:before,
.cid-tQ3njW3NDm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3njWxpYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3njWxpYo .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3KaC29e1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3KaC29e1 .mbr-section-title {
  color: #ffffff;
}
.cid-tQ3KaCUQP9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ3KaCUQP9 nav.navbar {
  position: fixed;
}
.cid-tQ3KaCUQP9 .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-tQ3KaCUQP9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ3KaCUQP9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ3KaCUQP9 .dropdown-item:hover,
.cid-tQ3KaCUQP9 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQ3KaCUQP9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ3KaCUQP9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ3KaCUQP9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ3KaCUQP9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ3KaCUQP9 .nav-link {
  position: relative;
}
.cid-tQ3KaCUQP9 .container {
  display: flex;
  margin: auto;
}
.cid-tQ3KaCUQP9 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ3KaCUQP9 .dropdown-menu,
.cid-tQ3KaCUQP9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tQ3KaCUQP9 .nav-item:focus,
.cid-tQ3KaCUQP9 .nav-link:focus {
  outline: none;
}
.cid-tQ3KaCUQP9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ3KaCUQP9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ3KaCUQP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ3KaCUQP9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ3KaCUQP9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ3KaCUQP9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ3KaCUQP9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQ3KaCUQP9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ3KaCUQP9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ3KaCUQP9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ3KaCUQP9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ3KaCUQP9 .navbar.collapsed {
  justify-content: center;
}
.cid-tQ3KaCUQP9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ3KaCUQP9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ3KaCUQP9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ3KaCUQP9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ3KaCUQP9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ3KaCUQP9 .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-tQ3KaCUQP9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ3KaCUQP9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ3KaCUQP9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ3KaCUQP9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ3KaCUQP9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ3KaCUQP9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ3KaCUQP9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ3KaCUQP9 .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-tQ3KaCUQP9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ3KaCUQP9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ3KaCUQP9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ3KaCUQP9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ3KaCUQP9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ3KaCUQP9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ3KaCUQP9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ3KaCUQP9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ3KaCUQP9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ3KaCUQP9 .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-tQ3KaCUQP9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ3KaCUQP9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ3KaCUQP9 .dropdown-item.active,
.cid-tQ3KaCUQP9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ3KaCUQP9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ3KaCUQP9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ3KaCUQP9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ3KaCUQP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQ3KaCUQP9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ3KaCUQP9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ3KaCUQP9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ3KaCUQP9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ3KaCUQP9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ3KaCUQP9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQ3KaCUQP9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ3KaCUQP9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3KaCUQP9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3KaCUQP9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ3KaCUQP9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3KaCUQP9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ3KaCUQP9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ3KaCUQP9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3KaCUQP9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ3KaCUQP9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ3KaCUQP9 .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-tQ3KaCUQP9 .navbar {
    height: 70px;
  }
  .cid-tQ3KaCUQP9 .navbar.opened {
    height: auto;
  }
  .cid-tQ3KaCUQP9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-bp {
  /* Type valid CSS here */
}
#custom-html-bp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bp p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3KaDVGgW {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3KaDVGgW .mbr-section-title {
  text-align: center;
}
.cid-tQ3KaEkjmO {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3KaEkjmO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3KaEkjmO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3KaEkjmO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3KaEkjmO .row {
  flex-direction: row-reverse;
}
.cid-tQ3KaEkjmO img {
  width: 100%;
}
.cid-tQ3KaEOdkg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3KaFl4JG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3KaFl4JG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3KaFl4JG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3KaFl4JG .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3KaFl4JG .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3KaFl4JG .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3KaFl4JG .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3KaFl4JG .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3KaFl4JG .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3KaFl4JG .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3KaFl4JG .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3KaFl4JG .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3KaFl4JG [class^="socicon-"]:before,
.cid-tQ3KaFl4JG [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3KaFQANE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3KaFQANE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3K4eDJc2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3K4eDJc2 .mbr-section-title {
  color: #ffffff;
}
.cid-tQ3K4frBzz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ3K4frBzz nav.navbar {
  position: fixed;
}
.cid-tQ3K4frBzz .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-tQ3K4frBzz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ3K4frBzz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ3K4frBzz .dropdown-item:hover,
.cid-tQ3K4frBzz .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQ3K4frBzz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ3K4frBzz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ3K4frBzz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ3K4frBzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ3K4frBzz .nav-link {
  position: relative;
}
.cid-tQ3K4frBzz .container {
  display: flex;
  margin: auto;
}
.cid-tQ3K4frBzz .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ3K4frBzz .dropdown-menu,
.cid-tQ3K4frBzz .navbar.opened {
  background: #ffffff !important;
}
.cid-tQ3K4frBzz .nav-item:focus,
.cid-tQ3K4frBzz .nav-link:focus {
  outline: none;
}
.cid-tQ3K4frBzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ3K4frBzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ3K4frBzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ3K4frBzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ3K4frBzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ3K4frBzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ3K4frBzz .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQ3K4frBzz .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ3K4frBzz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ3K4frBzz .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ3K4frBzz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ3K4frBzz .navbar.collapsed {
  justify-content: center;
}
.cid-tQ3K4frBzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ3K4frBzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ3K4frBzz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ3K4frBzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ3K4frBzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ3K4frBzz .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-tQ3K4frBzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ3K4frBzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ3K4frBzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ3K4frBzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ3K4frBzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ3K4frBzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ3K4frBzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ3K4frBzz .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-tQ3K4frBzz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ3K4frBzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ3K4frBzz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ3K4frBzz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ3K4frBzz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ3K4frBzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ3K4frBzz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ3K4frBzz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ3K4frBzz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ3K4frBzz .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-tQ3K4frBzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ3K4frBzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ3K4frBzz .dropdown-item.active,
.cid-tQ3K4frBzz .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ3K4frBzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ3K4frBzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ3K4frBzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ3K4frBzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQ3K4frBzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ3K4frBzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ3K4frBzz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ3K4frBzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ3K4frBzz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ3K4frBzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQ3K4frBzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ3K4frBzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3K4frBzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3K4frBzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ3K4frBzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3K4frBzz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ3K4frBzz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ3K4frBzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3K4frBzz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ3K4frBzz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ3K4frBzz .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-tQ3K4frBzz .navbar {
    height: 70px;
  }
  .cid-tQ3K4frBzz .navbar.opened {
    height: auto;
  }
  .cid-tQ3K4frBzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-bh {
  /* Type valid CSS here */
}
#custom-html-bh div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-bh p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3K4gtxQE {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3K4gtxQE .mbr-section-title {
  text-align: center;
}
.cid-tQ3K4gZokX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3K4gZokX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3K4gZokX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3K4gZokX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3K4gZokX .row {
  flex-direction: row-reverse;
}
.cid-tQ3K4gZokX img {
  width: 100%;
}
.cid-tQ3K4hyItX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3K4ieuSm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3K4ieuSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3K4ieuSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3K4ieuSm .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3K4ieuSm .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3K4ieuSm .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3K4ieuSm .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3K4ieuSm .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3K4ieuSm .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3K4ieuSm .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3K4ieuSm .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3K4ieuSm .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3K4ieuSm [class^="socicon-"]:before,
.cid-tQ3K4ieuSm [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3K4iDiay {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3K4iDiay .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3JSNAbeD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3JSNAbeD .mbr-section-title {
  color: #ffffff;
}
.cid-tQ3JSOvoT0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ3JSOvoT0 nav.navbar {
  position: fixed;
}
.cid-tQ3JSOvoT0 .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-tQ3JSOvoT0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ3JSOvoT0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ3JSOvoT0 .dropdown-item:hover,
.cid-tQ3JSOvoT0 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQ3JSOvoT0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ3JSOvoT0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ3JSOvoT0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ3JSOvoT0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ3JSOvoT0 .nav-link {
  position: relative;
}
.cid-tQ3JSOvoT0 .container {
  display: flex;
  margin: auto;
}
.cid-tQ3JSOvoT0 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ3JSOvoT0 .dropdown-menu,
.cid-tQ3JSOvoT0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tQ3JSOvoT0 .nav-item:focus,
.cid-tQ3JSOvoT0 .nav-link:focus {
  outline: none;
}
.cid-tQ3JSOvoT0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ3JSOvoT0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ3JSOvoT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ3JSOvoT0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ3JSOvoT0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ3JSOvoT0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ3JSOvoT0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQ3JSOvoT0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ3JSOvoT0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ3JSOvoT0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ3JSOvoT0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ3JSOvoT0 .navbar.collapsed {
  justify-content: center;
}
.cid-tQ3JSOvoT0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ3JSOvoT0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ3JSOvoT0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ3JSOvoT0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ3JSOvoT0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ3JSOvoT0 .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-tQ3JSOvoT0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ3JSOvoT0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ3JSOvoT0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ3JSOvoT0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ3JSOvoT0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ3JSOvoT0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ3JSOvoT0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ3JSOvoT0 .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-tQ3JSOvoT0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ3JSOvoT0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ3JSOvoT0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ3JSOvoT0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ3JSOvoT0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ3JSOvoT0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ3JSOvoT0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ3JSOvoT0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ3JSOvoT0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ3JSOvoT0 .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-tQ3JSOvoT0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ3JSOvoT0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ3JSOvoT0 .dropdown-item.active,
.cid-tQ3JSOvoT0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ3JSOvoT0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ3JSOvoT0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ3JSOvoT0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ3JSOvoT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQ3JSOvoT0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ3JSOvoT0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ3JSOvoT0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ3JSOvoT0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ3JSOvoT0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ3JSOvoT0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQ3JSOvoT0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ3JSOvoT0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3JSOvoT0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3JSOvoT0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ3JSOvoT0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3JSOvoT0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ3JSOvoT0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ3JSOvoT0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3JSOvoT0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ3JSOvoT0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ3JSOvoT0 .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-tQ3JSOvoT0 .navbar {
    height: 70px;
  }
  .cid-tQ3JSOvoT0 .navbar.opened {
    height: auto;
  }
  .cid-tQ3JSOvoT0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-b9 {
  /* Type valid CSS here */
}
#custom-html-b9 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b9 p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3JSPpzKT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JSPpzKT .mbr-section-title {
  text-align: center;
}
.cid-tQ3JSPRa3V {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3JSPRa3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3JSPRa3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3JSPRa3V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3JSPRa3V .row {
  flex-direction: row-reverse;
}
.cid-tQ3JSPRa3V img {
  width: 100%;
}
.cid-tQ3JSQll2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JSQVIfh {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3JSQVIfh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3JSQVIfh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3JSQVIfh .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3JSQVIfh .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3JSQVIfh .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3JSQVIfh .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3JSQVIfh .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3JSQVIfh .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3JSQVIfh .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3JSQVIfh .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3JSQVIfh .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3JSQVIfh [class^="socicon-"]:before,
.cid-tQ3JSQVIfh [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3JSRnL1P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JSRnL1P .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQ3JKnMObo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQ3JKnMObo .mbr-section-title {
  color: #ffffff;
}
.cid-tQ3JKovDgS {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQ3JKovDgS nav.navbar {
  position: fixed;
}
.cid-tQ3JKovDgS .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-tQ3JKovDgS .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQ3JKovDgS .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQ3JKovDgS .dropdown-item:hover,
.cid-tQ3JKovDgS .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQ3JKovDgS .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQ3JKovDgS .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQ3JKovDgS .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQ3JKovDgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQ3JKovDgS .nav-link {
  position: relative;
}
.cid-tQ3JKovDgS .container {
  display: flex;
  margin: auto;
}
.cid-tQ3JKovDgS .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQ3JKovDgS .dropdown-menu,
.cid-tQ3JKovDgS .navbar.opened {
  background: #ffffff !important;
}
.cid-tQ3JKovDgS .nav-item:focus,
.cid-tQ3JKovDgS .nav-link:focus {
  outline: none;
}
.cid-tQ3JKovDgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQ3JKovDgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQ3JKovDgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQ3JKovDgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQ3JKovDgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQ3JKovDgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQ3JKovDgS .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQ3JKovDgS .navbar.opened {
  transition: all 0.3s;
}
.cid-tQ3JKovDgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQ3JKovDgS .navbar .navbar-logo img {
  width: auto;
}
.cid-tQ3JKovDgS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQ3JKovDgS .navbar.collapsed {
  justify-content: center;
}
.cid-tQ3JKovDgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQ3JKovDgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQ3JKovDgS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQ3JKovDgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQ3JKovDgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQ3JKovDgS .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-tQ3JKovDgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQ3JKovDgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQ3JKovDgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQ3JKovDgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQ3JKovDgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQ3JKovDgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQ3JKovDgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQ3JKovDgS .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-tQ3JKovDgS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQ3JKovDgS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQ3JKovDgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQ3JKovDgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQ3JKovDgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQ3JKovDgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQ3JKovDgS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQ3JKovDgS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQ3JKovDgS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQ3JKovDgS .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-tQ3JKovDgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQ3JKovDgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQ3JKovDgS .dropdown-item.active,
.cid-tQ3JKovDgS .dropdown-item:active {
  background-color: transparent;
}
.cid-tQ3JKovDgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQ3JKovDgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQ3JKovDgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQ3JKovDgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQ3JKovDgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQ3JKovDgS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQ3JKovDgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQ3JKovDgS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQ3JKovDgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQ3JKovDgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQ3JKovDgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQ3JKovDgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3JKovDgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQ3JKovDgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQ3JKovDgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3JKovDgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQ3JKovDgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQ3JKovDgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQ3JKovDgS .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQ3JKovDgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQ3JKovDgS .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-tQ3JKovDgS .navbar {
    height: 70px;
  }
  .cid-tQ3JKovDgS .navbar.opened {
    height: auto;
  }
  .cid-tQ3JKovDgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-b1 {
  /* Type valid CSS here */
}
#custom-html-b1 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-b1 p {
  font-size: 60px;
  color: #777;
}
.cid-tQ3JKpkstY {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JKpkstY .mbr-section-title {
  text-align: center;
}
.cid-tQ3JKpIzvt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3JKpIzvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3JKpIzvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ3JKpIzvt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ3JKpIzvt .row {
  flex-direction: row-reverse;
}
.cid-tQ3JKpIzvt img {
  width: 100%;
}
.cid-tQ3JKq8jdb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JKqIM7d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQ3JKqIM7d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ3JKqIM7d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQ3JKqIM7d .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQ3JKqIM7d .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQ3JKqIM7d .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQ3JKqIM7d .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQ3JKqIM7d .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQ3JKqIM7d .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQ3JKqIM7d .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQ3JKqIM7d .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQ3JKqIM7d .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQ3JKqIM7d [class^="socicon-"]:before,
.cid-tQ3JKqIM7d [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQ3JKraOMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQ3JKraOMw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tNHRMmP7UX {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNHRMmP7UX nav.navbar {
  position: fixed;
}
.cid-tNHRMmP7UX .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-tNHRMmP7UX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tNHRMmP7UX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNHRMmP7UX .dropdown-item:hover,
.cid-tNHRMmP7UX .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tNHRMmP7UX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tNHRMmP7UX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tNHRMmP7UX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tNHRMmP7UX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNHRMmP7UX .nav-link {
  position: relative;
}
.cid-tNHRMmP7UX .container {
  display: flex;
  margin: auto;
}
.cid-tNHRMmP7UX .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNHRMmP7UX .dropdown-menu,
.cid-tNHRMmP7UX .navbar.opened {
  background: #ffffff !important;
}
.cid-tNHRMmP7UX .nav-item:focus,
.cid-tNHRMmP7UX .nav-link:focus {
  outline: none;
}
.cid-tNHRMmP7UX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNHRMmP7UX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNHRMmP7UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNHRMmP7UX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNHRMmP7UX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNHRMmP7UX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNHRMmP7UX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tNHRMmP7UX .navbar.opened {
  transition: all 0.3s;
}
.cid-tNHRMmP7UX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNHRMmP7UX .navbar .navbar-logo img {
  width: auto;
}
.cid-tNHRMmP7UX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNHRMmP7UX .navbar.collapsed {
  justify-content: center;
}
.cid-tNHRMmP7UX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNHRMmP7UX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNHRMmP7UX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tNHRMmP7UX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNHRMmP7UX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNHRMmP7UX .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-tNHRMmP7UX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNHRMmP7UX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNHRMmP7UX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tNHRMmP7UX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNHRMmP7UX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNHRMmP7UX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNHRMmP7UX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNHRMmP7UX .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-tNHRMmP7UX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tNHRMmP7UX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNHRMmP7UX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNHRMmP7UX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNHRMmP7UX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNHRMmP7UX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNHRMmP7UX .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNHRMmP7UX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tNHRMmP7UX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tNHRMmP7UX .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-tNHRMmP7UX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNHRMmP7UX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNHRMmP7UX .dropdown-item.active,
.cid-tNHRMmP7UX .dropdown-item:active {
  background-color: transparent;
}
.cid-tNHRMmP7UX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNHRMmP7UX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNHRMmP7UX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNHRMmP7UX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNHRMmP7UX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNHRMmP7UX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNHRMmP7UX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNHRMmP7UX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNHRMmP7UX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNHRMmP7UX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tNHRMmP7UX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNHRMmP7UX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHRMmP7UX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNHRMmP7UX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNHRMmP7UX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHRMmP7UX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNHRMmP7UX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNHRMmP7UX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNHRMmP7UX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tNHRMmP7UX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNHRMmP7UX .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-tNHRMmP7UX .navbar {
    height: 70px;
  }
  .cid-tNHRMmP7UX .navbar.opened {
    height: auto;
  }
  .cid-tNHRMmP7UX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNHRMnBfVe {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-image: linear-gradient(135deg, #f40a0a 10%, #000000 100%) !important;
}
#custom-html-4a {
  /* Type valid CSS here */
}
#custom-html-4a div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4a p {
  font-size: 60px;
  color: #777;
}
.cid-tNHRMoiQbm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tNHRMoiQbm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHRMoiQbm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNHRMoiQbm .mbr-section-title {
  color: #000000;
}
.cid-tNHRMoKwlJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNHRMoKwlJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHRMoKwlJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHRMoKwlJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHRMoKwlJ .row {
  flex-direction: row-reverse;
}
.cid-tNHRMoKwlJ img {
  width: 100%;
}
.cid-tNHRMpaESZ {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tNHRMpaESZ img,
.cid-tNHRMpaESZ .item-img {
  width: 100%;
}
.cid-tNHRMpaESZ .item:focus,
.cid-tNHRMpaESZ span:focus {
  outline: none;
}
.cid-tNHRMpaESZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tNHRMpaESZ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tNHRMpaESZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tNHRMpaESZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tNHRMpaESZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tNHRMpaESZ .mbr-section-title {
  color: #232323;
}
.cid-tNHRMpaESZ .mbr-text,
.cid-tNHRMpaESZ .mbr-section-btn {
  text-align: left;
}
.cid-tNHRMpaESZ .item-title {
  text-align: center;
}
.cid-tNHRMpaESZ .item-subtitle {
  text-align: center;
}
.cid-tNHRMq95Wm {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNHRMq95Wm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNHRMq95Wm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tNHRMq95Wm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNHRMq95Wm .row {
  flex-direction: row-reverse;
}
.cid-tNHRMq95Wm img {
  width: 100%;
}
.cid-tNHRMqHl4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNHRMqHl4O .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-tNHRMqHl4O .mbr-text {
  color: #000000;
}
.cid-tQ9idJucvZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tQ9idJucvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQ9idJucvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQ9idJucvZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQ9idJucvZ .row {
  flex-direction: row-reverse;
}
.cid-tQ9idJucvZ img {
  width: 100%;
}
.cid-tRnqkz6X6n {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tRnqkz6X6n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRnqkz6X6n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRnqkz6X6n .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tRnqkz6X6n .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tRnqkz6X6n .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tRnqkz6X6n .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tRnqkz6X6n .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tRnqkz6X6n .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tRnqkz6X6n .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tRnqkz6X6n .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tRnqkz6X6n .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tRnqkz6X6n [class^="socicon-"]:before,
.cid-tRnqkz6X6n [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tQpWtzh2Dt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tQpWtzh2Dt .mbr-section-title {
  color: #ffffff;
}
.cid-tQpWtAyVxC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tQpWtAyVxC nav.navbar {
  position: fixed;
}
.cid-tQpWtAyVxC .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-tQpWtAyVxC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tQpWtAyVxC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tQpWtAyVxC .dropdown-item:hover,
.cid-tQpWtAyVxC .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tQpWtAyVxC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tQpWtAyVxC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tQpWtAyVxC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tQpWtAyVxC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tQpWtAyVxC .nav-link {
  position: relative;
}
.cid-tQpWtAyVxC .container {
  display: flex;
  margin: auto;
}
.cid-tQpWtAyVxC .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tQpWtAyVxC .dropdown-menu,
.cid-tQpWtAyVxC .navbar.opened {
  background: #ffffff !important;
}
.cid-tQpWtAyVxC .nav-item:focus,
.cid-tQpWtAyVxC .nav-link:focus {
  outline: none;
}
.cid-tQpWtAyVxC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tQpWtAyVxC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tQpWtAyVxC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tQpWtAyVxC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tQpWtAyVxC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tQpWtAyVxC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tQpWtAyVxC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tQpWtAyVxC .navbar.opened {
  transition: all 0.3s;
}
.cid-tQpWtAyVxC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tQpWtAyVxC .navbar .navbar-logo img {
  width: auto;
}
.cid-tQpWtAyVxC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tQpWtAyVxC .navbar.collapsed {
  justify-content: center;
}
.cid-tQpWtAyVxC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tQpWtAyVxC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tQpWtAyVxC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tQpWtAyVxC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tQpWtAyVxC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tQpWtAyVxC .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-tQpWtAyVxC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tQpWtAyVxC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tQpWtAyVxC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tQpWtAyVxC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tQpWtAyVxC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tQpWtAyVxC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tQpWtAyVxC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tQpWtAyVxC .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-tQpWtAyVxC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tQpWtAyVxC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tQpWtAyVxC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tQpWtAyVxC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tQpWtAyVxC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tQpWtAyVxC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tQpWtAyVxC .navbar.navbar-short {
  min-height: 60px;
}
.cid-tQpWtAyVxC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tQpWtAyVxC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tQpWtAyVxC .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-tQpWtAyVxC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tQpWtAyVxC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tQpWtAyVxC .dropdown-item.active,
.cid-tQpWtAyVxC .dropdown-item:active {
  background-color: transparent;
}
.cid-tQpWtAyVxC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tQpWtAyVxC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tQpWtAyVxC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tQpWtAyVxC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tQpWtAyVxC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tQpWtAyVxC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tQpWtAyVxC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tQpWtAyVxC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tQpWtAyVxC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tQpWtAyVxC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tQpWtAyVxC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tQpWtAyVxC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQpWtAyVxC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tQpWtAyVxC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tQpWtAyVxC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQpWtAyVxC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tQpWtAyVxC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tQpWtAyVxC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tQpWtAyVxC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tQpWtAyVxC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tQpWtAyVxC .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-tQpWtAyVxC .navbar {
    height: 70px;
  }
  .cid-tQpWtAyVxC .navbar.opened {
    height: auto;
  }
  .cid-tQpWtAyVxC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
#custom-html-dv {
  /* Type valid CSS here */
}
#custom-html-dv div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-dv p {
  font-size: 60px;
  color: #777;
}
.cid-tQpWtBsqND {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQpWtBsqND .mbr-section-title {
  text-align: center;
}
.cid-tQpWtBsqND .mbr-section-subtitle {
  text-align: center;
}
.cid-tQpWtBU4sD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQpWtBU4sD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpWtBU4sD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tQpWtBU4sD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tQpWtBU4sD .row {
  flex-direction: row-reverse;
}
.cid-tQpWtBU4sD img {
  width: 100%;
}
.cid-tQpWtCouPm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQpWtCouPm .mbr-section-title {
  text-align: center;
}
.cid-tQpWtCYie3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tQpWtCYie3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tQpWtCYie3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tQpWtCYie3 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tQpWtCYie3 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tQpWtCYie3 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tQpWtCYie3 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tQpWtCYie3 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tQpWtCYie3 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tQpWtCYie3 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tQpWtCYie3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-tQpWtCYie3 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tQpWtCYie3 [class^="socicon-"]:before,
.cid-tQpWtCYie3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tQpWtDCUbK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tQpWtDCUbK .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tRmQUt1XSv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRmQUt1XSv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRmQUt1XSv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tRmQUt1XSv .row {
    text-align: center;
  }
  .cid-tRmQUt1XSv .row > div {
    margin: auto;
  }
  .cid-tRmQUt1XSv .social-row {
    justify-content: center;
  }
}
.cid-tRmQUt1XSv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tRmQUt1XSv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tRmQUt1XSv .list {
    margin-bottom: 0rem;
  }
}
.cid-tRmQUt1XSv .mbr-text {
  color: #bbbbbb;
}
.cid-tRmQUt1XSv .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-tRmQUt1XSv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tRmQUt1XSv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tRmQUt1XSv H5 {
  color: #ffe161;
}
.cid-tU6H3hRR2j {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tU6H3hRR2j nav.navbar {
  position: fixed;
}
.cid-tU6H3hRR2j .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-tU6H3hRR2j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tU6H3hRR2j .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tU6H3hRR2j .dropdown-item:hover,
.cid-tU6H3hRR2j .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tU6H3hRR2j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tU6H3hRR2j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tU6H3hRR2j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tU6H3hRR2j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tU6H3hRR2j .nav-link {
  position: relative;
}
.cid-tU6H3hRR2j .container {
  display: flex;
  margin: auto;
}
.cid-tU6H3hRR2j .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tU6H3hRR2j .dropdown-menu,
.cid-tU6H3hRR2j .navbar.opened {
  background: #ffffff !important;
}
.cid-tU6H3hRR2j .nav-item:focus,
.cid-tU6H3hRR2j .nav-link:focus {
  outline: none;
}
.cid-tU6H3hRR2j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tU6H3hRR2j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tU6H3hRR2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tU6H3hRR2j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tU6H3hRR2j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tU6H3hRR2j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tU6H3hRR2j .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tU6H3hRR2j .navbar.opened {
  transition: all 0.3s;
}
.cid-tU6H3hRR2j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tU6H3hRR2j .navbar .navbar-logo img {
  width: auto;
}
.cid-tU6H3hRR2j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tU6H3hRR2j .navbar.collapsed {
  justify-content: center;
}
.cid-tU6H3hRR2j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tU6H3hRR2j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tU6H3hRR2j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tU6H3hRR2j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tU6H3hRR2j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tU6H3hRR2j .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-tU6H3hRR2j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tU6H3hRR2j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tU6H3hRR2j .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tU6H3hRR2j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tU6H3hRR2j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tU6H3hRR2j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tU6H3hRR2j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tU6H3hRR2j .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-tU6H3hRR2j .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tU6H3hRR2j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tU6H3hRR2j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tU6H3hRR2j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tU6H3hRR2j .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tU6H3hRR2j .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tU6H3hRR2j .navbar.navbar-short {
  min-height: 60px;
}
.cid-tU6H3hRR2j .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tU6H3hRR2j .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tU6H3hRR2j .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-tU6H3hRR2j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tU6H3hRR2j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tU6H3hRR2j .dropdown-item.active,
.cid-tU6H3hRR2j .dropdown-item:active {
  background-color: transparent;
}
.cid-tU6H3hRR2j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tU6H3hRR2j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tU6H3hRR2j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tU6H3hRR2j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tU6H3hRR2j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tU6H3hRR2j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tU6H3hRR2j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tU6H3hRR2j .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tU6H3hRR2j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tU6H3hRR2j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tU6H3hRR2j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tU6H3hRR2j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU6H3hRR2j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tU6H3hRR2j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tU6H3hRR2j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU6H3hRR2j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tU6H3hRR2j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tU6H3hRR2j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tU6H3hRR2j .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tU6H3hRR2j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tU6H3hRR2j .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-tU6H3hRR2j .navbar {
    height: 70px;
  }
  .cid-tU6H3hRR2j .navbar.opened {
    height: auto;
  }
  .cid-tU6H3hRR2j .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tU6H3iAsV6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/flight-crew-bus-transportation-2000x963.jpg");
}
.cid-tU6H3iAsV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6H3iAsV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU6H3iAsV6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tU6H3iAsV6 .mbr-text,
.cid-tU6H3iAsV6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-fp {
  /* Type valid CSS here */
}
#custom-html-fp div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-fp p {
  font-size: 60px;
  color: #777;
}
.cid-tU6H3jvNdD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tU6H3jvNdD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tU6H3jvNdD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tU6H3jY2CV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tU6H3jY2CV img,
.cid-tU6H3jY2CV .item-img {
  width: 100%;
}
.cid-tU6H3jY2CV .item:focus,
.cid-tU6H3jY2CV span:focus {
  outline: none;
}
.cid-tU6H3jY2CV .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tU6H3jY2CV .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tU6H3jY2CV .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tU6H3jY2CV .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tU6H3jY2CV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tU6H3jY2CV .mbr-section-title {
  color: #232323;
}
.cid-tU6H3jY2CV .mbr-text,
.cid-tU6H3jY2CV .mbr-section-btn {
  text-align: left;
}
.cid-tU6H3jY2CV .item-title {
  text-align: left;
}
.cid-tU6H3jY2CV .item-subtitle {
  text-align: left;
}
.cid-tU6H3kHBFI {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tU6H3kHBFI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6H3kHBFI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tU6H3kHBFI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tU6H3kHBFI .row {
  flex-direction: row-reverse;
}
.cid-tU6H3kHBFI img {
  width: 100%;
}
.cid-tU6H3mNGeD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tU6H3mNGeD .mbr-section-title {
  text-align: center;
}
.cid-tU6H3nnd2t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tU6H3nnd2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6H3nnd2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tU6H3nnd2t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tU6H3nnd2t .row {
  flex-direction: row-reverse;
}
.cid-tU6H3nnd2t img {
  width: 100%;
}
.cid-tU6H3oeeHr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tU6H3oeeHr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6H3oeeHr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU6H3oeeHr .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tU6H3oeeHr .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tU6H3oeeHr .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tU6H3oeeHr .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tU6H3oeeHr .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tU6H3oeeHr .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tU6H3oeeHr .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tU6H3oeeHr .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tU6H3oeeHr .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tU6H3oeeHr [class^="socicon-"]:before,
.cid-tU6H3oeeHr [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tU6H3pabaK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tU6H3pabaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tU6H3pabaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tU6H3pabaK .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tU6H3pabaK .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tU6H3pabaK .row {
    text-align: center;
  }
  .cid-tU6H3pabaK .row > div {
    margin: auto;
  }
  .cid-tU6H3pabaK .social-row {
    justify-content: center;
  }
}
.cid-tU6H3pabaK .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tU6H3pabaK .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tU6H3pabaK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tU6H3pabaK .list {
    margin-bottom: 0rem;
  }
}
.cid-tU6H3pabaK .mbr-text {
  color: #bbbbbb;
}
.cid-tU6H3pabaK .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-tU6H3pabaK .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tU6H3pabaK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tU6H3pabaK H5 {
  color: #ffe161;
}
.cid-tVlUhrbk40 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVlUhrbk40 nav.navbar {
  position: fixed;
}
.cid-tVlUhrbk40 .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-tVlUhrbk40 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVlUhrbk40 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVlUhrbk40 .dropdown-item:hover,
.cid-tVlUhrbk40 .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tVlUhrbk40 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVlUhrbk40 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVlUhrbk40 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVlUhrbk40 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVlUhrbk40 .nav-link {
  position: relative;
}
.cid-tVlUhrbk40 .container {
  display: flex;
  margin: auto;
}
.cid-tVlUhrbk40 .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVlUhrbk40 .dropdown-menu,
.cid-tVlUhrbk40 .navbar.opened {
  background: #ffffff !important;
}
.cid-tVlUhrbk40 .nav-item:focus,
.cid-tVlUhrbk40 .nav-link:focus {
  outline: none;
}
.cid-tVlUhrbk40 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVlUhrbk40 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVlUhrbk40 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVlUhrbk40 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVlUhrbk40 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVlUhrbk40 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVlUhrbk40 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tVlUhrbk40 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVlUhrbk40 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVlUhrbk40 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVlUhrbk40 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVlUhrbk40 .navbar.collapsed {
  justify-content: center;
}
.cid-tVlUhrbk40 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVlUhrbk40 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVlUhrbk40 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVlUhrbk40 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVlUhrbk40 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVlUhrbk40 .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-tVlUhrbk40 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVlUhrbk40 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVlUhrbk40 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVlUhrbk40 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVlUhrbk40 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVlUhrbk40 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVlUhrbk40 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVlUhrbk40 .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-tVlUhrbk40 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVlUhrbk40 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVlUhrbk40 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVlUhrbk40 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVlUhrbk40 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVlUhrbk40 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVlUhrbk40 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVlUhrbk40 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVlUhrbk40 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVlUhrbk40 .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-tVlUhrbk40 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVlUhrbk40 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVlUhrbk40 .dropdown-item.active,
.cid-tVlUhrbk40 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVlUhrbk40 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVlUhrbk40 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVlUhrbk40 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVlUhrbk40 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVlUhrbk40 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVlUhrbk40 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVlUhrbk40 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVlUhrbk40 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVlUhrbk40 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVlUhrbk40 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tVlUhrbk40 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVlUhrbk40 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVlUhrbk40 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVlUhrbk40 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVlUhrbk40 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVlUhrbk40 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVlUhrbk40 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVlUhrbk40 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVlUhrbk40 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVlUhrbk40 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVlUhrbk40 .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-tVlUhrbk40 .navbar {
    height: 70px;
  }
  .cid-tVlUhrbk40 .navbar.opened {
    height: auto;
  }
  .cid-tVlUhrbk40 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVlUht1tkZ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/destination-management-and-logistics-2000x729.jpg");
}
.cid-tVlUht1tkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVlUht1tkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVlUht1tkZ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVlUht1tkZ .mbr-text,
.cid-tVlUht1tkZ .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-g0 {
  /* Type valid CSS here */
}
#custom-html-g0 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-g0 p {
  font-size: 60px;
  color: #777;
}
.cid-tVlUhuPPq9 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVlUhuPPq9 .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tVlUhuPPq9 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tVlUhw1rsi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVlUhw1rsi img,
.cid-tVlUhw1rsi .item-img {
  width: 100%;
}
.cid-tVlUhw1rsi .item:focus,
.cid-tVlUhw1rsi span:focus {
  outline: none;
}
.cid-tVlUhw1rsi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tVlUhw1rsi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tVlUhw1rsi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVlUhw1rsi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tVlUhw1rsi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVlUhw1rsi .mbr-section-title {
  color: #232323;
}
.cid-tVlUhw1rsi .mbr-text,
.cid-tVlUhw1rsi .mbr-section-btn {
  text-align: left;
}
.cid-tVlUhw1rsi .item-title {
  text-align: left;
}
.cid-tVlUhw1rsi .item-subtitle {
  text-align: left;
}
.cid-tVlUhxVhpA {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVlUhxVhpA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVlUhxVhpA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVlUhxVhpA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVlUhxVhpA .row {
  flex-direction: row-reverse;
}
.cid-tVlUhxVhpA img {
  width: 100%;
}
.cid-tVlUhzyl6Q {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVlUhzyl6Q .mbr-section-title {
  text-align: center;
}
.cid-tVlUhB1sAb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVlUhB1sAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVlUhB1sAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVlUhB1sAb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVlUhB1sAb .row {
  flex-direction: row-reverse;
}
.cid-tVlUhB1sAb img {
  width: 100%;
}
.cid-tVlUhCyAjP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tVlUhCyAjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVlUhCyAjP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVlUhCyAjP .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVlUhCyAjP .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVlUhCyAjP .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVlUhCyAjP .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVlUhCyAjP .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVlUhCyAjP .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVlUhCyAjP .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVlUhCyAjP .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tVlUhCyAjP .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVlUhCyAjP [class^="socicon-"]:before,
.cid-tVlUhCyAjP [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVlUhE1xot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVlUhE1xot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVlUhE1xot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVlUhE1xot .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVlUhE1xot .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVlUhE1xot .row {
    text-align: center;
  }
  .cid-tVlUhE1xot .row > div {
    margin: auto;
  }
  .cid-tVlUhE1xot .social-row {
    justify-content: center;
  }
}
.cid-tVlUhE1xot .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVlUhE1xot .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVlUhE1xot .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVlUhE1xot .list {
    margin-bottom: 0rem;
  }
}
.cid-tVlUhE1xot .mbr-text {
  color: #bbbbbb;
}
.cid-tVlUhE1xot .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-tVlUhE1xot .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVlUhE1xot div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVlUhE1xot H5 {
  color: #ffe161;
}
.cid-tVCVtmoH8o {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tVCVtmoH8o nav.navbar {
  position: fixed;
}
.cid-tVCVtmoH8o .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-tVCVtmoH8o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tVCVtmoH8o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tVCVtmoH8o .dropdown-item:hover,
.cid-tVCVtmoH8o .dropdown-item:focus {
  background: #f40a0a !important;
  color: white !important;
}
.cid-tVCVtmoH8o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tVCVtmoH8o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tVCVtmoH8o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tVCVtmoH8o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tVCVtmoH8o .nav-link {
  position: relative;
}
.cid-tVCVtmoH8o .container {
  display: flex;
  margin: auto;
}
.cid-tVCVtmoH8o .iconfont-wrapper {
  color: #f40a0a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVCVtmoH8o .dropdown-menu,
.cid-tVCVtmoH8o .navbar.opened {
  background: #ffffff !important;
}
.cid-tVCVtmoH8o .nav-item:focus,
.cid-tVCVtmoH8o .nav-link:focus {
  outline: none;
}
.cid-tVCVtmoH8o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVCVtmoH8o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVCVtmoH8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVCVtmoH8o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVCVtmoH8o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVCVtmoH8o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVCVtmoH8o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-tVCVtmoH8o .navbar.opened {
  transition: all 0.3s;
}
.cid-tVCVtmoH8o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVCVtmoH8o .navbar .navbar-logo img {
  width: auto;
}
.cid-tVCVtmoH8o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tVCVtmoH8o .navbar.collapsed {
  justify-content: center;
}
.cid-tVCVtmoH8o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVCVtmoH8o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVCVtmoH8o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVCVtmoH8o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVCVtmoH8o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVCVtmoH8o .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-tVCVtmoH8o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVCVtmoH8o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVCVtmoH8o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tVCVtmoH8o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVCVtmoH8o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVCVtmoH8o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVCVtmoH8o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVCVtmoH8o .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-tVCVtmoH8o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tVCVtmoH8o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tVCVtmoH8o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVCVtmoH8o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tVCVtmoH8o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVCVtmoH8o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVCVtmoH8o .navbar.navbar-short {
  min-height: 60px;
}
.cid-tVCVtmoH8o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tVCVtmoH8o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tVCVtmoH8o .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-tVCVtmoH8o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVCVtmoH8o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVCVtmoH8o .dropdown-item.active,
.cid-tVCVtmoH8o .dropdown-item:active {
  background-color: transparent;
}
.cid-tVCVtmoH8o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVCVtmoH8o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVCVtmoH8o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVCVtmoH8o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tVCVtmoH8o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tVCVtmoH8o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tVCVtmoH8o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVCVtmoH8o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tVCVtmoH8o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVCVtmoH8o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f40a0a;
}
.cid-tVCVtmoH8o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVCVtmoH8o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVCVtmoH8o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVCVtmoH8o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVCVtmoH8o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVCVtmoH8o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVCVtmoH8o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVCVtmoH8o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVCVtmoH8o .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tVCVtmoH8o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVCVtmoH8o .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-tVCVtmoH8o .navbar {
    height: 70px;
  }
  .cid-tVCVtmoH8o .navbar.opened {
    height: auto;
  }
  .cid-tVCVtmoH8o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVCVtn85cP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/group-transportation-large-group-shuttle-services-992x322.jpg");
}
.cid-tVCVtn85cP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCVtn85cP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCVtn85cP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tVCVtn85cP .mbr-text,
.cid-tVCVtn85cP .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#custom-html-ga {
  /* Type valid CSS here */
}
#custom-html-ga div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ga p {
  font-size: 60px;
  color: #777;
}
.cid-tVCVtnKxDN {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVCVtnKxDN .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-tVCVtnKxDN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tVCVtobnsQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVCVtobnsQ img,
.cid-tVCVtobnsQ .item-img {
  width: 100%;
}
.cid-tVCVtobnsQ .item:focus,
.cid-tVCVtobnsQ span:focus {
  outline: none;
}
.cid-tVCVtobnsQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tVCVtobnsQ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tVCVtobnsQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tVCVtobnsQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tVCVtobnsQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tVCVtobnsQ .mbr-section-title {
  color: #232323;
}
.cid-tVCVtobnsQ .mbr-text,
.cid-tVCVtobnsQ .mbr-section-btn {
  text-align: left;
}
.cid-tVCVtobnsQ .item-title {
  text-align: left;
}
.cid-tVCVtobnsQ .item-subtitle {
  text-align: left;
}
.cid-tVCVtoXefu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVCVtoXefu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCVtoXefu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVCVtoXefu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVCVtoXefu .row {
  flex-direction: row-reverse;
}
.cid-tVCVtoXefu img {
  width: 100%;
}
.cid-tVCVtprCzT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tVCVtprCzT .mbr-section-title {
  text-align: center;
}
.cid-tVCVtpYnjf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVCVtpYnjf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCVtpYnjf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tVCVtpYnjf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVCVtpYnjf .row {
  flex-direction: row-reverse;
}
.cid-tVCVtpYnjf img {
  width: 100%;
}
.cid-tVCVtqxDI4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tVCVtqxDI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCVtqxDI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCVtqxDI4 .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tVCVtqxDI4 .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tVCVtqxDI4 .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tVCVtqxDI4 .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tVCVtqxDI4 .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tVCVtqxDI4 .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tVCVtqxDI4 .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tVCVtqxDI4 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
  border-radius: 0 !important;
}
.cid-tVCVtqxDI4 .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tVCVtqxDI4 [class^="socicon-"]:before,
.cid-tVCVtqxDI4 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tVCVtr8Y9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tVCVtr8Y9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVCVtr8Y9e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVCVtr8Y9e .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tVCVtr8Y9e .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tVCVtr8Y9e .row {
    text-align: center;
  }
  .cid-tVCVtr8Y9e .row > div {
    margin: auto;
  }
  .cid-tVCVtr8Y9e .social-row {
    justify-content: center;
  }
}
.cid-tVCVtr8Y9e .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tVCVtr8Y9e .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tVCVtr8Y9e .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tVCVtr8Y9e .list {
    margin-bottom: 0rem;
  }
}
.cid-tVCVtr8Y9e .mbr-text {
  color: #bbbbbb;
}
.cid-tVCVtr8Y9e .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-tVCVtr8Y9e .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tVCVtr8Y9e div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tVCVtr8Y9e H5 {
  color: #ffe161;
}
