body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Merriweather Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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: #6592e6 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #e6c63b !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6592e6 !important;
  border-color: #6592e6 !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: #2260d2 !important;
  border-color: #2260d2 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2260d2 !important;
  border-color: #2260d2 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !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: #e6c63b !important;
  border-color: #e6c63b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b39617 !important;
  border-color: #b39617 !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: #6592e6;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2260d2 !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: #6592e6 !important;
  border-color: #6592e6 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !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: #e43f3f !important;
  border-color: #e43f3f !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: #e6c63b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b39617 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e6c63b !important;
  border-color: #e6c63b !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: #6592e6 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #e6c63b !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: #205ac5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !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: #a68b15 !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: #6592e6;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #e6c63b;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6592e6;
  border-color: #6592e6;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #6592e6;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfbf0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1rem;
}
.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: #6592e6 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1rem;
}
blockquote {
  border-color: #6592e6;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #6592e6;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #6592e6;
}
.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: #6592e6;
  border-bottom-color: #6592e6;
}
.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: #6592e6 !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: #e43f3f !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='%236592e6' %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-tBbBgGhysT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBbBgGhysT nav.navbar {
  position: fixed;
}
.cid-tBbBgGhysT .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-tBbBgGhysT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBbBgGhysT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBbBgGhysT .dropdown-item:hover,
.cid-tBbBgGhysT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBbBgGhysT .dropdown-item:hover span {
  color: white;
}
.cid-tBbBgGhysT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBbBgGhysT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBbBgGhysT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBbBgGhysT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBbBgGhysT .nav-link {
  position: relative;
}
.cid-tBbBgGhysT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBbBgGhysT .container {
    flex-wrap: wrap;
  }
}
.cid-tBbBgGhysT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBbBgGhysT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBbBgGhysT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBbBgGhysT .dropdown-menu,
.cid-tBbBgGhysT .navbar.opened {
  background: #ffffff !important;
}
.cid-tBbBgGhysT .nav-item:focus,
.cid-tBbBgGhysT .nav-link:focus {
  outline: none;
}
.cid-tBbBgGhysT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBbBgGhysT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBbBgGhysT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBbBgGhysT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBbBgGhysT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBbBgGhysT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBbBgGhysT .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-tBbBgGhysT .navbar.opened {
  transition: all 0.3s;
}
.cid-tBbBgGhysT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBbBgGhysT .navbar .navbar-logo img {
  width: auto;
}
.cid-tBbBgGhysT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBbBgGhysT .navbar.collapsed {
  justify-content: center;
}
.cid-tBbBgGhysT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBbBgGhysT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBbBgGhysT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBbBgGhysT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBbBgGhysT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBbBgGhysT .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-tBbBgGhysT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBbBgGhysT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBbBgGhysT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBbBgGhysT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBbBgGhysT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBbBgGhysT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBbBgGhysT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBbBgGhysT .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-tBbBgGhysT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBbBgGhysT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBbBgGhysT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBbBgGhysT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBbBgGhysT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBbBgGhysT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBbBgGhysT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBbBgGhysT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBbBgGhysT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBbBgGhysT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBbBgGhysT .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-tBbBgGhysT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBbBgGhysT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBbBgGhysT .dropdown-item.active,
.cid-tBbBgGhysT .dropdown-item:active {
  background-color: transparent;
}
.cid-tBbBgGhysT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBbBgGhysT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBbBgGhysT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBbBgGhysT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBbBgGhysT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBbBgGhysT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBbBgGhysT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBbBgGhysT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBbBgGhysT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBbBgGhysT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tBbBgGhysT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBbBgGhysT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBbBgGhysT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBbBgGhysT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBbBgGhysT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBbBgGhysT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBbBgGhysT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBbBgGhysT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBbBgGhysT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBbBgGhysT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBbBgGhysT .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-tBbBgGhysT .navbar {
    height: 70px;
  }
  .cid-tBbBgGhysT .navbar.opened {
    height: auto;
  }
  .cid-tBbBgGhysT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBcydw0SgU {
  background-image: url("../../../assets/images/arghya-mondal-qkdtpdvkby-unsplash-2000x1500.jpeg");
}
.cid-tBcydw0SgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcydw0SgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcydw0SgU .mbr-section-title {
  color: #ffffff;
}
.cid-tBcydw0SgU .mbr-text,
.cid-tBcydw0SgU .mbr-section-btn {
  color: #ffffff;
}
.cid-tBczyAMj6c {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prateek-katyal-joix9fwax38-unsplash-2000x1333.jpg");
}
.cid-tBczyAMj6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBczyAMj6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBczyAMj6c .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tBczyAMj6c .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBczyAMj6c .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBczyAMj6c .card-wrapper {
    padding: 4rem;
  }
}
.cid-tBcGfuyN5E {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBcGfuyN5E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcGfuyN5E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcGfuyN5E .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tBcGfuyN5E .mbr-section-title,
.cid-tBcGfuyN5E .mbr-section-subtitle {
  text-align: center;
}
.cid-tBcGfuyN5E .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBcGfuyN5E .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tBcGfuyN5E .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tBcGfuyN5E .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBcGfuyN5E .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBcGfuyN5E .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBcGfuyN5E .cost {
  text-align: left;
}
.cid-tBhJgHjrvg {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBhJgHjrvg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBhJgHjrvg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBhJgHjrvg .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-tBhJgHjrvg .mbr-section-title,
.cid-tBhJgHjrvg .mbr-section-subtitle {
  text-align: center;
}
.cid-tBhJgHjrvg .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tBhJgHjrvg .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tBhJgHjrvg .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tBhJgHjrvg .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tBhJgHjrvg .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBhJgHjrvg .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tBhJgHjrvg .cost {
  text-align: left;
}
.cid-tBcEPKf2m7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/raimond-klavins-u-mw4tecucc-unsplash-2000x1333.jpg");
}
.cid-tBcEPKf2m7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBcEPKf2m7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBcEPKf2m7 .number-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-tBcEPKf2m7 .number {
  color: #ffffff;
}
.cid-tBcEPKf2m7 .period {
  display: block;
}
.cid-tBcEPKf2m7 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-tBcEPKf2m7 .period {
    font-size: 0.8rem;
  }
}
.cid-tBcEPKf2m7 .btn {
  height: 100%;
  margin: 0;
}
.cid-tBcEPKf2m7 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-tBcEPKf2m7 .mbr-section-title {
  color: #ffffff;
}
.cid-tBcEPKf2m7 .mbr-text {
  color: #ffffff;
}
.cid-tBcEPKf2m7 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-tBcEPKf2m7 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  border: 2px solid #ffffff;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tBcEPKf2m7 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-tBcEPKf2m7 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-tBcEPKf2m7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tBie2GiU8v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/photo-1596516112100-5a57adb52e42-1280x758.jpg");
}
.cid-tBie2GiU8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBie2GiU8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBie2GiU8v .video-wrapper iframe {
  width: 100%;
}
.cid-tBie2GiU8v .mbr-section-title,
.cid-tBie2GiU8v .mbr-section-subtitle,
.cid-tBie2GiU8v .mbr-text {
  text-align: center;
}
.cid-tBie2GiU8v .mbr-section-title {
  color: #353535;
}
.cid-tBikW1Z3pV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBikW1Z3pV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBikW1Z3pV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBikW1Z3pV .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tBikW1Z3pV .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tBikwabRL6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBikwabRL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBikwabRL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBikwabRL6 .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tBikwabRL6 .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tBikv8qKjv {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tBikv8qKjv .card-img span {
  color: #1ec6b6;
  font-size: 4.4rem;
}
.cid-tBikv8qKjv .mbr-text {
  color: #656565;
}
.cid-tBikv8qKjv p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tBikv8qKjv .card {
    margin-bottom: 2rem;
  }
}
.cid-tBikv8qKjv .card-title,
.cid-tBikv8qKjv .card-img {
  color: #000000;
}
.cid-tBikv8qKjv .mbr-section-title {
  text-align: center;
}
.cid-tBikv8qKjv .mbr-section-sub-title {
  text-align: center;
  color: #9e9e9e;
}
.cid-tCvPiCjrKn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tCvPiCjrKn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvPiCjrKn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvPiCjrKn .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tCvPiCjrKn .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tCvPiCjrKn .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvPiCjrKn .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tCvPiCjrKn .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #6592e6;
}
.cid-tBieGq3XK0 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBieGq3XK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBieGq3XK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBieGq3XK0 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBieGq3XK0 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBieGq3XK0 .row {
    text-align: center;
  }
  .cid-tBieGq3XK0 .row > div {
    margin: auto;
  }
  .cid-tBieGq3XK0 .social-row {
    justify-content: center;
  }
}
.cid-tBieGq3XK0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBieGq3XK0 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBieGq3XK0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBieGq3XK0 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBieGq3XK0 .mbr-text {
  color: #000000;
}
.cid-tBieGq3XK0 .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-tBieGq3XK0 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBieGq3XK0 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBieGq3XK0 H5 {
  color: #000000;
}
.cid-tBiv2UJWHg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBiv2UJWHg nav.navbar {
  position: fixed;
}
.cid-tBiv2UJWHg .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-tBiv2UJWHg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBiv2UJWHg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBiv2UJWHg .dropdown-item:hover,
.cid-tBiv2UJWHg .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBiv2UJWHg .dropdown-item:hover span {
  color: white;
}
.cid-tBiv2UJWHg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBiv2UJWHg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBiv2UJWHg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBiv2UJWHg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBiv2UJWHg .nav-link {
  position: relative;
}
.cid-tBiv2UJWHg .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBiv2UJWHg .container {
    flex-wrap: wrap;
  }
}
.cid-tBiv2UJWHg .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBiv2UJWHg .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBiv2UJWHg .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBiv2UJWHg .dropdown-menu,
.cid-tBiv2UJWHg .navbar.opened {
  background: #ffffff !important;
}
.cid-tBiv2UJWHg .nav-item:focus,
.cid-tBiv2UJWHg .nav-link:focus {
  outline: none;
}
.cid-tBiv2UJWHg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBiv2UJWHg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBiv2UJWHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBiv2UJWHg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBiv2UJWHg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBiv2UJWHg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBiv2UJWHg .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-tBiv2UJWHg .navbar.opened {
  transition: all 0.3s;
}
.cid-tBiv2UJWHg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBiv2UJWHg .navbar .navbar-logo img {
  width: auto;
}
.cid-tBiv2UJWHg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBiv2UJWHg .navbar.collapsed {
  justify-content: center;
}
.cid-tBiv2UJWHg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBiv2UJWHg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBiv2UJWHg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBiv2UJWHg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBiv2UJWHg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBiv2UJWHg .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-tBiv2UJWHg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBiv2UJWHg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBiv2UJWHg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBiv2UJWHg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBiv2UJWHg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBiv2UJWHg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBiv2UJWHg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBiv2UJWHg .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-tBiv2UJWHg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBiv2UJWHg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBiv2UJWHg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBiv2UJWHg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBiv2UJWHg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBiv2UJWHg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBiv2UJWHg .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBiv2UJWHg .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBiv2UJWHg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBiv2UJWHg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBiv2UJWHg .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-tBiv2UJWHg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBiv2UJWHg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBiv2UJWHg .dropdown-item.active,
.cid-tBiv2UJWHg .dropdown-item:active {
  background-color: transparent;
}
.cid-tBiv2UJWHg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBiv2UJWHg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBiv2UJWHg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBiv2UJWHg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBiv2UJWHg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBiv2UJWHg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBiv2UJWHg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBiv2UJWHg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBiv2UJWHg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBiv2UJWHg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tBiv2UJWHg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBiv2UJWHg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBiv2UJWHg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBiv2UJWHg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBiv2UJWHg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBiv2UJWHg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBiv2UJWHg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBiv2UJWHg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBiv2UJWHg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBiv2UJWHg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBiv2UJWHg .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-tBiv2UJWHg .navbar {
    height: 70px;
  }
  .cid-tBiv2UJWHg .navbar.opened {
    height: auto;
  }
  .cid-tBiv2UJWHg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBiv2VNWK1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prateek-katyal-joix9fwax38-unsplash-2000x1333.jpg");
}
.cid-tBiv2VNWK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiv2VNWK1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiv2VNWK1 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tBiv2VNWK1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBiv2VNWK1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBiv2VNWK1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tBiv30TQCb {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBiv30TQCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiv30TQCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiv30TQCb .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBiv30TQCb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBiv30TQCb .row {
    text-align: center;
  }
  .cid-tBiv30TQCb .row > div {
    margin: auto;
  }
  .cid-tBiv30TQCb .social-row {
    justify-content: center;
  }
}
.cid-tBiv30TQCb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBiv30TQCb .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBiv30TQCb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBiv30TQCb .list {
    margin-bottom: 0rem;
  }
}
.cid-tBiv30TQCb .mbr-text {
  color: #000000;
}
.cid-tBiv30TQCb .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-tBiv30TQCb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBiv30TQCb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBiv30TQCb H5 {
  color: #000000;
}
.cid-tBiyV4xaoq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBiyV4xaoq nav.navbar {
  position: fixed;
}
.cid-tBiyV4xaoq .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-tBiyV4xaoq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBiyV4xaoq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBiyV4xaoq .dropdown-item:hover,
.cid-tBiyV4xaoq .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBiyV4xaoq .dropdown-item:hover span {
  color: white;
}
.cid-tBiyV4xaoq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBiyV4xaoq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBiyV4xaoq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBiyV4xaoq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBiyV4xaoq .nav-link {
  position: relative;
}
.cid-tBiyV4xaoq .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBiyV4xaoq .container {
    flex-wrap: wrap;
  }
}
.cid-tBiyV4xaoq .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBiyV4xaoq .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBiyV4xaoq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBiyV4xaoq .dropdown-menu,
.cid-tBiyV4xaoq .navbar.opened {
  background: #ffffff !important;
}
.cid-tBiyV4xaoq .nav-item:focus,
.cid-tBiyV4xaoq .nav-link:focus {
  outline: none;
}
.cid-tBiyV4xaoq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBiyV4xaoq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBiyV4xaoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBiyV4xaoq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBiyV4xaoq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBiyV4xaoq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBiyV4xaoq .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-tBiyV4xaoq .navbar.opened {
  transition: all 0.3s;
}
.cid-tBiyV4xaoq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBiyV4xaoq .navbar .navbar-logo img {
  width: auto;
}
.cid-tBiyV4xaoq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBiyV4xaoq .navbar.collapsed {
  justify-content: center;
}
.cid-tBiyV4xaoq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBiyV4xaoq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBiyV4xaoq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBiyV4xaoq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBiyV4xaoq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBiyV4xaoq .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-tBiyV4xaoq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBiyV4xaoq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBiyV4xaoq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBiyV4xaoq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBiyV4xaoq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBiyV4xaoq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBiyV4xaoq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBiyV4xaoq .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-tBiyV4xaoq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBiyV4xaoq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBiyV4xaoq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBiyV4xaoq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBiyV4xaoq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBiyV4xaoq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBiyV4xaoq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBiyV4xaoq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBiyV4xaoq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBiyV4xaoq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBiyV4xaoq .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-tBiyV4xaoq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBiyV4xaoq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBiyV4xaoq .dropdown-item.active,
.cid-tBiyV4xaoq .dropdown-item:active {
  background-color: transparent;
}
.cid-tBiyV4xaoq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBiyV4xaoq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBiyV4xaoq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBiyV4xaoq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBiyV4xaoq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBiyV4xaoq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBiyV4xaoq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBiyV4xaoq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBiyV4xaoq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBiyV4xaoq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tBiyV4xaoq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBiyV4xaoq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBiyV4xaoq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBiyV4xaoq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBiyV4xaoq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBiyV4xaoq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBiyV4xaoq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBiyV4xaoq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBiyV4xaoq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBiyV4xaoq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBiyV4xaoq .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-tBiyV4xaoq .navbar {
    height: 70px;
  }
  .cid-tBiyV4xaoq .navbar.opened {
    height: auto;
  }
  .cid-tBiyV4xaoq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBizKHgHA8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff6666;
}
.cid-tBizKHgHA8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBizKHgHA8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBizKHgHA8 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tBizKHgHA8 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tBizKHgHA8 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tBizKHgHA8 .mbr-section-title {
  color: #ffffff;
}
.cid-tBizKHgHA8 .mbr-text,
.cid-tBizKHgHA8 .mbr-section-btn {
  color: #fafafa;
}
.cid-tBnBsSAAJq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBnBsSAAJq blockquote {
  border-color: #e43f3f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tBiAgRUe4s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBiAgRUe4s .mbr-text {
  text-align: left;
}
.cid-tBiLybw5kF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBiLybw5kF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiLybw5kF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiLybw5kF .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBiLybw5kF .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBiLybw5kF .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tBiLybw5kF .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tBiLybw5kF .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-tBiLybw5kF .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBiLybw5kF .carousel-control,
.cid-tBiLybw5kF .close {
  background: #1b1b1b;
}
.cid-tBiLybw5kF .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBiLybw5kF .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBiLybw5kF .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBiLybw5kF .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBiLybw5kF .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-tBiLybw5kF .close::before {
  content: '\e91a';
}
.cid-tBiLybw5kF .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBiLybw5kF .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-tBiLybw5kF .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBiLybw5kF .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBiLybw5kF .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBiLybw5kF .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBiLybw5kF .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-tBiLybw5kF .carousel-indicators li.active,
.cid-tBiLybw5kF .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBiLybw5kF .carousel-indicators li::after,
.cid-tBiLybw5kF .carousel-indicators li::before {
  content: none;
}
.cid-tBiLybw5kF .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBiLybw5kF .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBiLybw5kF .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBiLybw5kF .carousel-indicators {
    display: none;
  }
}
.cid-tBiLybw5kF .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBiLybw5kF .carousel-inner > .active {
  display: block;
}
.cid-tBiLybw5kF .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBiLybw5kF .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBiLybw5kF .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBiLybw5kF .carousel-control,
  .cid-tBiLybw5kF .carousel-indicators,
  .cid-tBiLybw5kF .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBiLybw5kF .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBiLybw5kF .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBiLybw5kF .carousel-indicators .active,
