.video-wrapper{
  overflow: hidden;
}
body{
  font-family: Manrope;
}
.display-1{
  font-family: 'Manrope', sans-serif;
  font-size: 3.75rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont{
  font-size: 4.6875rem;
}
.display-2{
  font-family: 'Manrope', sans-serif;
  font-size: 3rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont{
  font-size: 3.75rem;
}
.display-4{
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont{
  font-size: 1.25rem;
}
.display-5{
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont{
  font-size: 2.8125rem;
}
.display-7{
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont{
  font-size: 1.5625rem;
}
@media (max-width: 992px){
  .display-1 {
    font-size: 3rem;
  }
}
@media (max-width: 768px){
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px){
  .display-1 {
    font-size: 2.625rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
.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: #ff6900 !important;
}
.bg-success{
  background-color: #ffd900 !important;
}
.bg-info{
  background-color: #e1e7ed !important;
}
.bg-warning{
  background-color: #c55200 !important;
}
.bg-danger{
  background-color: #f60018 !important;
}
.btn-primary{
  box-shadow: inset 0 10px 8px 0 #ffb480, inset 0 -2px 10px 0 #ffb480, 0 1px 2px 0 #e65e00, 0 10px 15px -5px #ff6900;
}
.btn-primary,
.btn-primary:active{
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active{
  color: inherit;
  background-color: #ff8733 !important;
  border-color: #ff8733 !important;
  box-shadow: inset 0 10px 8px 0 #ffd2b3, inset 0 -2px 10px 0 #ffd2b3, 0 1px 2px 0 #ff7819, 0 20px 40px -10px #ff8733;
  transform: translateY(-2px);
}
.btn-primary.disabled,
.btn-primary:disabled{
  color: #ffffff !important;
  background-color: #ff8733 !important;
  border-color: #ff8733 !important;
}
.btn-secondary{
  box-shadow: inset 0 10px 8px 0 #8494ac, inset 0 -2px 10px 0 #8494ac, 0 1px 2px 0 #3d495a, 0 10px 15px -5px #475569;
}
.btn-secondary,
.btn-secondary:active{
  background-color: #475569 !important;
  border-color: #475569 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active{
  color: inherit;
  background-color: #5c6e87 !important;
  border-color: #5c6e87 !important;
  box-shadow: inset 0 10px 8px 0 #a2afc0, inset 0 -2px 10px 0 #a2afc0, 0 1px 2px 0 #516178, 0 20px 40px -10px #5c6e87;
  transform: translateY(-2px);
}
.btn-secondary.disabled,
.btn-secondary:disabled{
  color: #ffffff !important;
  background-color: #5c6e87 !important;
  border-color: #5c6e87 !important;
}
.btn-info{
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #d1dae3, 0 10px 15px -5px #e1e7ed;
}
.btn-info,
.btn-info:active{
  background-color: #e1e7ed !important;
  border-color: #e1e7ed !important;
  color: #3a4e62 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}
.btn-info.disabled,
.btn-info:disabled{
  color: #3a4e62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success{
  box-shadow: inset 0 10px 8px 0 #ffec80, inset 0 -2px 10px 0 #ffec80, 0 1px 2px 0 #e6c300, 0 10px 15px -5px #ffd900;
}
.btn-success,
.btn-success:active{
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active{
  color: inherit;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
  box-shadow: inset 0 10px 8px 0 #fff4b3, inset 0 -2px 10px 0 #fff4b3, 0 1px 2px 0 #ffdd19, 0 20px 40px -10px #ffe133;
  transform: translateY(-2px);
}
.btn-success.disabled,
.btn-success:disabled{
  color: #000000 !important;
  background-color: #ffe133 !important;
  border-color: #ffe133 !important;
}
.btn-warning{
  box-shadow: inset 0 10px 8px 0 #ff9345, inset 0 -2px 10px 0 #ff9345, 0 1px 2px 0 #ac4700, 0 10px 15px -5px #c55200;
}
.btn-warning,
.btn-warning:active{
  background-color: #c55200 !important;
  border-color: #c55200 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active{
  color: inherit;
  background-color: #f86700 !important;
  border-color: #f86700 !important;
  box-shadow: inset 0 10px 8px 0 #ffb079, inset 0 -2px 10px 0 #ffb079, 0 1px 2px 0 #df5d00, 0 20px 40px -10px #f86700;
  transform: translateY(-2px);
}
.btn-warning.disabled,
.btn-warning:disabled{
  color: #ffffff !important;
  background-color: #f86700 !important;
  border-color: #f86700 !important;
}
.btn-danger{
  box-shadow: inset 0 10px 8px 0 #ff7784, inset 0 -2px 10px 0 #ff7784, 0 1px 2px 0 #dd0016, 0 10px 15px -5px #f60018;
}
.btn-danger,
.btn-danger:active{
  background-color: #f60018 !important;
  border-color: #f60018 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active{
  color: inherit;
  background-color: #ff2a3f !important;
  border-color: #ff2a3f !important;
  box-shadow: inset 0 10px 8px 0 #ffaab2, inset 0 -2px 10px 0 #ffaab2, 0 1px 2px 0 #ff1128, 0 20px 40px -10px #ff2a3f;
  transform: translateY(-2px);
}
.btn-danger.disabled,
.btn-danger:disabled{
  color: #ffffff !important;
  background-color: #ff2a3f !important;
  border-color: #ff2a3f !important;
}
.btn-white{
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #ededed, 0 10px 15px -5px #fafafa;
}
.btn-white,
.btn-white:active{
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active{
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #ffffff, 0 1px 2px 0 #f2f2f2, 0 20px 40px -10px #ffffff;
  transform: translateY(-2px);
}
.btn-white.disabled,
.btn-white:disabled{
  color: #616161 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black{
  box-shadow: inset 0 10px 8px 0 #314a88, inset 0 -2px 10px 0 #314a88, 0 1px 2px 0 #080d17, 0 10px 15px -5px #0f172a;
}
.btn-black,
.btn-black:active{
  background-color: #0f172a !important;
  border-color: #0f172a !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active{
  color: inherit;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
  box-shadow: inset 0 10px 8px 0 #3e5fae, inset 0 -2px 10px 0 #3e5fae, 0 1px 2px 0 #16213d, 0 20px 40px -10px #1c2c50;
  transform: translateY(-2px);
}
.btn-black.disabled,
.btn-black:disabled{
  color: #ffffff !important;
  background-color: #1c2c50 !important;
  border-color: #1c2c50 !important;
}
.btn-primary-outline,
.btn-primary-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6900;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active{
  color: #a84500 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled{
  color: #ffffff !important;
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #475569;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active{
  color: #242b35 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled{
  color: #ffffff !important;
  background-color: #475569 !important;
  border-color: #475569 !important;
}
.btn-info-outline,
.btn-info-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #e1e7ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active{
  color: #abbccc !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled{
  color: #4e6781 !important;
  background-color: #e1e7ed !important;
  border-color: #e1e7ed !important;
}
.btn-success-outline,
.btn-success-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active{
  color: #a88f00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled{
  color: #000000 !important;
  background-color: #ffd900 !important;
  border-color: #ffd900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #c55200;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active{
  color: #6e2e00 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled{
  color: #ffffff !important;
  background-color: #c55200 !important;
  border-color: #c55200 !important;
}
.btn-danger-outline,
.btn-danger-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #f60018;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active{
  color: #9f0010 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled{
  color: #ffffff !important;
  background-color: #f60018 !important;
  border-color: #f60018 !important;
}
.btn-black-outline,
.btn-black-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #0f172a;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active{
  color: #000000 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled{
  color: #ffffff !important;
  background-color: #0f172a !important;
  border-color: #0f172a !important;
}
.btn-white-outline,
.btn-white-outline:active{
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active{
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled{
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary{
  color: #ff6900 !important;
}
.text-secondary{
  color: #475569 !important;
}
.text-success{
  color: #ffd900 !important;
}
.text-info{
  color: #e1e7ed !important;
}
.text-warning{
  color: #c55200 !important;
}
.text-danger{
  color: #f60018 !important;
}
.text-white{
  color: #fafafa !important;
}
.text-black{
  color: #0f172a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active{
  color: #993f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active{
  color: #1e242c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active{
  color: #998200 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active{
  color: #a1b4c7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active{
  color: #5f2800 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active{
  color: #90000e !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: #ff6900;
}
.nav-tabs .nav-link:not(.active){
  color: #232323;
}
.alert-success{
  background-color: #70c770;
}
.alert-info{
  background-color: #e1e7ed;
}
.alert-warning{
  background-color: #c55200;
}
.alert-danger{
  background-color: #f60018;
}
.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: #ff6900;
  border-color: #ff6900;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus{
  box-shadow: none;
}
.nav-tabs .nav-link{
  border-radius: 1rem !important;
}
a,
a:hover{
  color: #ff6900;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc{
  color: #ffe1cc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc{
  color: #fff7cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc{
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc{
  color: #ff9345;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc{
  color: #ffc3c9;
}
.scrollToTop_wraper{
  display: none;
}
.form-control{
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 8px !important;
}
.form-control > .mbr-iconfont{
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus{
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff6900 !important;
}
.form-control:-webkit-input-placeholder{
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont{
  font-size: 1.5625rem;
}
blockquote{
  border-color: #ff6900;
}
.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: #ff6900;
  color: #ffffff;
}
.jq-number__spin{
  transition: 0.25s ease;
}
.jq-number__spin:hover{
  border-color: #ff6900;
}
.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: #ff6900;
  border-bottom-color: #ff6900;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current{
  color: #000000 !important;
  background-color: #ff6900 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover{
  color: #ffffff !important;
  background: #475569 !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='%23ff6900' %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;
}
.mbr-section-btn .btn{
  font-weight: 500;
  padding: 9px 16px;
  border-radius: 12px !important;
  padding: 18px 26px;
  border: none !important;
}
.mbr-section-btn .btn-black{
  box-shadow: inset 0 10px 8px 0 #484848, 0 10px 15px -5px #949494;
  background-color: #0f172a !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn .btn-black.focus,
.mbr-section-btn .btn-black.active{
  color: #ffffff !important;
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
  box-shadow: inset 0 10px 8px 0 #ffb480, inset 0 -2px 10px 0 #ffb480, 0 1px 2px 0 #ff6900, 0 20px 40px -10px #ff6900;
}
.mbr-section-btn .btn-white{
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -2px 10px 0 #c7c7c7, 0 1px 2px 0 #c7c7c7, 0 10px 15px -5px #c7c7c7;
  background-color: #fafafa !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn .btn-white.focus,
.mbr-section-btn .btn-white.active{
  color: #ffffff !important;
  background-color: #ff6900 !important;
  border-color: #ff6900 !important;
  box-shadow: inset 0 10px 8px 0 #ffb480, inset 0 -2px 10px 0 #ffb480, 0 1px 2px 0 #ff6900, 0 20px 40px -10px #ff6900;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper{
  border-radius: 1rem !important;
}
.large-radius{
  border-radius: 32px !important;
}
.little-radius,
.item-img::before,
.item-img::after,
.dropdown-item{
  border-radius: 8px !important;
}
*:focus-visible{
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-vtYFAyi9HP{
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar-brand img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vtYFAyi9HP .navbar-brand .navbar-caption{
  line-height: inherit !important;
}
.cid-vtYFAyi9HP .navbar-brand .navbar-logo a{
  outline: none;
}
.cid-vtYFAyi9HP .navbar-nav{
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vtYFAyi9HP .navbar-nav .nav-item{
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link{
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ff6900;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover{
  color: #ff6900 !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover::before{
  transform: translateY(0);
  opacity: 1;
}
.cid-vtYFAyi9HP .navbar-nav .open .nav-link::after{
  transform: rotate(180deg);
}
@media (min-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vtYFAyi9HP .navbar-nav .dropdown-item{
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #fafafa;
  font-weight: 400;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .dropdown-item:hover{
  color: #ff6900;
}
.cid-vtYFAyi9HP .nav-link{
  width: fit-content;
  position: relative;
}
.cid-vtYFAyi9HP .navbar-logo{
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .navbar-logo {
    padding-left: 0;
  }
}
.cid-vtYFAyi9HP .navbar-caption{
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-caption {
    border-right: none;
  }
}
.cid-vtYFAyi9HP .navbar-caption:hover{
  color: #ff6900 !important;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle::after{
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vtYFAyi9HP .container,
.cid-vtYFAyi9HP .container-fluid{
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  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;
  margin-top: .5rem;
  background-color: #fafafa;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .container,
  .cid-vtYFAyi9HP .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .container,
  .cid-vtYFAyi9HP .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.cid-vtYFAyi9HP .container-fluid{
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vtYFAyi9HP .iconfont-wrapper{
  color: #0f172a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtYFAyi9HP .iconfont-wrapper:hover{
  opacity: .6;
}
.cid-vtYFAyi9HP .dropdown-menu{
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vtYFAyi9HP .nav-item:focus,
.cid-vtYFAyi9HP .nav-link:focus{
  outline: none;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item{
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item::after{
  right: 0.5rem;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont{
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before{
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtYFAyi9HP .collapsed .dropdown-menu .dropdown-item:before{
  display: none;
}
.cid-vtYFAyi9HP .collapsed .dropdown .dropdown-menu .dropdown-item{
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtYFAyi9HP .navbar{
  min-height: 75px;
  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-vtYFAyi9HP .navbar.opened{
  transition: all 0.3s;
}
.cid-vtYFAyi9HP .navbar.opened .container{
  backdrop-filter: none;
}
.cid-vtYFAyi9HP .navbar .dropdown-item{
  padding: 0.5rem 1.8rem;
}
.cid-vtYFAyi9HP .navbar .navbar-logo img{
  width: auto;
  margin-right: 8px;
}
.cid-vtYFAyi9HP .navbar .navbar-collapse{
  z-index: 1;
  justify-content: flex-end;
}
.cid-vtYFAyi9HP .navbar.collapsed{
  justify-content: center;
}
.cid-vtYFAyi9HP .navbar.collapsed .nav-item .nav-link::before{
  display: none;
}
.cid-vtYFAyi9HP .navbar.collapsed.opened .dropdown-menu{
  top: 0;
}
@media (min-width: 992px){
  .cid-vtYFAyi9HP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-submenu{
  left: 0 !important;
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-item:after{
  right: auto;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar.collapsed ul.navbar-nav li{
  margin: auto;
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-item{
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtYFAyi9HP .navbar.collapsed .icons-menu{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .navbar {
    min-height: 72px;
  }
  .cid-vtYFAyi9HP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px){
  .cid-vtYFAyi9HP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtYFAyi9HP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtYFAyi9HP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtYFAyi9HP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vtYFAyi9HP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtYFAyi9HP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtYFAyi9HP .navbar.navbar-short .navbar-logo img{
  height: 2rem;
}
.cid-vtYFAyi9HP .dropdown-item.active,
.cid-vtYFAyi9HP .dropdown-item:active{
  background-color: transparent;
}
.cid-vtYFAyi9HP .navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle{
  margin-right: 1.667em;
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]{
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu{
  background: transparent;
  top: 2rem;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu{
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vtYFAyi9HP .navbar .dropdown.open > .dropdown-menu{
  display: flex;
}
.cid-vtYFAyi9HP ul.navbar-nav{
  flex-wrap: wrap;
}
.cid-vtYFAyi9HP .navbar-buttons{
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-buttons {
    text-align: left;
  }
}
.cid-vtYFAyi9HP button.navbar-toggler{
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span{
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f172a;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(1){
  top: 0;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(2){
  top: 8px;
  transition: all 0.15s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(3){
  top: 8px;
  transition: all 0.15s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(4){
  top: 16px;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(1){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(2){
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(3){
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(4){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP .navbar-dropdown{
  padding: 0 1rem;
}
.cid-vtYFAyi9HP a.nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .cid-vtYFAyi9HP .navbar {
    height: 75px;
  }
  .cid-vtYFAyi9HP .navbar.opened {
    height: auto;
  }
  .cid-vtYFAyi9HP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu{
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item{
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item{
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after{
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after{
  transform: rotate(0deg);
}
.cid-vtYFAyi9HP .mbr-section-btn{
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vtYFAyi9HP .mbr-section-btn .btn{
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.cid-vtYFAyi9HP .mbr-section-btn .btn:hover,
.cid-vtYFAyi9HP .mbr-section-btn .btn:focus{
  transform: none !important;
}
@media (max-width: 575px){
  .cid-vtYFAyi9HP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vtYFAyi9HP .navbar-toggler{
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px){
  .cid-vtYFAyi9HP .navbar-brand {
    margin-right: auto;
  }
  .cid-vtYFAyi9HP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fafafa;
    backdrop-filter: blur(8px);
  }
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vtYFAyi9HP .navbar-nav .dropdown-item:hover {
    color: #ff6900;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vtYFAyi9HP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vtYFAyi9HP .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vtYFAyi9HP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px){
  .cid-vtYFAyi9HP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vtYFBixxLA{
  padding-top: 12rem;
  padding-bottom: 12rem;
  background-image: url("../../../assets/images/screenshot-8-1562x1041.webp");
  overflow: hidden;
}
.cid-vtYFBixxLA .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFBixxLA .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFBixxLA .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 425px){
  .cid-vtYFBixxLA .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFBixxLA .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFBixxLA .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFBixxLA .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFBixxLA .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper{
  margin-bottom: 20px;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap{
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(135deg, #cccccc 38%, #ff6900 75%);
  box-shadow: 0 10px 10px -5px #cccccc;
  padding: 0 1px 1px 0;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap::before{
  content: '';
  position: absolute;
  right: -30px;
  bottom: -17px;
  width: 164px;
  height: 50px;
  pointer-events: none;
  filter: blur(10px);
  background-image: radial-gradient(50% 50%, #ff6900 0%, transparent 100%);
  z-index: -1;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap .label-box{
  position: relative;
  z-index: 1;
  padding: 7px 18px;
  display: inline-flex;
  align-items: center;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap .label-box .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFBixxLA .content-wrapper .label-wrapper .label-wrap .label-box .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFBixxLA .content-wrapper .title-wrapper .mbr-section-title{
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(120deg, #0f172a 40%, #ff6900 90%);
  margin-bottom: 20px;
}
.cid-vtYFBixxLA .content-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFBixxLA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFBixxLA .content-wrapper .mbr-section-btn{
  margin-top: 40px;
}
@media (max-width: 992px){
  .cid-vtYFBixxLA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vtYFBixxLA .mbr-label,
.cid-vtYFBixxLA .label-wrapper{
  color: #334155;
}
.cid-vtYFBixxLA .mbr-section-title{
  color: #0f172a;
}
.cid-vtYFBixxLA .mbr-text,
.cid-vtYFBixxLA .text-wrapper{
  color: #334155;
}
.cid-vtYFCuY5ta{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFCuY5ta .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFCuY5ta .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFCuY5ta .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFCuY5ta .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFCuY5ta .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFCuY5ta .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFCuY5ta .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFCuY5ta .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper{
  margin-bottom: 40px;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFCuY5ta .content-wrapper .title-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFCuY5ta .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFCuY5ta .mbr-desc{
  margin-bottom: 0;
  border-bottom: 1px solid #e1e7ed;
  padding: 0 10px 10px 10px;
  color: #ff6900;
}
.cid-vtYFCuY5ta .items-wrapper{
  margin: 0 -10px;
}
.cid-vtYFCuY5ta .items-wrapper .item{
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-vtYFCuY5ta .items-wrapper .item:last-child{
  margin-bottom: 0;
}
.cid-vtYFCuY5ta .items-wrapper .item:hover .item-wrapper,
.cid-vtYFCuY5ta .items-wrapper .item:focus .item-wrapper{
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #ff6900;
  transform: translateY(-3px);
}
.cid-vtYFCuY5ta .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vtYFCuY5ta .items-wrapper .item:focus .item-wrapper .item-title{
  color: #ff6900;
}
.cid-vtYFCuY5ta .items-wrapper .item .item-wrapper{
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px){
  .cid-vtYFCuY5ta .items-wrapper .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vtYFCuY5ta .items-wrapper .item .item-wrapper .item-title{
  margin-bottom: 8px;
  transition: all .3s ease;
}
.cid-vtYFCuY5ta .items-wrapper .item .item-wrapper .text-wrap .item-text{
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFCuY5ta .items-wrapper .item .item-wrapper .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vtYFCuY5ta .items-wrapper .item .item-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFCuY5ta .items-wrapper .item .item-wrapper .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vtYFCuY5ta .mbr-label,
.cid-vtYFCuY5ta .label-wrapper{
  color: #334155;
  text-align: center;
}
.cid-vtYFCuY5ta .mbr-section-title{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFCuY5ta .mbr-text,
.cid-vtYFCuY5ta .text-wrapper{
  color: #475569;
  text-align: center;
}
.cid-vtYFCuY5ta .item-title{
  color: #0f172a;
}
.cid-vtYFCuY5ta .item-text{
  color: #475569;
}
.cid-vtYFEfTfBy{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFEfTfBy .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFEfTfBy .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFEfTfBy .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFEfTfBy .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFEfTfBy .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFEfTfBy .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFEfTfBy .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFEfTfBy .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFEfTfBy .content-wrapper .card-wrapper{
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px){
  .cid-vtYFEfTfBy .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px){
  .cid-vtYFEfTfBy .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vtYFEfTfBy .content-wrapper .card-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFEfTfBy .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFEfTfBy .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFEfTfBy .content-wrapper .card-wrapper .title-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFEfTfBy .content-wrapper .card-wrapper .image-wrapper img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vtYFEfTfBy .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-vtYFEfTfBy .items-wrapper{
  margin: 0 -20px;
}
.cid-vtYFEfTfBy .items-wrapper .card{
  padding: 0 20px;
}
.cid-vtYFEfTfBy .mbr-section-title{
  color: #0f172a;
}
.cid-vtYFEfTfBy .mbr-text,
.cid-vtYFEfTfBy .text-wrapper{
  color: #475569;
}
.cid-vtYFFv9v3I{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFFv9v3I .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFFv9v3I .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFFv9v3I .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFFv9v3I .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFFv9v3I .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFFv9v3I .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFFv9v3I .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFFv9v3I .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper{
  margin-bottom: 40px;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFFv9v3I .content-wrapper .title-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFFv9v3I .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFFv9v3I .items-wrapper{
  margin: 0 -10px;
}
.cid-vtYFFv9v3I .items-wrapper .item{
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px){
  .cid-vtYFFv9v3I .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vtYFFv9v3I .items-wrapper .item:hover .item-wrapper,
.cid-vtYFFv9v3I .items-wrapper .item:focus .item-wrapper{
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 1px 10px 20px -5px #ff6900;
  transform: translateY(-3px);
}
.cid-vtYFFv9v3I .items-wrapper .item:hover .item-wrapper .item-img::before,
.cid-vtYFFv9v3I .items-wrapper .item:focus .item-wrapper .item-img::before{
  opacity: .4;
}
.cid-vtYFFv9v3I .items-wrapper .item:hover .item-wrapper .item-img::after,
.cid-vtYFFv9v3I .items-wrapper .item:focus .item-wrapper .item-img::after{
  opacity: .1;
}
.cid-vtYFFv9v3I .items-wrapper .item:hover .item-wrapper .item-title,
.cid-vtYFFv9v3I .items-wrapper .item:focus .item-wrapper .item-title{
  color: #ff6900;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
  transition: all .3s ease;
}
@media (max-width: 992px){
  .cid-vtYFFv9v3I .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-img{
  margin-bottom: 20px;
  position: relative;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 5px 15px 0 #fafafa, inset 0 -10px 15px 0 #fafafa;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-img::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  transition: all .3s ease;
  pointer-events: none;
  z-index: 1;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-img img{
  height: 280px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-img img {
    height: 320px;
  }
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-date{
  margin-bottom: 8px;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-title{
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .item-text{
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFFv9v3I .items-wrapper .item .item-wrapper .mbr-section-btn .btn{
  margin-bottom: 0;
}
.cid-vtYFFv9v3I .mbr-label,
.cid-vtYFFv9v3I .label-wrapper{
  color: #334155;
  text-align: center;
}
.cid-vtYFFv9v3I .mbr-section-title{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFFv9v3I .mbr-text,
.cid-vtYFFv9v3I .text-wrapper{
  color: #475569;
  text-align: center;
}
.cid-vtYFFv9v3I .item-date{
  color: #334155;
}
.cid-vtYFFv9v3I .item-title{
  color: #0f172a;
}
.cid-vtYFFv9v3I .item-text{
  color: #475569;
}
.cid-vtYFEtpPeD{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFEtpPeD .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFEtpPeD .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFEtpPeD .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFEtpPeD .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFEtpPeD .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFEtpPeD .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFEtpPeD .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFEtpPeD .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper{
  padding: 32px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  overflow: hidden;
}
@media (max-width: 992px){
  .cid-vtYFEtpPeD .content-wrapper .card-wrapper {
    padding: 24px;
  }
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFEtpPeD .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .text-wrapper .mbr-text{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFEtpPeD .content-wrapper .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .text-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .image-wrapper{
  margin-top: 20px;
}
.cid-vtYFEtpPeD .content-wrapper .card-wrapper .image-wrapper img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vtYFEtpPeD .content-wrapper .card-wrapper .image-wrapper img {
    height: 450px;
  }
}
.cid-vtYFEtpPeD .items-wrapper{
  margin: 0 -20px;
}
.cid-vtYFEtpPeD .items-wrapper .card{
  padding: 0 20px;
}
.cid-vtYFEtpPeD .mbr-label,
.cid-vtYFEtpPeD .label-wrapper{
  color: #334155;
}
.cid-vtYFEtpPeD .mbr-section-title{
  color: #0f172a;
}
.cid-vtYFEtpPeD .mbr-text,
.cid-vtYFEtpPeD .text-wrapper{
  color: #475569;
}
.cid-vtYFGHwRaQ{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFGHwRaQ .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFGHwRaQ .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFGHwRaQ .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFGHwRaQ .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFGHwRaQ .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFGHwRaQ .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFGHwRaQ .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFGHwRaQ .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper{
  margin-bottom: 40px;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFGHwRaQ .content-wrapper .title-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFGHwRaQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFGHwRaQ .panel-group{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 992px){
  .cid-vtYFGHwRaQ .panel-group {
    display: block;
  }
}
@media (max-width: 992px){
  .cid-vtYFGHwRaQ .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vtYFGHwRaQ .panel-group .card{
  position: relative;
  padding: 0;
  margin-top: 20px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
  transition: all 0.3s ease-in-out;
}
.cid-vtYFGHwRaQ .panel-group .card:first-child{
  margin-top: 0;
}
.cid-vtYFGHwRaQ .panel-group .card:hover{
  transform: translateY(-2px);
}
.cid-vtYFGHwRaQ .panel-group .card .card-header{
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 18px 20px;
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title .panel-title-edit{
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title .icon-wrapper{
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont{
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #475569;
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont{
  color: #ff6900;
  transform: rotate(-180deg);
}
.cid-vtYFGHwRaQ .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit{
  color: #ff6900;
}
.cid-vtYFGHwRaQ .panel-group .card .panel-collapse .panel-body{
  margin: 0 18px 20px;
}
.cid-vtYFGHwRaQ .panel-group .card .panel-collapse .panel-body .panel-text{
  margin-bottom: 0;
}
.cid-vtYFGHwRaQ .mbr-label,
.cid-vtYFGHwRaQ .label-wrapper{
  color: #334155;
  text-align: center;
}
.cid-vtYFGHwRaQ .mbr-section-title{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFGHwRaQ .mbr-text,
.cid-vtYFGHwRaQ .text-wrapper{
  color: #475569;
  text-align: center;
}
.cid-vtYFGHwRaQ .panel-title-edit{
  color: #0f172a;
}
.cid-vtYFGHwRaQ .panel-text{
  color: #475569;
}
.cid-vtYFGHwRaQ .mbr-section-btn{
  text-align: center;
}
.cid-vtYFHl0lJQ{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFHl0lJQ .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFHl0lJQ .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFHl0lJQ .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFHl0lJQ .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFHl0lJQ .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFHl0lJQ .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFHl0lJQ .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFHl0lJQ .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper{
  margin-bottom: 40px;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFHl0lJQ .content-wrapper .title-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFHl0lJQ .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFHl0lJQ .content-wrapper .google-map iframe{
  height: 400px;
  width: 100%;
}
@media (max-width: 992px){
  .cid-vtYFHl0lJQ .content-wrapper .google-map iframe {
    height: 320px;
  }
}
.cid-vtYFHl0lJQ .mbr-label,
.cid-vtYFHl0lJQ .label-wrapper{
  color: #334155;
  text-align: center;
}
.cid-vtYFHl0lJQ .mbr-section-title{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFHl0lJQ .mbr-text,
.cid-vtYFHl0lJQ .text-wrapper{
  color: #475569;
  text-align: center;
}
.cid-vtYFHCl8CL{
  padding-top: 5rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.cid-vtYFHCl8CL .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFHCl8CL .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFHCl8CL .content-wrapper{
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e1e7ed;
}
@media (max-width: 425px){
  .cid-vtYFHCl8CL .content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-vtYFHCl8CL .content-wrapper .border-wrap{
  position: absolute;
  height: 1000%;
  width: 1px;
  border-left: 1px solid #e1e7ed;
  pointer-events: none;
}
@media (max-width: 425px){
  .cid-vtYFHCl8CL .content-wrapper .border-wrap {
    display: none;
  }
}
.cid-vtYFHCl8CL .content-wrapper .border_1{
  left: 0;
}
.cid-vtYFHCl8CL .content-wrapper .border_2{
  right: 0;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper{
  margin-bottom: 40px;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .label-wrapper{
  margin-bottom: 16px;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .label-wrapper .label-wrap{
  display: inline-flex;
  align-items: center;
  padding: 7px 18px;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -8px #cccccc, 0 10px 10px -8px #cccccc;
  background-color: #fafafa;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper{
  display: inline-flex;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .label-wrapper .label-wrap .iconfont-wrapper .mbr-iconfont{
  font-size: 18px;
  display: inline-flex;
  margin-right: 8px;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .label-wrapper .label-wrap .mbr-label{
  margin-bottom: 0;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .mbr-section-title{
  margin-bottom: 16px;
}
.cid-vtYFHCl8CL .content-wrapper .title-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFHCl8CL .content-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFHCl8CL .items-wrapper{
  margin: 0 -10px;
}
.cid-vtYFHCl8CL .items-wrapper .card{
  padding: 0 10px;
}
.cid-vtYFHCl8CL .image-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 335px;
}
@media (max-width: 992px){
  .cid-vtYFHCl8CL .image-wrapper {
    min-height: auto;
    height: 320px;
  }
}
.cid-vtYFHCl8CL .image-wrapper img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px){
  .cid-vtYFHCl8CL .items-wrap {
    margin-bottom: 20px;
  }
}
.cid-vtYFHCl8CL .items-wrap .item{
  margin-bottom: 20px;
}
.cid-vtYFHCl8CL .items-wrap .item:last-child{
  margin-bottom: 0;
}
.cid-vtYFHCl8CL .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text,
.cid-vtYFHCl8CL .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text{
  color: #0f172a;
}
.cid-vtYFHCl8CL .items-wrap .item:hover .item-wrapper .card-box .text-wrap .item-text::before,
.cid-vtYFHCl8CL .items-wrap .item:focus .item-wrapper .card-box .text-wrap .item-text::before{
  opacity: 1;
  transform: translateY(0);
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper{
  display: flex;
  align-items: center;
  padding: 24px;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (max-width: 992px){
  .cid-vtYFHCl8CL .items-wrap .item .item-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .icon-wrapper{
  width: 52px;
  min-width: 52px;
  margin-right: 16px;
}
@media (max-width: 992px){
  .cid-vtYFHCl8CL .items-wrap .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .icon-wrapper .mbr-iconfont{
  width: 52px;
  height: 52px;
  min-width: 52px;
  font-size: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #334155;
  box-shadow: inset 0 2px 10px -2px #cccccc, 0 10px 10px -2px #cccccc;
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .card-box{
  width: 100%;
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .card-box .item-title{
  margin-bottom: 4px;
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .card-box .text-wrap .item-text{
  position: relative;
  display: inline-block;
  width: fit-content;
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-vtYFHCl8CL .items-wrap .item .item-wrapper .card-box .text-wrap .item-text::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0f172a;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-vtYFHCl8CL .btn-wrapper{
  margin-top: 0;
  margin-right: 0;
}
.cid-vtYFHCl8CL .mbr-label,
.cid-vtYFHCl8CL .label-wrapper{
  color: #334155;
  text-align: center;
}
.cid-vtYFHCl8CL .mbr-section-title{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFHCl8CL .mbr-text,
.cid-vtYFHCl8CL .text-wrapper{
  color: #475569;
  text-align: center;
}
.cid-vtYFHCl8CL .item-title{
  color: #0f172a;
}
.cid-vtYFHCl8CL .item-text{
  color: #475569;
}
.cid-vtYFIzoxyo{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vtYFIzoxyo .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFIzoxyo .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFIzoxyo .card-wrapper{
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, 1px 0 10px -5px #cccccc;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper{
  margin-bottom: 60px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap .logo-wrapper img{
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title{
  margin-bottom: 0;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title{
  margin-bottom: 20px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 12px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap{
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff6900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus{
  color: #ff6900;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before{
  opacity: 1;
  transform: translateY(0);
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap .border-wrap{
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #e1e7ed;
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap .mbr-copy{
  width: 100%;
  margin-bottom: 0;
}
.cid-vtYFIzoxyo .mbr-section-title{
  color: #0f172a;
}
.cid-vtYFIzoxyo .mbr-text,
.cid-vtYFIzoxyo .text-wrapper{
  color: #475569;
}
.cid-vtYFIzoxyo .mbr-list-title{
  color: #475569;
}
.cid-vtYFIzoxyo .list{
  color: #0f172a;
}
.cid-vtYFIzoxyo .mbr-copy{
  color: #0f172a;
  text-align: center;
}
.cid-vtYFAyi9HP{
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar-brand img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.cid-vtYFAyi9HP .navbar-brand .navbar-caption{
  line-height: inherit !important;
}
.cid-vtYFAyi9HP .navbar-brand .navbar-logo a{
  outline: none;
}
.cid-vtYFAyi9HP .navbar-nav{
  margin: auto;
  margin-left: 0;
  margin-left: auto;
}
.cid-vtYFAyi9HP .navbar-nav .nav-item{
  padding: 0 !important;
  transition: .3s all !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link{
  position: relative;
  padding: 0 !important;
  margin: 4px 10px !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link {
    padding: 10px 0 !important;
    margin-left: 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px !important;
  background-color: #ff6900;
  transform: translateY(-2px);
  opacity: 0;
  transition: all 0.3s ease;
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover{
  color: #ff6900 !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
  }
}
.cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link:hover::before{
  transform: translateY(0);
  opacity: 1;
}
.cid-vtYFAyi9HP .navbar-nav .open .nav-link::after{
  transform: rotate(180deg);
}
@media (min-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vtYFAyi9HP .navbar-nav .dropdown-item{
  padding: 12px !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #fafafa;
  font-weight: 400;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-nav .dropdown-item {
    margin: 0 8px 0 0 !important;
  }
}
.cid-vtYFAyi9HP .navbar-nav .dropdown-item:hover{
  color: #ff6900;
}
.cid-vtYFAyi9HP .nav-link{
  width: fit-content;
  position: relative;
}
.cid-vtYFAyi9HP .navbar-logo{
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .navbar-logo {
    padding-left: 0;
  }
}
.cid-vtYFAyi9HP .navbar-caption{
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-caption {
    border-right: none;
  }
}
.cid-vtYFAyi9HP .navbar-caption:hover{
  color: #ff6900 !important;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle::after{
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vtYFAyi9HP .container,
.cid-vtYFAyi9HP .container-fluid{
  display: flex;
  min-height: 75px;
  padding: 0 32px;
  flex-wrap: nowrap;
  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;
  margin-top: .5rem;
  background-color: #fafafa;
  backdrop-filter: blur(8px);
  box-shadow: inset 0 10px 8px 0 #ffffff, inset 0 -5px 10px -4px #cccccc, 0 10px 10px -5px #cccccc;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .container,
  .cid-vtYFAyi9HP .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .container,
  .cid-vtYFAyi9HP .container-fluid {
    width: 90%;
    height: 56px !important;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-top: 0rem;
  }
}
.cid-vtYFAyi9HP .container-fluid{
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vtYFAyi9HP .iconfont-wrapper{
  color: #0f172a !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vtYFAyi9HP .iconfont-wrapper:hover{
  opacity: .6;
}
.cid-vtYFAyi9HP .dropdown-menu{
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vtYFAyi9HP .nav-item:focus,
.cid-vtYFAyi9HP .nav-link:focus{
  outline: none;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item{
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item::after{
  right: 0.5rem;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont{
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vtYFAyi9HP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before{
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vtYFAyi9HP .collapsed .dropdown-menu .dropdown-item:before{
  display: none;
}
.cid-vtYFAyi9HP .collapsed .dropdown .dropdown-menu .dropdown-item{
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vtYFAyi9HP .navbar{
  min-height: 75px;
  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-vtYFAyi9HP .navbar.opened{
  transition: all 0.3s;
}
.cid-vtYFAyi9HP .navbar.opened .container{
  backdrop-filter: none;
}
.cid-vtYFAyi9HP .navbar .dropdown-item{
  padding: 0.5rem 1.8rem;
}
.cid-vtYFAyi9HP .navbar .navbar-logo img{
  width: auto;
  margin-right: 8px;
}
.cid-vtYFAyi9HP .navbar .navbar-collapse{
  z-index: 1;
  justify-content: flex-end;
}
.cid-vtYFAyi9HP .navbar.collapsed{
  justify-content: center;
}
.cid-vtYFAyi9HP .navbar.collapsed .nav-item .nav-link::before{
  display: none;
}
.cid-vtYFAyi9HP .navbar.collapsed.opened .dropdown-menu{
  top: 0;
}
@media (min-width: 992px){
  .cid-vtYFAyi9HP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-submenu{
  left: 0 !important;
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-item:after{
  right: auto;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar.collapsed ul.navbar-nav li{
  margin: auto;
}
.cid-vtYFAyi9HP .navbar.collapsed .dropdown-menu .dropdown-item{
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vtYFAyi9HP .navbar.collapsed .icons-menu{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px){
  .cid-vtYFAyi9HP .navbar {
    min-height: 72px;
  }
  .cid-vtYFAyi9HP .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px){
  .cid-vtYFAyi9HP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vtYFAyi9HP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vtYFAyi9HP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vtYFAyi9HP .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-vtYFAyi9HP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vtYFAyi9HP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vtYFAyi9HP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vtYFAyi9HP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vtYFAyi9HP .navbar.navbar-short .navbar-logo img{
  height: 2rem;
}
.cid-vtYFAyi9HP .dropdown-item.active,
.cid-vtYFAyi9HP .dropdown-item:active{
  background-color: transparent;
}
.cid-vtYFAyi9HP .navbar-expand-lg .navbar-nav .nav-link{
  padding: 0;
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle{
  margin-right: 1.667em;
}
.cid-vtYFAyi9HP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"]{
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu{
  background: transparent;
  top: 2rem;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vtYFAyi9HP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu{
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vtYFAyi9HP .navbar .dropdown.open > .dropdown-menu{
  display: flex;
}
.cid-vtYFAyi9HP ul.navbar-nav{
  flex-wrap: wrap;
}
.cid-vtYFAyi9HP .navbar-buttons{
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar-buttons {
    text-align: left;
  }
}
.cid-vtYFAyi9HP button.navbar-toggler{
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span{
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #0f172a;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(1){
  top: 0;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(2){
  top: 8px;
  transition: all 0.15s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(3){
  top: 8px;
  transition: all 0.15s;
}
.cid-vtYFAyi9HP button.navbar-toggler .hamburger span:nth-child(4){
  top: 16px;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(1){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(2){
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(3){
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vtYFAyi9HP nav.opened .hamburger span:nth-child(4){
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vtYFAyi9HP .navbar-dropdown{
  padding: 0 1rem;
}
.cid-vtYFAyi9HP a.nav-link{
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vtYFAyi9HP .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-vtYFAyi9HP .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .cid-vtYFAyi9HP .navbar {
    height: 75px;
  }
  .cid-vtYFAyi9HP .navbar.opened {
    height: auto;
  }
  .cid-vtYFAyi9HP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu{
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item{
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item{
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after{
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after{
  transform: rotate(0deg);
}
.cid-vtYFAyi9HP .mbr-section-btn{
  margin: -0.6rem -0.6rem;
}
@media (max-width: 992px){
  .cid-vtYFAyi9HP .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vtYFAyi9HP .mbr-section-btn .btn{
  white-space: nowrap;
  width: auto;
  padding: 14px 18px;
}
.cid-vtYFAyi9HP .mbr-section-btn .btn:hover,
.cid-vtYFAyi9HP .mbr-section-btn .btn:focus{
  transform: none !important;
}
@media (max-width: 575px){
  .cid-vtYFAyi9HP .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vtYFAyi9HP .navbar-toggler{
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px){
  .cid-vtYFAyi9HP .navbar-brand {
    margin-right: auto;
  }
  .cid-vtYFAyi9HP .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #fafafa;
    backdrop-filter: blur(8px);
  }
  .cid-vtYFAyi9HP .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vtYFAyi9HP .navbar-nav .dropdown-item:hover {
    color: #ff6900;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 10px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vtYFAyi9HP .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: .3s all;
    transform: rotate(0deg);
  }
  .cid-vtYFAyi9HP .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vtYFAyi9HP .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vtYFAyi9HP .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px){
  .cid-vtYFAyi9HP .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vtYFIzoxyo{
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f5f5f5;
}
.cid-vtYFIzoxyo .mbr-fallback-image.disabled{
  display: none;
}
.cid-vtYFIzoxyo .mbr-fallback-image{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vtYFIzoxyo .card-wrapper{
  padding: 60px 60px 0 60px;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  background-color: #fafafa;
  box-shadow: inset 0 10px 8px 0 #ffffff, 1px 0 10px -5px #cccccc;
  overflow: hidden;
  margin-top: -1px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper {
    padding: 20px 20px 0 20px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper{
  margin-bottom: 60px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap .logo-wrapper img{
  width: 30px;
  height: 30px;
  min-width: 30px;
  object-fit: cover;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .title-wrapper .title-wrap .mbr-section-title{
  margin-bottom: 0;
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .text-wrapper .mbr-text{
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vtYFIzoxyo .card-wrapper .content-wrapper .mbr-section-btn{
  margin-top: 10px;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 1440px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title{
  margin-bottom: 20px;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 12px;
  }
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap{
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  width: fit-content;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff6900;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-2px);
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus{
  color: #ff6900;
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:hover::before,
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:focus::before{
  opacity: 1;
  transform: translateY(0);
}
.cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child{
  margin-bottom: 0;
}
@media (max-width: 992px){
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 8px;
  }
  .cid-vtYFIzoxyo .card-wrapper .nav-wrapper .nav-wrap .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 20px 0;
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap .border-wrap{
  position: absolute;
  top: 0;
  width: 1000%;
  height: 1px;
  background-color: #e1e7ed;
}
.cid-vtYFIzoxyo .card-wrapper .copy-wrap .mbr-copy{
  width: 100%;
  margin-bottom: 0;
}
.cid-vtYFIzoxyo .mbr-section-title{
  color: #0f172a;
}
.cid-vtYFIzoxyo .mbr-text,
.cid-vtYFIzoxyo .text-wrapper{
  color: #475569;
}
.cid-vtYFIzoxyo .mbr-list-title{
  color: #475569;
}
.cid-vtYFIzoxyo .list{
  color: #0f172a;
}
.cid-vtYFIzoxyo .mbr-copy{
  color: #0f172a;
  text-align: center;
}
.skip-link{position:absolute;left:-9999px;top:0;z-index:10001;padding:.6rem 1rem;background:#fff;color:#111;font-weight:600;text-decoration:none}
.skip-link:focus{left:.5rem;top:.5rem;outline:2px solid #111}
:where(img[width][height]){height:auto}
a.text-primary:not(.nav-link):not(.navbar-caption){color:#b04600 !important}