.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #000000;
}
body {
  font-family: Onest;
}
.display-1 {
  font-family: 'Onest', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Onest', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Onest', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Onest', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #577590 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #577590 !important;
  border-color: #577590 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #718ea9 !important;
  border-color: #718ea9 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #718ea9 !important;
  border-color: #718ea9 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eb9c49 !important;
  border-color: #eb9c49 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0b577 !important;
  border-color: #f0b577 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f0b577 !important;
  border-color: #f0b577 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #577590;
  color: #577590;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #36495a !important;
  background-color: transparent !important;
  border-color: #36495a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #577590 !important;
  border-color: #577590 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eb9c49;
  color: #eb9c49;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c77116 !important;
  background-color: transparent !important;
  border-color: #c77116 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #eb9c49 !important;
  border-color: #eb9c49 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  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: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #577590 !important;
}
.text-secondary {
  color: #eb9c49 !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #314150 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ba6914 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #577590;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #577590;
  border-color: #577590;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #577590;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a1b4c6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #577590 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #577590;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #577590;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #577590;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #577590;
  border-bottom-color: #577590;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #577590 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eb9c49 !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='%23577590' %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;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-viJpIMXCiT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viJpIMXCiT .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;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viJpIMXCiT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viJpIMXCiT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viJpIMXCiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viJpIMXCiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viJpIMXCiT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viJpIMXCiT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viJpIMXCiT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viJpIMXCiT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viJpIMXCiT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-logo {
    padding-left: 0;
  }
}
.cid-viJpIMXCiT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viJpIMXCiT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-viJpIMXCiT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-viJpIMXCiT .nav-item:focus,
.cid-viJpIMXCiT .nav-link:focus {
  outline: none;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viJpIMXCiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viJpIMXCiT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-viJpIMXCiT .navbar.opened {
  transition: all 0.3s;
}
.cid-viJpIMXCiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viJpIMXCiT .navbar .navbar-logo img {
  width: auto;
}
.cid-viJpIMXCiT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viJpIMXCiT .navbar.collapsed {
  justify-content: center;
}
.cid-viJpIMXCiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viJpIMXCiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viJpIMXCiT .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-viJpIMXCiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viJpIMXCiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar {
    min-height: 72px;
  }
  .cid-viJpIMXCiT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viJpIMXCiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viJpIMXCiT .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-viJpIMXCiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viJpIMXCiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viJpIMXCiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viJpIMXCiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viJpIMXCiT .dropdown-item.active,
.cid-viJpIMXCiT .dropdown-item:active {
  background-color: transparent;
}
.cid-viJpIMXCiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viJpIMXCiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viJpIMXCiT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .navbar-buttons {
    text-align: left;
  }
}
.cid-viJpIMXCiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viJpIMXCiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viJpIMXCiT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viJpIMXCiT .navbar {
    height: 70px;
  }
  .cid-viJpIMXCiT .navbar.opened {
    height: auto;
  }
  .cid-viJpIMXCiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viJpIMXCiT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viJpIMXCiT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar-brand {
    margin-right: auto;
  }
  .cid-viJpIMXCiT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-viJpIMXCiT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viJpIMXCiT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viY1qeu3b5 {
  display: flex;
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/6-1469x282.webp");
}
.cid-viY1qeu3b5 .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-viY1qeu3b5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viY1qeu3b5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viY1qeu3b5 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-viY1qeu3b5 .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viY1qeu3b5 {
    align-items: center;
  }
  .cid-viY1qeu3b5 .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viY1qeu3b5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-viY1qeu3b5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-viY1qeu3b5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-viY1qeu3b5 .content-wrap {
    width: 100%;
  }
}
.cid-viY1qeu3b5 .mbr-section-title {
  text-align: center;
}
.cid-viY1qeu3b5 .mbr-text,
.cid-viY1qeu3b5 .mbr-section-btn {
  text-align: center;
}
.cid-vjkNcMfmQk {
  background-color: #000000;
}
.cid-vjkNcMfmQk .content-head {
  max-width: 800px;
}
.cid-viXZeIOZoW {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/12-756x447.webp");
}
.cid-viXZeIOZoW .mbr-fallback-image.disabled {
  display: none;
}
.cid-viXZeIOZoW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-viXZeIOZoW .container-fluid {
    padding: 0;
  }
}
.cid-viXZeIOZoW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-viXZeIOZoW .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-viXZeIOZoW .embla__button--next,
.cid-viXZeIOZoW .embla__button--prev {
  display: flex;
}
.cid-viXZeIOZoW .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-viXZeIOZoW .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-viXZeIOZoW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-viXZeIOZoW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-viXZeIOZoW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viXZeIOZoW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viXZeIOZoW .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viXZeIOZoW .embla {
  position: relative;
  width: 100%;
}
.cid-viXZeIOZoW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viXZeIOZoW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viXZeIOZoW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viXZeIOZoW .embla__slide a {
  cursor: grab;
}
.cid-viXZeIOZoW .embla__slide a:active {
  cursor: grabbing;
}
.cid-viXZeIOZoW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viXZeIOZoW .item-menu-overlay {
  border-radius: 2rem;
}
.cid-viXZeIOZoW .mbr-section-title {
  color: #ff8100;
}
.cid-viXZeIOZoW .mbr-section-subtitle {
  color: #f7f7f7;
}
.cid-viXZeIOZoW .mbr-box {
  color: #ffffff;
}
.cid-viXZeIOZoW .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-viXZeIOZoW img,
.cid-viXZeIOZoW .item-img {
  width: 100%;
}
.cid-viXZeIOZoW .item-wrapper {
  position: relative;
}
.cid-viXZeIOZoW .content-head {
  max-width: 800px;
}
.cid-vj2Gw8igHu {
  padding-top: 30px;
  padding-bottom: 30px;
  background: transparent;
}
.cid-vj2Gw8igHu .pulsingButton {
  position: relative;
  width: 150px;
  height: 150px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #000000;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
.cid-ufTZHFTA6r {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/4-512x240.webp");
}
.cid-ufTZHFTA6r .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-ufTZHFTA6r .panel-group {
  border: none;
}
.cid-ufTZHFTA6r .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-ufTZHFTA6r .card-header {
    padding: 0rem;
  }
}
.cid-ufTZHFTA6r .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-ufTZHFTA6r .img-col {
  padding: 0;
}
.cid-ufTZHFTA6r .img-item {
  height: 100%;
}
.cid-ufTZHFTA6r img {
  height: 100%;
  object-fit: cover;
}
.cid-ufTZHFTA6r .collapsed span {
  transform: rotate(0deg);
}
.cid-ufTZHFTA6r .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ufTZHFTA6r p {
  margin-bottom: 0.3rem;
}
.cid-ufTZHFTA6r .panel-title-edit {
  color: #000000;
}
.cid-ufTZHFTA6r .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-ufTZHFTA6r .card {
  background: #ffffff;
  padding: 2.25rem;
  border-radius: 2rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ufTZHFTA6r .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-ufTZHFTA6r .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-ufTZHFTA6r .panel-text {
  color: #000000;
}
.cid-ufTZHFTA6r .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-ufTZHFTA6r .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ufTZHFTA6r .panel-title-edit,
.cid-ufTZHFTA6r .mbr-iconfont {
  color: #000000;
}
.cid-ufTZHFUXEr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-ufTZHFUXEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufTZHFUXEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufTZHFUXEr .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-ufTZHFUXEr .bg-facebook:hover {
  background: #0b60cb;
}
.cid-ufTZHFUXEr .bg-linkedin {
  background: #0077b5;
  color: #ffffff;
}
.cid-ufTZHFUXEr .bg-linkedin:hover {
  background: #005582;
}
.cid-ufTZHFUXEr .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-ufTZHFUXEr [class^="socicon-"]:before,
.cid-ufTZHFUXEr [class*=" socicon-"]:before {
  line-height: 55px;
  padding: 0.6rem;
}
.cid-ufTZHFULwt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ufTZHFULwt .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufTZHFULwt .social-row .soc-item {
  margin: 8px;
}
.cid-ufTZHFULwt .social-row .soc-item a:hover .mbr-iconfont,
.cid-ufTZHFULwt .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ufTZHFULwt .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ufTZHFULwt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufTZHFULwt .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufTZHFULwt .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufTZHFULwt .header-menu li p {
  margin: 0;
}
.cid-ufTZHFULwt .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufTZHFULwt .mbr-section-title {
  color: #ffffff;
}
.cid-jlzfCW5RGD nav.mm-colored {
  background: var(--mm-bar-bg, #0d6efd);
  background-image: var(--mm-bar-gradient, none);
  color: var(--mm-bar-fg, #ffffff);
}
.cid-jlzfCW5RGD nav.mm-colored .navbar-brand,
.cid-jlzfCW5RGD nav.mm-colored .nav-link,
.cid-jlzfCW5RGD nav.mm-colored .dropdown-item,
.cid-jlzfCW5RGD nav.mm-colored .btn {
  color: var(--mm-bar-fg, #ffffff);
}
.cid-jlzfCW5RGD nav.mm-colored .nav-link:hover,
.cid-jlzfCW5RGD nav.mm-colored .nav-link:focus,
.cid-jlzfCW5RGD nav.mm-colored .dropdown-item:hover,
.cid-jlzfCW5RGD nav.mm-colored .dropdown-item:focus {
  color: var(--mm-link-hover, var(--mm-bar-fg, #ffffff));
  background-color: var(--mm-hover-bg, transparent);
}
.cid-jlzfCW5RGD nav.mm-colored .nav-link.active,
.cid-jlzfCW5RGD nav.mm-colored .dropdown-item.active {
  color: var(--mm-link-active, var(--mm-link-hover, currentColor));
}
.cid-jlzfCW5RGD nav.mm-colored .navbar-brand {
  font-size: var(--mm-brand-size, inherit);
  line-height: 1.1;
}
.cid-jlzfCW5RGD nav.mm-colored .brand-logo {
  height: var(--mm-logo-h, auto);
  width: auto;
}
.cid-jlzfCW5RGD nav.mm-colored .navbar-nav {
  gap: var(--mm-nav-gap, 0.75rem);
}
.cid-jlzfCW5RGD nav.mm-colored .nav-link {
  padding-top: var(--mm-padding-y, 0.5rem);
  padding-bottom: var(--mm-padding-y, 0.5rem);
}
.cid-jlzfCW5RGD nav.mm-colored .dropdown-menu {
  background: var(--mm-panel-bg, #ffffff);
  color: var(--mm-panel-fg, #111111);
  border: 1px solid var(--mm-panel-border, rgba(0, 0, 0, 0.1));
  border-radius: var(--mm-radius, 0.5rem);
  box-shadow: var(--mm-shadow, 0 0.5rem 1rem rgba(0, 0, 0, 0.15));
}
.cid-jlzfCW5RGD nav.mm-colored .dropdown-menu .mm-col h6 {
  color: var(--mm-panel-header-fg, var(--mm-panel-fg, inherit));
}
.cid-jlzfCW5RGD nav.mm-colored .dropdown-menu .dropdown-item {
  padding: var(--mm-item-padding, 0.5rem 1rem);
  margin-top: var(--mm-item-gap-y, 0);
  margin-bottom: var(--mm-item-gap-y, 0);
}
.cid-jlzfCW5RGD nav.mm-colored .dropdown-menu .btn {
  border-radius: var(--mm-btn-radius, 0.5rem);
  box-shadow: var(--mm-btn-shadow, none);
  font-weight: var(--mm-btn-weight, 600);
}
.cid-jlzfCW5RGD nav.mm-colored.mm-btn-upper .dropdown-menu .btn {
  text-transform: uppercase;
}
.cid-jlzfCW5RGD nav.mm-colored .mm-preview {
  background: var(--mm-preview-bg, transparent);
  border: var(--mm-preview-border, 1px solid rgba(0, 0, 0, 0.08));
  border-radius: var(--mm-preview-radius, 0.5rem);
  overflow: hidden;
}
.cid-jlzfCW5RGD nav.mm-colored .navbar-toggler,
.cid-jlzfCW5RGD nav.mm-colored .navbar-nav .nav-link svg {
  color: var(--mm-icon-fg, currentColor);
}
.cid-jlzfCW5RGD nav.mm-colored .navbar-toggler {
  border-color: transparent;
}
.cid-jlzfCW5RGD nav.mm-colored.theme-glass,
.cid-jlzfCW5RGD nav.mm-colored.theme-frost,
.cid-jlzfCW5RGD nav.mm-colored .dropdown-menu {
  backdrop-filter: blur(10px);
}
.cid-jlzfCW5RGD #megamenu-preview,
.cid-jlzfCW5RGD .mm-preview {
  border: 0 !important;
}
.cid-jlzfCW5RGD #megamenu-preview img,
.cid-jlzfCW5RGD .mm-preview img {
  border: 0 !important;
}
.cid-jlzfCW5RGD .mm-colored.navbar .dropdown-menu #megamenu-preview {
  border: 0 !important;
  background: transparent !important;
  border-radius: clamp(12px, 1.6vw, 24px) !important;
  overflow: hidden;
}
.cid-jlzfCW5RGD .mm-colored.navbar .dropdown-menu #megamenu-preview > img {
  border-radius: inherit !important;
  object-fit: cover !important;
  display: block;
}
.cid-jlzfCW5RGD #megamenu-preview img,
.cid-jlzfCW5RGD .mm-preview img,
.cid-jlzfCW5RGD .mm-colored.navbar .dropdown-menu .ratio > img {
  border-radius: clamp(12px, 1.6vw, 24px) !important;
  object-fit: cover !important;
}
.cid-jlzfCW5RGD .mm-preview img {
  border-radius: clamp(var(mm-r-min), var(mm-r-fluid), var(mm-r-max)) !important;
  width: 198px !important;
  height: auto !important;
}
.cid-jlzfCW5RGD .mm-colored.navbar .brand-logo {
  height: 45.9px !important;
  width: auto;
}
.cid-jlzfCW5RGD .mm-force-mono .nav-link svg *,
.cid-jlzfCW5RGD .mm-force-mono .nav-link svg {
  fill: currentColor !important;
  stroke: currentColor !important;
}
.cid-jlzfCW5RGD .navbar .nav-link {
  color: #ffffff;
}
.cid-jlzfCW5RGD .navbar .nav-link:hover {
  color: var(--mm-icon-hover);
}
.cid-jlzfCW5RGD .navbar .nav-link svg {
  color: #ffffff;
}
.cid-jlzfCW5RGD .navbar .nav-link:hover svg {
  color: #fe135a;
}
.cid-jlzfCW5RGD #megamenu-preview {
  width: 303px !important;
  height: auto !important;
}
.cid-jlzfCW5RGD .mm-preview {
  width: 297px !important;
  height: auto !important;
}
.cid-jlzfCW5RGD .btn {
  box-shadow: 0 0 0 0rem rgba(255, 255, 255, 0.25) !important;
}
.cid-jlzfCW5RGD nav.mm-colored.theme-Cglass {
  --mm-bar-bg: rgba(69, 69, 69, 0.6) !important;
  --mm-bar-fg: #ffffff !important;
  --mm-link-hover: #e1e7f2 !important;
  --mm-panel-bg: rgba(17, 17, 17, 0.85) !important;
  --mm-panel-fg: #ffffff !important;
  --mm-hover-bg: rgba(255, 0, 0, 0.4) !important;
  --mm-panel-border: rgba(160, 183, 250, 0.2) !important;
  --mm-btn-radius: 0.62rem !important;
  --mm-shadow: 0 0.5rem 1.25rem rgba(160, 183, 250, 0.35) !important;
  --mm-toggler-stroke: rgba(255, 255, 255, 0.9) !important;
  --mm-icon-fg: #a0b7fa !important;
  backdrop-filter: blur(11px) !important;
}
@media (min-width: 992px) {
  .cid-jlzfCW5RGD .navbar .dropdown-menu .row .col > a.d-block:hover {
    background: transparent !important;
    box-shadow: none !important;
  }
  .cid-jlzfCW5RGD .navbar .dropdown-menu .container > .row {
    display: flex!important;
    flex-wrap: wrap !important;
  }
  .cid-jlzfCW5RGD .navbar .dropdown-menu .container > .row > [class*='col'] {
    flex: 0 0 auto;
  }
  .cid-jlzfCW5RGD .navbar-nav {
    gap: 0.15rem;
  }
  .cid-jlzfCW5RGD .navbar .dropdown:not(.position-static) .dropdown-menu .dropdown-item {
    display: block;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis;
    overflow-wrap: normal!important;
    word-break: normal!important;
  }
  .cid-jlzfCW5RGD .navbar .dropdown:not(.position-static) .dropdown-menu {
    --bs-dropdown-min-width: fit-content;
    max-width: 80vw;
    padding: .5rem;
  }
  .cid-jlzfCW5RGD .navbar .dropdown:last-child .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
  }
  .cid-jlzfCW5RGD html,
  .cid-jlzfCW5RGD body {
    overflow-x: clip;
  }
  .cid-jlzfCW5RGD .dropdown-menu.dropdown-menu-end .dropdown-submenu > .dropdown-menu {
    left: auto;
    right: 100%;
  }
}
.cid-vj2Gtd2SS6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
.cid-vj2Gtd2SS6 .pulsingButton {
  position: relative;
  width: 150px;
  height: 150px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
.cid-viJpIMXCiT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viJpIMXCiT .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;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viJpIMXCiT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viJpIMXCiT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viJpIMXCiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viJpIMXCiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viJpIMXCiT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viJpIMXCiT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viJpIMXCiT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viJpIMXCiT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viJpIMXCiT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-logo {
    padding-left: 0;
  }
}
.cid-viJpIMXCiT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viJpIMXCiT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-viJpIMXCiT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-viJpIMXCiT .nav-item:focus,
.cid-viJpIMXCiT .nav-link:focus {
  outline: none;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viJpIMXCiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viJpIMXCiT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-viJpIMXCiT .navbar.opened {
  transition: all 0.3s;
}
.cid-viJpIMXCiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viJpIMXCiT .navbar .navbar-logo img {
  width: auto;
}
.cid-viJpIMXCiT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viJpIMXCiT .navbar.collapsed {
  justify-content: center;
}
.cid-viJpIMXCiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viJpIMXCiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viJpIMXCiT .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-viJpIMXCiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viJpIMXCiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar {
    min-height: 72px;
  }
  .cid-viJpIMXCiT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viJpIMXCiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viJpIMXCiT .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-viJpIMXCiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viJpIMXCiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viJpIMXCiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viJpIMXCiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viJpIMXCiT .dropdown-item.active,
.cid-viJpIMXCiT .dropdown-item:active {
  background-color: transparent;
}
.cid-viJpIMXCiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viJpIMXCiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viJpIMXCiT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .navbar-buttons {
    text-align: left;
  }
}
.cid-viJpIMXCiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viJpIMXCiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viJpIMXCiT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viJpIMXCiT .navbar {
    height: 70px;
  }
  .cid-viJpIMXCiT .navbar.opened {
    height: auto;
  }
  .cid-viJpIMXCiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viJpIMXCiT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viJpIMXCiT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar-brand {
    margin-right: auto;
  }
  .cid-viJpIMXCiT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-viJpIMXCiT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viJpIMXCiT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vj2X9G2TBk {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
}
.cid-vj2X9G2TBk .pulsingButton {
  position: relative;
  width: 150px;
  height: 150px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 140%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 53px rgba(232, 76, 61, 0);
  }
}
.cid-vjam3fHwAe {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vjam3fHwAe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjan1riNIe {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vjan1riNIe img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vjarnqReTB {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-vjarnqReTB img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-tL7eRYxhmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-tL7eRYxhmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL7eRYxhmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tL7eRYxhmt .row {
    flex-direction: column-reverse;
  }
  .cid-tL7eRYxhmt .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tL7eRYxhmt .google-map {
  height: 100%;
  position: relative;
}
.cid-tL7eRYxhmt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tL7eRYxhmt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tL7eRYxhmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tL7eRYxhmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tL7eRYxhmt .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tL7eRYxhmt .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-tL7eRYxhmt .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tL7eRYxhmt .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tL7eRYxhmt .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #577590;
}
.cid-tL7eRYxhmt P {
  text-align: left;
}
.cid-tL7eRYxhmt .mbr-section-title {
  color: #ff8100;
}
.cid-tL7oDZlVRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 12px;
  }
}
.cid-tL7oDZlVRK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7oDZlVRK .social-row .soc-item {
  margin: 8px;
}
.cid-tL7oDZlVRK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tL7oDZlVRK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tL7oDZlVRK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tL7oDZlVRK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL7oDZlVRK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL7oDZlVRK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL7oDZlVRK .header-menu li p {
  margin: 0;
}
.cid-tL7oDZlVRK .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tL7oDZlVRK .mbr-section-title {
  color: #ffffff;
}
.cid-Fmm7sHE2ns .mbr-section {
  text-align: center;
  color: #fff;
}
.cid-Fmm7sHE2ns p {
  display: inline;
  font-size: 26px;
  color: #fff;
}
.cid-Fmm7sHE2ns .marquee-rtl {
  padding-right: 1%;
  padding-left: 1%;
}
.cid-Fmm7sHE2ns .navbar {
  padding: 0.5rem 0;
  background: #cccccc;
  transition: none;
  min-height: 50px;
}
.cid-Fmm7sHE2ns .navbar-fixed-top {
  padding-top: 0;
}
.cid-Fmm7sHE2ns .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-Fmm7sHE2ns .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-Fmm7sHE2ns .menu-content-top {
  background: #232323;
  display: none;
  max-width: 100%;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-Fmm7sHE2ns .dropdown-item {
  padding: 0;
}
.cid-Fmm7sHE2ns .dropdown-item,
.cid-Fmm7sHE2ns .nav-link,
.cid-Fmm7sHE2ns .brand-name {
  font-style: normal;
}
.cid-Fmm7sHE2ns .dropdown-item:hover,
.cid-Fmm7sHE2ns .nav-link:hover,
.cid-Fmm7sHE2ns .brand-name:hover {
  color: #577590 !important;
}
.cid-Fmm7sHE2ns .dropdown-menu {
  background-color: #0a1c44;
}
.cid-Fmm7sHE2ns .dropdown-item:active {
  background-color: #0a1c44;
}
.cid-Fmm7sHE2ns .menu-bottom {
  margin: auto;
  width: 100%;
  display: flex;
  padding: 0rem 2rem;
  position: relative;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-Fmm7sHE2ns .navbar-dropdown.bg-color.transparent.opened {
  background: #cccccc;
}
.cid-Fmm7sHE2ns .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-Fmm7sHE2ns .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-Fmm7sHE2ns .dropdown-item:before {
  font-family: MobiriseIcons !important;
  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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Fmm7sHE2ns .content-text {
  margin-bottom: 0;
}
.cid-Fmm7sHE2ns .navbar-nav {
  position: relative;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-Fmm7sHE2ns .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #577590;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-Fmm7sHE2ns .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-Fmm7sHE2ns .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-Fmm7sHE2ns .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-Fmm7sHE2ns .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-Fmm7sHE2ns .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-Fmm7sHE2ns .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-Fmm7sHE2ns .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-Fmm7sHE2ns .nav-dropdown .link {
  font-weight: 400;
}
.cid-Fmm7sHE2ns .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-Fmm7sHE2ns .content-right-side {
  text-align: center;
}
.cid-Fmm7sHE2ns .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-Fmm7sHE2ns .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-Fmm7sHE2ns .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-Fmm7sHE2ns .info-widget {
  padding-left: 2rem;
  padding-right: 3rem;
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Fmm7sHE2ns .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-Fmm7sHE2ns .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-Fmm7sHE2ns .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-Fmm7sHE2ns .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-Fmm7sHE2ns .widget-content .widget-title {
  font-weight: 400;
  margin-bottom: 3px;
}
.cid-Fmm7sHE2ns .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-Fmm7sHE2ns .navbar .menu-content-top {
    display: flex;
    height: 60px;
  }
  .cid-Fmm7sHE2ns .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-Fmm7sHE2ns .menu-content-top {
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-Fmm7sHE2ns .navbar {
    display: block;
    padding: 0;
  }
  .cid-Fmm7sHE2ns .navbar .menu-logo {
    margin: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-Fmm7sHE2ns .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-Fmm7sHE2ns .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
    -webkit-transform: scale(1, 1);
  }
  .cid-Fmm7sHE2ns .navbar-toggler {
    display: none;
  }
  .cid-Fmm7sHE2ns .navbar-collapse {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.cid-Fmm7sHE2ns .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-Fmm7sHE2ns .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-Fmm7sHE2ns .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-Fmm7sHE2ns .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-Fmm7sHE2ns .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-Fmm7sHE2ns .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-Fmm7sHE2ns .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-Fmm7sHE2ns .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-Fmm7sHE2ns .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-Fmm7sHE2ns .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-Fmm7sHE2ns .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-Fmm7sHE2ns .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-Fmm7sHE2ns .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-Fmm7sHE2ns .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-Fmm7sHE2ns .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-Fmm7sHE2ns button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
}
.cid-Fmm7sHE2ns button.navbar-toggler:focus {
  outline: none;
}
.cid-Fmm7sHE2ns button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0a1c44;
}
.cid-Fmm7sHE2ns button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-Fmm7sHE2ns button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-Fmm7sHE2ns button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-Fmm7sHE2ns button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-Fmm7sHE2ns nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-Fmm7sHE2ns nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-Fmm7sHE2ns nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-Fmm7sHE2ns nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-Fmm7sHE2ns .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-Fmm7sHE2ns .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-Fmm7sHE2ns .collapsed .btn {
  display: flex;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-Fmm7sHE2ns .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-Fmm7sHE2ns .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-Fmm7sHE2ns .collapsed button.navbar-toggler {
  display: block;
}
.cid-Fmm7sHE2ns .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-Fmm7sHE2ns .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-Fmm7sHE2ns .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-Fmm7sHE2ns .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-Fmm7sHE2ns .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-Fmm7sHE2ns .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-Fmm7sHE2ns .collapsed .menu-bottom {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .cid-Fmm7sHE2ns .dropdown-item {
    color: white !important;
    border-bottom: 0px solid #4f5b77;
  }
  .cid-Fmm7sHE2ns .dropdown-item:not(:last-child) {
    border-bottom: 1px solid #4f5b77;
  }
}
@media (max-width: 991px) {
  .cid-Fmm7sHE2ns .dropdown-menu {
    margin-top: 0px;
    background-color: transparent;
    color: black !important;
  }
  .cid-Fmm7sHE2ns .menu-bottom {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    margin: 0;
  }
  .cid-Fmm7sHE2ns .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing,
  .cid-Fmm7sHE2ns .navbar-collapse.show {
    display: block !important;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing .navbar-nav,
  .cid-Fmm7sHE2ns .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-Fmm7sHE2ns .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-Fmm7sHE2ns .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing .navbar-buttons,
  .cid-Fmm7sHE2ns .navbar-collapse.show .navbar-buttons {
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    -webkit-justify-content: center;
  }
  .cid-Fmm7sHE2ns .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-Fmm7sHE2ns .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-Fmm7sHE2ns img {
    height: 3.8rem !important;
  }
  .cid-Fmm7sHE2ns .btn {
    display: flex;
  }
  .cid-Fmm7sHE2ns button.navbar-toggler {
    display: block;
  }
  .cid-Fmm7sHE2ns .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-Fmm7sHE2ns .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-Fmm7sHE2ns .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-Fmm7sHE2ns .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-Fmm7sHE2ns .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-Fmm7sHE2ns .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-Fmm7sHE2ns .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-Fmm7sHE2ns .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-Fmm7sHE2ns .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-Fmm7sHE2ns .nav-link:focus {
  outline: none;
}
.cid-Fmm7sHE2ns .navbar-toggler {
  position: relative;
}
.cid-Fmm7sHE2ns .dropdown-item.active,
.cid-Fmm7sHE2ns .dropdown-item:active {
  color: initial;
}
.cid-Fmm7sHE2ns .widget-title,
.cid-Fmm7sHE2ns .widget-icon {
  color: #e9e9e9;
}
.cid-Fmm7sHE2ns .widget-text {
  color: #656565;
}
@media (max-width: 576px) {
  .cid-Fmm7sHE2ns .menu-logo {
    display: none;
  }
  .cid-Fmm7sHE2ns .navbar {
    padding: 0;
  }
  .cid-Fmm7sHE2ns .menu-bottom {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-Fmm7sHE2ns button.navbar-toggler {
    -webkit-align-self: center;
    align-self: center;
  }
}
.cid-Fmm7sHE2ns .media-container-row .mbr-text {
  color: #ffffff;
  text-align: right;
}
.cid-Fmm7sHE2ns .icon-bar {
  left: 0.4%;
  position: fixed;
  top: 50%;
  font-weight: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-Fmm7sHE2ns .icon-bar a:hover {
  background-color: #ff0040;
  width: 100px;
}
.cid-Fmm7sHE2ns .icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  font-weight: normal;
  margin: 2px;
  border-radius: 17px;
}
.cid-Fmm7sHE2ns .facebook {
  background: #3B5998;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .twitter {
  background: #55ACEE;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .google {
  background: #dd4b39;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .linkedin {
  background: #007bb5;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .youtube {
  background: #bb0000;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .instagram {
  background: #6F3AA7;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .custom1 {
  background: #ff7300;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .custom2 {
  background: #01bf46;
  color: white;
  width: 50px;
}
.cid-Fmm7sHE2ns .content {
  margin-left: 75px;
  font-size: 30px;
}
.cid-Fmm7sHE2ns .corner-ribbon {
  z-index: 10000;
  width: 200px;
  background-image: linear-gradient(#55b4d4, #000000);
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.cid-Fmm7sHE2ns .corner-ribbon.top-zen {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  position: fixed;
}
.cid-Fmm7sHE2ns P {
  color: #232323;
  text-align: center;
}
.cid-Fmm7sHE2ns DIV {
  color: #ffffff;
}
.cid-viGnptptuQ {
  display: flex;
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/6-1469x282.webp");
}
.cid-viGnptptuQ .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-viGnptptuQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-viGnptptuQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viGnptptuQ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-viGnptptuQ .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-viGnptptuQ {
    align-items: center;
  }
  .cid-viGnptptuQ .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-viGnptptuQ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-viGnptptuQ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-viGnptptuQ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-viGnptptuQ .content-wrap {
    width: 100%;
  }
}
.cid-viGnptptuQ .mbr-section-title {
  text-align: center;
}
.cid-viGnptptuQ .mbr-text,
.cid-viGnptptuQ .mbr-section-btn {
  text-align: center;
}
.cid-viUxL7rk6u {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/5-515x233.webp");
}
.cid-viUxL7rk6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-viUxL7rk6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viUxL7rk6u .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-viUxL7rk6u .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-viUxL7rk6u .embla__button--next,
.cid-viUxL7rk6u .embla__button--prev {
  display: flex;
}
.cid-viUxL7rk6u .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-viUxL7rk6u .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-viUxL7rk6u .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-viUxL7rk6u .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-viUxL7rk6u .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viUxL7rk6u .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viUxL7rk6u .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viUxL7rk6u .embla {
  position: relative;
  width: 100%;
}
.cid-viUxL7rk6u .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-viUxL7rk6u .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-viUxL7rk6u .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-viUxL7rk6u .embla__slide a {
  cursor: grab;
}
.cid-viUxL7rk6u .embla__slide a:active {
  cursor: grabbing;
}
.cid-viUxL7rk6u .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-viUxL7rk6u .item-menu-overlay {
  border-radius: 2rem;
}
.cid-viUxL7rk6u .mbr-section-title {
  color: #ff8100;
}
.cid-viUxL7rk6u .mbr-section-subtitle {
  color: #bcef9b;
}
.cid-viUxL7rk6u .mbr-box {
  color: #ffffff;
}
.cid-viUxL7rk6u .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-viUxL7rk6u img,
.cid-viUxL7rk6u .item-img {
  width: 100%;
}
.cid-viUxL7rk6u .item-wrapper {
  position: relative;
}
.cid-viUxL7rk6u .content-head {
  max-width: 800px;
}
.cid-viGqSUZBnh {
  padding-top: 45px;
  padding-bottom: 60px;
  background: transparent;
}
.cid-viGqSUZBnh .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-viV0zfeCLw .form5 {
  position: relative;
  min-height: auto;
  scroll-behavior: smooth;
}
.cid-viV0zfeCLw .form5 .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
  z-index: 1;
}
.cid-viV0zfeCLw .form5 > div {
  position: relative;
  z-index: 2;
}
.cid-viV0zfeCLw .form5 .mbr-section-title {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.cid-viV0zfeCLw .form5 .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cid-viV0zfeCLw .form5 .mbr-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.cid-viV0zfeCLw .form5 .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.cid-viV0zfeCLw .form5 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-viV0zfeCLw .form5 .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffc107;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viV0zfeCLw .form5 textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.cid-viV0zfeCLw .form5 .form-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.cid-viV0zfeCLw .form5 .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  margin-bottom: 0;
}
.cid-viV0zfeCLw .form5 .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  flex-shrink: 0;
}
.cid-viV0zfeCLw .form5 .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.cid-viV0zfeCLw .form5 .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viV0zfeCLw .form5 .form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  flex: 1;
}
.cid-viV0zfeCLw .form5 .form-check-label:hover {
  color: #ffffff;
}
.cid-viV0zfeCLw .form5 .form-group[data-for="services-label"] {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 193, 7, 0.3);
}
.cid-viV0zfeCLw .form5 .form-group[data-for="terms"] .form-check {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-top: 1rem;
}
.cid-viV0zfeCLw .form5 .form-group[data-for="terms"] .form-check-input {
  margin-top: 0.1em;
}
.cid-viV0zfeCLw .form5 .form-group[data-for="terms"] a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cid-viV0zfeCLw .form5 .form-group[data-for="terms"] a:hover {
  color: #ffdb69;
  text-decoration: none;
}
.cid-viV0zfeCLw .form5 .mbr-section-btn .btn {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  color: #111111;
  font-weight: 700;
  padding: 1rem 3rem;
  font-size: 1.05rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}
.cid-viV0zfeCLw .form5 .mbr-section-btn .btn:hover {
  background: linear-gradient(135deg, #ffdb69 0%, #ffc107 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
  color: #111111;
}
.cid-viV0zfeCLw .form5 .mbr-section-btn .btn:active {
  transform: translateY(0);
}
.cid-viV0zfeCLw .form5 .alert {
  border-radius: 0.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-viV0zfeCLw .form5 .mbr-form {
    padding: 2rem 1.5rem;
  }
  .cid-viV0zfeCLw .form5 .form-group[data-for*="svc"] {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-viV0zfeCLw .form5 .mbr-form {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  .cid-viV0zfeCLw .form5 .form-check {
    padding: 0.75rem 0;
  }
  .cid-viV0zfeCLw .form5 .mbr-section-btn .btn {
    width: 100%;
    padding: 0.875rem 2rem;
  }
  .cid-viV0zfeCLw .form5 .form-group[data-for="terms"] .form-check {
    padding: 1rem;
  }
}
.cid-viV0zfeCLw .form5 .form-control:focus,
.cid-viV0zfeCLw .form5 .form-check-input:focus,
.cid-viV0zfeCLw .form5 .mbr-section-btn .btn:focus {
  outline: none;
}
.cid-viV0zfeCLw .form5 .text-danger {
  color: #ff6b6b !important;
}
.cid-viV0zfeCLw .mbr-section-title {
  color: #000000;
}
.cid-tL7oDZlVRK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-tL7oDZlVRK .container {
    padding: 0 12px;
  }
}
.cid-tL7oDZlVRK .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tL7oDZlVRK .social-row .soc-item {
  margin: 8px;
}
.cid-tL7oDZlVRK .social-row .soc-item a:hover .mbr-iconfont,
.cid-tL7oDZlVRK .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-tL7oDZlVRK .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tL7oDZlVRK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-tL7oDZlVRK .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tL7oDZlVRK .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tL7oDZlVRK .header-menu li p {
  margin: 0;
}
.cid-tL7oDZlVRK .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-tL7oDZlVRK .mbr-section-title {
  color: #ffffff;
}
.cid-viGq16DosX .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 203px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-viGq16DosX .my-float {
  margin-top: 16px;
}
.cid-viGq16DosX P {
  color: #232323;
}
.cid-viGq16DosX DIV {
  color: #ffffff;
}
.cid-viGq16DosX H10 {
  color: #767676;
}
.cid-viGq16DosX .hidden {
  display: none;
}
.cid-viJqtksWXs {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viJqtksWXs .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;
}
@media (max-width: 767px) {
  .cid-viJqtksWXs .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viJqtksWXs .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viJqtksWXs .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viJqtksWXs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viJqtksWXs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viJqtksWXs .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viJqtksWXs .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viJqtksWXs .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viJqtksWXs .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viJqtksWXs .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viJqtksWXs .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viJqtksWXs .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viJqtksWXs .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viJqtksWXs .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viJqtksWXs .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viJqtksWXs .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viJqtksWXs .navbar-logo {
    padding-left: 0;
  }
}
.cid-viJqtksWXs .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJqtksWXs .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viJqtksWXs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viJqtksWXs .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viJqtksWXs .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viJqtksWXs .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-viJqtksWXs .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viJqtksWXs .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-viJqtksWXs .nav-item:focus,
.cid-viJqtksWXs .nav-link:focus {
  outline: none;
}
.cid-viJqtksWXs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viJqtksWXs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viJqtksWXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viJqtksWXs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viJqtksWXs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viJqtksWXs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viJqtksWXs .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-viJqtksWXs .navbar.opened {
  transition: all 0.3s;
}
.cid-viJqtksWXs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viJqtksWXs .navbar .navbar-logo img {
  width: auto;
}
.cid-viJqtksWXs .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viJqtksWXs .navbar.collapsed {
  justify-content: center;
}
.cid-viJqtksWXs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viJqtksWXs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viJqtksWXs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viJqtksWXs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viJqtksWXs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viJqtksWXs .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-viJqtksWXs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viJqtksWXs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viJqtksWXs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJqtksWXs .navbar {
    min-height: 72px;
  }
  .cid-viJqtksWXs .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viJqtksWXs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viJqtksWXs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viJqtksWXs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viJqtksWXs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viJqtksWXs .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-viJqtksWXs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viJqtksWXs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viJqtksWXs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viJqtksWXs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viJqtksWXs .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viJqtksWXs .dropdown-item.active,
.cid-viJqtksWXs .dropdown-item:active {
  background-color: transparent;
}
.cid-viJqtksWXs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viJqtksWXs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viJqtksWXs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viJqtksWXs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viJqtksWXs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viJqtksWXs .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viJqtksWXs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viJqtksWXs .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viJqtksWXs .navbar-buttons {
    text-align: left;
  }
}
.cid-viJqtksWXs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viJqtksWXs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viJqtksWXs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viJqtksWXs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJqtksWXs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJqtksWXs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viJqtksWXs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJqtksWXs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viJqtksWXs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viJqtksWXs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJqtksWXs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viJqtksWXs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viJqtksWXs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-viJqtksWXs .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viJqtksWXs .navbar {
    height: 70px;
  }
  .cid-viJqtksWXs .navbar.opened {
    height: auto;
  }
  .cid-viJqtksWXs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viJqtksWXs .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viJqtksWXs .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viJqtksWXs .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viJqtksWXs .navbar-brand {
    margin-right: auto;
  }
  .cid-viJqtksWXs .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-viJqtksWXs .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viJqtksWXs .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viJqtksWXs .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJqtksWXs .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viJqtksWXs .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjtUJTZ1c7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-vjtUJTZ1c7 img {
  width: auto;
}
.cid-viJqtm56p4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-viJqtm56p4 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-viJqtm56p4 .social-row .soc-item {
  margin: 8px;
}
.cid-viJqtm56p4 .social-row .soc-item a:hover .mbr-iconfont,
.cid-viJqtm56p4 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-viJqtm56p4 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-viJqtm56p4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viJqtm56p4 .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viJqtm56p4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viJqtm56p4 .header-menu li p {
  margin: 0;
}
.cid-viJqtm56p4 .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-viJqtm56p4 .mbr-section-title {
  color: #ffffff;
}
.cid-viJpIMXCiT {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-viJpIMXCiT .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;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-viJpIMXCiT .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-viJpIMXCiT .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
}
.cid-viJpIMXCiT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-viJpIMXCiT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-viJpIMXCiT .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-viJpIMXCiT .navbar-nav .nav-item {
  padding: 0 !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-viJpIMXCiT .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: 0.3s all !important;
}
.cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-viJpIMXCiT .nav-link {
  width: fit-content;
  position: relative;
}
.cid-viJpIMXCiT .navbar-logo {
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar-logo {
    padding-left: 0;
  }
}
.cid-viJpIMXCiT .navbar-caption {
  padding-left: 1rem;
  padding-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: 0.3s all;
}
.cid-viJpIMXCiT .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem 0.5rem 1rem;
  flex-wrap: nowrap;
  background: rgba(0, 0, 0, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #000000;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .container {
    width: 95%;
    height: 56px !important;
    padding: 0.5rem;
    margin-top: 0rem;
  }
}
.cid-viJpIMXCiT .iconfont-wrapper {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: 0.3s all !important;
  min-width: auto;
  background: #000000;
  background: rgba(0, 0, 0, 0.8) !important;
}
.cid-viJpIMXCiT .nav-item:focus,
.cid-viJpIMXCiT .nav-link:focus {
  outline: none;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-viJpIMXCiT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-viJpIMXCiT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-viJpIMXCiT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-viJpIMXCiT .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-viJpIMXCiT .navbar.opened {
  transition: all 0.3s;
}
.cid-viJpIMXCiT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-viJpIMXCiT .navbar .navbar-logo img {
  width: auto;
}
.cid-viJpIMXCiT .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-viJpIMXCiT .navbar.collapsed {
  justify-content: center;
}
.cid-viJpIMXCiT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-viJpIMXCiT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-viJpIMXCiT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-viJpIMXCiT .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-viJpIMXCiT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-viJpIMXCiT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-viJpIMXCiT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-viJpIMXCiT .navbar {
    min-height: 72px;
  }
  .cid-viJpIMXCiT .navbar .navbar-logo img {
    height: 2.5rem !important;
  }
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-viJpIMXCiT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-viJpIMXCiT .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-viJpIMXCiT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-viJpIMXCiT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-viJpIMXCiT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-viJpIMXCiT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-viJpIMXCiT .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-viJpIMXCiT .dropdown-item.active,
.cid-viJpIMXCiT .dropdown-item:active {
  background-color: transparent;
}
.cid-viJpIMXCiT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-viJpIMXCiT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-viJpIMXCiT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-viJpIMXCiT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-viJpIMXCiT .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .navbar-buttons {
    text-align: left;
  }
}
.cid-viJpIMXCiT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-viJpIMXCiT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-viJpIMXCiT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-viJpIMXCiT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-viJpIMXCiT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-viJpIMXCiT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-viJpIMXCiT .icons-menu {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-viJpIMXCiT .navbar {
    height: 70px;
  }
  .cid-viJpIMXCiT .navbar.opened {
    height: auto;
  }
  .cid-viJpIMXCiT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: 0.3s all;
  transform: rotate(-90deg);
}
.cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-viJpIMXCiT .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-viJpIMXCiT .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-viJpIMXCiT .navbar-brand {
    margin-right: auto;
  }
  .cid-viJpIMXCiT .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #000000;
    opacity: 1;
    border-color: rgba(0, 0, 0, 0.8) !important;
    background: rgba(0, 0, 0, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-viJpIMXCiT .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-viJpIMXCiT .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: 0.3s all;
    transform: rotate(0deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-viJpIMXCiT .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-viJpIMXCiT .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-viJpIMXCiT .navbar-collapse {
    padding: 1rem;
  }
}
.cid-viJIgJLgGs {
  padding-top: 30px;
  padding-bottom: 45px;
  background: transparent;
}
.cid-viJIgJLgGs .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-viJI9oDGpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #000000;
}
.cid-viJI9oDGpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-viJI9oDGpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-viJI9oDGpR .row {
    flex-direction: column-reverse;
  }
  .cid-viJI9oDGpR .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-viJI9oDGpR .google-map {
  height: 100%;
  position: relative;
}
.cid-viJI9oDGpR .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-viJI9oDGpR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-viJI9oDGpR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-viJI9oDGpR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-viJI9oDGpR .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-viJI9oDGpR .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #f7f7f7;
}
.cid-viJI9oDGpR .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-viJI9oDGpR .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-viJI9oDGpR .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-viJI9oDGpR .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #577590;
}
.cid-viJI9oDGpR P {
  text-align: left;
}
.cid-viJI9oDGpR .mbr-section-title {
  color: #ff8100;
}
.cid-ufTZHFULwt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ufTZHFULwt .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ufTZHFULwt .social-row .soc-item {
  margin: 8px;
}
.cid-ufTZHFULwt .social-row .soc-item a:hover .mbr-iconfont,
.cid-ufTZHFULwt .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-ufTZHFULwt .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-ufTZHFULwt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ufTZHFULwt .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ufTZHFULwt .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ufTZHFULwt .header-menu li p {
  margin: 0;
}
.cid-ufTZHFULwt .copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-ufTZHFULwt .mbr-section-title {
  color: #ffffff;
}
.cid-viXRWTPKub {
  padding-top: 30px;
  padding-bottom: 45px;
  background: transparent;
}
.cid-viXRWTPKub .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-viVv3kNeKd .form5 {
  position: relative;
  min-height: auto;
  scroll-behavior: smooth;
}
.cid-viVv3kNeKd .form5 .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
  z-index: 1;
}
.cid-viVv3kNeKd .form5 > div {
  position: relative;
  z-index: 2;
}
.cid-viVv3kNeKd .form5 .mbr-section-title {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.cid-viVv3kNeKd .form5 .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cid-viVv3kNeKd .form5 .mbr-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.cid-viVv3kNeKd .form5 .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.cid-viVv3kNeKd .form5 .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-viVv3kNeKd .form5 .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffc107;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viVv3kNeKd .form5 textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.cid-viVv3kNeKd .form5 .form-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.cid-viVv3kNeKd .form5 .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  margin-bottom: 0;
}
.cid-viVv3kNeKd .form5 .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  flex-shrink: 0;
}
.cid-viVv3kNeKd .form5 .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.cid-viVv3kNeKd .form5 .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viVv3kNeKd .form5 .form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  flex: 1;
}
.cid-viVv3kNeKd .form5 .form-check-label:hover {
  color: #ffffff;
}
.cid-viVv3kNeKd .form5 .form-group[data-for="services-label"] {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 193, 7, 0.3);
}
.cid-viVv3kNeKd .form5 .form-group[data-for="terms"] .form-check {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-top: 1rem;
}
.cid-viVv3kNeKd .form5 .form-group[data-for="terms"] .form-check-input {
  margin-top: 0.1em;
}
.cid-viVv3kNeKd .form5 .form-group[data-for="terms"] a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cid-viVv3kNeKd .form5 .form-group[data-for="terms"] a:hover {
  color: #ffdb69;
  text-decoration: none;
}
.cid-viVv3kNeKd .form5 .mbr-section-btn .btn {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  color: #111111;
  font-weight: 700;
  padding: 1rem 3rem;
  font-size: 1.05rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}
.cid-viVv3kNeKd .form5 .mbr-section-btn .btn:hover {
  background: linear-gradient(135deg, #ffdb69 0%, #ffc107 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
  color: #111111;
}
.cid-viVv3kNeKd .form5 .mbr-section-btn .btn:active {
  transform: translateY(0);
}
.cid-viVv3kNeKd .form5 .alert {
  border-radius: 0.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-viVv3kNeKd .form5 .mbr-form {
    padding: 2rem 1.5rem;
  }
  .cid-viVv3kNeKd .form5 .form-group[data-for*="svc"] {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-viVv3kNeKd .form5 .mbr-form {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  .cid-viVv3kNeKd .form5 .form-check {
    padding: 0.75rem 0;
  }
  .cid-viVv3kNeKd .form5 .mbr-section-btn .btn {
    width: 100%;
    padding: 0.875rem 2rem;
  }
  .cid-viVv3kNeKd .form5 .form-group[data-for="terms"] .form-check {
    padding: 1rem;
  }
}
.cid-viVv3kNeKd .form5 .form-control:focus,
.cid-viVv3kNeKd .form5 .form-check-input:focus,
.cid-viVv3kNeKd .form5 .mbr-section-btn .btn:focus {
  outline: none;
}
.cid-viVv3kNeKd .form5 .text-danger {
  color: #ff6b6b !important;
}
.cid-viVv3kNeKd .mbr-section-title {
  color: #000000;
}
.cid-viXRTt8XwP {
  padding-top: 30px;
  padding-bottom: 45px;
  background: transparent;
}
.cid-viXRTt8XwP .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-viXMzQeAUy .fix-form {
  position: relative;
  min-height: auto;
}
.cid-viXMzQeAUy .fix-form .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
  z-index: 1;
}
.cid-viXMzQeAUy .fix-form > div {
  position: relative;
  z-index: 2;
}
.cid-viXMzQeAUy .fix-form .mbr-section-title {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.cid-viXMzQeAUy .fix-form .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cid-viXMzQeAUy .fix-form .mbr-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.cid-viXMzQeAUy .fix-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.cid-viXMzQeAUy .fix-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-viXMzQeAUy .fix-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffc107;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viXMzQeAUy .fix-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.cid-viXMzQeAUy .fix-form .form-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.cid-viXMzQeAUy .fix-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  margin-bottom: 0;
}
.cid-viXMzQeAUy .fix-form .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  flex-shrink: 0;
}
.cid-viXMzQeAUy .fix-form .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.cid-viXMzQeAUy .fix-form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viXMzQeAUy .fix-form .form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  flex: 1;
}
.cid-viXMzQeAUy .fix-form .form-check-label:hover {
  color: #ffffff;
}
.cid-viXMzQeAUy .fix-form .form-group[data-for="services-label"] {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 193, 7, 0.3);
}
.cid-viXMzQeAUy .fix-form .form-group[data-for="terms"] .form-check {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-top: 1rem;
}
.cid-viXMzQeAUy .fix-form .form-group[data-for="terms"] .form-check-input {
  margin-top: 0.1em;
}
.cid-viXMzQeAUy .fix-form .form-group[data-for="terms"] a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cid-viXMzQeAUy .fix-form .form-group[data-for="terms"] a:hover {
  color: #ffdb69;
  text-decoration: none;
}
.cid-viXMzQeAUy .fix-form .mbr-section-btn .btn {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  color: #111111;
  font-weight: 700;
  padding: 1rem 3rem;
  font-size: 1.05rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}
.cid-viXMzQeAUy .fix-form .mbr-section-btn .btn:hover {
  background: linear-gradient(135deg, #ffdb69 0%, #ffc107 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
  color: #111111;
}
.cid-viXMzQeAUy .fix-form .mbr-section-btn .btn:active {
  transform: translateY(0);
}
.cid-viXMzQeAUy .fix-form .alert {
  border-radius: 0.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-viXMzQeAUy .fix-form .mbr-form {
    padding: 2rem 1.5rem;
  }
  .cid-viXMzQeAUy .fix-form .form-group[data-for*="svc"] {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-viXMzQeAUy .fix-form .mbr-form {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  .cid-viXMzQeAUy .fix-form .form-check {
    padding: 0.75rem 0;
  }
  .cid-viXMzQeAUy .fix-form .mbr-section-btn .btn {
    width: 100%;
    padding: 0.875rem 2rem;
  }
  .cid-viXMzQeAUy .fix-form .form-group[data-for="terms"] .form-check {
    padding: 1rem;
  }
}
.cid-viXMzQeAUy .fix-form .form-control:focus,
.cid-viXMzQeAUy .fix-form .form-check-input:focus,
.cid-viXMzQeAUy .fix-form .mbr-section-btn .btn:focus {
  outline: none;
}
.cid-viXMzQeAUy .fix-form .text-danger {
  color: #ff6b6b !important;
}
.cid-viXRQv0hOU {
  padding-top: 30px;
  padding-bottom: 45px;
  background: transparent;
}
.cid-viXRQv0hOU .pulsingButton {
  position: relative;
  width: 212px;
  height: 212px;
  border: none;
  box-shadow: 0 0 0 0 #ffa600;
  border-radius: 50%;
  background-color: #ffffff;
  background-image: url("../../../assets/images/tic20button20logo-526x464.webp");
  background-size: 130%, cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 100px rgba(232, 76, 61, 0);
  }
}
.cid-viXPaoxGyu .grow-form {
  position: relative;
  min-height: auto;
}
.cid-viXPaoxGyu .grow-form .mbr-overlay {
  background-color: #111111;
  opacity: 0.7;
  z-index: 1;
}
.cid-viXPaoxGyu .grow-form > div {
  position: relative;
  z-index: 2;
}
.cid-viXPaoxGyu .grow-form .mbr-section-title {
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.cid-viXPaoxGyu .grow-form .mbr-section-subtitle {
  color: rgba(255, 255, 255, 0.7) !important;
}
.cid-viXPaoxGyu .grow-form .mbr-form {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  padding: 2.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}
.cid-viXPaoxGyu .grow-form .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
.cid-viXPaoxGyu .grow-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.cid-viXPaoxGyu .grow-form .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffc107;
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viXPaoxGyu .grow-form textarea.form-control {
  min-height: 120px;
  resize: vertical;
}
.cid-viXPaoxGyu .grow-form .form-label {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}
.cid-viXPaoxGyu .grow-form .form-check {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.6rem 0;
  margin-bottom: 0;
}
.cid-viXPaoxGyu .grow-form .form-check-input {
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  flex-shrink: 0;
}
.cid-viXPaoxGyu .grow-form .form-check-input:checked {
  background-color: #ffc107;
  border-color: #ffc107;
}
.cid-viXPaoxGyu .grow-form .form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25);
}
.cid-viXPaoxGyu .grow-form .form-check-label {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  line-height: 1.5;
  cursor: pointer;
  user-select: none;
  flex: 1;
}
.cid-viXPaoxGyu .grow-form .form-check-label:hover {
  color: #ffffff;
}
.cid-viXPaoxGyu .grow-form .form-group[data-for="services-label"] {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 193, 7, 0.3);
}
.cid-viXPaoxGyu .grow-form .form-group[data-for="terms"] .form-check {
  background: rgba(255, 193, 7, 0.08);
  border: 1px solid rgba(255, 193, 7, 0.3);
  border-radius: 0.75rem;
  padding: 1.25rem;
  margin-top: 1rem;
}
.cid-viXPaoxGyu .grow-form .form-group[data-for="terms"] .form-check-input {
  margin-top: 0.1em;
}
.cid-viXPaoxGyu .grow-form .form-group[data-for="terms"] a {
  color: #ffc107;
  text-decoration: underline;
  font-weight: 600;
  transition: all 0.2s ease;
}
.cid-viXPaoxGyu .grow-form .form-group[data-for="terms"] a:hover {
  color: #ffdb69;
  text-decoration: none;
}
.cid-viXPaoxGyu .grow-form .mbr-section-btn .btn {
  background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
  border: none;
  color: #111111;
  font-weight: 700;
  padding: 1rem 3rem;
  font-size: 1.05rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}
.cid-viXPaoxGyu .grow-form .mbr-section-btn .btn:hover {
  background: linear-gradient(135deg, #ffdb69 0%, #ffc107 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 193, 7, 0.4);
  color: #111111;
}
.cid-viXPaoxGyu .grow-form .mbr-section-btn .btn:active {
  transform: translateY(0);
}
.cid-viXPaoxGyu .grow-form .alert {
  border-radius: 0.5rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cid-viXPaoxGyu .grow-form .mbr-form {
    padding: 2rem 1.5rem;
  }
  .cid-viXPaoxGyu .grow-form .form-group[data-for*="svc"] {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .cid-viXPaoxGyu .grow-form .mbr-form {
    padding: 1.5rem 1rem;
    border-radius: 0.75rem;
  }
  .cid-viXPaoxGyu .grow-form .form-check {
    padding: 0.75rem 0;
  }
  .cid-viXPaoxGyu .grow-form .mbr-section-btn .btn {
    width: 100%;
    padding: 0.875rem 2rem;
  }
  .cid-viXPaoxGyu .grow-form .form-group[data-for="terms"] .form-check {
    padding: 1rem;
  }
}
.cid-viXPaoxGyu .grow-form .form-control:focus,
.cid-viXPaoxGyu .grow-form .form-check-input:focus,
.cid-viXPaoxGyu .grow-form .mbr-section-btn .btn:focus {
  outline: none;
}
.cid-viXPaoxGyu .grow-form .text-danger {
  color: #ff6b6b !important;
}
.cid-viVv3lLeap {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-viVv3lLeap .container {
    padding: 0 16px;
  }
}
@media (max-width: 767px) {
  .cid-viVv3lLeap .container {
    padding: 0 12px;
  }
}
.cid-viVv3lLeap .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-viVv3lLeap .social-row .soc-item {
  margin: 8px;
}
.cid-viVv3lLeap .social-row .soc-item a:hover .mbr-iconfont,
.cid-viVv3lLeap .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ffffff;
}
.cid-viVv3lLeap .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #edefeb;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-viVv3lLeap .row-links {
  width: 100%;
  justify-content: center;
}
.cid-viVv3lLeap .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-viVv3lLeap .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-viVv3lLeap .header-menu li p {
  margin: 0;
}
.cid-viVv3lLeap .copyright {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.cid-viVv3lLeap .mbr-section-title {
  color: #ffffff;
}
.cid-viVv3nz9KO .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 156px;
  background-color: #25d366;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-viVv3nz9KO .my-float {
  margin-top: 16px;
}
.cid-viVv3nz9KO P {
  color: #232323;
}
.cid-viVv3nz9KO DIV {
  color: #ffffff;
}
.cid-viVv3nz9KO H10 {
  color: #767676;
}
.cid-viVv3nz9KO .hidden {
  display: none;
}
.cid-aBVP81mqMW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-aBVP81mqMW .modal .modal-side {
    position: absolute;
    width: 100%;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
  .cid-aBVP81mqMW .modal-dialog.modal-bottom-right {
    bottom: 0;
  }
  .cid-aBVP81mqMW .modal-side.modal-bottom-left .modal-content {
    shadow-color-rgb: 0, 0, 0;
  }
}
@media (min-width: 576px) {
  .cid-aBVP81mqMW .modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-aBVP81mqMW .modal-sm {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .cid-aBVP81mqMW .modal .modal-dialog.modal-top-right {
    top: 10px;
    right: 10px;
  }
  .cid-aBVP81mqMW .modal .modal-dialog.modal-top-left {
    top: 10px;
    left: 10px;
  }
  .cid-aBVP81mqMW .modal .modal-dialog.modal-bottom-right {
    right: 10px;
    bottom: 50px;
  }
  .cid-aBVP81mqMW .modal .modal-dialog.modal-bottom-left {
    bottom: 10px;
    left: 10px;
  }
  .cid-aBVP81mqMW .modal-dialog {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
    max-height: 300px;
  }
}
.cid-aBVP81mqMW .modal-dialog.modal-bottom-left {
  left: 0;
  height: inherit;
}
.cid-aBVP81mqMW .input-style {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  appearance: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #E0E0E0;
  border-radius: 0.25rem;
  transition: all .2s linear;
}
.cid-aBVP81mqMW .modal-dialog,
.cid-aBVP81mqMW .modal-content {
  height: auto;
}
.cid-aBVP81mqMW .form-check-input[type=checkbox] {
  border-radius: 0.25rem;
  margin-top: 0.19em;
  margin-right: 6px;
}
.cid-aBVP81mqMW .form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
.cid-aBVP81mqMW .modal .modal-dialog.modal-bottom {
  bottom: 0;
}
.cid-aBVP81mqMW .modal .modal-dialog.modal-top {
  top: 0;
}
.cid-aBVP81mqMW .modal .modal-frame {
  position: absolute;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.cid-aBVP81mqMW .btn,
.cid-aBVP81mqMW .mbr-section-btn {
  margin-left: 7px;
  margin-right: 7px;
}
.cid-aBVP81mqMW .bgtopstatic {
  background-color: #4479d9;
}
.cid-aBVP81mqMW .bgtopleft {
  background-color: #4479d9;
}
.cid-aBVP81mqMW .bgtopright {
  background-color: #1de195;
}
.cid-aBVP81mqMW .bgverticalcenter {
  background-color: #000000;
}
.cid-aBVP81mqMW .bgbottomleft {
  background-color: #4479d9;
}
.cid-aBVP81mqMW .bgbottomright {
  background-color: #12109f;
}
.cid-aBVP81mqMW .bgtopsmall {
  background-color: #e43f3f;
}
.cid-aBVP81mqMW .bgtopfullwidth {
  background-color: #12109f;
}
.cid-aBVP81mqMW .bgbottomfullwidth {
  background-color: #4479d9;
}
.cid-aBVP81mqMW .htc {
  color: #ffe161;
}
.cid-aBVP81mqMW P {
  text-align: center;
}
.cid-aBVP81mqMW .modal-footer {
  padding: 5px !important;
}
.cid-aBVP81mqMW .hbl {
  color: #ffffff;
}
.cid-aBVP81mqMW .hbr {
  color: #ffffff;
}
.cid-aBVP81mqMW .p2br {
  text-align: left;
  color: #000000;
}
.cid-aBVP81mqMW .pbr {
  text-align: left;
  color: #12109f;
}
.cid-aBVP81mqMW .cart {
  color: #ffffff;
}
.cid-aBVP81mqMW .sca {
  text-align: left;
}
.cid-aBVP81mqMW .plh {
  color: #ffffff;
  text-align: left;
}
.cid-aBVP81mqMW .hts {
  color: #ffffff;
}
.cid-aBVP81mqMW .ptfw {
  color: #ffffff;
}
.cid-aBVP81mqMW .btfw {
  color: #ffffff;
  text-align: left;
}
.cid-aBVP81mqMW .ms-2 {
  margin-left: 0.5rem !important;
}
.cid-aBVP81mqMW .btn-sm {
  padding: 5px;
  font-size: 0.75rem;
}
@media screen and (max-width: 600px) {
  .cid-aBVP81mqMW .btfw {
    padding-top: 20px;
    text-align: center;
  }
  .cid-aBVP81mqMW .mbr-section-btn {
    text-align: center;
  }
}
.cid-aBVP81mqMW .align-items-center {
  align-items: center !important;
}
.cid-aBVP81mqMW .justify-content-center {
  justify-content: center !important;
}
.cid-aBVP81mqMW .hts2 {
  color: #ffffff;
}
.cid-aBVP81mqMW .pts2 {
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .cid-aBVP81mqMW .btfw {
    padding-top: 20px;
    text-align: center;
  }
  .cid-aBVP81mqMW .mbr-section-btn.pos {
    width: 100%;
  }
}