.cid-tBiLybw5kF .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBiLybw5kF .carousel-indicators .active {
  background: #fff;
}
.cid-tBiLybw5kF .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBiLybw5kF .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBiLybw5kF .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBiLybw5kF .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBiLybw5kF .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBiLybw5kF .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBiLybw5kF .carousel {
  width: 100%;
}
.cid-tBiLybw5kF .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBiLybw5kF .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBiLybw5kF .modal.fade .modal-dialog,
.cid-tBiLybw5kF .modal.in .modal-dialog {
  transform: none;
}
.cid-tBiLybw5kF .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBiLybw5kF H6 {
  text-align: center;
}
.cid-tBiDavn6Zo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBiDavn6Zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiDavn6Zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiDavn6Zo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBiDavn6Zo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBiDavn6Zo .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tBiDavn6Zo .panel-body,
.cid-tBiDavn6Zo .card-header {
  padding: 1rem 0;
}
.cid-tBiDavn6Zo .panel-title-edit {
  color: #000000;
}
.cid-tBiDavn6Zo .panel-text {
  text-align: left;
}
.cid-tCpxJ7eCNa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCpxJ7eCNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCpxJ7eCNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCpxJ7eCNa .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCpxJ7eCNa .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCpxJ7eCNa .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCpxJ7eCNa .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tBiKZc374s {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBiKZc374s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiKZc374s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiKZc374s .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tBiKZc374s .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tBiKZc374s .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tBiKZc374s .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tBiKZc374s .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tBiKZc374s .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tBiKZc374s .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tBiKZc374s .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-tBiKZc374s .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tBiKZc374s [class^="socicon-"]:before,
.cid-tBiKZc374s [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCpx3LopOJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCpx3LopOJ .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tBiyV5LrN5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBiyV5LrN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBiyV5LrN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBiyV5LrN5 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBiyV5LrN5 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBiyV5LrN5 .row {
    text-align: center;
  }
  .cid-tBiyV5LrN5 .row > div {
    margin: auto;
  }
  .cid-tBiyV5LrN5 .social-row {
    justify-content: center;
  }
}
.cid-tBiyV5LrN5 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBiyV5LrN5 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBiyV5LrN5 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBiyV5LrN5 .list {
    margin-bottom: 0rem;
  }
}
.cid-tBiyV5LrN5 .mbr-text {
  color: #000000;
}
.cid-tBiyV5LrN5 .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-tBiyV5LrN5 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBiyV5LrN5 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBiyV5LrN5 H5 {
  color: #000000;
}
.cid-tBn38UHCzK {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBn38UHCzK nav.navbar {
  position: fixed;
}
.cid-tBn38UHCzK .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-tBn38UHCzK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBn38UHCzK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBn38UHCzK .dropdown-item:hover,
.cid-tBn38UHCzK .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBn38UHCzK .dropdown-item:hover span {
  color: white;
}
.cid-tBn38UHCzK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBn38UHCzK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBn38UHCzK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBn38UHCzK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBn38UHCzK .nav-link {
  position: relative;
}
.cid-tBn38UHCzK .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBn38UHCzK .container {
    flex-wrap: wrap;
  }
}
.cid-tBn38UHCzK .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBn38UHCzK .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBn38UHCzK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBn38UHCzK .dropdown-menu,
.cid-tBn38UHCzK .navbar.opened {
  background: #ffffff !important;
}
.cid-tBn38UHCzK .nav-item:focus,
.cid-tBn38UHCzK .nav-link:focus {
  outline: none;
}
.cid-tBn38UHCzK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBn38UHCzK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBn38UHCzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBn38UHCzK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBn38UHCzK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBn38UHCzK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBn38UHCzK .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-tBn38UHCzK .navbar.opened {
  transition: all 0.3s;
}
.cid-tBn38UHCzK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBn38UHCzK .navbar .navbar-logo img {
  width: auto;
}
.cid-tBn38UHCzK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBn38UHCzK .navbar.collapsed {
  justify-content: center;
}
.cid-tBn38UHCzK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBn38UHCzK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBn38UHCzK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBn38UHCzK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBn38UHCzK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBn38UHCzK .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-tBn38UHCzK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBn38UHCzK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBn38UHCzK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBn38UHCzK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBn38UHCzK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBn38UHCzK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBn38UHCzK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBn38UHCzK .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-tBn38UHCzK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBn38UHCzK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBn38UHCzK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBn38UHCzK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBn38UHCzK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBn38UHCzK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBn38UHCzK .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBn38UHCzK .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBn38UHCzK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBn38UHCzK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBn38UHCzK .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-tBn38UHCzK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBn38UHCzK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBn38UHCzK .dropdown-item.active,
.cid-tBn38UHCzK .dropdown-item:active {
  background-color: transparent;
}
.cid-tBn38UHCzK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBn38UHCzK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBn38UHCzK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBn38UHCzK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBn38UHCzK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBn38UHCzK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBn38UHCzK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBn38UHCzK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBn38UHCzK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBn38UHCzK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tBn38UHCzK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBn38UHCzK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBn38UHCzK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBn38UHCzK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBn38UHCzK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBn38UHCzK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBn38UHCzK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBn38UHCzK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBn38UHCzK .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBn38UHCzK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBn38UHCzK .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-tBn38UHCzK .navbar {
    height: 70px;
  }
  .cid-tBn38UHCzK .navbar.opened {
    height: auto;
  }
  .cid-tBn38UHCzK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBn6VtvdLB {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tBn6VtvdLB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBn6VtvdLB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBn6VtvdLB .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tBn6VtvdLB .panel-group {
  border: none;
}
.cid-tBn6VtvdLB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBn6VtvdLB .panel-body,
.cid-tBn6VtvdLB .card-header {
  padding: 1rem 0;
}
.cid-tBn6VtvdLB .panel-title-edit {
  color: #000000;
}
.cid-tBn6VtvdLB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBn3gFMKlo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tBn3gFMKlo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBn3gFMKlo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBn3gFMKlo .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tBn3gFMKlo .panel-group {
  border: none;
}
.cid-tBn3gFMKlo .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBn3gFMKlo .panel-body,
.cid-tBn3gFMKlo .card-header {
  padding: 1rem 0;
}
.cid-tBn3gFMKlo .panel-title-edit {
  color: #000000;
}
.cid-tBn3gFMKlo .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBn4ZAE3T9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tBn4ZAE3T9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBn4ZAE3T9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBn4ZAE3T9 .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #6592e6;
  margin-left: 1rem;
}
.cid-tBn4ZAE3T9 .panel-group {
  border: none;
}
.cid-tBn4ZAE3T9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBn4ZAE3T9 .panel-body,
.cid-tBn4ZAE3T9 .card-header {
  padding: 1rem 0;
}
.cid-tBn4ZAE3T9 .panel-title-edit {
  color: #000000;
}
.cid-tBn4ZAE3T9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBn4ZAE3T9 .panel-text {
  text-align: left;
}
.cid-tBna6TSole {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-tBna6TSole .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBna6TSole .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBna6TSole .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tBna6TSole .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tBna6TSole .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tBna6TSole .panel-body,
.cid-tBna6TSole .card-header {
  padding: 1rem 0;
}
.cid-tBna6TSole .panel-title-edit {
  color: #000000;
}
.cid-tBndD8djv4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBndD8djv4 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tBn38VstDq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBn38VstDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBn38VstDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBn38VstDq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBn38VstDq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBn38VstDq .row {
    text-align: center;
  }
  .cid-tBn38VstDq .row > div {
    margin: auto;
  }
  .cid-tBn38VstDq .social-row {
    justify-content: center;
  }
}
.cid-tBn38VstDq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBn38VstDq .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBn38VstDq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBn38VstDq .list {
    margin-bottom: 0rem;
  }
}
.cid-tBn38VstDq .mbr-text {
  color: #000000;
}
.cid-tBn38VstDq .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-tBn38VstDq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBn38VstDq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBn38VstDq H5 {
  color: #000000;
}
.cid-tBniDmxWj9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tBniDmxWj9 nav.navbar {
  position: fixed;
}
.cid-tBniDmxWj9 .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-tBniDmxWj9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBniDmxWj9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBniDmxWj9 .dropdown-item:hover,
.cid-tBniDmxWj9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tBniDmxWj9 .dropdown-item:hover span {
  color: white;
}
.cid-tBniDmxWj9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBniDmxWj9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBniDmxWj9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBniDmxWj9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBniDmxWj9 .nav-link {
  position: relative;
}
.cid-tBniDmxWj9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBniDmxWj9 .container {
    flex-wrap: wrap;
  }
}
.cid-tBniDmxWj9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tBniDmxWj9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tBniDmxWj9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBniDmxWj9 .dropdown-menu,
.cid-tBniDmxWj9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tBniDmxWj9 .nav-item:focus,
.cid-tBniDmxWj9 .nav-link:focus {
  outline: none;
}
.cid-tBniDmxWj9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBniDmxWj9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBniDmxWj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBniDmxWj9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBniDmxWj9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBniDmxWj9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBniDmxWj9 .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-tBniDmxWj9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tBniDmxWj9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBniDmxWj9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tBniDmxWj9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBniDmxWj9 .navbar.collapsed {
  justify-content: center;
}
.cid-tBniDmxWj9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBniDmxWj9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBniDmxWj9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBniDmxWj9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBniDmxWj9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBniDmxWj9 .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-tBniDmxWj9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBniDmxWj9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBniDmxWj9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBniDmxWj9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBniDmxWj9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBniDmxWj9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBniDmxWj9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBniDmxWj9 .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-tBniDmxWj9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBniDmxWj9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBniDmxWj9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBniDmxWj9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBniDmxWj9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBniDmxWj9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBniDmxWj9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBniDmxWj9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tBniDmxWj9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBniDmxWj9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tBniDmxWj9 .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-tBniDmxWj9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBniDmxWj9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBniDmxWj9 .dropdown-item.active,
.cid-tBniDmxWj9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tBniDmxWj9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBniDmxWj9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBniDmxWj9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBniDmxWj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tBniDmxWj9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBniDmxWj9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBniDmxWj9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBniDmxWj9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBniDmxWj9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBniDmxWj9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tBniDmxWj9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBniDmxWj9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBniDmxWj9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBniDmxWj9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBniDmxWj9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBniDmxWj9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBniDmxWj9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBniDmxWj9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBniDmxWj9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBniDmxWj9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBniDmxWj9 .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-tBniDmxWj9 .navbar {
    height: 70px;
  }
  .cid-tBniDmxWj9 .navbar.opened {
    height: auto;
  }
  .cid-tBniDmxWj9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tBniYIhwoS {
  display: flex;
  background-image: url("../../../assets/images/aaron-santelices-zdwvvrdel8a-unsplash-2000x1333.jpg");
}
.cid-tBniYIhwoS .mbr-overlay {
  background-color: #353535;
  opacity: 0.5;
}
.cid-tBniYIhwoS .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tBniYIhwoS {
    align-items: flex-end;
  }
  .cid-tBniYIhwoS .row {
    justify-content: flex-start;
  }
  .cid-tBniYIhwoS .content-wrap {
    width: 31%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tBniYIhwoS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tBniYIhwoS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tBniYIhwoS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tBniYIhwoS .content-wrap {
    width: 100%;
  }
}
.cid-tBnkXiqKFd {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tBnkXiqKFd .line {
  background-color: #e6c63b;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tBnkXiqKFd .mbr-text {
  text-align: left;
}
.cid-tBo8Mz5EEL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tBo8Mz5EEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBo8Mz5EEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBo8Mz5EEL .google-map {
  height: 30rem;
  position: relative;
}
.cid-tBo8Mz5EEL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tBo8Mz5EEL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tBo8Mz5EEL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBo8Mz5EEL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBo9U51Fii {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBo9U51Fii .mbr-text {
  text-align: center;
}
.cid-tBnnOROjMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBnnOROjMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnnOROjMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnnOROjMm .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tBnnOROjMm .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tBnnOROjMm .item-wrapper {
  position: relative;
}
.cid-tBnnOROjMm .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-tBnnOROjMm .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tBnnOROjMm .carousel-control,
.cid-tBnnOROjMm .close {
  background: #1b1b1b;
}
.cid-tBnnOROjMm .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tBnnOROjMm .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tBnnOROjMm .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tBnnOROjMm .carousel-control-next span {
  margin-left: 5px;
}
.cid-tBnnOROjMm .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-tBnnOROjMm .close::before {
  content: '\e91a';
}
.cid-tBnnOROjMm .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tBnnOROjMm .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-tBnnOROjMm .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBnnOROjMm .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tBnnOROjMm .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tBnnOROjMm .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tBnnOROjMm .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-tBnnOROjMm .carousel-indicators li.active,
.cid-tBnnOROjMm .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tBnnOROjMm .carousel-indicators li::after,
.cid-tBnnOROjMm .carousel-indicators li::before {
  content: none;
}
.cid-tBnnOROjMm .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tBnnOROjMm .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tBnnOROjMm .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnnOROjMm .carousel-indicators {
    display: none;
  }
}
.cid-tBnnOROjMm .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tBnnOROjMm .carousel-inner > .active {
  display: block;
}
.cid-tBnnOROjMm .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tBnnOROjMm .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tBnnOROjMm .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tBnnOROjMm .carousel-control,
  .cid-tBnnOROjMm .carousel-indicators,
  .cid-tBnnOROjMm .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tBnnOROjMm .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tBnnOROjMm .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tBnnOROjMm .carousel-indicators .active,
.cid-tBnnOROjMm .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tBnnOROjMm .carousel-indicators .active {
  background: #fff;
}
.cid-tBnnOROjMm .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tBnnOROjMm .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tBnnOROjMm .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tBnnOROjMm .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tBnnOROjMm .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tBnnOROjMm .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tBnnOROjMm .carousel {
  width: 100%;
}
.cid-tBnnOROjMm .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tBnnOROjMm .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tBnnOROjMm .modal.fade .modal-dialog,
.cid-tBnnOROjMm .modal.in .modal-dialog {
  transform: none;
}
.cid-tBnnOROjMm .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tBnnOROjMm H6 {
  text-align: center;
}
.cid-tBnlCvinkh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBodrx3ErS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBodrx3ErS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBodrx3ErS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBodrx3ErS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBodrx3ErS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBodrx3ErS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBodrx3ErS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBodrx3ErS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBodrx3ErS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tBodrx3ErS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBoeTBw6wC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoeTBw6wC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeTBw6wC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeTBw6wC .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBoeTBw6wC .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tBoeTBw6wC .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBoeTBw6wC .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBoeTBw6wC .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBoeTBw6wC .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBoeTBw6wC .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tBoeTBw6wC .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBoeUHvtqh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoeUHvtqh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeUHvtqh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeUHvtqh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBoeUHvtqh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBoeUHvtqh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBoeUHvtqh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBoeUHvtqh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBoeUHvtqh .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tBoeUHvtqh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBoeVuFIUW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoeVuFIUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoeVuFIUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoeVuFIUW .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBoeVuFIUW .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-tBoeVuFIUW .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBoeVuFIUW .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBoeVuFIUW .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBoeVuFIUW .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBoeVuFIUW .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-tBoeVuFIUW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBokVEOncF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBokVEOncF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBokVEOncF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBokVEOncF .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-tBokVEOncF .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBokVEOncF .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tBokVEOncF .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBokVEOncF .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tBokVEOncF .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tBokVEOncF .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBoCKxjs2M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBoCKxjs2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBoCKxjs2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBoCKxjs2M .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tBoCKxjs2M .card {
    margin-bottom: 2rem!important;
  }
  .cid-tBoCKxjs2M .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBoCKxjs2M .link-wrap {
    align-items: center;
  }
}
.cid-tBoCKxjs2M .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tBny6sn4jU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tBniDpmZws {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tBniDpmZws .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBniDpmZws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBniDpmZws .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tBniDpmZws .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tBniDpmZws .row {
    text-align: center;
  }
  .cid-tBniDpmZws .row > div {
    margin: auto;
  }
  .cid-tBniDpmZws .social-row {
    justify-content: center;
  }
}
.cid-tBniDpmZws .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tBniDpmZws .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tBniDpmZws .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tBniDpmZws .list {
    margin-bottom: 0rem;
  }
}
.cid-tBniDpmZws .mbr-text {
  color: #000000;
}
.cid-tBniDpmZws .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-tBniDpmZws .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tBniDpmZws div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tBniDpmZws H5 {
  color: #000000;
}
.cid-tCveOaKpsL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCveOaKpsL nav.navbar {
  position: fixed;
}
.cid-tCveOaKpsL .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-tCveOaKpsL .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCveOaKpsL .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCveOaKpsL .dropdown-item:hover,
.cid-tCveOaKpsL .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCveOaKpsL .dropdown-item:hover span {
  color: white;
}
.cid-tCveOaKpsL .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCveOaKpsL .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCveOaKpsL .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCveOaKpsL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCveOaKpsL .nav-link {
  position: relative;
}
.cid-tCveOaKpsL .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCveOaKpsL .container {
    flex-wrap: wrap;
  }
}
.cid-tCveOaKpsL .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCveOaKpsL .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCveOaKpsL .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCveOaKpsL .dropdown-menu,
.cid-tCveOaKpsL .navbar.opened {
  background: #ffffff !important;
}
.cid-tCveOaKpsL .nav-item:focus,
.cid-tCveOaKpsL .nav-link:focus {
  outline: none;
}
.cid-tCveOaKpsL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCveOaKpsL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCveOaKpsL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCveOaKpsL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCveOaKpsL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCveOaKpsL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCveOaKpsL .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-tCveOaKpsL .navbar.opened {
  transition: all 0.3s;
}
.cid-tCveOaKpsL .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCveOaKpsL .navbar .navbar-logo img {
  width: auto;
}
.cid-tCveOaKpsL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCveOaKpsL .navbar.collapsed {
  justify-content: center;
}
.cid-tCveOaKpsL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCveOaKpsL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCveOaKpsL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCveOaKpsL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCveOaKpsL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCveOaKpsL .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-tCveOaKpsL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCveOaKpsL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCveOaKpsL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCveOaKpsL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCveOaKpsL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCveOaKpsL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCveOaKpsL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCveOaKpsL .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-tCveOaKpsL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCveOaKpsL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCveOaKpsL .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCveOaKpsL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCveOaKpsL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCveOaKpsL .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCveOaKpsL .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCveOaKpsL .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCveOaKpsL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCveOaKpsL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCveOaKpsL .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-tCveOaKpsL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCveOaKpsL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCveOaKpsL .dropdown-item.active,
.cid-tCveOaKpsL .dropdown-item:active {
  background-color: transparent;
}
.cid-tCveOaKpsL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCveOaKpsL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCveOaKpsL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCveOaKpsL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCveOaKpsL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCveOaKpsL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCveOaKpsL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCveOaKpsL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCveOaKpsL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCveOaKpsL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCveOaKpsL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCveOaKpsL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveOaKpsL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveOaKpsL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCveOaKpsL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveOaKpsL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCveOaKpsL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCveOaKpsL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveOaKpsL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCveOaKpsL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCveOaKpsL .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-tCveOaKpsL .navbar {
    height: 70px;
  }
  .cid-tCveOaKpsL .navbar.opened {
    height: auto;
  }
  .cid-tCveOaKpsL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCveObc6g4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-tCveObc6g4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveObc6g4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveObc6g4 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCveObc6g4 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCveObc6g4 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCveObc6g4 .mbr-section-title {
  color: #ffffff;
}
.cid-tCveObc6g4 .mbr-text,
.cid-tCveObc6g4 .mbr-section-btn {
  color: #fafafa;
}
.cid-tCveObz5T9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveObz5T9 blockquote {
  border-color: #2299aa;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCveObTTy1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveObTTy1 .mbr-text {
  text-align: left;
}
.cid-tCveOchQ7c {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveOchQ7c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveOchQ7c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveOchQ7c .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCveOchQ7c .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCveOchQ7c .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCveOchQ7c .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCveOchQ7c .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-tCveOchQ7c .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCveOchQ7c .carousel-control,
.cid-tCveOchQ7c .close {
  background: #1b1b1b;
}
.cid-tCveOchQ7c .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCveOchQ7c .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCveOchQ7c .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCveOchQ7c .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCveOchQ7c .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-tCveOchQ7c .close::before {
  content: '\e91a';
}
.cid-tCveOchQ7c .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCveOchQ7c .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-tCveOchQ7c .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCveOchQ7c .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCveOchQ7c .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCveOchQ7c .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCveOchQ7c .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-tCveOchQ7c .carousel-indicators li.active,
.cid-tCveOchQ7c .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCveOchQ7c .carousel-indicators li::after,
.cid-tCveOchQ7c .carousel-indicators li::before {
  content: none;
}
.cid-tCveOchQ7c .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCveOchQ7c .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCveOchQ7c .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveOchQ7c .carousel-indicators {
    display: none;
  }
}
.cid-tCveOchQ7c .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCveOchQ7c .carousel-inner > .active {
  display: block;
}
.cid-tCveOchQ7c .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCveOchQ7c .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCveOchQ7c .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCveOchQ7c .carousel-control,
  .cid-tCveOchQ7c .carousel-indicators,
  .cid-tCveOchQ7c .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCveOchQ7c .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCveOchQ7c .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCveOchQ7c .carousel-indicators .active,
