body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #eb370a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #eb370a !important;
  border-color: #eb370a !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: #982406 !important;
  border-color: #982406 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #982406 !important;
  border-color: #982406 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #eb370a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #982406 !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: #eb370a !important;
  border-color: #eb370a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #eb370a !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #892006 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #eb370a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #eb370a;
  border-color: #eb370a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #eb370a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdd0c4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #eb370a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #eb370a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #eb370a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #eb370a;
}
.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: #eb370a;
  border-bottom-color: #eb370a;
}
.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: #eb370a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23eb370a' %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-uvXXOwZQiG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvXXOwZQiG nav.navbar {
  position: fixed;
}
.cid-uvXXOwZQiG .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-uvXXOwZQiG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvXXOwZQiG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvXXOwZQiG .dropdown-item:hover,
.cid-uvXXOwZQiG .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvXXOwZQiG .dropdown-item:hover span {
  color: white;
}
.cid-uvXXOwZQiG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvXXOwZQiG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvXXOwZQiG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvXXOwZQiG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvXXOwZQiG .nav-link {
  position: relative;
}
.cid-uvXXOwZQiG .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvXXOwZQiG .container {
    flex-wrap: wrap;
  }
}
.cid-uvXXOwZQiG .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvXXOwZQiG .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvXXOwZQiG .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvXXOwZQiG .dropdown-menu,
.cid-uvXXOwZQiG .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvXXOwZQiG .nav-item:focus,
.cid-uvXXOwZQiG .nav-link:focus {
  outline: none;
}
.cid-uvXXOwZQiG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvXXOwZQiG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvXXOwZQiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvXXOwZQiG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvXXOwZQiG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvXXOwZQiG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvXXOwZQiG .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: #ffe161;
}
.cid-uvXXOwZQiG .navbar.opened {
  transition: all 0.3s;
}
.cid-uvXXOwZQiG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvXXOwZQiG .navbar .navbar-logo img {
  width: auto;
}
.cid-uvXXOwZQiG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvXXOwZQiG .navbar.collapsed {
  justify-content: center;
}
.cid-uvXXOwZQiG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvXXOwZQiG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvXXOwZQiG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvXXOwZQiG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvXXOwZQiG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvXXOwZQiG .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-uvXXOwZQiG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvXXOwZQiG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvXXOwZQiG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvXXOwZQiG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvXXOwZQiG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvXXOwZQiG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvXXOwZQiG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvXXOwZQiG .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-uvXXOwZQiG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvXXOwZQiG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvXXOwZQiG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvXXOwZQiG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvXXOwZQiG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvXXOwZQiG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvXXOwZQiG .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvXXOwZQiG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvXXOwZQiG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvXXOwZQiG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvXXOwZQiG .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-uvXXOwZQiG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvXXOwZQiG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvXXOwZQiG .dropdown-item.active,
.cid-uvXXOwZQiG .dropdown-item:active {
  background-color: transparent;
}
.cid-uvXXOwZQiG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvXXOwZQiG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvXXOwZQiG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvXXOwZQiG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvXXOwZQiG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvXXOwZQiG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvXXOwZQiG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvXXOwZQiG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvXXOwZQiG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvXXOwZQiG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvXXOwZQiG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvXXOwZQiG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvXXOwZQiG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvXXOwZQiG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvXXOwZQiG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvXXOwZQiG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvXXOwZQiG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvXXOwZQiG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvXXOwZQiG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvXXOwZQiG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvXXOwZQiG .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-uvXXOwZQiG .navbar {
    height: 70px;
  }
  .cid-uvXXOwZQiG .navbar.opened {
    height: auto;
  }
  .cid-uvXXOwZQiG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYNaKu34t {
  background-image: linear-gradient(315deg, #8caff0 10%, #ffe161 100%) !important;
}
.cid-uvYNaKu34t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYNaKu34t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYNAoUVlF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYNAoUVlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYNAoUVlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYNAoUVlF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYNAoUVlF .container {
    padding: 0 12px;
  }
}
.cid-uvYNAoUVlF .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYNAoUVlF .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uvYNAoUVlF .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uvYNAoUVlF .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb370a;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uvYNAoUVlF .mbr-section-title {
  color: #222222;
}
.cid-uvYNHO1fY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-uvYNHO1fY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYNHO1fY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYNHO1fY2 .card-wrapper {
  background: #8caff0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYNHO1fY2 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYNHO1fY2 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYNHO1fY2 .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYNHO1fY2 .mbr-text,
.cid-uvYNHO1fY2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uvYNHO1fY2 .card-title,
.cid-uvYNHO1fY2 .card-box {
  text-align: left;
}
.cid-uvYP2uRgqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYP2uRgqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYP2uRgqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYP2uRgqk .items-wrapper {
  justify-content: flex-end;
}
.cid-uvYP2uRgqk .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvYP2uRgqk .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvYP2uRgqk .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uvYP2uRgqk .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uvYP2uRgqk .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uvYP2uRgqk .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uvYP2uRgqk .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uvYP2uRgqk .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uvYP2uRgqk .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvYP2uRgqk .content-wrapper {
    padding-left: 0;
  }
}
.cid-uvYP2uRgqk .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uvYP2uRgqk .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYP2uRgqk .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uvYP2uRgqk .mbr-desc {
  color: #272b2e;
}
.cid-uvYP2uRgqk .mbr-section-title {
  color: #272b2e;
}
.cid-uvYP2uRgqk .mbr-text,
.cid-uvYP2uRgqk .text-wrapper {
  color: #272b2e;
}
.cid-uvYOyVa04k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYOyVa04k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYOyVa04k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYOyVa04k .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .container {
    padding: 0;
  }
}
.cid-uvYOyVa04k .row {
  justify-content: center;
}
.cid-uvYOyVa04k .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYOyVa04k .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYOyVa04k .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYOyVa04k .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYOyVa04k .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYOyVa04k .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYOyVa04k .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYOyVa04k .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYOyVa04k .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYOyVa04k .mbr-text {
  color: #263652;
}
.cid-uvYcjlfmUb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYcjlfmUb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYcjlfmUb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYcjlfmUb .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYPgQdI9F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYPgQdI9F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYPgQdI9F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYPgQdI9F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .container {
    padding: 0;
  }
}
.cid-uvYPgQdI9F .row {
  justify-content: center;
}
.cid-uvYPgQdI9F .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYPgQdI9F .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYPgQdI9F .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYPgQdI9F .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYPgQdI9F .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYPgQdI9F .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYPgQdI9F .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYPgQdI9F .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYPgQdI9F .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYPgQdI9F .mbr-text {
  color: #263652;
}
.cid-uvYcw0x2pL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYPG0Ezod {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYPG0Ezod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYPG0Ezod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYPG0Ezod .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .container {
    padding: 0;
  }
}
.cid-uvYPG0Ezod .row {
  justify-content: center;
}
.cid-uvYPG0Ezod .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYPG0Ezod .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYPG0Ezod .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYPG0Ezod .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #6592e6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYPG0Ezod .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYPG0Ezod .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYPG0Ezod .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYPG0Ezod .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYPG0Ezod .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYPG0Ezod .mbr-text {
  color: #000000;
}
.cid-uvYQTxEf3E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYRidfZUj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYRidfZUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYRidfZUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYRidfZUj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYRidfZUj .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvYRidfZUj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvYRidfZUj .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYRidfZUj .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYRidfZUj .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvYRidfZUj .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYRidfZUj .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYRidfZUj .mbr-section-title {
  color: #222222;
}
.cid-uvYcCpa79W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYcCpa79W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYcCpa79W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYcCpa79W .card-wrapper {
  background: #ffe161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYcCpa79W .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYcCpa79W .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYcCpa79W .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYcCpa79W .mbr-text,
.cid-uvYcCpa79W .mbr-section-btn {
  color: #000000;
}
.cid-uvYcCpa79W .card-title,
.cid-uvYcCpa79W .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvY4PMOwUZ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvY4PMOwUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvY4PMOwUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvY4PMOwUZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #eb370a;
  margin-left: 1rem;
}
.cid-uvY4PMOwUZ .panel-group {
  border: none;
}
.cid-uvY4PMOwUZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvY4PMOwUZ .panel-body,
.cid-uvY4PMOwUZ .card-header {
  padding: 1rem 0;
}
.cid-uvY4PMOwUZ .panel-title-edit {
  color: #000000;
}
.cid-uvY4PMOwUZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYQZkQVpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYQZkQVpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYQZkQVpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYQZkQVpa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvYQZkQVpa .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYf5b6piS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYf5b6piS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYf5b6piS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYf5b6piS .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYf5b6piS .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYf5b6piS .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-uvYf5b6piS .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYf5b6piS .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYf5b6piS .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvY57RAhll {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvY57RAhll .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvY57RAhll .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvY57RAhll .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvY57RAhll .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvY57RAhll a {
  font-weight: 600;
}
.cid-uvY57RAhll a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvY57RAhll .col-lg-3,
  .cid-uvY57RAhll .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvY57RAhll .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvY57RAhll .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvY57RAhll h5 {
  margin: 0;
}
.cid-uvY57RAhll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvY57RAhll .iconfont-wrapper {
  position: relative;
}
.cid-uvY57RAhll .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvY57RAhll .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvY57RAhll .sociconfont-wrapper {
  display: flex;
}
.cid-uvY57RAhll .card-title,
.cid-uvY57RAhll .iconfont-wrapper {
  color: #000000;
}
.cid-uvY57RAhll .card-text {
  color: #000000;
}
.cid-uvY57RAhll .mbr-section-title {
  color: #000000;
}
.cid-uvY57RAhll .main-title,
.cid-uvY57RAhll .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYNszA2Pf {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYNszA2Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYNszA2Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYNszA2Pf .col-title {
  margin-bottom: 32px;
}
.cid-uvYNszA2Pf .mbr-section-title {
  color: #24262b;
}
.cid-uvYNszA2Pf .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYNszA2Pf .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYNszA2Pf .cards-row {
  row-gap: 32px;
}
.cid-uvYNszA2Pf .card {
  border-radius: 0;
}
.cid-uvYNszA2Pf .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYNszA2Pf .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYNszA2Pf .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYNszA2Pf .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYNszA2Pf .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvY5j4MLKe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvY5j4MLKe .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvYicbWMjM {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvYicbWMjM nav.navbar {
  position: fixed;
}
.cid-uvYicbWMjM .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-uvYicbWMjM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvYicbWMjM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvYicbWMjM .dropdown-item:hover,
.cid-uvYicbWMjM .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvYicbWMjM .dropdown-item:hover span {
  color: white;
}
.cid-uvYicbWMjM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvYicbWMjM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvYicbWMjM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvYicbWMjM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvYicbWMjM .nav-link {
  position: relative;
}
.cid-uvYicbWMjM .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYicbWMjM .container {
    flex-wrap: wrap;
  }
}
.cid-uvYicbWMjM .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYicbWMjM .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvYicbWMjM .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvYicbWMjM .dropdown-menu,
.cid-uvYicbWMjM .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvYicbWMjM .nav-item:focus,
.cid-uvYicbWMjM .nav-link:focus {
  outline: none;
}
.cid-uvYicbWMjM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvYicbWMjM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvYicbWMjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvYicbWMjM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvYicbWMjM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvYicbWMjM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvYicbWMjM .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: #ffe161;
}
.cid-uvYicbWMjM .navbar.opened {
  transition: all 0.3s;
}
.cid-uvYicbWMjM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvYicbWMjM .navbar .navbar-logo img {
  width: auto;
}
.cid-uvYicbWMjM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvYicbWMjM .navbar.collapsed {
  justify-content: center;
}
.cid-uvYicbWMjM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvYicbWMjM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvYicbWMjM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvYicbWMjM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvYicbWMjM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvYicbWMjM .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-uvYicbWMjM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvYicbWMjM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvYicbWMjM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvYicbWMjM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvYicbWMjM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvYicbWMjM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvYicbWMjM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvYicbWMjM .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-uvYicbWMjM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvYicbWMjM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvYicbWMjM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvYicbWMjM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvYicbWMjM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvYicbWMjM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvYicbWMjM .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvYicbWMjM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvYicbWMjM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvYicbWMjM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvYicbWMjM .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-uvYicbWMjM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvYicbWMjM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvYicbWMjM .dropdown-item.active,
.cid-uvYicbWMjM .dropdown-item:active {
  background-color: transparent;
}
.cid-uvYicbWMjM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvYicbWMjM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvYicbWMjM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvYicbWMjM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvYicbWMjM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvYicbWMjM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvYicbWMjM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvYicbWMjM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvYicbWMjM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvYicbWMjM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvYicbWMjM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvYicbWMjM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYicbWMjM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYicbWMjM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvYicbWMjM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYicbWMjM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvYicbWMjM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvYicbWMjM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYicbWMjM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvYicbWMjM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYicbWMjM .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-uvYicbWMjM .navbar {
    height: 70px;
  }
  .cid-uvYicbWMjM .navbar.opened {
    height: auto;
  }
  .cid-uvYicbWMjM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYMu7uQGg {
  background-image: linear-gradient(135deg, #ffe161 10%, #4479d9 100%) !important;
}
.cid-uvYMu7uQGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYMu7uQGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYidBvUKP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvYidBvUKP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYidBvUKP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYidBvUKP .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYidBvUKP .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYidBvUKP .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYidBvUKP .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYidBvUKP .mbr-text,
.cid-uvYidBvUKP .mbr-section-btn {
  color: #000000;
}
.cid-uvYidBvUKP .card-title,
.cid-uvYidBvUKP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvYifeZ5Ba {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYifeZ5Ba .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYifeZ5Ba .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYifeZ5Ba .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYifeZ5Ba .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYifeZ5Ba .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-uvYifeZ5Ba .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYifeZ5Ba .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYifeZ5Ba .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uvYifiVqes {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvYifiVqes .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYifiVqes .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvYifiVqes .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYifiVqes .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvYifiVqes a {
  font-weight: 600;
}
.cid-uvYifiVqes a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvYifiVqes .col-lg-3,
  .cid-uvYifiVqes .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvYifiVqes .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvYifiVqes .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvYifiVqes h5 {
  margin: 0;
}
.cid-uvYifiVqes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYifiVqes .iconfont-wrapper {
  position: relative;
}
.cid-uvYifiVqes .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvYifiVqes .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvYifiVqes .sociconfont-wrapper {
  display: flex;
}
.cid-uvYifiVqes .card-title,
.cid-uvYifiVqes .iconfont-wrapper {
  color: #000000;
}
.cid-uvYifiVqes .card-text {
  color: #000000;
}
.cid-uvYifiVqes .mbr-section-title {
  color: #000000;
}
.cid-uvYifiVqes .main-title,
.cid-uvYifiVqes .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYXDuF8st {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYXDuF8st .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYXDuF8st .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYXDuF8st .col-title {
  margin-bottom: 32px;
}
.cid-uvYXDuF8st .mbr-section-title {
  color: #24262b;
}
.cid-uvYXDuF8st .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYXDuF8st .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYXDuF8st .cards-row {
  row-gap: 32px;
}
.cid-uvYXDuF8st .card {
  border-radius: 0;
}
.cid-uvYXDuF8st .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYXDuF8st .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYXDuF8st .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYXDuF8st .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYXDuF8st .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvYifocfb6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvYifocfb6 .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvYMRbtHh3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvYMRbtHh3 nav.navbar {
  position: fixed;
}
.cid-uvYMRbtHh3 .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-uvYMRbtHh3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvYMRbtHh3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvYMRbtHh3 .dropdown-item:hover,
.cid-uvYMRbtHh3 .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvYMRbtHh3 .dropdown-item:hover span {
  color: white;
}
.cid-uvYMRbtHh3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvYMRbtHh3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvYMRbtHh3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvYMRbtHh3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvYMRbtHh3 .nav-link {
  position: relative;
}
.cid-uvYMRbtHh3 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYMRbtHh3 .container {
    flex-wrap: wrap;
  }
}
.cid-uvYMRbtHh3 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYMRbtHh3 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvYMRbtHh3 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvYMRbtHh3 .dropdown-menu,
.cid-uvYMRbtHh3 .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvYMRbtHh3 .nav-item:focus,
.cid-uvYMRbtHh3 .nav-link:focus {
  outline: none;
}
.cid-uvYMRbtHh3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvYMRbtHh3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvYMRbtHh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvYMRbtHh3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvYMRbtHh3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvYMRbtHh3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvYMRbtHh3 .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: #ffe161;
}
.cid-uvYMRbtHh3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uvYMRbtHh3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvYMRbtHh3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uvYMRbtHh3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvYMRbtHh3 .navbar.collapsed {
  justify-content: center;
}
.cid-uvYMRbtHh3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvYMRbtHh3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvYMRbtHh3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvYMRbtHh3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvYMRbtHh3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvYMRbtHh3 .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-uvYMRbtHh3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvYMRbtHh3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvYMRbtHh3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvYMRbtHh3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvYMRbtHh3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvYMRbtHh3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvYMRbtHh3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvYMRbtHh3 .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-uvYMRbtHh3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvYMRbtHh3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvYMRbtHh3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvYMRbtHh3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvYMRbtHh3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvYMRbtHh3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvYMRbtHh3 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvYMRbtHh3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvYMRbtHh3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvYMRbtHh3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvYMRbtHh3 .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-uvYMRbtHh3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvYMRbtHh3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvYMRbtHh3 .dropdown-item.active,
.cid-uvYMRbtHh3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uvYMRbtHh3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvYMRbtHh3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvYMRbtHh3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvYMRbtHh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvYMRbtHh3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvYMRbtHh3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvYMRbtHh3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvYMRbtHh3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvYMRbtHh3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvYMRbtHh3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvYMRbtHh3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvYMRbtHh3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYMRbtHh3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYMRbtHh3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvYMRbtHh3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYMRbtHh3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvYMRbtHh3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvYMRbtHh3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYMRbtHh3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvYMRbtHh3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYMRbtHh3 .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-uvYMRbtHh3 .navbar {
    height: 70px;
  }
  .cid-uvYMRbtHh3 .navbar.opened {
    height: auto;
  }
  .cid-uvYMRbtHh3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYMRbYzZ7 {
  background-image: linear-gradient(135deg, #ffe161 10%, #4479d9 100%) !important;
}
.cid-uvYMRbYzZ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYMRbYzZ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYMRcjfpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uvYMRcjfpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYMRcjfpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYMRcjfpW .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYMRcjfpW .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYMRcjfpW .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYMRcjfpW .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYMRcjfpW .mbr-text,
.cid-uvYMRcjfpW .mbr-section-btn {
  color: #000000;
}
.cid-uvYMRcjfpW .card-title,
.cid-uvYMRcjfpW .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvYMRcJ1dF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYMRcJ1dF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYMRcJ1dF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYMRcJ1dF .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYMRcJ1dF .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYMRcJ1dF .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-uvYMRcJ1dF .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYMRcJ1dF .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYMRcJ1dF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-uvYMRd8vye {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvYMRd8vye .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYMRd8vye .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvYMRd8vye .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYMRd8vye .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvYMRd8vye a {
  font-weight: 600;
}
.cid-uvYMRd8vye a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvYMRd8vye .col-lg-3,
  .cid-uvYMRd8vye .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvYMRd8vye .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvYMRd8vye .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvYMRd8vye h5 {
  margin: 0;
}
.cid-uvYMRd8vye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYMRd8vye .iconfont-wrapper {
  position: relative;
}
.cid-uvYMRd8vye .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvYMRd8vye .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvYMRd8vye .sociconfont-wrapper {
  display: flex;
}
.cid-uvYMRd8vye .card-title,
.cid-uvYMRd8vye .iconfont-wrapper {
  color: #000000;
}
.cid-uvYMRd8vye .card-text {
  color: #000000;
}
.cid-uvYMRd8vye .mbr-section-title {
  color: #000000;
}
.cid-uvYMRd8vye .main-title,
.cid-uvYMRd8vye .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYXFME9ks {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYXFME9ks .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYXFME9ks .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYXFME9ks .col-title {
  margin-bottom: 32px;
}
.cid-uvYXFME9ks .mbr-section-title {
  color: #24262b;
}
.cid-uvYXFME9ks .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYXFME9ks .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYXFME9ks .cards-row {
  row-gap: 32px;
}
.cid-uvYXFME9ks .card {
  border-radius: 0;
}
.cid-uvYXFME9ks .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYXFME9ks .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYXFME9ks .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYXFME9ks .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYXFME9ks .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvYMRdBTbD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvYMRdBTbD .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvYTJD54dh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvYTJD54dh nav.navbar {
  position: fixed;
}
.cid-uvYTJD54dh .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-uvYTJD54dh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvYTJD54dh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvYTJD54dh .dropdown-item:hover,
.cid-uvYTJD54dh .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvYTJD54dh .dropdown-item:hover span {
  color: white;
}
.cid-uvYTJD54dh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvYTJD54dh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvYTJD54dh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvYTJD54dh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvYTJD54dh .nav-link {
  position: relative;
}
.cid-uvYTJD54dh .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYTJD54dh .container {
    flex-wrap: wrap;
  }
}
.cid-uvYTJD54dh .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYTJD54dh .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvYTJD54dh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvYTJD54dh .dropdown-menu,
.cid-uvYTJD54dh .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvYTJD54dh .nav-item:focus,
.cid-uvYTJD54dh .nav-link:focus {
  outline: none;
}
.cid-uvYTJD54dh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvYTJD54dh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvYTJD54dh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvYTJD54dh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvYTJD54dh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvYTJD54dh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvYTJD54dh .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: #ffe161;
}
.cid-uvYTJD54dh .navbar.opened {
  transition: all 0.3s;
}
.cid-uvYTJD54dh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvYTJD54dh .navbar .navbar-logo img {
  width: auto;
}
.cid-uvYTJD54dh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvYTJD54dh .navbar.collapsed {
  justify-content: center;
}
.cid-uvYTJD54dh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvYTJD54dh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvYTJD54dh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvYTJD54dh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvYTJD54dh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvYTJD54dh .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-uvYTJD54dh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvYTJD54dh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvYTJD54dh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvYTJD54dh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvYTJD54dh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvYTJD54dh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvYTJD54dh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvYTJD54dh .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-uvYTJD54dh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvYTJD54dh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvYTJD54dh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvYTJD54dh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvYTJD54dh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvYTJD54dh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvYTJD54dh .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvYTJD54dh .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvYTJD54dh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvYTJD54dh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvYTJD54dh .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-uvYTJD54dh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvYTJD54dh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvYTJD54dh .dropdown-item.active,
.cid-uvYTJD54dh .dropdown-item:active {
  background-color: transparent;
}
.cid-uvYTJD54dh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvYTJD54dh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvYTJD54dh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvYTJD54dh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvYTJD54dh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvYTJD54dh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvYTJD54dh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvYTJD54dh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvYTJD54dh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvYTJD54dh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvYTJD54dh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvYTJD54dh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYTJD54dh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYTJD54dh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvYTJD54dh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYTJD54dh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvYTJD54dh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvYTJD54dh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYTJD54dh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvYTJD54dh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYTJD54dh .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-uvYTJD54dh .navbar {
    height: 70px;
  }
  .cid-uvYTJD54dh .navbar.opened {
    height: auto;
  }
  .cid-uvYTJD54dh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYTJDQB3O {
  background-image: linear-gradient(315deg, #8caff0 10%, #ffe161 100%) !important;
}
.cid-uvYTJDQB3O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJDQB3O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJFdKhf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYTJFdKhf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJFdKhf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJFdKhf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYTJFdKhf .container {
    padding: 0 12px;
  }
}
.cid-uvYTJFdKhf .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYTJFdKhf .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uvYTJFdKhf .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uvYTJFdKhf .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb370a;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uvYTJFdKhf .mbr-section-title {
  color: #222222;
}
.cid-uvYTJFSFzl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-uvYTJFSFzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJFSFzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJFSFzl .card-wrapper {
  background: #8caff0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYTJFSFzl .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYTJFSFzl .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYTJFSFzl .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYTJFSFzl .mbr-text,
.cid-uvYTJFSFzl .mbr-section-btn {
  color: #ffffff;
}
.cid-uvYTJFSFzl .card-title,
.cid-uvYTJFSFzl .card-box {
  text-align: left;
}
.cid-uvYTJGmM3f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJGmM3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJGmM3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJGmM3f .items-wrapper {
  justify-content: flex-end;
}
.cid-uvYTJGmM3f .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvYTJGmM3f .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvYTJGmM3f .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uvYTJGmM3f .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uvYTJGmM3f .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uvYTJGmM3f .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uvYTJGmM3f .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uvYTJGmM3f .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uvYTJGmM3f .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvYTJGmM3f .content-wrapper {
    padding-left: 0;
  }
}
.cid-uvYTJGmM3f .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uvYTJGmM3f .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYTJGmM3f .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uvYTJGmM3f .mbr-desc {
  color: #272b2e;
}
.cid-uvYTJGmM3f .mbr-section-title {
  color: #272b2e;
}
.cid-uvYTJGmM3f .mbr-text,
.cid-uvYTJGmM3f .text-wrapper {
  color: #272b2e;
}
.cid-uvYTJGSY70 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJGSY70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJGSY70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJGSY70 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .container {
    padding: 0;
  }
}
.cid-uvYTJGSY70 .row {
  justify-content: center;
}
.cid-uvYTJGSY70 .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJGSY70 .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYTJGSY70 .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYTJGSY70 .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYTJGSY70 .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJGSY70 .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYTJGSY70 .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJGSY70 .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYTJGSY70 .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYTJGSY70 .mbr-text {
  color: #263652;
}
.cid-uvYTJHRxGE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJHRxGE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJHRxGE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJHRxGE .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYTJInzBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJInzBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJInzBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJInzBm .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .container {
    padding: 0;
  }
}
.cid-uvYTJInzBm .row {
  justify-content: center;
}
.cid-uvYTJInzBm .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJInzBm .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYTJInzBm .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYTJInzBm .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYTJInzBm .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJInzBm .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYTJInzBm .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJInzBm .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYTJInzBm .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYTJInzBm .mbr-text {
  color: #263652;
}
.cid-uvYTJJboOP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJJKEFT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJJKEFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJJKEFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJJKEFT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .container {
    padding: 0;
  }
}
.cid-uvYTJJKEFT .row {
  justify-content: center;
}
.cid-uvYTJJKEFT .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJJKEFT .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYTJJKEFT .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYTJJKEFT .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYTJJKEFT .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYTJJKEFT .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYTJJKEFT .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJJKEFT .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYTJJKEFT .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYTJJKEFT .mbr-text {
  color: #000000;
}
.cid-uvYTJKA9LT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJL6CLP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJL6CLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJL6CLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYTJL6CLP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYTJL6CLP .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvYTJL6CLP .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvYTJL6CLP .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYTJL6CLP .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYTJL6CLP .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvYTJL6CLP .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYTJL6CLP .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYTJL6CLP .mbr-section-title {
  color: #222222;
}
.cid-uvYTJLCgHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYTJLCgHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJLCgHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJLCgHw .card-wrapper {
  background: #ffe161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYTJLCgHw .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYTJLCgHw .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYTJLCgHw .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYTJLCgHw .mbr-text,
.cid-uvYTJLCgHw .mbr-section-btn {
  color: #000000;
}
.cid-uvYTJLCgHw .card-title,
.cid-uvYTJLCgHw .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvYTJMbjiS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYTJMbjiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJMbjiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJMbjiS .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #eb370a;
  margin-left: 1rem;
}
.cid-uvYTJMbjiS .panel-group {
  border: none;
}
.cid-uvYTJMbjiS .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYTJMbjiS .panel-body,
.cid-uvYTJMbjiS .card-header {
  padding: 1rem 0;
}
.cid-uvYTJMbjiS .panel-title-edit {
  color: #000000;
}
.cid-uvYTJMbjiS .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYTJN3L2C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYTJN3L2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJN3L2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJN3L2C .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvYTJN3L2C .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYWj3zgz6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYWj3zgz6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYWj3zgz6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYWj3zgz6 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYWj3zgz6 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYWj3zgz6 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb370a;
}
.cid-uvYWj3zgz6 .panel-body,
.cid-uvYWj3zgz6 .card-header {
  padding: 1rem 0;
}
.cid-uvYWj3zgz6 .panel-title-edit {
  color: #000000;
}
.cid-uvYTJNDLYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYTJNDLYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJNDLYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJNDLYx .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYTJNDLYx .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYTJNDLYx .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-uvYTJNDLYx .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYTJNDLYx .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYTJNDLYx .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvYTJOioUP {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvYTJOioUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJOioUP .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvYTJOioUP .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYTJOioUP .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvYTJOioUP a {
  font-weight: 600;
}
.cid-uvYTJOioUP a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvYTJOioUP .col-lg-3,
  .cid-uvYTJOioUP .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvYTJOioUP .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvYTJOioUP .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvYTJOioUP h5 {
  margin: 0;
}
.cid-uvYTJOioUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJOioUP .iconfont-wrapper {
  position: relative;
}
.cid-uvYTJOioUP .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvYTJOioUP .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvYTJOioUP .sociconfont-wrapper {
  display: flex;
}
.cid-uvYTJOioUP .card-title,
.cid-uvYTJOioUP .iconfont-wrapper {
  color: #000000;
}
.cid-uvYTJOioUP .card-text {
  color: #000000;
}
.cid-uvYTJOioUP .mbr-section-title {
  color: #000000;
}
.cid-uvYTJOioUP .main-title,
.cid-uvYTJOioUP .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYTJP2wST {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYTJP2wST .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYTJP2wST .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYTJP2wST .col-title {
  margin-bottom: 32px;
}
.cid-uvYTJP2wST .mbr-section-title {
  color: #24262b;
}
.cid-uvYTJP2wST .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYTJP2wST .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYTJP2wST .cards-row {
  row-gap: 32px;
}
.cid-uvYTJP2wST .card {
  border-radius: 0;
}
.cid-uvYTJP2wST .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYTJP2wST .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYTJP2wST .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYTJP2wST .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYTJP2wST .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvYTJPHGYx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvYTJPHGYx .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvYSs84Zcm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvYSs84Zcm nav.navbar {
  position: fixed;
}
.cid-uvYSs84Zcm .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-uvYSs84Zcm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvYSs84Zcm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvYSs84Zcm .dropdown-item:hover,
.cid-uvYSs84Zcm .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvYSs84Zcm .dropdown-item:hover span {
  color: white;
}
.cid-uvYSs84Zcm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvYSs84Zcm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvYSs84Zcm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvYSs84Zcm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvYSs84Zcm .nav-link {
  position: relative;
}
.cid-uvYSs84Zcm .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYSs84Zcm .container {
    flex-wrap: wrap;
  }
}
.cid-uvYSs84Zcm .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYSs84Zcm .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvYSs84Zcm .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvYSs84Zcm .dropdown-menu,
.cid-uvYSs84Zcm .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvYSs84Zcm .nav-item:focus,
.cid-uvYSs84Zcm .nav-link:focus {
  outline: none;
}
.cid-uvYSs84Zcm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvYSs84Zcm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvYSs84Zcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvYSs84Zcm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvYSs84Zcm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvYSs84Zcm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvYSs84Zcm .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: #ffe161;
}
.cid-uvYSs84Zcm .navbar.opened {
  transition: all 0.3s;
}
.cid-uvYSs84Zcm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvYSs84Zcm .navbar .navbar-logo img {
  width: auto;
}
.cid-uvYSs84Zcm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvYSs84Zcm .navbar.collapsed {
  justify-content: center;
}
.cid-uvYSs84Zcm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvYSs84Zcm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvYSs84Zcm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvYSs84Zcm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvYSs84Zcm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvYSs84Zcm .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-uvYSs84Zcm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvYSs84Zcm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvYSs84Zcm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvYSs84Zcm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvYSs84Zcm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvYSs84Zcm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvYSs84Zcm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvYSs84Zcm .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-uvYSs84Zcm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvYSs84Zcm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvYSs84Zcm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvYSs84Zcm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvYSs84Zcm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvYSs84Zcm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvYSs84Zcm .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvYSs84Zcm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvYSs84Zcm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvYSs84Zcm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvYSs84Zcm .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-uvYSs84Zcm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvYSs84Zcm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvYSs84Zcm .dropdown-item.active,
.cid-uvYSs84Zcm .dropdown-item:active {
  background-color: transparent;
}
.cid-uvYSs84Zcm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvYSs84Zcm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvYSs84Zcm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvYSs84Zcm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvYSs84Zcm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvYSs84Zcm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvYSs84Zcm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvYSs84Zcm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvYSs84Zcm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvYSs84Zcm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvYSs84Zcm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvYSs84Zcm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYSs84Zcm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYSs84Zcm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvYSs84Zcm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYSs84Zcm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvYSs84Zcm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvYSs84Zcm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYSs84Zcm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvYSs84Zcm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYSs84Zcm .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-uvYSs84Zcm .navbar {
    height: 70px;
  }
  .cid-uvYSs84Zcm .navbar.opened {
    height: auto;
  }
  .cid-uvYSs84Zcm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYSs98Pia {
  background-image: linear-gradient(315deg, #8caff0 10%, #ffe161 100%) !important;
}
.cid-uvYSs98Pia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSs98Pia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSs9Xx1B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYSs9Xx1B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSs9Xx1B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYSs9Xx1B .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYSs9Xx1B .container {
    padding: 0 12px;
  }
}
.cid-uvYSs9Xx1B .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYSs9Xx1B .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uvYSs9Xx1B .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uvYSs9Xx1B .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb370a;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uvYSs9Xx1B .mbr-section-title {
  color: #222222;
}
.cid-uvYSsauV1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-uvYSsauV1a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsauV1a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsauV1a .card-wrapper {
  background: #8caff0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYSsauV1a .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYSsauV1a .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYSsauV1a .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYSsauV1a .mbr-text,
.cid-uvYSsauV1a .mbr-section-btn {
  color: #ffffff;
}
.cid-uvYSsauV1a .card-title,
.cid-uvYSsauV1a .card-box {
  text-align: left;
}
.cid-uvYSsb4zRv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSsb4zRv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsb4zRv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsb4zRv .items-wrapper {
  justify-content: flex-end;
}
.cid-uvYSsb4zRv .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvYSsb4zRv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvYSsb4zRv .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uvYSsb4zRv .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uvYSsb4zRv .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uvYSsb4zRv .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uvYSsb4zRv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uvYSsb4zRv .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uvYSsb4zRv .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvYSsb4zRv .content-wrapper {
    padding-left: 0;
  }
}
.cid-uvYSsb4zRv .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uvYSsb4zRv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYSsb4zRv .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uvYSsb4zRv .mbr-desc {
  color: #272b2e;
}
.cid-uvYSsb4zRv .mbr-section-title {
  color: #272b2e;
}
.cid-uvYSsb4zRv .mbr-text,
.cid-uvYSsb4zRv .text-wrapper {
  color: #272b2e;
}
.cid-uvYSscteaP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSscteaP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSscteaP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSscteaP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .container {
    padding: 0;
  }
}
.cid-uvYSscteaP .row {
  justify-content: center;
}
.cid-uvYSscteaP .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSscteaP .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYSscteaP .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYSscteaP .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYSscteaP .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSscteaP .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYSscteaP .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYSscteaP .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYSscteaP .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYSscteaP .mbr-text {
  color: #263652;
}
.cid-uvYSseEoYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSseEoYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSseEoYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSseEoYX .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYSsg2mxq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSsg2mxq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsg2mxq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsg2mxq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .container {
    padding: 0;
  }
}
.cid-uvYSsg2mxq .row {
  justify-content: center;
}
.cid-uvYSsg2mxq .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSsg2mxq .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYSsg2mxq .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYSsg2mxq .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYSsg2mxq .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSsg2mxq .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYSsg2mxq .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYSsg2mxq .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYSsg2mxq .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYSsg2mxq .mbr-text {
  color: #263652;
}
.cid-uvYSsh1GmO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSshORAt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSshORAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSshORAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSshORAt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .container {
    padding: 0;
  }
}
.cid-uvYSshORAt .row {
  justify-content: center;
}
.cid-uvYSshORAt .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSshORAt .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYSshORAt .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYSshORAt .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #eb370a;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYSshORAt .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYSshORAt .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYSshORAt .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYSshORAt .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYSshORAt .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYSshORAt .mbr-text {
  color: #000000;
}
.cid-uvYSsiKLyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSsjimv3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSsjimv3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsjimv3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYSsjimv3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYSsjimv3 .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvYSsjimv3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvYSsjimv3 .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYSsjimv3 .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYSsjimv3 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvYSsjimv3 .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYSsjimv3 .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYSsjimv3 .mbr-section-title {
  color: #222222;
}
.cid-uvYSsjRewt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYSsjRewt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsjRewt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsjRewt .card-wrapper {
  background: #ffe161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYSsjRewt .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYSsjRewt .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYSsjRewt .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYSsjRewt .mbr-text,
.cid-uvYSsjRewt .mbr-section-btn {
  color: #000000;
}
.cid-uvYSsjRewt .card-title,
.cid-uvYSsjRewt .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvYSskue7e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYSskue7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSskue7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSskue7e .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #eb370a;
  margin-left: 1rem;
}
.cid-uvYSskue7e .panel-group {
  border: none;
}
.cid-uvYSskue7e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYSskue7e .panel-body,
.cid-uvYSskue7e .card-header {
  padding: 1rem 0;
}
.cid-uvYSskue7e .panel-title-edit {
  color: #000000;
}
.cid-uvYSskue7e .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYSsllA3F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYSsllA3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsllA3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsllA3F .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvYSsllA3F .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYVabSkjm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYVabSkjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYVabSkjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYVabSkjm .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYVabSkjm .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYVabSkjm .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb370a;
}
.cid-uvYVabSkjm .panel-body,
.cid-uvYVabSkjm .card-header {
  padding: 1rem 0;
}
.cid-uvYVabSkjm .panel-title-edit {
  color: #000000;
}
.cid-uvYSslV8VA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYSslV8VA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSslV8VA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSslV8VA .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYSslV8VA .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYSslV8VA .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-uvYSslV8VA .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYSslV8VA .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYSslV8VA .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvYSsmBfIN {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvYSsmBfIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsmBfIN .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvYSsmBfIN .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYSsmBfIN .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvYSsmBfIN a {
  font-weight: 600;
}
.cid-uvYSsmBfIN a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvYSsmBfIN .col-lg-3,
  .cid-uvYSsmBfIN .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvYSsmBfIN .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvYSsmBfIN .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvYSsmBfIN h5 {
  margin: 0;
}
.cid-uvYSsmBfIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsmBfIN .iconfont-wrapper {
  position: relative;
}
.cid-uvYSsmBfIN .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvYSsmBfIN .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvYSsmBfIN .sociconfont-wrapper {
  display: flex;
}
.cid-uvYSsmBfIN .card-title,
.cid-uvYSsmBfIN .iconfont-wrapper {
  color: #000000;
}
.cid-uvYSsmBfIN .card-text {
  color: #000000;
}
.cid-uvYSsmBfIN .mbr-section-title {
  color: #000000;
}
.cid-uvYSsmBfIN .main-title,
.cid-uvYSsmBfIN .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYSsndHIm {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYSsndHIm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYSsndHIm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYSsndHIm .col-title {
  margin-bottom: 32px;
}
.cid-uvYSsndHIm .mbr-section-title {
  color: #24262b;
}
.cid-uvYSsndHIm .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYSsndHIm .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYSsndHIm .cards-row {
  row-gap: 32px;
}
.cid-uvYSsndHIm .card {
  border-radius: 0;
}
.cid-uvYSsndHIm .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYSsndHIm .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYSsndHIm .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYSsndHIm .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYSsndHIm .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvYSso55Ub {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvYSso55Ub .media-container-row .mbr-text {
  color: #000000;
}
.cid-uvYT4bZ2iN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uvYT4bZ2iN nav.navbar {
  position: fixed;
}
.cid-uvYT4bZ2iN .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-uvYT4bZ2iN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvYT4bZ2iN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvYT4bZ2iN .dropdown-item:hover,
.cid-uvYT4bZ2iN .dropdown-item:focus {
  background: #eb370a !important;
  color: white !important;
}
.cid-uvYT4bZ2iN .dropdown-item:hover span {
  color: white;
}
.cid-uvYT4bZ2iN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvYT4bZ2iN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvYT4bZ2iN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvYT4bZ2iN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvYT4bZ2iN .nav-link {
  position: relative;
}
.cid-uvYT4bZ2iN .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYT4bZ2iN .container {
    flex-wrap: wrap;
  }
}
.cid-uvYT4bZ2iN .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uvYT4bZ2iN .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uvYT4bZ2iN .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvYT4bZ2iN .dropdown-menu,
.cid-uvYT4bZ2iN .navbar.opened {
  background: #ffe161 !important;
}
.cid-uvYT4bZ2iN .nav-item:focus,
.cid-uvYT4bZ2iN .nav-link:focus {
  outline: none;
}
.cid-uvYT4bZ2iN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvYT4bZ2iN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvYT4bZ2iN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvYT4bZ2iN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvYT4bZ2iN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvYT4bZ2iN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvYT4bZ2iN .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: #ffe161;
}
.cid-uvYT4bZ2iN .navbar.opened {
  transition: all 0.3s;
}
.cid-uvYT4bZ2iN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvYT4bZ2iN .navbar .navbar-logo img {
  width: auto;
}
.cid-uvYT4bZ2iN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvYT4bZ2iN .navbar.collapsed {
  justify-content: center;
}
.cid-uvYT4bZ2iN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvYT4bZ2iN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uvYT4bZ2iN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uvYT4bZ2iN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvYT4bZ2iN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvYT4bZ2iN .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-uvYT4bZ2iN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvYT4bZ2iN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvYT4bZ2iN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvYT4bZ2iN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvYT4bZ2iN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvYT4bZ2iN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvYT4bZ2iN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvYT4bZ2iN .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-uvYT4bZ2iN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvYT4bZ2iN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvYT4bZ2iN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvYT4bZ2iN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvYT4bZ2iN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvYT4bZ2iN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uvYT4bZ2iN .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uvYT4bZ2iN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvYT4bZ2iN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvYT4bZ2iN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvYT4bZ2iN .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-uvYT4bZ2iN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvYT4bZ2iN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvYT4bZ2iN .dropdown-item.active,
.cid-uvYT4bZ2iN .dropdown-item:active {
  background-color: transparent;
}
.cid-uvYT4bZ2iN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvYT4bZ2iN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvYT4bZ2iN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvYT4bZ2iN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffe161;
}
.cid-uvYT4bZ2iN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvYT4bZ2iN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvYT4bZ2iN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvYT4bZ2iN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvYT4bZ2iN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvYT4bZ2iN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uvYT4bZ2iN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvYT4bZ2iN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYT4bZ2iN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvYT4bZ2iN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvYT4bZ2iN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYT4bZ2iN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvYT4bZ2iN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvYT4bZ2iN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvYT4bZ2iN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uvYT4bZ2iN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYT4bZ2iN .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-uvYT4bZ2iN .navbar {
    height: 70px;
  }
  .cid-uvYT4bZ2iN .navbar.opened {
    height: auto;
  }
  .cid-uvYT4bZ2iN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvYT4cRPB6 {
  background-image: linear-gradient(315deg, #8caff0 10%, #ffe161 100%) !important;
}
.cid-uvYT4cRPB6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4cRPB6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4dHIpW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYT4dHIpW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4dHIpW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4dHIpW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYT4dHIpW .container {
    padding: 0 12px;
  }
}
.cid-uvYT4dHIpW .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYT4dHIpW .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uvYT4dHIpW .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uvYT4dHIpW .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #eb370a;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uvYT4dHIpW .mbr-section-title {
  color: #222222;
}
.cid-uvYT4ecIPa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe885;
}
.cid-uvYT4ecIPa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4ecIPa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4ecIPa .card-wrapper {
  background: #8caff0;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYT4ecIPa .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYT4ecIPa .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYT4ecIPa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYT4ecIPa .mbr-text,
.cid-uvYT4ecIPa .mbr-section-btn {
  color: #ffffff;
}
.cid-uvYT4ecIPa .card-title,
.cid-uvYT4ecIPa .card-box {
  text-align: left;
}
.cid-uvYT4eJGpP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4eJGpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4eJGpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4eJGpP .items-wrapper {
  justify-content: flex-end;
}
.cid-uvYT4eJGpP .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uvYT4eJGpP .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uvYT4eJGpP .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1700px) {
  .cid-uvYT4eJGpP .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uvYT4eJGpP .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uvYT4eJGpP .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uvYT4eJGpP .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uvYT4eJGpP .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uvYT4eJGpP .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uvYT4eJGpP .content-wrapper {
    padding-left: 0;
  }
}
.cid-uvYT4eJGpP .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uvYT4eJGpP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uvYT4eJGpP .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uvYT4eJGpP .mbr-desc {
  color: #272b2e;
}
.cid-uvYT4eJGpP .mbr-section-title {
  color: #272b2e;
}
.cid-uvYT4eJGpP .mbr-text,
.cid-uvYT4eJGpP .text-wrapper {
  color: #272b2e;
}
.cid-uvYT4fbz1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4fbz1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4fbz1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4fbz1c .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .container {
    padding: 0;
  }
}
.cid-uvYT4fbz1c .row {
  justify-content: center;
}
.cid-uvYT4fbz1c .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4fbz1c .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYT4fbz1c .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYT4fbz1c .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #8caff0;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYT4fbz1c .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4fbz1c .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYT4fbz1c .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4fbz1c .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYT4fbz1c .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYT4fbz1c .mbr-text {
  color: #263652;
}
.cid-uvYT4g8qMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4g8qMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4g8qMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4g8qMC .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYT4gFDXY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4gFDXY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4gFDXY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4gFDXY .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .container {
    padding: 0;
  }
}
.cid-uvYT4gFDXY .row {
  justify-content: center;
}
.cid-uvYT4gFDXY .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4gFDXY .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYT4gFDXY .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYT4gFDXY .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #6592e6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYT4gFDXY .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4gFDXY .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYT4gFDXY .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4gFDXY .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYT4gFDXY .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYT4gFDXY .mbr-text {
  color: #263652;
}
.cid-uvYT4hqxkt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4hVekN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4hVekN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4hVekN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4hVekN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .container {
    padding: 0;
  }
}
.cid-uvYT4hVekN .row {
  justify-content: center;
}
.cid-uvYT4hVekN .nav.nav-tabs {
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 70px;
  border: none;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .nav.nav-tabs {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4hVekN .nav.nav-tabs .nav-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 50px;
  border-left: 1px solid #263652;
}
.cid-uvYT4hVekN .nav.nav-tabs .nav-item:first-child {
  border-left: none;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .nav.nav-tabs .nav-item {
    border: none;
    margin-bottom: 10px;
  }
}
.cid-uvYT4hVekN .nav.nav-tabs .nav-item .nav-link {
  padding: 0;
  border: none;
  color: #6592e6;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-uvYT4hVekN .nav.nav-tabs .nav-item .nav-link.active {
  opacity: .5;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .tab-content {
    margin-bottom: 40px;
    padding: 0 16px;
  }
}
.cid-uvYT4hVekN .tab-content .tab-pane .image-wrap img {
  height: 340px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .tab-content .tab-pane .image-wrap img {
    height: 300px;
  }
}
.cid-uvYT4hVekN .tab-content .tab-pane .text-wrap {
  padding-left: 70px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4hVekN .tab-content .tab-pane .text-wrap {
    padding-left: 0;
  }
}
.cid-uvYT4hVekN .tab-content .tab-pane .text-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uvYT4hVekN .mbr-text {
  color: #000000;
}
.cid-uvYT4iHFzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4jb7kY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4jb7kY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4jb7kY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uvYT4jb7kY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uvYT4jb7kY .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uvYT4jb7kY .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uvYT4jb7kY .video-block .video-wrapper .app-video-wrapper img {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYT4jb7kY .video-block .video-wrapper .app-video-wrapper img {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYT4jb7kY .video-block .video-wrapper .app-video-wrapper::before {
  color: #ff6928;
  text-shadow: none;
}
.cid-uvYT4jb7kY .video-block .video-wrapper iframe {
  height: 400px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-uvYT4jb7kY .video-block .video-wrapper iframe {
    border-radius: 24px;
    height: 300px;
  }
}
.cid-uvYT4jb7kY .mbr-section-title {
  color: #222222;
}
.cid-uvYT4jH3dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #8caff0;
}
.cid-uvYT4jH3dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4jH3dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4jH3dr .card-wrapper {
  background: #ffe161;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uvYT4jH3dr .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvYT4jH3dr .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvYT4jH3dr .card-wrapper {
    padding: 4rem;
  }
}
.cid-uvYT4jH3dr .mbr-text,
.cid-uvYT4jH3dr .mbr-section-btn {
  color: #000000;
}
.cid-uvYT4jH3dr .card-title,
.cid-uvYT4jH3dr .card-box {
  text-align: left;
  color: #000000;
}
.cid-uvYT4kiFeG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYT4kiFeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4kiFeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4kiFeG .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #eb370a;
  margin-left: 1rem;
}
.cid-uvYT4kiFeG .panel-group {
  border: none;
}
.cid-uvYT4kiFeG .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYT4kiFeG .panel-body,
.cid-uvYT4kiFeG .card-header {
  padding: 1rem 0;
}
.cid-uvYT4kiFeG .panel-title-edit {
  color: #000000;
}
.cid-uvYT4kiFeG .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYT4l3uIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe161;
}
.cid-uvYT4l3uIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4l3uIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4l3uIz .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uvYT4l3uIz .mbr-section-subtitle {
  text-align: left;
}
.cid-uvYVSxSMPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffe161;
}
.cid-uvYVSxSMPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYVSxSMPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYVSxSMPM .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uvYVSxSMPM .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uvYVSxSMPM .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #eb370a;
}
.cid-uvYVSxSMPM .panel-body,
.cid-uvYVSxSMPM .card-header {
  padding: 1rem 0;
}
.cid-uvYVSxSMPM .panel-title-edit {
  color: #000000;
}
.cid-uvYT4lADfi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #8caff0;
}
.cid-uvYT4lADfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4lADfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4lADfi .google-map {
  height: 30rem;
  position: relative;
}
.cid-uvYT4lADfi .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uvYT4lADfi .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-uvYT4lADfi .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uvYT4lADfi .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uvYT4lADfi .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uvYT4mfEul {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffe161;
}
.cid-uvYT4mfEul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4mfEul .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-uvYT4mfEul .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvYT4mfEul .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-uvYT4mfEul a {
  font-weight: 600;
}
.cid-uvYT4mfEul a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-uvYT4mfEul .col-lg-3,
  .cid-uvYT4mfEul .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-uvYT4mfEul .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-uvYT4mfEul .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uvYT4mfEul h5 {
  margin: 0;
}
.cid-uvYT4mfEul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4mfEul .iconfont-wrapper {
  position: relative;
}
.cid-uvYT4mfEul .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-uvYT4mfEul .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-uvYT4mfEul .sociconfont-wrapper {
  display: flex;
}
.cid-uvYT4mfEul .card-title,
.cid-uvYT4mfEul .iconfont-wrapper {
  color: #000000;
}
.cid-uvYT4mfEul .card-text {
  color: #000000;
}
.cid-uvYT4mfEul .mbr-section-title {
  color: #000000;
}
.cid-uvYT4mfEul .main-title,
.cid-uvYT4mfEul .iconfont-wrapper {
  text-align: left;
  color: #df7f11;
}
.cid-uvYT4mVhFW {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffe161;
}
.cid-uvYT4mVhFW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvYT4mVhFW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvYT4mVhFW .col-title {
  margin-bottom: 32px;
}
.cid-uvYT4mVhFW .mbr-section-title {
  color: #24262b;
}
.cid-uvYT4mVhFW .mbr-section-subtitle {
  color: #24262b;
}
.cid-uvYT4mVhFW .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-uvYT4mVhFW .cards-row {
  row-gap: 32px;
}
.cid-uvYT4mVhFW .card {
  border-radius: 0;
}
.cid-uvYT4mVhFW .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #33363b;
  margin-right: 0.5rem;
  flex-shrink: 0;
  transition: 0.3s all;
}
.cid-uvYT4mVhFW .card-title {
  flex-grow: 1;
  color: #24262b;
  transition: 0.3s all;
}
.cid-uvYT4mVhFW .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvYT4mVhFW .card-wrapper:hover .card-title {
  color: #b79b6c;
}
.cid-uvYT4mVhFW .card-wrapper:hover .mbr-iconfont {
  color: #b79b6c;
}
.cid-uvYT4nzWwl {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffe161;
  overflow: hidden;
}
.cid-uvYT4nzWwl .media-container-row .mbr-text {
  color: #000000;
}
