body {
  font-family: Syne;
}
.display-1 {
  font-family: 'Syne', sans-serif;
  font-size: 4.6rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Syne', sans-serif;
  font-size: 2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Syne', 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: 1199x) {
  .display-1 {
    font-size: 3.818rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.45rem;
  }
  .display-2 {
    font-size: 2.392rem;
  }
  .display-5 {
    font-size: 1.15rem;
  }
}
@media (max-width: 767px) {
  .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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((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-6 {
    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-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))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.886rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ff8e5e !important;
}
.bg-success {
  background-color: #8aae3d !important;
}
.bg-info {
  background-color: #35999a !important;
}
.bg-warning {
  background-color: #d6d2cd !important;
}
.bg-danger {
  background-color: #df561c !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #000000 !important;
  background-color: #ff5107 !important;
  border-color: #ff5107 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #35999a !important;
  border-color: #35999a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1f5959 !important;
  border-color: #1f5959 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #576e26 !important;
  border-color: #576e26 !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #afa79d !important;
  border-color: #afa79d !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #df561c !important;
  border-color: #df561c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #923812 !important;
  border-color: #923812 !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #ff8e5e;
  color: #ff8e5e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff8e5e;
  box-shadow: -4px 4px 0 0 rgba(255, 142, 94, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8e5e !important;
  border-color: #ff8e5e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #1d1e22;
  color: #1d1e22;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1d1e22;
  box-shadow: -4px 4px 0 0 rgba(29, 30, 34, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1d1e22 !important;
  border-color: #1d1e22 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #35999a;
  color: #35999a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #35999a;
  box-shadow: -4px 4px 0 0 rgba(53, 153, 154, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #35999a !important;
  border-color: #35999a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #8aae3d;
  color: #8aae3d;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8aae3d;
  box-shadow: -4px 4px 0 0 rgba(138, 174, 61, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #8aae3d !important;
  border-color: #8aae3d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #d6d2cd;
  color: #d6d2cd;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d6d2cd;
  box-shadow: -4px 4px 0 0 rgba(214, 210, 205, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5a534a !important;
  background-color: #d6d2cd !important;
  border-color: #d6d2cd !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #df561c;
  color: #df561c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #df561c;
  box-shadow: -4px 4px 0 0 rgba(223, 86, 28, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #df561c !important;
  border-color: #df561c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff8e5e !important;
}
.text-secondary {
  color: #1d1e22 !important;
}
.text-success {
  color: #8aae3d !important;
}
.text-info {
  color: #35999a !important;
}
.text-warning {
  color: #d6d2cd !important;
}
.text-danger {
  color: #df561c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #f74a00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #4e6223 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1b4e4e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a8a095 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #843311 !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]) {
  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]):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: #ff8e5e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #35999a;
}
.alert-warning {
  background-color: #d6d2cd;
}
.alert-danger {
  background-color: #df561c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff8e5e;
  border-color: #ff8e5e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff8e5e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c2d992;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #7cd1d2;
}
.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: #f9dbce;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  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: #ff8e5e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff8e5e;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff8e5e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff8e5e;
}
.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: #ff8e5e;
  border-bottom-color: #ff8e5e;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ff8e5e !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1d1e22 !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='%23ff8e5e' %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-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .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-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #1d1e22 !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .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-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-scfzWk7EMZ {
  padding-top: 13.5rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/1-612x344.jpg");
}
.cid-scfzWk7EMZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .mbr-text,
.cid-scfzWk7EMZ .mbr-section-btn {
  color: #ffffff;
}
.cid-scfzWk7EMZ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-scfzWk7EMZ .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-scfzWk7EMZ .container-text {
    margin-top: 3.75rem;
  }
}
.cid-scfzWk7EMZ .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-scfzWk7EMZ .mbr-section-subtitle,
.cid-scfzWk7EMZ .mbr-section-btn {
  text-align: center;
}
.cid-scfzWwZQG1 {
  padding-top: 2.5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-scfzWwZQG1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-scfzWwZQG1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-scfzWwZQG1 li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-scfzWwZQG1 li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-scfzWwZQG1 li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-scfzWwZQG1 li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-scfzWwZQG1 li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-scfzWwZQG1 li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-scfzWwZQG1 li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-scfzWwZQG1 li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-scfzWwZQG1 ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-scfzWwZQG1 .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-scfzWwZQG1 .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-scfzWwZQG1 .mbr-text,
.cid-scfzWwZQG1 .mbr-section-btn {
  color: #1d1e22;
}
.cid-scfzWwZQG1 .mbr-section-title DIV {
  text-align: center;
}
.cid-tGzuX6vhbE {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzuX6vhbE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzuX6vhbE .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-tGzuX6vhbE .container {
    padding: 0 16px;
  }
}
.cid-tGzuX6vhbE .row {
  padding: 90px 60px;
  border-radius: 40px;
  background-color: #eff1f2;
}
@media (max-width: 992px) {
  .cid-tGzuX6vhbE .row {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .cid-tGzuX6vhbE .row {
    padding: 20px 16px;
  }
}
.cid-tGzuX6vhbE .row .image-wrapper img {
  height: 440px;
  border-radius: 16px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tGzuX6vhbE .row .image-wrapper img {
    height: 300px;
  }
}
.cid-scfzX2R24e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #1d1e22;
}
.cid-scfzX2R24e .card-wrapper {
  margin-top: 3rem;
}
.cid-scfzX2R24e .row {
  justify-content: center;
}
.cid-scfzX2R24e .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-scfzX2R24e .card-title,
.cid-scfzX2R24e .iconfont-wrapper {
  text-align: left;
  color: #fafafa;
}
.cid-tGzoiVBxhf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzoiVBxhf .card-wrapper {
  margin-top: 3rem;
}
.cid-tGzoiVBxhf .row {
  justify-content: center;
}
.cid-tGzoiVBxhf .card-text {
  text-align: left;
  color: #000000;
}
.cid-tGzoiVBxhf .card-title,
.cid-tGzoiVBxhf .iconfont-wrapper {
  text-align: left;
  color: #000000;
}
.cid-scfzXAPyhI {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/3-612x325.jpg");
}
.cid-scfzXAPyhI h4 {
  display: flex;
}
.cid-scfzXAPyhI .panel-text {
  line-height: 1.7;
}
.cid-scfzXAPyhI .wrap {
  display: flex;
}
.cid-scfzXAPyhI .icon {
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
  transition: all 0.3s;
  transform: scaleY(-1);
}
.cid-scfzXAPyhI .icon:before {
  content: "\e908" !important;
}
.cid-scfzXAPyhI .panel-title.collapsed .icon {
  transform: scaleY(1) !important;
}
.cid-scfzXAPyhI img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-scfzXAPyhI .mbr-section-title {
  margin-bottom: 1.5rem;
}
.cid-scfzXAPyhI p {
  margin: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-scfzXAPyhI .mbr-section-subtitle {
  font-weight: 500;
}
.cid-scfzXAPyhI .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-scfzXAPyhI .panel-group {
  width: 100%;
}
.cid-scfzXAPyhI .panel-title {
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-scfzXAPyhI .card {
  border-bottom: 1px solid #6a6868 !important;
}
.cid-scfzXAPyhI .card .card-header {
  background: none;
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-scfzXAPyhI .card .card-header a.panel-title {
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-scfzXAPyhI .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-scfzXAPyhI .card .card-header a.panel-title h4 {
  font-size: 1.87rem;
  padding: 2.2rem 0rem;
  margin-bottom: 0;
}
@media (max-width: 546px) {
  .cid-scfzXAPyhI .card .card-header a.panel-title h4 {
    font-size: 1.2rem;
  }
}
.cid-scfzXAPyhI .card .panel-body {
  padding: 1.25rem 0 3.43rem;
}
.cid-scfzXAPyhI .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-scfzXAPyhI .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-scfzXAPyhI .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-tGzpNjXFVf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
.cid-tGzpNjXFVf .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tGzpNjXFVf .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-tGzpNjXFVf .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-tGzpNjXFVf .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tGzpNjXFVf .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tGzpNjXFVf .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-tGzpNjXFVf .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-tGzpNjXFVf .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-tGzpNjXFVf .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tGzpNjXFVf .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-tGzpNjXFVf .mbr-text,
.cid-tGzpNjXFVf .mbr-section-btn {
  color: #1d1e22;
}
.cid-tGzswL41kT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzswL41kT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzswL41kT .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-tGzswL41kT .container {
    padding: 0 20px;
  }
}
.cid-tGzswL41kT .row {
  margin: 0;
}
.cid-tGzswL41kT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzswL41kT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzswL41kT .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzswL41kT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzswL41kT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzswL41kT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzswL41kT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzs2Ibx91 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #362641;
}
@media (min-width: 992px) {
  .cid-tGzs2Ibx91 .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tGzs2Ibx91 .content {
    padding: 0 2rem;
  }
}
.cid-tGzs2Ibx91 .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tGzs2Ibx91 .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tGzs2Ibx91 .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tGzs2Ibx91 .icon-title,
.cid-tGzs2Ibx91 .mbr-iconfont {
  color: #ed6436;
}
.cid-tGzs2Ibx91 .icons-wrap {
  display: flex;
}
.cid-tGzs2Ibx91 .google-map {
  height: 100%;
  position: relative;
}
.cid-tGzs2Ibx91 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzs2Ibx91 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGzs2Ibx91 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzs2Ibx91 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tGzs2Ibx91 .content {
    margin: auto;
  }
  .cid-tGzs2Ibx91 .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzs2Ibx91 .icons-wrap {
    flex-direction: column;
  }
  .cid-tGzs2Ibx91 .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tGzs2Ibx91 .google-map {
    height: 20rem;
  }
}
.cid-tGzs2Ibx91 .mbr-text,
.cid-tGzs2Ibx91 .mbr-section-btn,
.cid-tGzs2Ibx91 .content {
  color: #ffffff;
}
.cid-scfzXKU5UZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-scfzW1I84M {
  z-index: 1000;
  width: 100%;
}
.cid-scfzW1I84M nav.navbar {
  position: fixed;
}
.cid-scfzW1I84M .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-scfzW1I84M .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-scfzW1I84M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-scfzW1I84M .nav-link {
  position: relative;
}
.cid-scfzW1I84M .container {
  display: flex;
  margin: auto;
}
.cid-scfzW1I84M .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-scfzW1I84M .dropdown-menu,
.cid-scfzW1I84M .navbar.opened {
  background: #1d1e22 !important;
}
.cid-scfzW1I84M .nav-item:focus,
.cid-scfzW1I84M .nav-link:focus {
  outline: none;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-scfzW1I84M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-scfzW1I84M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-scfzW1I84M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-scfzW1I84M .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-scfzW1I84M .navbar .container {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar.opened {
  transition: all .3s;
}
.cid-scfzW1I84M .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-scfzW1I84M .navbar .navbar-logo img {
  width: auto;
}
.cid-scfzW1I84M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-scfzW1I84M .navbar.collapsed {
  justify-content: center;
}
.cid-scfzW1I84M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-scfzW1I84M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-scfzW1I84M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-scfzW1I84M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-scfzW1I84M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-scfzW1I84M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-scfzW1I84M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-scfzW1I84M .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-scfzW1I84M .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-scfzW1I84M .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-scfzW1I84M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-scfzW1I84M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-scfzW1I84M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-scfzW1I84M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-scfzW1I84M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-scfzW1I84M .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-scfzW1I84M .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-scfzW1I84M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-scfzW1I84M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-scfzW1I84M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-scfzW1I84M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-scfzW1I84M .dropdown-item.active,
.cid-scfzW1I84M .dropdown-item:active {
  background-color: transparent;
}
.cid-scfzW1I84M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-scfzW1I84M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-scfzW1I84M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-scfzW1I84M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-scfzW1I84M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-scfzW1I84M .navbar-buttons {
  text-align: center;
}
.cid-scfzW1I84M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-scfzW1I84M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-scfzW1I84M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-scfzW1I84M .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-scfzW1I84M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-scfzW1I84M .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-scfzW1I84M .navbar {
    height: 70px;
  }
  .cid-scfzW1I84M .navbar.opened {
    height: auto;
  }
  .cid-scfzW1I84M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGzvzLZIlr {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/7-612x408.jpg");
}
.cid-tGzvzLZIlr .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGzvzLZIlr .mbr-text,
.cid-tGzvzLZIlr .mbr-section-btn {
  color: #ffffff;
}
.cid-tGzvzLZIlr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGzvzLZIlr .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tGzvzLZIlr .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzvzLZIlr .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-tGzvzLZIlr .container-text {
    margin-top: 3.75rem;
  }
}
.cid-tGzvzLZIlr .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-tGzvzLZIlr .mbr-section-subtitle,
.cid-tGzvzLZIlr .mbr-section-btn {
  text-align: center;
}
.cid-tGzvOBPpNw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGzvOBPpNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzvOBPpNw .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-tGzvOBPpNw .container {
    padding: 0 16px;
  }
}
.cid-tGzvOBPpNw .title-wrapper {
  position: relative;
}
.cid-tGzvOBPpNw .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzvOBPpNw .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGzvOBPpNw .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzvOBPpNw .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tGzvOBPpNw .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tGzvOBPpNw .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tGzvOBPpNw .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tGzvOBPpNw .mbr-section-title {
  color: #08323C;
}
.cid-tGzvOBPpNw .mbr-text {
  color: #08323C;
  text-align: left;
}
.cid-tGzvOBPpNw .mbr-section-title,
.cid-tGzvOBPpNw .mbr-section-btn {
  text-align: left;
}
.cid-tGzvBrx7iq {
  padding-top: 9.5rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tGzvBrx7iq .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGzvBrx7iq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGzvBrx7iq li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-tGzvBrx7iq li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-tGzvBrx7iq li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-tGzvBrx7iq li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-tGzvBrx7iq li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-tGzvBrx7iq li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-tGzvBrx7iq li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-tGzvBrx7iq li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tGzvBrx7iq ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-tGzvBrx7iq .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-tGzvBrx7iq .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-tGzvBrx7iq .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-tGzvBrx7iq .mbr-text,
.cid-tGzvBrx7iq .mbr-section-btn {
  color: #1d1e22;
}
.cid-tGzvKofnYO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzvKofnYO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzvKofnYO .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-tGzvKofnYO .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGzvKofnYO .container {
    padding: 0 12px;
  }
}
.cid-tGzvKofnYO .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGzvKofnYO .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGzvKofnYO .row.card-wrapper {
  padding: 80px;
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGzvKofnYO .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-tGzvKofnYO .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-tGzvKofnYO .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-tGzvKofnYO .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-tGzvKofnYO .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-tGzvKofnYO .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tGzvKofnYO .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGzvKofnYO .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tGzvKofnYO .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #b4dcfa;
}
.cid-tGzvKofnYO .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tGzvKofnYO .mbr-section-subtitle {
  color: #222222;
}
.cid-tGzvKofnYO .mbr-text {
  color: #222222;
}
.cid-tGzvKofnYO .list {
  color: #222222;
}
.cid-tGzwYlkmxw {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #1d1e22;
}
.cid-tGzwYlkmxw .title .num {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2.5rem;
  width: 4.85rem;
  height: 4.85rem;
  background-color: #ff8e5e;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  line-height: 3.5rem;
  font-size: 3.5rem;
}
@media (max-width: 786px) {
  .cid-tGzwYlkmxw .title .num {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-size: 2.5rem;
  }
}
.cid-tGzwYlkmxw .card-title {
  z-index: 1;
  margin-bottom: 0.62rem;
}
@media (max-width: 786px) {
  .cid-tGzwYlkmxw * {
    text-align: center !important;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tGzwYlkmxw .content-column {
    margin-bottom: 2rem;
  }
}
.cid-tGzwYlkmxw .mbr-section-subtitle {
  margin-top: 4.37rem;
  margin-bottom: 0;
  max-width: 780px;
  margin-left: auto;
}
.cid-tGzwYlkmxw .card {
  margin-bottom: 4.37rem;
}
@media (max-width: 786px) {
  .cid-tGzwYlkmxw .card {
    margin-bottom: 2rem;
  }
}
.cid-tGzwYlkmxw .card-wrapper {
  margin-bottom: 16.87rem;
}
@media (max-width: 786px) {
  .cid-tGzwYlkmxw .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1028px) {
  .cid-tGzwYlkmxw .content-row {
    margin-left: 160px;
  }
}
.cid-tGzvUG2Ycl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzvUG2Ycl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzvUG2Ycl .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-tGzvUG2Ycl .container {
    padding: 0 20px;
  }
}
.cid-tGzvUG2Ycl .row {
  margin: 0;
}
.cid-tGzvUG2Ycl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzvUG2Ycl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzvUG2Ycl .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzvUG2Ycl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzvUG2Ycl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzvUG2Ycl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzvUG2Ycl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzvVk7A7F {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #362641;
}
@media (min-width: 992px) {
  .cid-tGzvVk7A7F .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tGzvVk7A7F .content {
    padding: 0 2rem;
  }
}
.cid-tGzvVk7A7F .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tGzvVk7A7F .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tGzvVk7A7F .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tGzvVk7A7F .icon-title,
.cid-tGzvVk7A7F .mbr-iconfont {
  color: #ed6436;
}
.cid-tGzvVk7A7F .icons-wrap {
  display: flex;
}
.cid-tGzvVk7A7F .google-map {
  height: 100%;
  position: relative;
}
.cid-tGzvVk7A7F .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzvVk7A7F .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGzvVk7A7F .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzvVk7A7F .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tGzvVk7A7F .content {
    margin: auto;
  }
  .cid-tGzvVk7A7F .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzvVk7A7F .icons-wrap {
    flex-direction: column;
  }
  .cid-tGzvVk7A7F .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tGzvVk7A7F .google-map {
    height: 20rem;
  }
}
.cid-tGzvVk7A7F .mbr-text,
.cid-tGzvVk7A7F .mbr-section-btn,
.cid-tGzvVk7A7F .content {
  color: #ffffff;
}
.cid-scfzXKU5UZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-scfzXKU5UZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .align-left {
    text-align: center;
  }
}
.cid-scfzXKU5UZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-scfzXKU5UZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-scfzXKU5UZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-scfzXKU5UZ .social-media {
    justify-content: center !important;
  }
}
.cid-scfzXKU5UZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-scfzXKU5UZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-scfzXKU5UZ .content-text,
.cid-scfzXKU5UZ .inner-text {
  color: #f6f4f2;
}
.cid-scfzXKU5UZ .hidden {
  visibility: visible !important;
}
.cid-tGzzuGLEl6 {
  z-index: 1000;
  width: 100%;
}
.cid-tGzzuGLEl6 nav.navbar {
  position: fixed;
}
.cid-tGzzuGLEl6 .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-tGzzuGLEl6 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGzzuGLEl6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGzzuGLEl6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGzzuGLEl6 .nav-link {
  position: relative;
}
.cid-tGzzuGLEl6 .container {
  display: flex;
  margin: auto;
}
.cid-tGzzuGLEl6 .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-tGzzuGLEl6 .dropdown-menu,
.cid-tGzzuGLEl6 .navbar.opened {
  background: #1d1e22 !important;
}
.cid-tGzzuGLEl6 .nav-item:focus,
.cid-tGzzuGLEl6 .nav-link:focus {
  outline: none;
}
.cid-tGzzuGLEl6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGzzuGLEl6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGzzuGLEl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tGzzuGLEl6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGzzuGLEl6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGzzuGLEl6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGzzuGLEl6 .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-tGzzuGLEl6 .navbar .container {
  transition: all .3s;
}
.cid-tGzzuGLEl6 .navbar.opened {
  transition: all .3s;
}
.cid-tGzzuGLEl6 .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGzzuGLEl6 .navbar .navbar-logo img {
  width: auto;
}
.cid-tGzzuGLEl6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGzzuGLEl6 .navbar.collapsed {
  justify-content: center;
}
.cid-tGzzuGLEl6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGzzuGLEl6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGzzuGLEl6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tGzzuGLEl6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGzzuGLEl6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGzzuGLEl6 .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-tGzzuGLEl6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGzzuGLEl6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGzzuGLEl6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGzzuGLEl6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGzzuGLEl6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGzzuGLEl6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGzzuGLEl6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGzzuGLEl6 .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-tGzzuGLEl6 .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-tGzzuGLEl6 .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-tGzzuGLEl6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGzzuGLEl6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGzzuGLEl6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGzzuGLEl6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGzzuGLEl6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGzzuGLEl6 .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-tGzzuGLEl6 .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tGzzuGLEl6 .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-tGzzuGLEl6 .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-tGzzuGLEl6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGzzuGLEl6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGzzuGLEl6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGzzuGLEl6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGzzuGLEl6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGzzuGLEl6 .dropdown-item.active,
.cid-tGzzuGLEl6 .dropdown-item:active {
  background-color: transparent;
}
.cid-tGzzuGLEl6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGzzuGLEl6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGzzuGLEl6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGzzuGLEl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-tGzzuGLEl6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGzzuGLEl6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGzzuGLEl6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGzzuGLEl6 .navbar-buttons {
  text-align: center;
}
.cid-tGzzuGLEl6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGzzuGLEl6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGzzuGLEl6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGzzuGLEl6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGzzuGLEl6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGzzuGLEl6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGzzuGLEl6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGzzuGLEl6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGzzuGLEl6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGzzuGLEl6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGzzuGLEl6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGzzuGLEl6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGzzuGLEl6 .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-tGzzuGLEl6 .navbar {
    height: 70px;
  }
  .cid-tGzzuGLEl6 .navbar.opened {
    height: auto;
  }
  .cid-tGzzuGLEl6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGzzuHe6X0 {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/9-612x379.jpg");
}
.cid-tGzzuHe6X0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGzzuHe6X0 .mbr-text,
.cid-tGzzuHe6X0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tGzzuHe6X0 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGzzuHe6X0 .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tGzzuHe6X0 .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzzuHe6X0 .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-tGzzuHe6X0 .container-text {
    margin-top: 3.75rem;
  }
}
.cid-tGzzuHe6X0 .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-tGzzuHe6X0 .mbr-section-subtitle,
.cid-tGzzuHe6X0 .mbr-section-btn {
  text-align: center;
}
.cid-tGzzuHMX77 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGzzuHMX77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzzuHMX77 .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-tGzzuHMX77 .container {
    padding: 0 16px;
  }
}
.cid-tGzzuHMX77 .title-wrapper {
  position: relative;
}
.cid-tGzzuHMX77 .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzzuHMX77 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGzzuHMX77 .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzzuHMX77 .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tGzzuHMX77 .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tGzzuHMX77 .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tGzzuHMX77 .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tGzzuHMX77 .mbr-section-title {
  color: #08323C;
}
.cid-tGzzuHMX77 .mbr-text {
  color: #08323C;
  text-align: left;
}
.cid-tGzzuHMX77 .mbr-section-title,
.cid-tGzzuHMX77 .mbr-section-btn {
  text-align: left;
}
.cid-tGzzuIgk69 {
  padding-top: 5.5rem;
  padding-bottom: 1rem;
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-tGzzuIgk69 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tGzzuIgk69 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tGzzuIgk69 li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-tGzzuIgk69 li:nth-child(1) .mbr-iconfont {
  color: #ff8e5e;
}
.cid-tGzzuIgk69 li:nth-child(2) .mbr-iconfont {
  color: #1d1e22;
}
.cid-tGzzuIgk69 li:nth-child(3) .mbr-iconfont {
  color: #35999a;
}
.cid-tGzzuIgk69 li:nth-child(4) .mbr-iconfont {
  color: #8aae3d;
}
.cid-tGzzuIgk69 li:nth-child(5) .mbr-iconfont {
  color: #d6d2cd;
}
.cid-tGzzuIgk69 li:nth-child(6) .mbr-iconfont {
  color: #df561c;
}
.cid-tGzzuIgk69 li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-tGzzuIgk69 ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-tGzzuIgk69 .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-tGzzuIgk69 .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-tGzzuIgk69 .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-tGzzuIgk69 .mbr-text,
.cid-tGzzuIgk69 .mbr-section-btn {
  color: #1d1e22;
}
.cid-tGzzuJgCQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGzzuJgCQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzzuJgCQk .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-tGzzuJgCQk .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGzzuJgCQk .container {
    padding: 0 12px;
  }
}
.cid-tGzzuJgCQk .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGzzuJgCQk .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGzzuJgCQk .row.card-wrapper {
  padding: 80px;
  border: 3px solid #b4dcfa;
  box-shadow: 4px 4px #b4dcfa;
  background-color: #ecf7fd;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-tGzzuJgCQk .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-tGzzuJgCQk .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-tGzzuJgCQk .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-tGzzuJgCQk .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-tGzzuJgCQk .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-tGzzuJgCQk .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-tGzzuJgCQk .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tGzzuJgCQk .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-tGzzuJgCQk .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #b4dcfa;
}
.cid-tGzzuJgCQk .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-tGzzuJgCQk .mbr-section-subtitle {
  color: #222222;
}
.cid-tGzzuJgCQk .mbr-text {
  color: #222222;
}
.cid-tGzzuJgCQk .list {
  color: #222222;
}
.cid-tGzzuINXxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzzuINXxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzzuINXxS .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-tGzzuINXxS .container {
    padding: 0 20px;
  }
}
.cid-tGzzuINXxS .row {
  margin: 0;
}
.cid-tGzzuINXxS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzzuINXxS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzzuINXxS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzzuINXxS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzzuINXxS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzzuINXxS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzzuINXxS .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzzuKuA9g {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #362641;
}
@media (min-width: 992px) {
  .cid-tGzzuKuA9g .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tGzzuKuA9g .content {
    padding: 0 2rem;
  }
}
.cid-tGzzuKuA9g .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tGzzuKuA9g .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tGzzuKuA9g .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tGzzuKuA9g .icon-title,
.cid-tGzzuKuA9g .mbr-iconfont {
  color: #ed6436;
}
.cid-tGzzuKuA9g .icons-wrap {
  display: flex;
}
.cid-tGzzuKuA9g .google-map {
  height: 100%;
  position: relative;
}
.cid-tGzzuKuA9g .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzzuKuA9g .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGzzuKuA9g .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzzuKuA9g .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tGzzuKuA9g .content {
    margin: auto;
  }
  .cid-tGzzuKuA9g .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzzuKuA9g .icons-wrap {
    flex-direction: column;
  }
  .cid-tGzzuKuA9g .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tGzzuKuA9g .google-map {
    height: 20rem;
  }
}
.cid-tGzzuKuA9g .mbr-text,
.cid-tGzzuKuA9g .mbr-section-btn,
.cid-tGzzuKuA9g .content {
  color: #ffffff;
}
.cid-tGzzuLeboZ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-tGzzuLeboZ a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tGzzuLeboZ .align-left {
    text-align: center;
  }
}
.cid-tGzzuLeboZ .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tGzzuLeboZ .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-tGzzuLeboZ .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tGzzuLeboZ .social-media {
    justify-content: center !important;
  }
}
.cid-tGzzuLeboZ .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGzzuLeboZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGzzuLeboZ .content-text,
.cid-tGzzuLeboZ .inner-text {
  color: #f6f4f2;
}
.cid-tGzzuLeboZ .hidden {
  visibility: visible !important;
}
.cid-tGzBhXUumN {
  z-index: 1000;
  width: 100%;
}
.cid-tGzBhXUumN nav.navbar {
  position: fixed;
}
.cid-tGzBhXUumN .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-tGzBhXUumN .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tGzBhXUumN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tGzBhXUumN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tGzBhXUumN .nav-link {
  position: relative;
}
.cid-tGzBhXUumN .container {
  display: flex;
  margin: auto;
}
.cid-tGzBhXUumN .iconfont-wrapper {
  color: #000000 !important;
  padding-right: .5rem;
}
.cid-tGzBhXUumN .dropdown-menu,
.cid-tGzBhXUumN .navbar.opened {
  background: #1d1e22 !important;
}
.cid-tGzBhXUumN .nav-item:focus,
.cid-tGzBhXUumN .nav-link:focus {
  outline: none;
}
.cid-tGzBhXUumN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGzBhXUumN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGzBhXUumN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tGzBhXUumN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGzBhXUumN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGzBhXUumN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGzBhXUumN .navbar {
  margin-top: 0;
  padding-bottom: 20px !important;
  padding-top: 20px !important;
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: rgba(29, 30, 34, 0.6);
}
.cid-tGzBhXUumN .navbar .container {
  transition: all .3s;
}
.cid-tGzBhXUumN .navbar.opened {
  transition: all .3s;
}
.cid-tGzBhXUumN .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tGzBhXUumN .navbar .navbar-logo img {
  width: auto;
}
.cid-tGzBhXUumN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tGzBhXUumN .navbar.collapsed {
  justify-content: center;
}
.cid-tGzBhXUumN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGzBhXUumN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGzBhXUumN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-tGzBhXUumN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGzBhXUumN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGzBhXUumN .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-tGzBhXUumN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGzBhXUumN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tGzBhXUumN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tGzBhXUumN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGzBhXUumN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGzBhXUumN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGzBhXUumN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tGzBhXUumN .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-tGzBhXUumN .navbar .navbar-logo {
    max-width: 170px;
  }
  .cid-tGzBhXUumN .navbar .navbar-logo img {
    max-width: 100%;
    height: 3rem !important;
  }
  .cid-tGzBhXUumN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tGzBhXUumN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tGzBhXUumN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tGzBhXUumN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGzBhXUumN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tGzBhXUumN .navbar.navbar-short {
  margin-top: 20px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-color: transparent;
  min-height: 60px;
}
@media (max-width: 991.98px) {
  .cid-tGzBhXUumN .navbar.navbar-short {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tGzBhXUumN .navbar.navbar-short .container {
  background-color: #1d1e22;
}
@media (max-width: 991.98px) {
  .cid-tGzBhXUumN .navbar.navbar-short .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.cid-tGzBhXUumN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGzBhXUumN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGzBhXUumN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGzBhXUumN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tGzBhXUumN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGzBhXUumN .dropdown-item.active,
.cid-tGzBhXUumN .dropdown-item:active {
  background-color: transparent;
}
.cid-tGzBhXUumN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGzBhXUumN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGzBhXUumN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGzBhXUumN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1d1e22;
}
.cid-tGzBhXUumN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGzBhXUumN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGzBhXUumN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tGzBhXUumN .navbar-buttons {
  text-align: center;
}
.cid-tGzBhXUumN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tGzBhXUumN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tGzBhXUumN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tGzBhXUumN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tGzBhXUumN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tGzBhXUumN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tGzBhXUumN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGzBhXUumN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tGzBhXUumN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tGzBhXUumN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tGzBhXUumN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tGzBhXUumN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGzBhXUumN .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-tGzBhXUumN .navbar {
    height: 70px;
  }
  .cid-tGzBhXUumN .navbar.opened {
    height: auto;
  }
  .cid-tGzBhXUumN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGzBhYnTYE {
  padding-top: 16.9rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/15-612x408.jpg");
}
.cid-tGzBhYnTYE .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-tGzBhYnTYE .mbr-text,
.cid-tGzBhYnTYE .mbr-section-btn {
  color: #ffffff;
}
.cid-tGzBhYnTYE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tGzBhYnTYE .container-text {
  margin-top: 6.31rem;
  margin-bottom: 0.63rem;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tGzBhYnTYE .container-text {
    margin-top: 6.25rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzBhYnTYE .container-text {
    margin-top: 4.37rem;
  }
}
@media (max-width: 479px) {
  .cid-tGzBhYnTYE .container-text {
    margin-top: 3.75rem;
  }
}
.cid-tGzBhYnTYE .container {
  align-items: flex-start;
  box-shadow: 0 0 0 0 rgba(255, 142, 94, 0.5);
}
.cid-tGzBhYnTYE .mbr-section-subtitle,
.cid-tGzBhYnTYE .mbr-section-btn {
  text-align: center;
}
.cid-tGzBhYVM3y {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tGzBhYVM3y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzBhYVM3y .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-tGzBhYVM3y .container {
    padding: 0 16px;
  }
}
.cid-tGzBhYVM3y .title-wrapper {
  position: relative;
}
.cid-tGzBhYVM3y .title-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzBhYVM3y .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-tGzBhYVM3y .title-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-tGzBhYVM3y .title-wrapper .mbr-text {
    margin-bottom: 40px;
  }
}
.cid-tGzBhYVM3y .title-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-tGzBhYVM3y .title-wrapper .container-wrapper {
  position: absolute;
  top: -2.6rem;
  left: -1rem;
  height: 100%;
  width: 50%;
  border: 2px dashed #08323c;
  border-top: none;
  border-right: 0;
  border-bottom-left-radius: 16px;
}
@media (max-width: 992px) {
  .cid-tGzBhYVM3y .title-wrapper .container-wrapper {
    display: none;
  }
}
.cid-tGzBhYVM3y .mbr-section-title {
  color: #08323C;
}
.cid-tGzBhYVM3y .mbr-text {
  color: #08323C;
  text-align: left;
}
.cid-tGzBhYVM3y .mbr-section-title,
.cid-tGzBhYVM3y .mbr-section-btn {
  text-align: left;
}
.cid-tGzCeD61i2 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/12-612x408.jpg");
}
.cid-tGzCeD61i2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzCeD61i2 .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-tGzCeD61i2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tGzCeD61i2 .container {
    padding: 0 12px;
  }
}
.cid-tGzCeD61i2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tGzCeD61i2 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tGzCeD61i2 .card {
  margin-bottom: 32px;
}
.cid-tGzCeD61i2 .card .card-wrapper {
  padding: 32px;
  border: 3px solid #ececec;
  box-shadow: 4px 4px #ececec;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tGzCeD61i2 .card .card-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-tGzCeD61i2 .card .card-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-tGzCeD61i2 .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGzCeD61i2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzCeD61i2 .mbr-text {
  color: #ffffff;
}
.cid-tGzCeD61i2 .mbr-card-title {
  color: #222222;
}
.cid-tGzCeD61i2 .mbr-card-title,
.cid-tGzCeD61i2 .title-wrap {
  color: #ffffff;
}
.cid-tGzBi0oIyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-tGzBi0oIyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGzBi0oIyg .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-tGzBi0oIyg .container {
    padding: 0 20px;
  }
}
.cid-tGzBi0oIyg .row {
  margin: 0;
}
.cid-tGzBi0oIyg .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tGzBi0oIyg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tGzBi0oIyg .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-tGzBi0oIyg .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tGzBi0oIyg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tGzBi0oIyg .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-tGzBi0oIyg .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tGzBi0Q2bD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #362641;
}
@media (min-width: 992px) {
  .cid-tGzBi0Q2bD .content {
    max-width: 550px;
    margin: auto 0;
  }
}
@media (min-width: 767px) {
  .cid-tGzBi0Q2bD .content {
    padding: 0 2rem;
  }
}
.cid-tGzBi0Q2bD .icon-wrap {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tGzBi0Q2bD .icon-wrap p {
  margin-bottom: 0.2rem;
}
.cid-tGzBi0Q2bD .mbr-iconfont {
  font-size: 3.5rem;
  color: #7aba59 !important;
  padding-right: 1.5rem;
  padding-bottom: 4px;
}
.cid-tGzBi0Q2bD .icon-title,
.cid-tGzBi0Q2bD .mbr-iconfont {
  color: #ed6436;
}
.cid-tGzBi0Q2bD .icons-wrap {
  display: flex;
}
.cid-tGzBi0Q2bD .google-map {
  height: 100%;
  position: relative;
}
.cid-tGzBi0Q2bD .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGzBi0Q2bD .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGzBi0Q2bD .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGzBi0Q2bD .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 992px) {
  .cid-tGzBi0Q2bD .content {
    margin: auto;
  }
  .cid-tGzBi0Q2bD .google-map {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .cid-tGzBi0Q2bD .icons-wrap {
    flex-direction: column;
  }
  .cid-tGzBi0Q2bD .icon-wrap {
    margin-right: 0rem;
  }
  .cid-tGzBi0Q2bD .google-map {
    height: 20rem;
  }
}
.cid-tGzBi0Q2bD .mbr-text,
.cid-tGzBi0Q2bD .mbr-section-btn,
.cid-tGzBi0Q2bD .content {
  color: #ffffff;
}
.cid-tGzBi1AX7R {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #1d1e22;
}
.cid-tGzBi1AX7R a:link {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-tGzBi1AX7R .align-left {
    text-align: center;
  }
}
.cid-tGzBi1AX7R .icon-transition span {
  color: #f6f4f2;
  display: block;
  height: 2.6em;
  line-height: 2.6em;
  width: 2.6em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tGzBi1AX7R .icon-transition span:hover {
  color: #ff8e5e;
}
.cid-tGzBi1AX7R .social-media {
  display: flex;
}
@media (max-width: 767px) {
  .cid-tGzBi1AX7R .social-media {
    justify-content: center !important;
  }
}
.cid-tGzBi1AX7R .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tGzBi1AX7R .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tGzBi1AX7R .content-text,
.cid-tGzBi1AX7R .inner-text {
  color: #f6f4f2;
}
.cid-tGzBi1AX7R .hidden {
  visibility: visible !important;
}