.cid-tCveOchQ7c .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCveOchQ7c .carousel-indicators .active {
  background: #fff;
}
.cid-tCveOchQ7c .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCveOchQ7c .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCveOchQ7c .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCveOchQ7c .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCveOchQ7c .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCveOchQ7c .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCveOchQ7c .carousel {
  width: 100%;
}
.cid-tCveOchQ7c .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCveOchQ7c .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCveOchQ7c .modal.fade .modal-dialog,
.cid-tCveOchQ7c .modal.in .modal-dialog {
  transform: none;
}
.cid-tCveOchQ7c .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCveOchQ7c H6 {
  text-align: center;
}
.cid-tCveOcVV9m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveOcVV9m .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveOcVV9m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveOcVV9m .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCveOcVV9m .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCveOcVV9m .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCveOcVV9m .panel-body,
.cid-tCveOcVV9m .card-header {
  padding: 1rem 0;
}
.cid-tCveOcVV9m .panel-title-edit {
  color: #000000;
}
.cid-tCveOcVV9m .panel-text {
  text-align: left;
}
.cid-tCveOdpEsS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCveOdpEsS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveOdpEsS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveOdpEsS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCveOdpEsS .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCveOdpEsS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveOdpEsS .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCveOdQMVQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveOdQMVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveOdQMVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveOdQMVQ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCveOdQMVQ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCveOdQMVQ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCveOdQMVQ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCveOdQMVQ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCveOdQMVQ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCveOdQMVQ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCveOdQMVQ .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-tCveOdQMVQ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCveOdQMVQ [class^="socicon-"]:before,
.cid-tCveOdQMVQ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCveOeeFRa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveOeeFRa .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCveOexLXB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCveOexLXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveOexLXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveOexLXB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCveOexLXB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveOexLXB .row {
    text-align: center;
  }
  .cid-tCveOexLXB .row > div {
    margin: auto;
  }
  .cid-tCveOexLXB .social-row {
    justify-content: center;
  }
}
.cid-tCveOexLXB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCveOexLXB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCveOexLXB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCveOexLXB .list {
    margin-bottom: 0rem;
  }
}
.cid-tCveOexLXB .mbr-text {
  color: #000000;
}
.cid-tCveOexLXB .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-tCveOexLXB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCveOexLXB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCveOexLXB H5 {
  color: #000000;
}
.cid-tCveRRfybd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCveRRfybd nav.navbar {
  position: fixed;
}
.cid-tCveRRfybd .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-tCveRRfybd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCveRRfybd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCveRRfybd .dropdown-item:hover,
.cid-tCveRRfybd .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCveRRfybd .dropdown-item:hover span {
  color: white;
}
.cid-tCveRRfybd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCveRRfybd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCveRRfybd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCveRRfybd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCveRRfybd .nav-link {
  position: relative;
}
.cid-tCveRRfybd .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCveRRfybd .container {
    flex-wrap: wrap;
  }
}
.cid-tCveRRfybd .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCveRRfybd .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCveRRfybd .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCveRRfybd .dropdown-menu,
.cid-tCveRRfybd .navbar.opened {
  background: #ffffff !important;
}
.cid-tCveRRfybd .nav-item:focus,
.cid-tCveRRfybd .nav-link:focus {
  outline: none;
}
.cid-tCveRRfybd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCveRRfybd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCveRRfybd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCveRRfybd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCveRRfybd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCveRRfybd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCveRRfybd .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-tCveRRfybd .navbar.opened {
  transition: all 0.3s;
}
.cid-tCveRRfybd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCveRRfybd .navbar .navbar-logo img {
  width: auto;
}
.cid-tCveRRfybd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCveRRfybd .navbar.collapsed {
  justify-content: center;
}
.cid-tCveRRfybd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCveRRfybd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCveRRfybd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCveRRfybd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCveRRfybd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCveRRfybd .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-tCveRRfybd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCveRRfybd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCveRRfybd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCveRRfybd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCveRRfybd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCveRRfybd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCveRRfybd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCveRRfybd .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-tCveRRfybd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCveRRfybd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCveRRfybd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCveRRfybd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCveRRfybd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCveRRfybd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCveRRfybd .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCveRRfybd .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCveRRfybd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCveRRfybd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCveRRfybd .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-tCveRRfybd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCveRRfybd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCveRRfybd .dropdown-item.active,
.cid-tCveRRfybd .dropdown-item:active {
  background-color: transparent;
}
.cid-tCveRRfybd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCveRRfybd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCveRRfybd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCveRRfybd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCveRRfybd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCveRRfybd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCveRRfybd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCveRRfybd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCveRRfybd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCveRRfybd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCveRRfybd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCveRRfybd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveRRfybd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCveRRfybd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCveRRfybd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveRRfybd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCveRRfybd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCveRRfybd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCveRRfybd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCveRRfybd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCveRRfybd .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-tCveRRfybd .navbar {
    height: 70px;
  }
  .cid-tCveRRfybd .navbar.opened {
    height: auto;
  }
  .cid-tCveRRfybd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCveRRD3cX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-tCveRRD3cX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRRD3cX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRRD3cX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCveRRD3cX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCveRRD3cX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCveRRD3cX .mbr-section-title {
  color: #ffffff;
}
.cid-tCveRRD3cX .mbr-text,
.cid-tCveRRD3cX .mbr-section-btn {
  color: #fafafa;
}
.cid-tCveRRXUtp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveRRXUtp blockquote {
  border-color: #ff9966;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCveRShtep {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveRShtep .mbr-text {
  text-align: left;
}
.cid-tCveRSD1Ye {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCveRSD1Ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRSD1Ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRSD1Ye .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCveRSD1Ye .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCveRSD1Ye .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCveRSD1Ye .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCveRSD1Ye .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-tCveRSD1Ye .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCveRSD1Ye .carousel-control,
.cid-tCveRSD1Ye .close {
  background: #1b1b1b;
}
.cid-tCveRSD1Ye .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCveRSD1Ye .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCveRSD1Ye .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCveRSD1Ye .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCveRSD1Ye .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-tCveRSD1Ye .close::before {
  content: '\e91a';
}
.cid-tCveRSD1Ye .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCveRSD1Ye .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-tCveRSD1Ye .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCveRSD1Ye .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCveRSD1Ye .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCveRSD1Ye .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCveRSD1Ye .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-tCveRSD1Ye .carousel-indicators li.active,
.cid-tCveRSD1Ye .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCveRSD1Ye .carousel-indicators li::after,
.cid-tCveRSD1Ye .carousel-indicators li::before {
  content: none;
}
.cid-tCveRSD1Ye .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCveRSD1Ye .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCveRSD1Ye .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveRSD1Ye .carousel-indicators {
    display: none;
  }
}
.cid-tCveRSD1Ye .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCveRSD1Ye .carousel-inner > .active {
  display: block;
}
.cid-tCveRSD1Ye .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCveRSD1Ye .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCveRSD1Ye .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCveRSD1Ye .carousel-control,
  .cid-tCveRSD1Ye .carousel-indicators,
  .cid-tCveRSD1Ye .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCveRSD1Ye .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCveRSD1Ye .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCveRSD1Ye .carousel-indicators .active,
.cid-tCveRSD1Ye .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCveRSD1Ye .carousel-indicators .active {
  background: #fff;
}
.cid-tCveRSD1Ye .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCveRSD1Ye .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCveRSD1Ye .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCveRSD1Ye .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCveRSD1Ye .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCveRSD1Ye .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCveRSD1Ye .carousel {
  width: 100%;
}
.cid-tCveRSD1Ye .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCveRSD1Ye .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCveRSD1Ye .modal.fade .modal-dialog,
.cid-tCveRSD1Ye .modal.in .modal-dialog {
  transform: none;
}
.cid-tCveRSD1Ye .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCveRSD1Ye H6 {
  text-align: center;
}
.cid-tCveRTgoYq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveRTgoYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRTgoYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRTgoYq .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCveRTgoYq .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCveRTgoYq .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCveRTgoYq .panel-body,
.cid-tCveRTgoYq .card-header {
  padding: 1rem 0;
}
.cid-tCveRTgoYq .panel-title-edit {
  color: #000000;
}
.cid-tCveRTgoYq .panel-text {
  text-align: left;
}
.cid-tCveRTJg8a {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCveRTJg8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRTJg8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRTJg8a .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCveRTJg8a .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCveRTJg8a .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveRTJg8a .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCveRU78YF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveRU78YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRU78YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRU78YF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCveRU78YF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCveRU78YF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCveRU78YF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCveRU78YF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCveRU78YF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCveRU78YF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCveRU78YF .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-tCveRU78YF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCveRU78YF [class^="socicon-"]:before,
.cid-tCveRU78YF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCveRUwXk9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCveRUwXk9 .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCveRUN7zG {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCveRUN7zG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCveRUN7zG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCveRUN7zG .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCveRUN7zG .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCveRUN7zG .row {
    text-align: center;
  }
  .cid-tCveRUN7zG .row > div {
    margin: auto;
  }
  .cid-tCveRUN7zG .social-row {
    justify-content: center;
  }
}
.cid-tCveRUN7zG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCveRUN7zG .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCveRUN7zG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCveRUN7zG .list {
    margin-bottom: 0rem;
  }
}
.cid-tCveRUN7zG .mbr-text {
  color: #000000;
}
.cid-tCveRUN7zG .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-tCveRUN7zG .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCveRUN7zG div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCveRUN7zG H5 {
  color: #000000;
}
.cid-tCvoBd6VG7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvoBd6VG7 nav.navbar {
  position: fixed;
}
.cid-tCvoBd6VG7 .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-tCvoBd6VG7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvoBd6VG7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvoBd6VG7 .dropdown-item:hover,
.cid-tCvoBd6VG7 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvoBd6VG7 .dropdown-item:hover span {
  color: white;
}
.cid-tCvoBd6VG7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvoBd6VG7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvoBd6VG7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvoBd6VG7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvoBd6VG7 .nav-link {
  position: relative;
}
.cid-tCvoBd6VG7 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvoBd6VG7 .container {
    flex-wrap: wrap;
  }
}
.cid-tCvoBd6VG7 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvoBd6VG7 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvoBd6VG7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvoBd6VG7 .dropdown-menu,
.cid-tCvoBd6VG7 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvoBd6VG7 .nav-item:focus,
.cid-tCvoBd6VG7 .nav-link:focus {
  outline: none;
}
.cid-tCvoBd6VG7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvoBd6VG7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvoBd6VG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvoBd6VG7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvoBd6VG7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvoBd6VG7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvoBd6VG7 .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-tCvoBd6VG7 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvoBd6VG7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvoBd6VG7 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvoBd6VG7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvoBd6VG7 .navbar.collapsed {
  justify-content: center;
}
.cid-tCvoBd6VG7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvoBd6VG7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvoBd6VG7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvoBd6VG7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvoBd6VG7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvoBd6VG7 .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-tCvoBd6VG7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvoBd6VG7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvoBd6VG7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvoBd6VG7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvoBd6VG7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvoBd6VG7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvoBd6VG7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvoBd6VG7 .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-tCvoBd6VG7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvoBd6VG7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvoBd6VG7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvoBd6VG7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvoBd6VG7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvoBd6VG7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvoBd6VG7 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvoBd6VG7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvoBd6VG7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvoBd6VG7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvoBd6VG7 .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-tCvoBd6VG7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvoBd6VG7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvoBd6VG7 .dropdown-item.active,
.cid-tCvoBd6VG7 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvoBd6VG7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvoBd6VG7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvoBd6VG7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvoBd6VG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvoBd6VG7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvoBd6VG7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvoBd6VG7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvoBd6VG7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvoBd6VG7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvoBd6VG7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvoBd6VG7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvoBd6VG7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvoBd6VG7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvoBd6VG7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvoBd6VG7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvoBd6VG7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvoBd6VG7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvoBd6VG7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvoBd6VG7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvoBd6VG7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvoBd6VG7 .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-tCvoBd6VG7 .navbar {
    height: 70px;
  }
  .cid-tCvoBd6VG7 .navbar.opened {
    height: auto;
  }
  .cid-tCvoBd6VG7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvoBdzWMm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #47b5ed;
}
.cid-tCvoBdzWMm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBdzWMm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBdzWMm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvoBdzWMm .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvoBdzWMm .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvoBdzWMm .mbr-section-title {
  color: #ffffff;
}
.cid-tCvoBdzWMm .mbr-text,
.cid-tCvoBdzWMm .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvoBdZBcD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvoBdZBcD blockquote {
  border-color: #22a5e5;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvoBelEnp {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvoBelEnp .mbr-text {
  text-align: left;
}
.cid-tCvoBeHc8p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvoBeHc8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBeHc8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBeHc8p .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvoBeHc8p .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvoBeHc8p .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvoBeHc8p .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvoBeHc8p .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-tCvoBeHc8p .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvoBeHc8p .carousel-control,
.cid-tCvoBeHc8p .close {
  background: #1b1b1b;
}
.cid-tCvoBeHc8p .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvoBeHc8p .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvoBeHc8p .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvoBeHc8p .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvoBeHc8p .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-tCvoBeHc8p .close::before {
  content: '\e91a';
}
.cid-tCvoBeHc8p .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvoBeHc8p .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-tCvoBeHc8p .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvoBeHc8p .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvoBeHc8p .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvoBeHc8p .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvoBeHc8p .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-tCvoBeHc8p .carousel-indicators li.active,
.cid-tCvoBeHc8p .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvoBeHc8p .carousel-indicators li::after,
.cid-tCvoBeHc8p .carousel-indicators li::before {
  content: none;
}
.cid-tCvoBeHc8p .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvoBeHc8p .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvoBeHc8p .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvoBeHc8p .carousel-indicators {
    display: none;
  }
}
.cid-tCvoBeHc8p .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvoBeHc8p .carousel-inner > .active {
  display: block;
}
.cid-tCvoBeHc8p .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvoBeHc8p .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvoBeHc8p .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvoBeHc8p .carousel-control,
  .cid-tCvoBeHc8p .carousel-indicators,
  .cid-tCvoBeHc8p .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvoBeHc8p .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvoBeHc8p .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvoBeHc8p .carousel-indicators .active,
.cid-tCvoBeHc8p .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvoBeHc8p .carousel-indicators .active {
  background: #fff;
}
.cid-tCvoBeHc8p .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvoBeHc8p .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvoBeHc8p .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvoBeHc8p .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvoBeHc8p .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvoBeHc8p .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvoBeHc8p .carousel {
  width: 100%;
}
.cid-tCvoBeHc8p .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvoBeHc8p .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvoBeHc8p .modal.fade .modal-dialog,
.cid-tCvoBeHc8p .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvoBeHc8p .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvoBeHc8p H6 {
  text-align: center;
}
.cid-tCvoBfj1Bs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvoBfj1Bs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBfj1Bs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBfj1Bs .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvoBfj1Bs .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvoBfj1Bs .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvoBfj1Bs .panel-body,
.cid-tCvoBfj1Bs .card-header {
  padding: 1rem 0;
}
.cid-tCvoBfj1Bs .panel-title-edit {
  color: #000000;
}
.cid-tCvoBfj1Bs .panel-text {
  text-align: left;
}
.cid-tCvoBfOip2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvoBfOip2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBfOip2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBfOip2 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvoBfOip2 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvoBfOip2 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvoBfOip2 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvoBgnB3x {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvoBgnB3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBgnB3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBgnB3x .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvoBgnB3x .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvoBgnB3x .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvoBgnB3x .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvoBgnB3x .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvoBgnB3x .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvoBgnB3x .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvoBgnB3x .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-tCvoBgnB3x .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvoBgnB3x [class^="socicon-"]:before,
.cid-tCvoBgnB3x [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvoBgMJQr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvoBgMJQr .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvoBh6jpB {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvoBh6jpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvoBh6jpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvoBh6jpB .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvoBh6jpB .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvoBh6jpB .row {
    text-align: center;
  }
  .cid-tCvoBh6jpB .row > div {
    margin: auto;
  }
  .cid-tCvoBh6jpB .social-row {
    justify-content: center;
  }
}
.cid-tCvoBh6jpB .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvoBh6jpB .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvoBh6jpB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvoBh6jpB .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvoBh6jpB .mbr-text {
  color: #000000;
}
.cid-tCvoBh6jpB .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-tCvoBh6jpB .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvoBh6jpB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvoBh6jpB H5 {
  color: #000000;
}
.cid-tCvqWUQvS6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvqWUQvS6 nav.navbar {
  position: fixed;
}
.cid-tCvqWUQvS6 .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-tCvqWUQvS6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvqWUQvS6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvqWUQvS6 .dropdown-item:hover,
.cid-tCvqWUQvS6 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvqWUQvS6 .dropdown-item:hover span {
  color: white;
}
.cid-tCvqWUQvS6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvqWUQvS6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvqWUQvS6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvqWUQvS6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvqWUQvS6 .nav-link {
  position: relative;
}
.cid-tCvqWUQvS6 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvqWUQvS6 .container {
    flex-wrap: wrap;
  }
}
.cid-tCvqWUQvS6 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvqWUQvS6 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvqWUQvS6 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvqWUQvS6 .dropdown-menu,
.cid-tCvqWUQvS6 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvqWUQvS6 .nav-item:focus,
.cid-tCvqWUQvS6 .nav-link:focus {
  outline: none;
}
.cid-tCvqWUQvS6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvqWUQvS6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvqWUQvS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvqWUQvS6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvqWUQvS6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvqWUQvS6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvqWUQvS6 .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-tCvqWUQvS6 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvqWUQvS6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvqWUQvS6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvqWUQvS6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvqWUQvS6 .navbar.collapsed {
  justify-content: center;
}
.cid-tCvqWUQvS6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvqWUQvS6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvqWUQvS6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvqWUQvS6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvqWUQvS6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvqWUQvS6 .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-tCvqWUQvS6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvqWUQvS6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvqWUQvS6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvqWUQvS6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvqWUQvS6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvqWUQvS6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvqWUQvS6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvqWUQvS6 .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-tCvqWUQvS6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvqWUQvS6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvqWUQvS6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvqWUQvS6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvqWUQvS6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvqWUQvS6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvqWUQvS6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvqWUQvS6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvqWUQvS6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvqWUQvS6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvqWUQvS6 .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-tCvqWUQvS6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvqWUQvS6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvqWUQvS6 .dropdown-item.active,
.cid-tCvqWUQvS6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvqWUQvS6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvqWUQvS6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvqWUQvS6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvqWUQvS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvqWUQvS6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvqWUQvS6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvqWUQvS6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvqWUQvS6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvqWUQvS6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvqWUQvS6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvqWUQvS6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvqWUQvS6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvqWUQvS6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvqWUQvS6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvqWUQvS6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvqWUQvS6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvqWUQvS6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvqWUQvS6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvqWUQvS6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvqWUQvS6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvqWUQvS6 .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-tCvqWUQvS6 .navbar {
    height: 70px;
  }
  .cid-tCvqWUQvS6 .navbar.opened {
    height: auto;
  }
  .cid-tCvqWUQvS6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvqWVk8uk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ff9966;
}
.cid-tCvqWVk8uk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWVk8uk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWVk8uk .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvqWVk8uk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvqWVk8uk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvqWVk8uk .mbr-section-title {
  color: #ffffff;
}
.cid-tCvqWVk8uk .mbr-text,
.cid-tCvqWVk8uk .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvqWVQcqD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvqWVQcqD blockquote {
  border-color: #ff9966;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvqWW85BE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvqWW85BE .mbr-text {
  text-align: left;
}
.cid-tCvqWWrTSC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvqWWrTSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWWrTSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWWrTSC .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvqWWrTSC .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvqWWrTSC .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvqWWrTSC .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvqWWrTSC .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-tCvqWWrTSC .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvqWWrTSC .carousel-control,
.cid-tCvqWWrTSC .close {
  background: #1b1b1b;
}
.cid-tCvqWWrTSC .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvqWWrTSC .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvqWWrTSC .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvqWWrTSC .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvqWWrTSC .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-tCvqWWrTSC .close::before {
  content: '\e91a';
}
.cid-tCvqWWrTSC .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvqWWrTSC .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-tCvqWWrTSC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvqWWrTSC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvqWWrTSC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvqWWrTSC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvqWWrTSC .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-tCvqWWrTSC .carousel-indicators li.active,
.cid-tCvqWWrTSC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvqWWrTSC .carousel-indicators li::after,
.cid-tCvqWWrTSC .carousel-indicators li::before {
  content: none;
}
.cid-tCvqWWrTSC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvqWWrTSC .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvqWWrTSC .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvqWWrTSC .carousel-indicators {
    display: none;
  }
}
.cid-tCvqWWrTSC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvqWWrTSC .carousel-inner > .active {
  display: block;
}
.cid-tCvqWWrTSC .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvqWWrTSC .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvqWWrTSC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvqWWrTSC .carousel-control,
  .cid-tCvqWWrTSC .carousel-indicators,
  .cid-tCvqWWrTSC .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvqWWrTSC .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvqWWrTSC .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvqWWrTSC .carousel-indicators .active,
.cid-tCvqWWrTSC .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvqWWrTSC .carousel-indicators .active {
  background: #fff;
}
.cid-tCvqWWrTSC .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvqWWrTSC .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvqWWrTSC .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvqWWrTSC .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvqWWrTSC .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvqWWrTSC .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvqWWrTSC .carousel {
  width: 100%;
}
.cid-tCvqWWrTSC .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvqWWrTSC .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvqWWrTSC .modal.fade .modal-dialog,
.cid-tCvqWWrTSC .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvqWWrTSC .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvqWWrTSC H6 {
  text-align: center;
}
.cid-tCvqWX5kO6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvqWX5kO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWX5kO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWX5kO6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvqWX5kO6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvqWX5kO6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvqWX5kO6 .panel-body,
.cid-tCvqWX5kO6 .card-header {
  padding: 1rem 0;
}
.cid-tCvqWX5kO6 .panel-title-edit {
  color: #000000;
}
.cid-tCvqWX5kO6 .panel-text {
  text-align: left;
}
.cid-tCvqWXyLwW {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvqWXyLwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWXyLwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWXyLwW .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvqWXyLwW .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvqWXyLwW .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvqWXyLwW .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvqWY4OIF {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvqWY4OIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWY4OIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWY4OIF .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvqWY4OIF .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvqWY4OIF .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvqWY4OIF .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvqWY4OIF .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvqWY4OIF .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvqWY4OIF .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvqWY4OIF .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-tCvqWY4OIF .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvqWY4OIF [class^="socicon-"]:before,
.cid-tCvqWY4OIF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvqWYrWuE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvqWYrWuE .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvqWYMx4o {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvqWYMx4o .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvqWYMx4o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvqWYMx4o .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvqWYMx4o .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvqWYMx4o .row {
    text-align: center;
  }
  .cid-tCvqWYMx4o .row > div {
    margin: auto;
  }
  .cid-tCvqWYMx4o .social-row {
    justify-content: center;
  }
}
.cid-tCvqWYMx4o .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvqWYMx4o .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvqWYMx4o .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvqWYMx4o .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvqWYMx4o .mbr-text {
  color: #000000;
}
.cid-tCvqWYMx4o .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-tCvqWYMx4o .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvqWYMx4o div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvqWYMx4o H5 {
  color: #000000;
}
.cid-tCvvficas9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvvficas9 nav.navbar {
  position: fixed;
}
.cid-tCvvficas9 .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-tCvvficas9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvvficas9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvvficas9 .dropdown-item:hover,
.cid-tCvvficas9 .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvvficas9 .dropdown-item:hover span {
  color: white;
}
.cid-tCvvficas9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvvficas9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvvficas9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvvficas9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvvficas9 .nav-link {
  position: relative;
}
.cid-tCvvficas9 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvvficas9 .container {
    flex-wrap: wrap;
  }
}
.cid-tCvvficas9 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvvficas9 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvvficas9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvvficas9 .dropdown-menu,
.cid-tCvvficas9 .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvvficas9 .nav-item:focus,
.cid-tCvvficas9 .nav-link:focus {
  outline: none;
}
.cid-tCvvficas9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvvficas9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvvficas9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvvficas9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvvficas9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvvficas9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvvficas9 .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-tCvvficas9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvvficas9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvvficas9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvvficas9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvvficas9 .navbar.collapsed {
  justify-content: center;
}
.cid-tCvvficas9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvvficas9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvvficas9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvvficas9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvvficas9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvvficas9 .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-tCvvficas9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvvficas9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvvficas9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvvficas9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvvficas9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvvficas9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvvficas9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvvficas9 .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-tCvvficas9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvvficas9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvvficas9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvvficas9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvvficas9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvvficas9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvvficas9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvvficas9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvvficas9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvvficas9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvvficas9 .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-tCvvficas9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvvficas9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvvficas9 .dropdown-item.active,
.cid-tCvvficas9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvvficas9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvvficas9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvvficas9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvvficas9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvvficas9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvvficas9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvvficas9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvvficas9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvvficas9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvvficas9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvvficas9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvvficas9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvvficas9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvvficas9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvvficas9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvvficas9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvvficas9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvvficas9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvvficas9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvvficas9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvvficas9 .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-tCvvficas9 .navbar {
    height: 70px;
  }
  .cid-tCvvficas9 .navbar.opened {
    height: auto;
  }
  .cid-tCvvficas9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvvfiTjqv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tCvvfiTjqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvfiTjqv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvfiTjqv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvvfiTjqv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvvfiTjqv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvvfiTjqv .mbr-section-title {
  color: #ffffff;
}
.cid-tCvvfiTjqv .mbr-text,
.cid-tCvvfiTjqv .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvvfjwGJk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvvfjwGJk blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvvfjO2s0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvvfjO2s0 .mbr-text {
  text-align: left;
}
.cid-tCvvfk8Mq1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvvfk8Mq1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvfk8Mq1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvfk8Mq1 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvvfk8Mq1 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvvfk8Mq1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvvfk8Mq1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvvfk8Mq1 .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-tCvvfk8Mq1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvvfk8Mq1 .carousel-control,
.cid-tCvvfk8Mq1 .close {
  background: #1b1b1b;
}
.cid-tCvvfk8Mq1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvvfk8Mq1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvvfk8Mq1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvvfk8Mq1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvvfk8Mq1 .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-tCvvfk8Mq1 .close::before {
  content: '\e91a';
}
.cid-tCvvfk8Mq1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvvfk8Mq1 .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-tCvvfk8Mq1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvvfk8Mq1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvvfk8Mq1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvvfk8Mq1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvvfk8Mq1 .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-tCvvfk8Mq1 .carousel-indicators li.active,
.cid-tCvvfk8Mq1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvvfk8Mq1 .carousel-indicators li::after,
.cid-tCvvfk8Mq1 .carousel-indicators li::before {
  content: none;
}
.cid-tCvvfk8Mq1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvvfk8Mq1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvvfk8Mq1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvvfk8Mq1 .carousel-indicators {
    display: none;
  }
}
.cid-tCvvfk8Mq1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvvfk8Mq1 .carousel-inner > .active {
  display: block;
}
.cid-tCvvfk8Mq1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvvfk8Mq1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvvfk8Mq1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvvfk8Mq1 .carousel-control,
  .cid-tCvvfk8Mq1 .carousel-indicators,
  .cid-tCvvfk8Mq1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvvfk8Mq1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvvfk8Mq1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvvfk8Mq1 .carousel-indicators .active,
.cid-tCvvfk8Mq1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvvfk8Mq1 .carousel-indicators .active {
  background: #fff;
}
.cid-tCvvfk8Mq1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvvfk8Mq1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvvfk8Mq1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvvfk8Mq1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvvfk8Mq1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvvfk8Mq1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvvfk8Mq1 .carousel {
  width: 100%;
}
.cid-tCvvfk8Mq1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvvfk8Mq1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvvfk8Mq1 .modal.fade .modal-dialog,
.cid-tCvvfk8Mq1 .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvvfk8Mq1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvvfk8Mq1 H6 {
  text-align: center;
}
.cid-tCvvfkMRXw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvvfkMRXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvfkMRXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvfkMRXw .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvvfkMRXw .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvvfkMRXw .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvvfkMRXw .panel-body,
.cid-tCvvfkMRXw .card-header {
  padding: 1rem 0;
}
.cid-tCvvfkMRXw .panel-title-edit {
  color: #000000;
}
.cid-tCvvfkMRXw .panel-text {
  text-align: left;
}
.cid-tCvvflgpVs {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvvflgpVs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvflgpVs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvflgpVs .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvvflgpVs .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvvflgpVs .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvvflgpVs .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvvflJi3U {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvvflJi3U .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvflJi3U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvflJi3U .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvvflJi3U .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvvflJi3U .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvvflJi3U .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvvflJi3U .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvvflJi3U .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvvflJi3U .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvvflJi3U .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-tCvvflJi3U .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvvflJi3U [class^="socicon-"]:before,
.cid-tCvvflJi3U [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvvfmbypS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvvfmbypS .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvvfmv4ge {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvvfmv4ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvvfmv4ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvvfmv4ge .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvvfmv4ge .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvvfmv4ge .row {
    text-align: center;
  }
  .cid-tCvvfmv4ge .row > div {
    margin: auto;
  }
  .cid-tCvvfmv4ge .social-row {
    justify-content: center;
  }
}
.cid-tCvvfmv4ge .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvvfmv4ge .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvvfmv4ge .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvvfmv4ge .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvvfmv4ge .mbr-text {
  color: #000000;
}
.cid-tCvvfmv4ge .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-tCvvfmv4ge .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvvfmv4ge div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvvfmv4ge H5 {
  color: #000000;
}
.cid-tCvyrlufyz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvyrlufyz nav.navbar {
  position: fixed;
}
.cid-tCvyrlufyz .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-tCvyrlufyz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvyrlufyz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvyrlufyz .dropdown-item:hover,
.cid-tCvyrlufyz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvyrlufyz .dropdown-item:hover span {
  color: white;
}
.cid-tCvyrlufyz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvyrlufyz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvyrlufyz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvyrlufyz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvyrlufyz .nav-link {
  position: relative;
}
.cid-tCvyrlufyz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvyrlufyz .container {
    flex-wrap: wrap;
  }
}
.cid-tCvyrlufyz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvyrlufyz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvyrlufyz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvyrlufyz .dropdown-menu,
.cid-tCvyrlufyz .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvyrlufyz .nav-item:focus,
.cid-tCvyrlufyz .nav-link:focus {
  outline: none;
}
.cid-tCvyrlufyz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvyrlufyz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvyrlufyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvyrlufyz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvyrlufyz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvyrlufyz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvyrlufyz .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-tCvyrlufyz .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvyrlufyz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvyrlufyz .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvyrlufyz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvyrlufyz .navbar.collapsed {
  justify-content: center;
}
.cid-tCvyrlufyz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvyrlufyz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvyrlufyz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvyrlufyz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvyrlufyz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvyrlufyz .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-tCvyrlufyz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvyrlufyz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvyrlufyz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvyrlufyz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvyrlufyz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvyrlufyz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvyrlufyz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvyrlufyz .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-tCvyrlufyz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvyrlufyz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvyrlufyz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvyrlufyz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvyrlufyz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvyrlufyz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvyrlufyz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvyrlufyz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvyrlufyz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvyrlufyz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvyrlufyz .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-tCvyrlufyz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvyrlufyz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvyrlufyz .dropdown-item.active,
.cid-tCvyrlufyz .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvyrlufyz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvyrlufyz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvyrlufyz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvyrlufyz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvyrlufyz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvyrlufyz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvyrlufyz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvyrlufyz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvyrlufyz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvyrlufyz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvyrlufyz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvyrlufyz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvyrlufyz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvyrlufyz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvyrlufyz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvyrlufyz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvyrlufyz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvyrlufyz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvyrlufyz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvyrlufyz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvyrlufyz .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-tCvyrlufyz .navbar {
    height: 70px;
  }
  .cid-tCvyrlufyz .navbar.opened {
    height: auto;
  }
  .cid-tCvyrlufyz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvyrlVuLT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-tCvyrlVuLT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyrlVuLT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyrlVuLT .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvyrlVuLT .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvyrlVuLT .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvyrlVuLT .mbr-section-title {
  color: #ffffff;
}
.cid-tCvyrlVuLT .mbr-text,
.cid-tCvyrlVuLT .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvyrmoV8A {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvyrmoV8A blockquote {
  border-color: #ffe161;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvyrmF37R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvyrmF37R .mbr-text {
  text-align: left;
}
.cid-tCvEhdTpvG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvEhdTpvG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvEhdTpvG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvEhdTpvG .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tCvEhdTpvG .mbr-section-subtitle {
  text-align: left;
}
.cid-tCvyrmZ8Y5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvyrmZ8Y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyrmZ8Y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyrmZ8Y5 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvyrmZ8Y5 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvyrmZ8Y5 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvyrmZ8Y5 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvyrmZ8Y5 .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-tCvyrmZ8Y5 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvyrmZ8Y5 .carousel-control,
.cid-tCvyrmZ8Y5 .close {
  background: #1b1b1b;
}
.cid-tCvyrmZ8Y5 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvyrmZ8Y5 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvyrmZ8Y5 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvyrmZ8Y5 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvyrmZ8Y5 .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-tCvyrmZ8Y5 .close::before {
  content: '\e91a';
}
.cid-tCvyrmZ8Y5 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvyrmZ8Y5 .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-tCvyrmZ8Y5 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvyrmZ8Y5 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvyrmZ8Y5 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvyrmZ8Y5 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvyrmZ8Y5 .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-tCvyrmZ8Y5 .carousel-indicators li.active,
.cid-tCvyrmZ8Y5 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvyrmZ8Y5 .carousel-indicators li::after,
.cid-tCvyrmZ8Y5 .carousel-indicators li::before {
  content: none;
}
.cid-tCvyrmZ8Y5 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvyrmZ8Y5 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvyrmZ8Y5 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvyrmZ8Y5 .carousel-indicators {
    display: none;
  }
}
.cid-tCvyrmZ8Y5 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvyrmZ8Y5 .carousel-inner > .active {
  display: block;
}
.cid-tCvyrmZ8Y5 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvyrmZ8Y5 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvyrmZ8Y5 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvyrmZ8Y5 .carousel-control,
  .cid-tCvyrmZ8Y5 .carousel-indicators,
  .cid-tCvyrmZ8Y5 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvyrmZ8Y5 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvyrmZ8Y5 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvyrmZ8Y5 .carousel-indicators .active,
.cid-tCvyrmZ8Y5 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvyrmZ8Y5 .carousel-indicators .active {
  background: #fff;
}
.cid-tCvyrmZ8Y5 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvyrmZ8Y5 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvyrmZ8Y5 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvyrmZ8Y5 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvyrmZ8Y5 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvyrmZ8Y5 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvyrmZ8Y5 .carousel {
  width: 100%;
}
.cid-tCvyrmZ8Y5 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvyrmZ8Y5 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvyrmZ8Y5 .modal.fade .modal-dialog,
.cid-tCvyrmZ8Y5 .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvyrmZ8Y5 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvyrmZ8Y5 H6 {
  text-align: center;
}
.cid-tCvyrnHiAb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvyrnHiAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyrnHiAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyrnHiAb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvyrnHiAb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvyrnHiAb .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvyrnHiAb .panel-body,
.cid-tCvyrnHiAb .card-header {
  padding: 1rem 0;
}
.cid-tCvyrnHiAb .panel-title-edit {
  color: #000000;
}
.cid-tCvyrnHiAb .panel-text {
  text-align: left;
}
.cid-tCvyro8Hfn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvyro8Hfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyro8Hfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyro8Hfn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvyro8Hfn .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvyro8Hfn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvyro8Hfn .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvyroy9Fi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvyroy9Fi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyroy9Fi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyroy9Fi .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvyroy9Fi .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvyroy9Fi .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvyroy9Fi .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvyroy9Fi .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvyroy9Fi .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvyroy9Fi .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvyroy9Fi .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-tCvyroy9Fi .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvyroy9Fi [class^="socicon-"]:before,
.cid-tCvyroy9Fi [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvyroWdpk {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvyroWdpk .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvyrpheRv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvyrpheRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvyrpheRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvyrpheRv .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvyrpheRv .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvyrpheRv .row {
    text-align: center;
  }
  .cid-tCvyrpheRv .row > div {
    margin: auto;
  }
  .cid-tCvyrpheRv .social-row {
    justify-content: center;
  }
}
.cid-tCvyrpheRv .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvyrpheRv .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvyrpheRv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvyrpheRv .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvyrpheRv .mbr-text {
  color: #000000;
}
.cid-tCvyrpheRv .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-tCvyrpheRv .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvyrpheRv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvyrpheRv H5 {
  color: #000000;
}
.cid-tCvFmLucdv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvFmLucdv nav.navbar {
  position: fixed;
}
.cid-tCvFmLucdv .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-tCvFmLucdv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvFmLucdv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvFmLucdv .dropdown-item:hover,
.cid-tCvFmLucdv .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvFmLucdv .dropdown-item:hover span {
  color: white;
}
.cid-tCvFmLucdv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvFmLucdv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvFmLucdv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvFmLucdv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvFmLucdv .nav-link {
  position: relative;
}
.cid-tCvFmLucdv .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvFmLucdv .container {
    flex-wrap: wrap;
  }
}
.cid-tCvFmLucdv .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvFmLucdv .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvFmLucdv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvFmLucdv .dropdown-menu,
.cid-tCvFmLucdv .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvFmLucdv .nav-item:focus,
.cid-tCvFmLucdv .nav-link:focus {
  outline: none;
}
.cid-tCvFmLucdv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvFmLucdv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvFmLucdv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvFmLucdv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvFmLucdv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvFmLucdv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvFmLucdv .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-tCvFmLucdv .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvFmLucdv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvFmLucdv .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvFmLucdv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvFmLucdv .navbar.collapsed {
  justify-content: center;
}
.cid-tCvFmLucdv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvFmLucdv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvFmLucdv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvFmLucdv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvFmLucdv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvFmLucdv .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-tCvFmLucdv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvFmLucdv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvFmLucdv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvFmLucdv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvFmLucdv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvFmLucdv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvFmLucdv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvFmLucdv .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-tCvFmLucdv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvFmLucdv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvFmLucdv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvFmLucdv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvFmLucdv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvFmLucdv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvFmLucdv .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvFmLucdv .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvFmLucdv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvFmLucdv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvFmLucdv .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-tCvFmLucdv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvFmLucdv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvFmLucdv .dropdown-item.active,
.cid-tCvFmLucdv .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvFmLucdv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvFmLucdv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvFmLucdv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvFmLucdv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvFmLucdv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvFmLucdv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvFmLucdv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvFmLucdv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvFmLucdv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvFmLucdv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvFmLucdv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvFmLucdv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvFmLucdv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvFmLucdv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvFmLucdv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvFmLucdv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvFmLucdv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvFmLucdv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvFmLucdv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvFmLucdv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvFmLucdv .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-tCvFmLucdv .navbar {
    height: 70px;
  }
  .cid-tCvFmLucdv .navbar.opened {
    height: auto;
  }
  .cid-tCvFmLucdv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvFmLZY2P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #47b5ed;
}
.cid-tCvFmLZY2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmLZY2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmLZY2P .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvFmLZY2P .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvFmLZY2P .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvFmLZY2P .mbr-section-title {
  color: #ffffff;
}
.cid-tCvFmLZY2P .mbr-text,
.cid-tCvFmLZY2P .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvFmMoGcv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFmMoGcv blockquote {
  border-color: #47b5ed;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvFmMGfe5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFmMGfe5 .mbr-text {
  text-align: left;
}
.cid-tCvFmNrfLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFmNrfLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmNrfLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmNrfLS .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvFmNrfLS .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvFmNrfLS .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvFmNrfLS .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvFmNrfLS .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-tCvFmNrfLS .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvFmNrfLS .carousel-control,
.cid-tCvFmNrfLS .close {
  background: #1b1b1b;
}
.cid-tCvFmNrfLS .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvFmNrfLS .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvFmNrfLS .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvFmNrfLS .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvFmNrfLS .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-tCvFmNrfLS .close::before {
  content: '\e91a';
}
.cid-tCvFmNrfLS .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvFmNrfLS .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-tCvFmNrfLS .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvFmNrfLS .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvFmNrfLS .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvFmNrfLS .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvFmNrfLS .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-tCvFmNrfLS .carousel-indicators li.active,
.cid-tCvFmNrfLS .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvFmNrfLS .carousel-indicators li::after,
.cid-tCvFmNrfLS .carousel-indicators li::before {
  content: none;
}
.cid-tCvFmNrfLS .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvFmNrfLS .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvFmNrfLS .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFmNrfLS .carousel-indicators {
    display: none;
  }
}
.cid-tCvFmNrfLS .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvFmNrfLS .carousel-inner > .active {
  display: block;
}
.cid-tCvFmNrfLS .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvFmNrfLS .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvFmNrfLS .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvFmNrfLS .carousel-control,
  .cid-tCvFmNrfLS .carousel-indicators,
  .cid-tCvFmNrfLS .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvFmNrfLS .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvFmNrfLS .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvFmNrfLS .carousel-indicators .active,
.cid-tCvFmNrfLS .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvFmNrfLS .carousel-indicators .active {
  background: #fff;
}
.cid-tCvFmNrfLS .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvFmNrfLS .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvFmNrfLS .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvFmNrfLS .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvFmNrfLS .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvFmNrfLS .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvFmNrfLS .carousel {
  width: 100%;
}
.cid-tCvFmNrfLS .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvFmNrfLS .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvFmNrfLS .modal.fade .modal-dialog,
.cid-tCvFmNrfLS .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvFmNrfLS .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvFmNrfLS H6 {
  text-align: center;
}
.cid-tCvFmO4gXV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFmO4gXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmO4gXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmO4gXV .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvFmO4gXV .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvFmO4gXV .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvFmO4gXV .panel-body,
.cid-tCvFmO4gXV .card-header {
  padding: 1rem 0;
}
.cid-tCvFmO4gXV .panel-title-edit {
  color: #000000;
}
.cid-tCvFmO4gXV .panel-text {
  text-align: left;
}
.cid-tCvFmOxerZ {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvFmOxerZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmOxerZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmOxerZ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvFmOxerZ .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvFmOxerZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFmOxerZ .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvFmOYPUV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFmOYPUV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmOYPUV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmOYPUV .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvFmOYPUV .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvFmOYPUV .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvFmOYPUV .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvFmOYPUV .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvFmOYPUV .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvFmOYPUV .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvFmOYPUV .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-tCvFmOYPUV .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvFmOYPUV [class^="socicon-"]:before,
.cid-tCvFmOYPUV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvFmPk3Xw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFmPk3Xw .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvFmPFs7x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvFmPFs7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFmPFs7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFmPFs7x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvFmPFs7x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFmPFs7x .row {
    text-align: center;
  }
  .cid-tCvFmPFs7x .row > div {
    margin: auto;
  }
  .cid-tCvFmPFs7x .social-row {
    justify-content: center;
  }
}
.cid-tCvFmPFs7x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvFmPFs7x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvFmPFs7x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvFmPFs7x .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvFmPFs7x .mbr-text {
  color: #000000;
}
.cid-tCvFmPFs7x .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-tCvFmPFs7x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvFmPFs7x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvFmPFs7x H5 {
  color: #000000;
}
.cid-tCvFoYx4DT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvFoYx4DT nav.navbar {
  position: fixed;
}
.cid-tCvFoYx4DT .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-tCvFoYx4DT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvFoYx4DT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvFoYx4DT .dropdown-item:hover,
.cid-tCvFoYx4DT .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvFoYx4DT .dropdown-item:hover span {
  color: white;
}
.cid-tCvFoYx4DT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvFoYx4DT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvFoYx4DT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvFoYx4DT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvFoYx4DT .nav-link {
  position: relative;
}
.cid-tCvFoYx4DT .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvFoYx4DT .container {
    flex-wrap: wrap;
  }
}
.cid-tCvFoYx4DT .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvFoYx4DT .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvFoYx4DT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvFoYx4DT .dropdown-menu,
.cid-tCvFoYx4DT .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvFoYx4DT .nav-item:focus,
.cid-tCvFoYx4DT .nav-link:focus {
  outline: none;
}
.cid-tCvFoYx4DT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvFoYx4DT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvFoYx4DT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvFoYx4DT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvFoYx4DT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvFoYx4DT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvFoYx4DT .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-tCvFoYx4DT .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvFoYx4DT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvFoYx4DT .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvFoYx4DT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvFoYx4DT .navbar.collapsed {
  justify-content: center;
}
.cid-tCvFoYx4DT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvFoYx4DT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvFoYx4DT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvFoYx4DT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvFoYx4DT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvFoYx4DT .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-tCvFoYx4DT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvFoYx4DT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvFoYx4DT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvFoYx4DT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvFoYx4DT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvFoYx4DT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvFoYx4DT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvFoYx4DT .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-tCvFoYx4DT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvFoYx4DT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvFoYx4DT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvFoYx4DT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvFoYx4DT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvFoYx4DT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvFoYx4DT .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvFoYx4DT .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvFoYx4DT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvFoYx4DT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvFoYx4DT .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-tCvFoYx4DT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvFoYx4DT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvFoYx4DT .dropdown-item.active,
.cid-tCvFoYx4DT .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvFoYx4DT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvFoYx4DT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvFoYx4DT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvFoYx4DT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvFoYx4DT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvFoYx4DT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvFoYx4DT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvFoYx4DT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvFoYx4DT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvFoYx4DT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvFoYx4DT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvFoYx4DT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvFoYx4DT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvFoYx4DT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvFoYx4DT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvFoYx4DT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvFoYx4DT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvFoYx4DT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvFoYx4DT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvFoYx4DT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvFoYx4DT .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-tCvFoYx4DT .navbar {
    height: 70px;
  }
  .cid-tCvFoYx4DT .navbar.opened {
    height: auto;
  }
  .cid-tCvFoYx4DT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvFoYY9m9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e6c63b;
}
.cid-tCvFoYY9m9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFoYY9m9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFoYY9m9 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvFoYY9m9 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvFoYY9m9 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvFoYY9m9 .mbr-section-title {
  color: #ffffff;
}
.cid-tCvFoYY9m9 .mbr-text,
.cid-tCvFoYY9m9 .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvFoZoeCr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFoZoeCr blockquote {
  border-color: #e6c63b;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvFoZGg1A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFoZGg1A .mbr-text {
  text-align: left;
}
.cid-tCvFp0t43n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvFp0t43n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFp0t43n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFp0t43n .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvFp0t43n .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvFp0t43n .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvFp0t43n .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvFp0t43n .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-tCvFp0t43n .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvFp0t43n .carousel-control,
.cid-tCvFp0t43n .close {
  background: #1b1b1b;
}
.cid-tCvFp0t43n .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvFp0t43n .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvFp0t43n .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvFp0t43n .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvFp0t43n .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-tCvFp0t43n .close::before {
  content: '\e91a';
}
.cid-tCvFp0t43n .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvFp0t43n .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-tCvFp0t43n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvFp0t43n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvFp0t43n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvFp0t43n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvFp0t43n .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-tCvFp0t43n .carousel-indicators li.active,
.cid-tCvFp0t43n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvFp0t43n .carousel-indicators li::after,
.cid-tCvFp0t43n .carousel-indicators li::before {
  content: none;
}
.cid-tCvFp0t43n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvFp0t43n .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvFp0t43n .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFp0t43n .carousel-indicators {
    display: none;
  }
}
.cid-tCvFp0t43n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvFp0t43n .carousel-inner > .active {
  display: block;
}
.cid-tCvFp0t43n .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvFp0t43n .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvFp0t43n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvFp0t43n .carousel-control,
  .cid-tCvFp0t43n .carousel-indicators,
  .cid-tCvFp0t43n .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvFp0t43n .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvFp0t43n .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvFp0t43n .carousel-indicators .active,
.cid-tCvFp0t43n .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvFp0t43n .carousel-indicators .active {
  background: #fff;
}
.cid-tCvFp0t43n .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvFp0t43n .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvFp0t43n .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvFp0t43n .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvFp0t43n .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvFp0t43n .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvFp0t43n .carousel {
  width: 100%;
}
.cid-tCvFp0t43n .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvFp0t43n .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvFp0t43n .modal.fade .modal-dialog,
.cid-tCvFp0t43n .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvFp0t43n .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvFp0t43n H6 {
  text-align: center;
}
.cid-tCvFp15hya {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFp15hya .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFp15hya .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFp15hya .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvFp15hya .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvFp15hya .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvFp15hya .panel-body,
.cid-tCvFp15hya .card-header {
  padding: 1rem 0;
}
.cid-tCvFp15hya .panel-title-edit {
  color: #000000;
}
.cid-tCvFp15hya .panel-text {
  text-align: left;
}
.cid-tCvFp1CVmS {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvFp1CVmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFp1CVmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFp1CVmS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvFp1CVmS .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvFp1CVmS .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFp1CVmS .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvFp25jvo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFp25jvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFp25jvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFp25jvo .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvFp25jvo .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvFp25jvo .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvFp25jvo .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvFp25jvo .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvFp25jvo .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvFp25jvo .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvFp25jvo .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-tCvFp25jvo .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvFp25jvo [class^="socicon-"]:before,
.cid-tCvFp25jvo [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvFp2tseB {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvFp2tseB .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvFp2NWg2 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvFp2NWg2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvFp2NWg2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvFp2NWg2 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvFp2NWg2 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvFp2NWg2 .row {
    text-align: center;
  }
  .cid-tCvFp2NWg2 .row > div {
    margin: auto;
  }
  .cid-tCvFp2NWg2 .social-row {
    justify-content: center;
  }
}
.cid-tCvFp2NWg2 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvFp2NWg2 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvFp2NWg2 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvFp2NWg2 .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvFp2NWg2 .mbr-text {
  color: #000000;
}
.cid-tCvFp2NWg2 .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-tCvFp2NWg2 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvFp2NWg2 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvFp2NWg2 H5 {
  color: #000000;
}
.cid-tCvJieydLJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvJieydLJ nav.navbar {
  position: fixed;
}
.cid-tCvJieydLJ .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-tCvJieydLJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvJieydLJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvJieydLJ .dropdown-item:hover,
.cid-tCvJieydLJ .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvJieydLJ .dropdown-item:hover span {
  color: white;
}
.cid-tCvJieydLJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvJieydLJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvJieydLJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvJieydLJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvJieydLJ .nav-link {
  position: relative;
}
.cid-tCvJieydLJ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvJieydLJ .container {
    flex-wrap: wrap;
  }
}
.cid-tCvJieydLJ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvJieydLJ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvJieydLJ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvJieydLJ .dropdown-menu,
.cid-tCvJieydLJ .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvJieydLJ .nav-item:focus,
.cid-tCvJieydLJ .nav-link:focus {
  outline: none;
}
.cid-tCvJieydLJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvJieydLJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvJieydLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvJieydLJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvJieydLJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvJieydLJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvJieydLJ .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-tCvJieydLJ .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvJieydLJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvJieydLJ .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvJieydLJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvJieydLJ .navbar.collapsed {
  justify-content: center;
}
.cid-tCvJieydLJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvJieydLJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvJieydLJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvJieydLJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvJieydLJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvJieydLJ .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-tCvJieydLJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvJieydLJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvJieydLJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvJieydLJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvJieydLJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvJieydLJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvJieydLJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvJieydLJ .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-tCvJieydLJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvJieydLJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvJieydLJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvJieydLJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvJieydLJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvJieydLJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvJieydLJ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvJieydLJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvJieydLJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvJieydLJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvJieydLJ .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-tCvJieydLJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvJieydLJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvJieydLJ .dropdown-item.active,
.cid-tCvJieydLJ .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvJieydLJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvJieydLJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvJieydLJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvJieydLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvJieydLJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvJieydLJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvJieydLJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvJieydLJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvJieydLJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvJieydLJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvJieydLJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvJieydLJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvJieydLJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvJieydLJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvJieydLJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvJieydLJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvJieydLJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvJieydLJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvJieydLJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvJieydLJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvJieydLJ .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-tCvJieydLJ .navbar {
    height: 70px;
  }
  .cid-tCvJieydLJ .navbar.opened {
    height: auto;
  }
  .cid-tCvJieydLJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvJieYnjJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8caff0;
}
.cid-tCvJieYnjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJieYnjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJieYnjJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvJieYnjJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvJieYnjJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvJieYnjJ .mbr-section-title {
  color: #ffffff;
}
.cid-tCvJieYnjJ .mbr-text,
.cid-tCvJieYnjJ .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvJifptub {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvJifptub blockquote {
  border-color: #8caff0;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvJifGkkr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvJifGkkr .mbr-text {
  text-align: left;
}
.cid-tCvJig4AAW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvJig4AAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJig4AAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJig4AAW .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvJig4AAW .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvJig4AAW .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvJig4AAW .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvJig4AAW .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-tCvJig4AAW .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvJig4AAW .carousel-control,
.cid-tCvJig4AAW .close {
  background: #1b1b1b;
}
.cid-tCvJig4AAW .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvJig4AAW .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvJig4AAW .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvJig4AAW .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvJig4AAW .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-tCvJig4AAW .close::before {
  content: '\e91a';
}
.cid-tCvJig4AAW .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvJig4AAW .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-tCvJig4AAW .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvJig4AAW .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvJig4AAW .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvJig4AAW .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvJig4AAW .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-tCvJig4AAW .carousel-indicators li.active,
.cid-tCvJig4AAW .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvJig4AAW .carousel-indicators li::after,
.cid-tCvJig4AAW .carousel-indicators li::before {
  content: none;
}
.cid-tCvJig4AAW .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvJig4AAW .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvJig4AAW .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvJig4AAW .carousel-indicators {
    display: none;
  }
}
.cid-tCvJig4AAW .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvJig4AAW .carousel-inner > .active {
  display: block;
}
.cid-tCvJig4AAW .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvJig4AAW .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvJig4AAW .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvJig4AAW .carousel-control,
  .cid-tCvJig4AAW .carousel-indicators,
  .cid-tCvJig4AAW .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvJig4AAW .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvJig4AAW .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvJig4AAW .carousel-indicators .active,
.cid-tCvJig4AAW .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvJig4AAW .carousel-indicators .active {
  background: #fff;
}
.cid-tCvJig4AAW .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvJig4AAW .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvJig4AAW .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvJig4AAW .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvJig4AAW .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvJig4AAW .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvJig4AAW .carousel {
  width: 100%;
}
.cid-tCvJig4AAW .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvJig4AAW .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvJig4AAW .modal.fade .modal-dialog,
.cid-tCvJig4AAW .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvJig4AAW .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvJig4AAW H6 {
  text-align: center;
}
.cid-tCvJigEYrU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvJigEYrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJigEYrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJigEYrU .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvJigEYrU .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvJigEYrU .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvJigEYrU .panel-body,
.cid-tCvJigEYrU .card-header {
  padding: 1rem 0;
}
.cid-tCvJigEYrU .panel-title-edit {
  color: #000000;
}
.cid-tCvJigEYrU .panel-text {
  text-align: left;
}
.cid-tCvJih6VbD {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvJih6VbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJih6VbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJih6VbD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvJih6VbD .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvJih6VbD .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvJih6VbD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvJihylra {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvJihylra .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJihylra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJihylra .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvJihylra .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvJihylra .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvJihylra .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvJihylra .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvJihylra .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvJihylra .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvJihylra .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-tCvJihylra .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvJihylra [class^="socicon-"]:before,
.cid-tCvJihylra [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvJihXN8b {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvJihXN8b .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvJiihb8s {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvJiihb8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvJiihb8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvJiihb8s .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvJiihb8s .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvJiihb8s .row {
    text-align: center;
  }
  .cid-tCvJiihb8s .row > div {
    margin: auto;
  }
  .cid-tCvJiihb8s .social-row {
    justify-content: center;
  }
}
.cid-tCvJiihb8s .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvJiihb8s .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvJiihb8s .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvJiihb8s .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvJiihb8s .mbr-text {
  color: #000000;
}
.cid-tCvJiihb8s .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-tCvJiihb8s .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvJiihb8s div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvJiihb8s H5 {
  color: #000000;
}
.cid-tCvLJVJMvc {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCvLJVJMvc nav.navbar {
  position: fixed;
}
.cid-tCvLJVJMvc .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-tCvLJVJMvc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCvLJVJMvc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCvLJVJMvc .dropdown-item:hover,
.cid-tCvLJVJMvc .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCvLJVJMvc .dropdown-item:hover span {
  color: white;
}
.cid-tCvLJVJMvc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCvLJVJMvc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCvLJVJMvc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCvLJVJMvc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCvLJVJMvc .nav-link {
  position: relative;
}
.cid-tCvLJVJMvc .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvLJVJMvc .container {
    flex-wrap: wrap;
  }
}
.cid-tCvLJVJMvc .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCvLJVJMvc .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCvLJVJMvc .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCvLJVJMvc .dropdown-menu,
.cid-tCvLJVJMvc .navbar.opened {
  background: #ffffff !important;
}
.cid-tCvLJVJMvc .nav-item:focus,
.cid-tCvLJVJMvc .nav-link:focus {
  outline: none;
}
.cid-tCvLJVJMvc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCvLJVJMvc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCvLJVJMvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCvLJVJMvc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCvLJVJMvc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCvLJVJMvc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCvLJVJMvc .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-tCvLJVJMvc .navbar.opened {
  transition: all 0.3s;
}
.cid-tCvLJVJMvc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCvLJVJMvc .navbar .navbar-logo img {
  width: auto;
}
.cid-tCvLJVJMvc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCvLJVJMvc .navbar.collapsed {
  justify-content: center;
}
.cid-tCvLJVJMvc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCvLJVJMvc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCvLJVJMvc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCvLJVJMvc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCvLJVJMvc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCvLJVJMvc .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-tCvLJVJMvc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCvLJVJMvc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCvLJVJMvc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCvLJVJMvc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCvLJVJMvc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCvLJVJMvc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCvLJVJMvc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCvLJVJMvc .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-tCvLJVJMvc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCvLJVJMvc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCvLJVJMvc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCvLJVJMvc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCvLJVJMvc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCvLJVJMvc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCvLJVJMvc .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCvLJVJMvc .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCvLJVJMvc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCvLJVJMvc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCvLJVJMvc .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-tCvLJVJMvc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCvLJVJMvc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCvLJVJMvc .dropdown-item.active,
.cid-tCvLJVJMvc .dropdown-item:active {
  background-color: transparent;
}
.cid-tCvLJVJMvc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCvLJVJMvc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCvLJVJMvc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCvLJVJMvc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCvLJVJMvc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCvLJVJMvc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCvLJVJMvc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCvLJVJMvc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCvLJVJMvc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCvLJVJMvc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCvLJVJMvc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCvLJVJMvc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvLJVJMvc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCvLJVJMvc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCvLJVJMvc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvLJVJMvc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCvLJVJMvc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCvLJVJMvc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCvLJVJMvc .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCvLJVJMvc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCvLJVJMvc .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-tCvLJVJMvc .navbar {
    height: 70px;
  }
  .cid-tCvLJVJMvc .navbar.opened {
    height: auto;
  }
  .cid-tCvLJVJMvc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCvLJWngOv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #40b0bf;
}
.cid-tCvLJWngOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLJWngOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLJWngOv .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tCvLJWngOv .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvLJWngOv .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tCvLJWngOv .mbr-section-title {
  color: #ffffff;
}
.cid-tCvLJWngOv .mbr-text,
.cid-tCvLJWngOv .mbr-section-btn {
  color: #fafafa;
}
.cid-tCvLJWRhZL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvLJWRhZL blockquote {
  border-color: #40b0bf;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tCvLJXo2SX {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvLJXo2SX .mbr-text {
  text-align: left;
}
.cid-tCvLJXKK81 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tCvLJXKK81 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLJXKK81 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLJXKK81 .row {
  margin-left: 0;
  margin-right: 0;
}
.cid-tCvLJXKK81 .item {
  padding-left: 0;
  padding-right: 0;
}
.cid-tCvLJXKK81 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tCvLJXKK81 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tCvLJXKK81 .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-tCvLJXKK81 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tCvLJXKK81 .carousel-control,
.cid-tCvLJXKK81 .close {
  background: #1b1b1b;
}
.cid-tCvLJXKK81 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tCvLJXKK81 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tCvLJXKK81 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tCvLJXKK81 .carousel-control-next span {
  margin-left: 5px;
}
.cid-tCvLJXKK81 .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-tCvLJXKK81 .close::before {
  content: '\e91a';
}
.cid-tCvLJXKK81 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tCvLJXKK81 .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-tCvLJXKK81 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvLJXKK81 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tCvLJXKK81 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tCvLJXKK81 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tCvLJXKK81 .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-tCvLJXKK81 .carousel-indicators li.active,
.cid-tCvLJXKK81 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tCvLJXKK81 .carousel-indicators li::after,
.cid-tCvLJXKK81 .carousel-indicators li::before {
  content: none;
}
.cid-tCvLJXKK81 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tCvLJXKK81 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tCvLJXKK81 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvLJXKK81 .carousel-indicators {
    display: none;
  }
}
.cid-tCvLJXKK81 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tCvLJXKK81 .carousel-inner > .active {
  display: block;
}
.cid-tCvLJXKK81 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tCvLJXKK81 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tCvLJXKK81 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tCvLJXKK81 .carousel-control,
  .cid-tCvLJXKK81 .carousel-indicators,
  .cid-tCvLJXKK81 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tCvLJXKK81 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tCvLJXKK81 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tCvLJXKK81 .carousel-indicators .active,
.cid-tCvLJXKK81 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tCvLJXKK81 .carousel-indicators .active {
  background: #fff;
}
.cid-tCvLJXKK81 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tCvLJXKK81 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tCvLJXKK81 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tCvLJXKK81 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tCvLJXKK81 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tCvLJXKK81 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tCvLJXKK81 .carousel {
  width: 100%;
}
.cid-tCvLJXKK81 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tCvLJXKK81 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tCvLJXKK81 .modal.fade .modal-dialog,
.cid-tCvLJXKK81 .modal.in .modal-dialog {
  transform: none;
}
.cid-tCvLJXKK81 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tCvLJXKK81 H6 {
  text-align: center;
}
.cid-tCvLJYobft {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvLJYobft .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLJYobft .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLJYobft .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tCvLJYobft .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tCvLJYobft .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #6592e6;
}
.cid-tCvLJYobft .panel-body,
.cid-tCvLJYobft .card-header {
  padding: 1rem 0;
}
.cid-tCvLJYobft .panel-title-edit {
  color: #000000;
}
.cid-tCvLJYobft .panel-text {
  text-align: left;
}
.cid-tCvLJYPQhn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/prateek-katyal-ejnuadl4m5k-unsplash-2000x1333.jpg");
}
.cid-tCvLJYPQhn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLJYPQhn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLJYPQhn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tCvLJYPQhn .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-tCvLJYPQhn .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvLJYPQhn .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tCvLJZfUSA {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvLJZfUSA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLJZfUSA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLJZfUSA .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-tCvLJZfUSA .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-tCvLJZfUSA .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-tCvLJZfUSA .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-tCvLJZfUSA .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-tCvLJZfUSA .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-tCvLJZfUSA .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-tCvLJZfUSA .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-tCvLJZfUSA .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-tCvLJZfUSA [class^="socicon-"]:before,
.cid-tCvLJZfUSA [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tCvLJZDjtR {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tCvLJZDjtR .mbr-section-btn {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvLK00r2x {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCvLK00r2x .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCvLK00r2x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCvLK00r2x .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCvLK00r2x .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCvLK00r2x .row {
    text-align: center;
  }
  .cid-tCvLK00r2x .row > div {
    margin: auto;
  }
  .cid-tCvLK00r2x .social-row {
    justify-content: center;
  }
}
.cid-tCvLK00r2x .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCvLK00r2x .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCvLK00r2x .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCvLK00r2x .list {
    margin-bottom: 0rem;
  }
}
.cid-tCvLK00r2x .mbr-text {
  color: #000000;
}
.cid-tCvLK00r2x .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-tCvLK00r2x .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCvLK00r2x div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCvLK00r2x H5 {
  color: #000000;
}
.cid-tCwk0BBHHz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCwk0BBHHz nav.navbar {
  position: fixed;
}
.cid-tCwk0BBHHz .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-tCwk0BBHHz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCwk0BBHHz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCwk0BBHHz .dropdown-item:hover,
.cid-tCwk0BBHHz .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCwk0BBHHz .dropdown-item:hover span {
  color: white;
}
.cid-tCwk0BBHHz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCwk0BBHHz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCwk0BBHHz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCwk0BBHHz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCwk0BBHHz .nav-link {
  position: relative;
}
.cid-tCwk0BBHHz .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCwk0BBHHz .container {
    flex-wrap: wrap;
  }
}
.cid-tCwk0BBHHz .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCwk0BBHHz .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCwk0BBHHz .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCwk0BBHHz .dropdown-menu,
.cid-tCwk0BBHHz .navbar.opened {
  background: #ffffff !important;
}
.cid-tCwk0BBHHz .nav-item:focus,
.cid-tCwk0BBHHz .nav-link:focus {
  outline: none;
}
.cid-tCwk0BBHHz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCwk0BBHHz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCwk0BBHHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCwk0BBHHz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCwk0BBHHz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCwk0BBHHz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCwk0BBHHz .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-tCwk0BBHHz .navbar.opened {
  transition: all 0.3s;
}
.cid-tCwk0BBHHz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCwk0BBHHz .navbar .navbar-logo img {
  width: auto;
}
.cid-tCwk0BBHHz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCwk0BBHHz .navbar.collapsed {
  justify-content: center;
}
.cid-tCwk0BBHHz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCwk0BBHHz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCwk0BBHHz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCwk0BBHHz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCwk0BBHHz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCwk0BBHHz .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-tCwk0BBHHz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCwk0BBHHz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCwk0BBHHz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCwk0BBHHz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCwk0BBHHz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCwk0BBHHz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCwk0BBHHz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCwk0BBHHz .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-tCwk0BBHHz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCwk0BBHHz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCwk0BBHHz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCwk0BBHHz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCwk0BBHHz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCwk0BBHHz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCwk0BBHHz .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCwk0BBHHz .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCwk0BBHHz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCwk0BBHHz .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCwk0BBHHz .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-tCwk0BBHHz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCwk0BBHHz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCwk0BBHHz .dropdown-item.active,
.cid-tCwk0BBHHz .dropdown-item:active {
  background-color: transparent;
}
.cid-tCwk0BBHHz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCwk0BBHHz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCwk0BBHHz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCwk0BBHHz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCwk0BBHHz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCwk0BBHHz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCwk0BBHHz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCwk0BBHHz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCwk0BBHHz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCwk0BBHHz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCwk0BBHHz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCwk0BBHHz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwk0BBHHz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwk0BBHHz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCwk0BBHHz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwk0BBHHz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCwk0BBHHz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCwk0BBHHz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwk0BBHHz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCwk0BBHHz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCwk0BBHHz .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-tCwk0BBHHz .navbar {
    height: 70px;
  }
  .cid-tCwk0BBHHz .navbar.opened {
    height: auto;
  }
  .cid-tCwk0BBHHz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCwk0BYSto {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prateek-katyal-joix9fwax38-unsplash-2000x1333.jpg");
}
.cid-tCwk0BYSto .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwk0BYSto .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwk0BYSto .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tCwk0BYSto .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCwk0BYSto .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCwk0BYSto .card-wrapper {
    padding: 4rem;
  }
}
.cid-tCwk0BYSto .mbr-text,
.cid-tCwk0BYSto .mbr-section-btn {
  text-align: left;
}
.cid-tCwk0Cjtye {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCwk0Cjtye .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwk0Cjtye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwk0Cjtye .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCwk0Cjtye .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCwk0Cjtye .row {
    text-align: center;
  }
  .cid-tCwk0Cjtye .row > div {
    margin: auto;
  }
  .cid-tCwk0Cjtye .social-row {
    justify-content: center;
  }
}
.cid-tCwk0Cjtye .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCwk0Cjtye .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCwk0Cjtye .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCwk0Cjtye .list {
    margin-bottom: 0rem;
  }
}
.cid-tCwk0Cjtye .mbr-text {
  color: #000000;
}
.cid-tCwk0Cjtye .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-tCwk0Cjtye .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCwk0Cjtye div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCwk0Cjtye H5 {
  color: #000000;
}
.cid-tCwl7CQ2mB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tCwl7CQ2mB nav.navbar {
  position: fixed;
}
.cid-tCwl7CQ2mB .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-tCwl7CQ2mB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tCwl7CQ2mB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tCwl7CQ2mB .dropdown-item:hover,
.cid-tCwl7CQ2mB .dropdown-item:focus {
  background: #6592e6 !important;
  color: white !important;
}
.cid-tCwl7CQ2mB .dropdown-item:hover span {
  color: white;
}
.cid-tCwl7CQ2mB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tCwl7CQ2mB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tCwl7CQ2mB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tCwl7CQ2mB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tCwl7CQ2mB .nav-link {
  position: relative;
}
.cid-tCwl7CQ2mB .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCwl7CQ2mB .container {
    flex-wrap: wrap;
  }
}
.cid-tCwl7CQ2mB .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tCwl7CQ2mB .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tCwl7CQ2mB .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tCwl7CQ2mB .dropdown-menu,
.cid-tCwl7CQ2mB .navbar.opened {
  background: #ffffff !important;
}
.cid-tCwl7CQ2mB .nav-item:focus,
.cid-tCwl7CQ2mB .nav-link:focus {
  outline: none;
}
.cid-tCwl7CQ2mB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tCwl7CQ2mB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tCwl7CQ2mB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tCwl7CQ2mB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tCwl7CQ2mB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tCwl7CQ2mB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tCwl7CQ2mB .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-tCwl7CQ2mB .navbar.opened {
  transition: all 0.3s;
}
.cid-tCwl7CQ2mB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tCwl7CQ2mB .navbar .navbar-logo img {
  width: auto;
}
.cid-tCwl7CQ2mB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tCwl7CQ2mB .navbar.collapsed {
  justify-content: center;
}
.cid-tCwl7CQ2mB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tCwl7CQ2mB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tCwl7CQ2mB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tCwl7CQ2mB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tCwl7CQ2mB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tCwl7CQ2mB .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-tCwl7CQ2mB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tCwl7CQ2mB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tCwl7CQ2mB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tCwl7CQ2mB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tCwl7CQ2mB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tCwl7CQ2mB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tCwl7CQ2mB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tCwl7CQ2mB .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-tCwl7CQ2mB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tCwl7CQ2mB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tCwl7CQ2mB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tCwl7CQ2mB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tCwl7CQ2mB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tCwl7CQ2mB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tCwl7CQ2mB .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tCwl7CQ2mB .navbar.navbar-short {
  min-height: 60px;
}
.cid-tCwl7CQ2mB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tCwl7CQ2mB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tCwl7CQ2mB .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-tCwl7CQ2mB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tCwl7CQ2mB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tCwl7CQ2mB .dropdown-item.active,
.cid-tCwl7CQ2mB .dropdown-item:active {
  background-color: transparent;
}
.cid-tCwl7CQ2mB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tCwl7CQ2mB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tCwl7CQ2mB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tCwl7CQ2mB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tCwl7CQ2mB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tCwl7CQ2mB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tCwl7CQ2mB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tCwl7CQ2mB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tCwl7CQ2mB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tCwl7CQ2mB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffe161;
}
.cid-tCwl7CQ2mB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tCwl7CQ2mB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwl7CQ2mB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tCwl7CQ2mB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tCwl7CQ2mB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwl7CQ2mB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tCwl7CQ2mB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tCwl7CQ2mB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tCwl7CQ2mB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tCwl7CQ2mB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tCwl7CQ2mB .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-tCwl7CQ2mB .navbar {
    height: 70px;
  }
  .cid-tCwl7CQ2mB .navbar.opened {
    height: auto;
  }
  .cid-tCwl7CQ2mB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tCwl7DkqP1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/prateek-katyal-joix9fwax38-unsplash-2000x1333.jpg");
}
.cid-tCwl7DkqP1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwl7DkqP1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwl7DkqP1 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tCwl7DkqP1 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tCwl7DkqP1 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCwl7DkqP1 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tCwl7DkqP1 .mbr-text,
.cid-tCwl7DkqP1 .mbr-section-btn {
  text-align: left;
}
.cid-tCwl7DJRzc {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tCwl7DJRzc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tCwl7DJRzc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tCwl7DJRzc .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tCwl7DJRzc .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tCwl7DJRzc .row {
    text-align: center;
  }
  .cid-tCwl7DJRzc .row > div {
    margin: auto;
  }
  .cid-tCwl7DJRzc .social-row {
    justify-content: center;
  }
}
.cid-tCwl7DJRzc .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tCwl7DJRzc .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tCwl7DJRzc .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tCwl7DJRzc .list {
    margin-bottom: 0rem;
  }
}
.cid-tCwl7DJRzc .mbr-text {
  color: #000000;
}
.cid-tCwl7DJRzc .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-tCwl7DJRzc .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tCwl7DJRzc div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tCwl7DJRzc H5 {
  color: #000000;
}
