body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Cormorant', serif;
  font-size: 5rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Cormorant', serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
form .display-5 {
  font-family: 'Cormorant', serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)        48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #f23801 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f23801 !important;
  border-color: #f23801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c2401 !important;
  border-color: #9c2401 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #f23801;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f23801 !important;
  border-color: #f23801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffe161;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f23801 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c2001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #f23801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li.active .btn {
  background-color: #f23801;
  border-color: #f23801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f23801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcfc0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #f23801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Work Sans', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #f23801;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f23801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f23801;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f23801;
  border-bottom-color: #f23801;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #f23801 !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: #000000 !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='%23f23801' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-seIPi9WqBT .navbar-dropdown {
  position: relative !important;
}
.cid-seIPi9WqBT .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-seIPi9WqBT .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-seIPi9WqBT .container-fluid,
  .cid-seIPi9WqBT .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-seIPi9WqBT .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-seIPi9WqBT .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-seIPi9WqBT .dropdown-item:hover:before,
.cid-seIPi9WqBT .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-seIPi9WqBT .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-seIPi9WqBT .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-seIPi9WqBT .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-seIPi9WqBT .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-seIPi9WqBT .container {
  display: flex;
  margin: auto;
}
.cid-seIPi9WqBT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-seIPi9WqBT .dropdown-menu,
.cid-seIPi9WqBT .navbar.opened {
  background: #ffffff !important;
}
.cid-seIPi9WqBT .nav-item:focus,
.cid-seIPi9WqBT .nav-link:focus {
  outline: none;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-seIPi9WqBT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-seIPi9WqBT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-seIPi9WqBT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-seIPi9WqBT .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-seIPi9WqBT .navbar.opened {
  transition: all .3s;
}
.cid-seIPi9WqBT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-seIPi9WqBT .navbar .navbar-logo img {
  width: auto;
}
.cid-seIPi9WqBT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-seIPi9WqBT .navbar.collapsed {
  justify-content: center;
}
.cid-seIPi9WqBT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-seIPi9WqBT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-seIPi9WqBT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-seIPi9WqBT .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-seIPi9WqBT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-seIPi9WqBT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-seIPi9WqBT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-seIPi9WqBT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-seIPi9WqBT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-seIPi9WqBT .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-seIPi9WqBT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-seIPi9WqBT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-seIPi9WqBT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-seIPi9WqBT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-seIPi9WqBT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-seIPi9WqBT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-seIPi9WqBT .navbar.navbar-short {
  min-height: 60px;
}
.cid-seIPi9WqBT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-seIPi9WqBT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-seIPi9WqBT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-seIPi9WqBT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-seIPi9WqBT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-seIPi9WqBT .dropdown-item.active,
.cid-seIPi9WqBT .dropdown-item:active {
  background-color: transparent;
}
.cid-seIPi9WqBT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-seIPi9WqBT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-seIPi9WqBT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-seIPi9WqBT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-seIPi9WqBT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-seIPi9WqBT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-seIPi9WqBT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-seIPi9WqBT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-seIPi9WqBT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-seIPi9WqBT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-seIPi9WqBT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-seIPi9WqBT .navbar-dropdown {
  padding: 1rem 0;
}
.cid-seIPi9WqBT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-seIPi9WqBT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-seIPi9WqBT .navbar {
    height: 70px;
  }
  .cid-seIPi9WqBT .navbar.opened {
    height: auto;
  }
  .cid-seIPi9WqBT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seIPiQ3eaI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-seIPiQ3eaI .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-seIPiQ3eaI .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-seIPiQ3eaI .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seIPiQ3eaI .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIPiQ3eaI .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-seIPiQ3eaI .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-seIPiQ3eaI .mbr-text,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seIPiQ3eaI .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-title b:last-child,
.cid-seIPiQ3eaI .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPiQ3eaI .mbr-section-subtitle {
  text-align: left;
}
.cid-seIPiQ3eaI .mbr-section-subtitle,
.cid-seIPiQ3eaI .mbr-section-btn {
  text-align: left;
}
.cid-uHYPbOKEBv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHYPbOKEBv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uHYPbOKEBv .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uHYPbOKEBv .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uHYPbOKEBv .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uHYPbOKEBv .mbr-text-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-uHYPbOKEBv .mbr-section-btn {
  margin-top: 28px;
}
.cid-uHYPbOKEBv .mbr-section-btn a {
  margin-top: 0;
}
.cid-uHYPbOKEBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYPbOKEBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-seIUby5aD3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/unnamed-2000x1316.jpg");
}
.cid-seIUby5aD3 .row {
  flex-direction: column;
}
.cid-seIUby5aD3 .row {
  flex-direction: column-reverse;
}
.cid-seIUby5aD3 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-seIUby5aD3 .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIUby5aD3 .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-seIUby5aD3 .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-seIUby5aD3 .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-seIUby5aD3 .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-seIUby5aD3 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPphEXgb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-seIPphEXgb .container {
    max-width: 1400px;
  }
}
.cid-seIPphEXgb .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-seIPphEXgb .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-seIPphEXgb .row {
  justify-content: center;
}
.cid-seIPphEXgb .card {
  margin-bottom: 3rem;
}
.cid-seIPphEXgb .card-title {
  margin-top: 1rem;
}
.cid-seIPphEXgb .card-text {
  margin-top: 0.6875rem;
}
.cid-seIPphEXgb .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIPphEXgb .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPphEXgb .mbr-section-title b:last-child,
.cid-seIPphEXgb .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPphEXgb .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIPphEXgb .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-seIPphEXgb .card-title,
.cid-seIPphEXgb .icon-container {
  color: #000000;
}
.cid-seIPqqXo4D {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-seIPqqXo4D img,
.cid-seIPqqXo4D .item-img {
  height: 100%;
  object-fit: cover;
}
.cid-seIPqqXo4D .item:focus,
.cid-seIPqqXo4D span:focus {
  outline: none;
}
.cid-seIPqqXo4D .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-seIPqqXo4D .item-title {
  font-weight: 500;
}
.cid-seIPqqXo4D .item-subtitle {
  margin-bottom: 1rem;
}
.cid-seIPqqXo4D .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-seIPqqXo4D .item-wrapper:hover .item-content {
  opacity: 1;
  z-index: 1;
}
.cid-seIPqqXo4D .item-wrapper:hover .item-text-wrap {
  opacity: 1;
  transform: translateY(0);
}
.cid-seIPqqXo4D .item-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  transition: 0.3s ease-out;
}
.cid-seIPqqXo4D .item-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition-delay: .3s;
}
.cid-seIPqqXo4D .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seIPqqXo4D .mbr-social-likes a {
  color: #000000;
}
.cid-seIPqqXo4D .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seIPqqXo4D .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seIPqqXo4D .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-seIPqqXo4D .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-seIPqqXo4D .mbr-section-title b:last-child,
.cid-seIPqqXo4D .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seIPqqXo4D .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-seIPqqXo4D .features-items-wrap {
  margin-top: 3.3125rem;
  margin-bottom: 0;
}
.cid-seIPqqXo4D .mbr-section-bottom {
  display: flex;
}
.cid-seIPqqXo4D .bottom-text {
  margin-top: 1.25rem;
}
.cid-seIPqqXo4D .item-features-image {
  margin-bottom: 3.125rem;
}
.is-builder .cid-seIPqqXo4D .item-content {
  border-bottom-left-radius: 100px;
}
.cid-seJ0leriim {
  padding-top: 60px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/phillips-66-1-1200x675.jpg");
}
.cid-seJ0leriim .carousel-item {
  padding: 0 10%;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-seJ0leriim .carousel-item.active,
.cid-seJ0leriim .carousel-item-next,
.cid-seJ0leriim .carousel-item-prev {
  display: flex;
}
.cid-seJ0leriim .img-box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.cid-seJ0leriim .carousel-controls .mbr-iconfont {
  font-family: Moririse2 !important;
  font-size: 1rem;
  font-weight: 900;
  transition: opacity .3s;
}
.cid-seJ0leriim .carousel-controls a {
  transition: all .3s;
  border-radius: 50%;
  border: none;
  background-color: transparent;
}
.cid-seJ0leriim .carousel-controls a span {
  color: #f23801 !important;
  font-size: 5px !important;
}
.cid-seJ0leriim .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-seJ0leriim .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-seJ0leriim .carousel-controls .carousel-control-next,
.cid-seJ0leriim .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-seJ0leriim .carousel-controls .carousel-control-next {
  bottom: auto;
  top: 44%;
}
.cid-seJ0leriim .carousel-controls .carousel-control-prev {
  bottom: auto;
  top: 44%;
}
.cid-seJ0leriim .author-box {
  margin-bottom: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-seJ0leriim .face {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
}
.cid-seJ0leriim .author {
  margin: auto 0;
}
.cid-seJ0leriim .mbr-text {
  margin-bottom: 34px !important;
}
.cid-seJ0leriim h3,
.cid-seJ0leriim h4 {
  margin: 0;
  padding: 0;
}
.cid-seJ0leriim .mbr-bottom {
  color: #767676;
}
.cid-seJ0leriim .box {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px!important;
}
@media (max-width: 992px) {
  .cid-seJ0leriim .carousel-controls a span {
    bottom: auto;
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cid-seJ0leriim .carousel-controls a span {
    bottom: auto;
    top: 20%;
  }
}
.cid-seJ0leriim .carousel-indicators {
  bottom: -65px;
}
@media (max-width: 786px) {
  .cid-seJ0leriim .carousel-indicators {
    bottom: -75px;
  }
}
.cid-seJ0leriim .carousel-indicators li {
  margin-right: 31px;
  margin-left: 31px;
  opacity: 1;
  width: 6px;
  height: 6px;
  max-width: 6px;
  max-height: 6px;
  min-width: 6px;
  min-height: 6px;
  background: #353535;
  border: none;
  position: relative;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.cid-seJ0leriim .carousel-indicators li:hover {
  opacity: 1 !important;
}
.cid-seJ0leriim .carousel-indicators li svg {
  position: absolute;
  display: block;
  width: 36px;
  height: 36px;
  z-index: 1;
  fill: none;
  color: #353535;
  stroke: none;
  overflow: visible;
}
.cid-seJ0leriim .carousel-indicators li svg circle {
  stroke-dasharray: 110;
  stroke-dashoffset: 110;
  stroke: #353535;
  stroke-width: 1;
  transition: all 0.6s cubic-bezier(0.43, 0.41, 0.36, 0.9);
  transform: rotate(-145deg);
  transform-origin: center;
}
.cid-seJ0leriim .carousel-indicators li.active {
  background: #353535;
}
.cid-seJ0leriim .carousel-indicators li.active circle {
  stroke-dashoffset: 0;
  transform: rotate(55deg);
}
.cid-seJ0leriim .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-seJ0leriim .mbr-text,
.cid-seJ0leriim .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-seJ0leriim H3 {
  color: #ffffff;
}
.cid-uHYQHYHuCJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uHYQHYHuCJ .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-uHYQHYHuCJ .mbr-section-title {
  margin-bottom: 1rem;
  color: #000000;
}
.cid-uHYQHYHuCJ .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-uHYQHYHuCJ .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-uHYQHYHuCJ .mbr-text-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-uHYQHYHuCJ .mbr-section-btn {
  margin-top: 28px;
}
.cid-uHYQHYHuCJ .mbr-section-btn a {
  margin-top: 0;
}
.cid-uHYQHYHuCJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYQHYHuCJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYQHYHuCJ .mbr-text,
.cid-uHYQHYHuCJ .mbr-section-btn {
  color: #000000;
}
.cid-ubSzJnYxcs {
  background-color: #000000;
}
.cid-ubSzJnYxcs .row {
  flex-direction: row-reverse;
}
.cid-ubSzJnYxcs .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubSzJnYxcs .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubSzJnYxcs .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-ubSzJnYxcs .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ubSzJnYxcs .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubSzJnYxcs .mbr-section-tag {
  margin-bottom: 1rem;
  color: #9e9e9e;
}
.cid-ubSzJnYxcs .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ubSzJnYxcs .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-ubSzJnYxcs .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-ubSzJnYxcs .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-ubSzJnYxcs .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-ubSzJnYxcs .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-ubSzJnYxcs .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-ubSzJnYxcs .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #fafafa;
}
.cid-ubSzJnYxcs .mbr-section-title b:last-child,
.cid-ubSzJnYxcs .mbr-section-title strong:last-child {
  color: #ffffff;
}
.cid-ubSzJnYxcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubSzJnYxcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubSzJnYxcs .mbr-subtitle {
  color: #ffffff;
}
.cid-uHYR8U6Zav {
  padding-top: 7rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uHYR8U6Zav .col-title {
    margin-bottom: 20px;
  }
}
.cid-uHYR8U6Zav .mbr-section-title {
  color: #000000;
}
.cid-uHYR8U6Zav .mbr-section-subtitle {
  color: #45494E;
  margin-top: 24px;
}
.cid-uHYR8U6Zav .mbr-text {
  color: #000000;
}
.cid-ubSCwCnega {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #171717;
}
.cid-ubSCwCnega .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubSCwCnega .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-ubSCwCnega .container-fluid {
    padding: 0 2rem;
  }
}
.cid-ubSCwCnega .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubSCwCnega .img-card {
  background: #ffffff;
  padding: 5rem;
  border-top-left-radius: 4rem;
}
@media (max-width: 992px) {
  .cid-ubSCwCnega .img-card {
    border-radius: 2rem;
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ubSCwCnega .img-card {
    padding: 1rem;
  }
}
.cid-ubSCwCnega .row {
  justify-content: space-between;
}
.cid-ubSCwCnega .img-wrapper {
  border-radius: 3rem;
  position: relative;
}
.cid-ubSCwCnega .img-wrapper img {
  border-radius: 3rem;
}
@media (max-width: 992px) {
  .cid-ubSCwCnega .img-wrapper img {
    border-radius: 2rem;
  }
}
.cid-ubSCwCnega .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  border-radius: 3rem;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  box-shadow: inset 0px 0px 10px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .cid-ubSCwCnega .image-wrapper {
    margin-bottom: 4rem;
  }
}
.cid-ubSCwCnega .dot {
  width: 6px;
  height: 6px;
  background: #000000;
}
.cid-ubSCwCnega .dot-right {
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-ubSCwCnega .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-ubSCwCnega .mbr-text,
.cid-ubSCwCnega .mbr-section-btn {
  color: #ffffff;
}
.cid-ubSCwCnega .mbr-section-title {
  color: #ffffff;
}
.cid-seIPtkjlkX {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-seIPtkjlkX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-seIPtkjlkX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-seIPtkjlkX .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-seIPtkjlkX .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-seIPtkjlkX .media-container-row .footer-item,
  .cid-seIPtkjlkX .media-container-row .mbr-social-likes,
  .cid-seIPtkjlkX .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-seIPtkjlkX .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-seIPtkjlkX .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-seIPtkjlkX .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-seIPtkjlkX .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-seIPtkjlkX .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-seIPtkjlkX .mbr-social-likes a {
  color: #000000;
}
.cid-seIPtkjlkX .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-seIPtkjlkX .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-seIPtkjlkX .footer-logo img {
  width: auto;
}
.cid-seIPtkjlkX .footer-item {
  display: flex;
  align-items: center;
}
.cid-seIPtkjlkX .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-ubSLmlgYRK .navbar-dropdown {
  position: relative !important;
}
.cid-ubSLmlgYRK .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-ubSLmlgYRK .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-ubSLmlgYRK .container-fluid,
  .cid-ubSLmlgYRK .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-ubSLmlgYRK .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-ubSLmlgYRK .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-ubSLmlgYRK .dropdown-item:hover:before,
.cid-ubSLmlgYRK .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-ubSLmlgYRK .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-ubSLmlgYRK .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-ubSLmlgYRK .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-ubSLmlgYRK .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-ubSLmlgYRK .container {
  display: flex;
  margin: auto;
}
.cid-ubSLmlgYRK .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-ubSLmlgYRK .dropdown-menu,
.cid-ubSLmlgYRK .navbar.opened {
  background: #ffffff !important;
}
.cid-ubSLmlgYRK .nav-item:focus,
.cid-ubSLmlgYRK .nav-link:focus {
  outline: none;
}
.cid-ubSLmlgYRK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubSLmlgYRK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubSLmlgYRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-ubSLmlgYRK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubSLmlgYRK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubSLmlgYRK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubSLmlgYRK .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-ubSLmlgYRK .navbar.opened {
  transition: all .3s;
}
.cid-ubSLmlgYRK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-ubSLmlgYRK .navbar .navbar-logo img {
  width: auto;
}
.cid-ubSLmlgYRK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubSLmlgYRK .navbar.collapsed {
  justify-content: center;
}
.cid-ubSLmlgYRK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubSLmlgYRK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubSLmlgYRK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-ubSLmlgYRK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubSLmlgYRK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubSLmlgYRK .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-ubSLmlgYRK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubSLmlgYRK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-ubSLmlgYRK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ubSLmlgYRK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubSLmlgYRK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubSLmlgYRK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubSLmlgYRK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubSLmlgYRK .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-ubSLmlgYRK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubSLmlgYRK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubSLmlgYRK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubSLmlgYRK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubSLmlgYRK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubSLmlgYRK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ubSLmlgYRK .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubSLmlgYRK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubSLmlgYRK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubSLmlgYRK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubSLmlgYRK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubSLmlgYRK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubSLmlgYRK .dropdown-item.active,
.cid-ubSLmlgYRK .dropdown-item:active {
  background-color: transparent;
}
.cid-ubSLmlgYRK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubSLmlgYRK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubSLmlgYRK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubSLmlgYRK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ubSLmlgYRK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubSLmlgYRK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubSLmlgYRK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubSLmlgYRK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubSLmlgYRK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ubSLmlgYRK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-ubSLmlgYRK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ubSLmlgYRK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ubSLmlgYRK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ubSLmlgYRK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ubSLmlgYRK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubSLmlgYRK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ubSLmlgYRK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ubSLmlgYRK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ubSLmlgYRK .navbar-dropdown {
  padding: 1rem 0;
}
.cid-ubSLmlgYRK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubSLmlgYRK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubSLmlgYRK .navbar {
    height: 70px;
  }
  .cid-ubSLmlgYRK .navbar.opened {
    height: auto;
  }
  .cid-ubSLmlgYRK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubSLmmiRJL {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ubSLmmiRJL .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-ubSLmmiRJL .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-ubSLmmiRJL .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubSLmmiRJL .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-ubSLmmiRJL .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ubSLmmiRJL .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-ubSLmmiRJL .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-ubSLmmiRJL .mbr-text,
.cid-ubSLmmiRJL .mbr-section-btn {
  text-align: left;
}
.cid-ubSLmmiRJL .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-ubSLmmiRJL .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-ubSLmmiRJL .mbr-section-subtitle {
  text-align: left;
}
.cid-ubSLmmiRJL .mbr-section-subtitle,
.cid-ubSLmmiRJL .mbr-section-btn {
  text-align: left;
}
.cid-ubSLmn5JQo {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ubSLmn5JQo .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f23801;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-ubSLmn5JQo .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-ubSLmn5JQo .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-ubSLmn5JQo .main-title.display-2 {
  line-height: 1.375;
}
.cid-ubSLmn5JQo .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-ubSLmn5JQo .mbr-text {
  color: #606060;
}
.cid-ubSLmn5JQo .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-ubSLmn5JQo .mbr-section-btn {
  margin-top: 24px;
}
.cid-ubSLmn5JQo .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-ubSLmn5JQo .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-ubSLmn5JQo .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-ubSLmn5JQo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubSLmn5JQo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubSLmn5JQo .mbr-text,
.cid-ubSLmn5JQo .mbr-section-btn {
  color: #000000;
}
.cid-ubSLmp9EbK {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-ubSLmp9EbK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ubSLmp9EbK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ubSLmp9EbK .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-ubSLmp9EbK .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-ubSLmp9EbK .media-container-row .footer-item,
  .cid-ubSLmp9EbK .media-container-row .mbr-social-likes,
  .cid-ubSLmp9EbK .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-ubSLmp9EbK .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-ubSLmp9EbK .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-ubSLmp9EbK .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubSLmp9EbK .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-ubSLmp9EbK .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-ubSLmp9EbK .mbr-social-likes a {
  color: #000000;
}
.cid-ubSLmp9EbK .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-ubSLmp9EbK .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-ubSLmp9EbK .footer-logo img {
  width: auto;
}
.cid-ubSLmp9EbK .footer-item {
  display: flex;
  align-items: center;
}
.cid-ubSLmp9EbK .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHYUF5WbAD .navbar-dropdown {
  position: relative !important;
}
.cid-uHYUF5WbAD .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-uHYUF5WbAD .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-uHYUF5WbAD .container-fluid,
  .cid-uHYUF5WbAD .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uHYUF5WbAD .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-uHYUF5WbAD .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-uHYUF5WbAD .dropdown-item:hover:before,
.cid-uHYUF5WbAD .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-uHYUF5WbAD .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-uHYUF5WbAD .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-uHYUF5WbAD .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-uHYUF5WbAD .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-uHYUF5WbAD .container {
  display: flex;
  margin: auto;
}
.cid-uHYUF5WbAD .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHYUF5WbAD .dropdown-menu,
.cid-uHYUF5WbAD .navbar.opened {
  background: #ffffff !important;
}
.cid-uHYUF5WbAD .nav-item:focus,
.cid-uHYUF5WbAD .nav-link:focus {
  outline: none;
}
.cid-uHYUF5WbAD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYUF5WbAD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYUF5WbAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uHYUF5WbAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYUF5WbAD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYUF5WbAD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYUF5WbAD .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-uHYUF5WbAD .navbar.opened {
  transition: all .3s;
}
.cid-uHYUF5WbAD .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uHYUF5WbAD .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYUF5WbAD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYUF5WbAD .navbar.collapsed {
  justify-content: center;
}
.cid-uHYUF5WbAD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYUF5WbAD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYUF5WbAD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHYUF5WbAD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYUF5WbAD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYUF5WbAD .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-uHYUF5WbAD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYUF5WbAD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHYUF5WbAD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHYUF5WbAD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYUF5WbAD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYUF5WbAD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYUF5WbAD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYUF5WbAD .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-uHYUF5WbAD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYUF5WbAD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYUF5WbAD .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYUF5WbAD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYUF5WbAD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYUF5WbAD .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHYUF5WbAD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYUF5WbAD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYUF5WbAD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYUF5WbAD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYUF5WbAD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYUF5WbAD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYUF5WbAD .dropdown-item.active,
.cid-uHYUF5WbAD .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYUF5WbAD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYUF5WbAD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYUF5WbAD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYUF5WbAD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHYUF5WbAD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYUF5WbAD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYUF5WbAD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYUF5WbAD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYUF5WbAD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHYUF5WbAD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHYUF5WbAD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHYUF5WbAD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYUF5WbAD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYUF5WbAD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHYUF5WbAD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYUF5WbAD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHYUF5WbAD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHYUF5WbAD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYUF5WbAD .navbar-dropdown {
  padding: 1rem 0;
}
.cid-uHYUF5WbAD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYUF5WbAD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYUF5WbAD .navbar {
    height: 70px;
  }
  .cid-uHYUF5WbAD .navbar.opened {
    height: auto;
  }
  .cid-uHYUF5WbAD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYUF6Y9nv {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYUF6Y9nv .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHYUF6Y9nv .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uHYUF6Y9nv .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYUF6Y9nv .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHYUF6Y9nv .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYUF6Y9nv .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uHYUF6Y9nv .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uHYUF6Y9nv .mbr-text,
.cid-uHYUF6Y9nv .mbr-section-btn {
  text-align: left;
}
.cid-uHYUF6Y9nv .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uHYUF6Y9nv .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-uHYUF6Y9nv .mbr-section-subtitle {
  text-align: left;
}
.cid-uHYUF6Y9nv .mbr-section-subtitle,
.cid-uHYUF6Y9nv .mbr-section-btn {
  text-align: left;
}
.cid-uHYUF7QgJB {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHYUF7QgJB .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f23801;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uHYUF7QgJB .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uHYUF7QgJB .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uHYUF7QgJB .main-title.display-2 {
  line-height: 1.375;
}
.cid-uHYUF7QgJB .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uHYUF7QgJB .mbr-text {
  color: #606060;
}
.cid-uHYUF7QgJB .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uHYUF7QgJB .mbr-section-btn {
  margin-top: 24px;
}
.cid-uHYUF7QgJB .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uHYUF7QgJB .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uHYUF7QgJB .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uHYUF7QgJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYUF7QgJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYUF7QgJB .mbr-text,
.cid-uHYUF7QgJB .mbr-section-btn {
  color: #000000;
}
.cid-uHYUF8FtqT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHYUF8FtqT .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHYUF8FtqT .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHYUF8FtqT .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHYUF8FtqT .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHYUF8FtqT .media-container-row .footer-item,
  .cid-uHYUF8FtqT .media-container-row .mbr-social-likes,
  .cid-uHYUF8FtqT .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHYUF8FtqT .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHYUF8FtqT .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHYUF8FtqT .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYUF8FtqT .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHYUF8FtqT .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHYUF8FtqT .mbr-social-likes a {
  color: #000000;
}
.cid-uHYUF8FtqT .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHYUF8FtqT .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHYUF8FtqT .footer-logo img {
  width: auto;
}
.cid-uHYUF8FtqT .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHYUF8FtqT .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHYVhLcqyT .navbar-dropdown {
  position: relative !important;
}
.cid-uHYVhLcqyT .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-uHYVhLcqyT .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-uHYVhLcqyT .container-fluid,
  .cid-uHYVhLcqyT .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uHYVhLcqyT .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-uHYVhLcqyT .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-uHYVhLcqyT .dropdown-item:hover:before,
.cid-uHYVhLcqyT .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-uHYVhLcqyT .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-uHYVhLcqyT .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-uHYVhLcqyT .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-uHYVhLcqyT .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-uHYVhLcqyT .container {
  display: flex;
  margin: auto;
}
.cid-uHYVhLcqyT .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHYVhLcqyT .dropdown-menu,
.cid-uHYVhLcqyT .navbar.opened {
  background: #ffffff !important;
}
.cid-uHYVhLcqyT .nav-item:focus,
.cid-uHYVhLcqyT .nav-link:focus {
  outline: none;
}
.cid-uHYVhLcqyT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYVhLcqyT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYVhLcqyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uHYVhLcqyT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYVhLcqyT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYVhLcqyT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYVhLcqyT .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-uHYVhLcqyT .navbar.opened {
  transition: all .3s;
}
.cid-uHYVhLcqyT .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uHYVhLcqyT .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYVhLcqyT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYVhLcqyT .navbar.collapsed {
  justify-content: center;
}
.cid-uHYVhLcqyT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYVhLcqyT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYVhLcqyT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHYVhLcqyT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYVhLcqyT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYVhLcqyT .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-uHYVhLcqyT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYVhLcqyT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHYVhLcqyT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHYVhLcqyT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYVhLcqyT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYVhLcqyT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYVhLcqyT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYVhLcqyT .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-uHYVhLcqyT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYVhLcqyT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYVhLcqyT .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYVhLcqyT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYVhLcqyT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYVhLcqyT .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHYVhLcqyT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYVhLcqyT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYVhLcqyT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYVhLcqyT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYVhLcqyT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYVhLcqyT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYVhLcqyT .dropdown-item.active,
.cid-uHYVhLcqyT .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYVhLcqyT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYVhLcqyT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYVhLcqyT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYVhLcqyT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHYVhLcqyT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYVhLcqyT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYVhLcqyT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYVhLcqyT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYVhLcqyT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHYVhLcqyT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHYVhLcqyT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHYVhLcqyT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYVhLcqyT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYVhLcqyT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHYVhLcqyT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYVhLcqyT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHYVhLcqyT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHYVhLcqyT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYVhLcqyT .navbar-dropdown {
  padding: 1rem 0;
}
.cid-uHYVhLcqyT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYVhLcqyT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYVhLcqyT .navbar {
    height: 70px;
  }
  .cid-uHYVhLcqyT .navbar.opened {
    height: auto;
  }
  .cid-uHYVhLcqyT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYVhMhcSX {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYVhMhcSX .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHYVhMhcSX .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uHYVhMhcSX .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYVhMhcSX .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHYVhMhcSX .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYVhMhcSX .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uHYVhMhcSX .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uHYVhMhcSX .mbr-text,
.cid-uHYVhMhcSX .mbr-section-btn {
  text-align: left;
}
.cid-uHYVhMhcSX .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uHYVhMhcSX .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-uHYVhMhcSX .mbr-section-subtitle {
  text-align: left;
}
.cid-uHYVhMhcSX .mbr-section-subtitle,
.cid-uHYVhMhcSX .mbr-section-btn {
  text-align: left;
}
.cid-uHYVhN2or9 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHYVhN2or9 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f23801;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uHYVhN2or9 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uHYVhN2or9 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uHYVhN2or9 .main-title.display-2 {
  line-height: 1.375;
}
.cid-uHYVhN2or9 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uHYVhN2or9 .mbr-text {
  color: #606060;
}
.cid-uHYVhN2or9 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uHYVhN2or9 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uHYVhN2or9 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uHYVhN2or9 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uHYVhN2or9 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uHYVhN2or9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYVhN2or9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYVhN2or9 .mbr-text,
.cid-uHYVhN2or9 .mbr-section-btn {
  color: #000000;
}
.cid-uHYVhNPE1B {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHYVhNPE1B .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHYVhNPE1B .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHYVhNPE1B .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHYVhNPE1B .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHYVhNPE1B .media-container-row .footer-item,
  .cid-uHYVhNPE1B .media-container-row .mbr-social-likes,
  .cid-uHYVhNPE1B .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHYVhNPE1B .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHYVhNPE1B .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHYVhNPE1B .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYVhNPE1B .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHYVhNPE1B .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHYVhNPE1B .mbr-social-likes a {
  color: #000000;
}
.cid-uHYVhNPE1B .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHYVhNPE1B .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHYVhNPE1B .footer-logo img {
  width: auto;
}
.cid-uHYVhNPE1B .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHYVhNPE1B .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHYY491v2w .navbar-dropdown {
  position: relative !important;
}
.cid-uHYY491v2w .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-uHYY491v2w .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-uHYY491v2w .container-fluid,
  .cid-uHYY491v2w .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uHYY491v2w .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-uHYY491v2w .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-uHYY491v2w .dropdown-item:hover:before,
.cid-uHYY491v2w .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-uHYY491v2w .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-uHYY491v2w .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-uHYY491v2w .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-uHYY491v2w .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-uHYY491v2w .container {
  display: flex;
  margin: auto;
}
.cid-uHYY491v2w .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHYY491v2w .dropdown-menu,
.cid-uHYY491v2w .navbar.opened {
  background: #ffffff !important;
}
.cid-uHYY491v2w .nav-item:focus,
.cid-uHYY491v2w .nav-link:focus {
  outline: none;
}
.cid-uHYY491v2w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYY491v2w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYY491v2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uHYY491v2w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYY491v2w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYY491v2w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYY491v2w .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-uHYY491v2w .navbar.opened {
  transition: all .3s;
}
.cid-uHYY491v2w .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uHYY491v2w .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYY491v2w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYY491v2w .navbar.collapsed {
  justify-content: center;
}
.cid-uHYY491v2w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYY491v2w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYY491v2w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHYY491v2w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYY491v2w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYY491v2w .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-uHYY491v2w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYY491v2w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHYY491v2w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHYY491v2w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYY491v2w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYY491v2w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYY491v2w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYY491v2w .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-uHYY491v2w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYY491v2w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYY491v2w .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYY491v2w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYY491v2w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYY491v2w .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHYY491v2w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYY491v2w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYY491v2w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYY491v2w .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYY491v2w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYY491v2w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYY491v2w .dropdown-item.active,
.cid-uHYY491v2w .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYY491v2w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYY491v2w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYY491v2w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYY491v2w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHYY491v2w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYY491v2w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYY491v2w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYY491v2w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYY491v2w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHYY491v2w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHYY491v2w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHYY491v2w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYY491v2w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYY491v2w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHYY491v2w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYY491v2w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHYY491v2w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHYY491v2w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYY491v2w .navbar-dropdown {
  padding: 1rem 0;
}
.cid-uHYY491v2w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYY491v2w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYY491v2w .navbar {
    height: 70px;
  }
  .cid-uHYY491v2w .navbar.opened {
    height: auto;
  }
  .cid-uHYY491v2w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYY4ak0gF {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYY4ak0gF .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHYY4ak0gF .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uHYY4ak0gF .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYY4ak0gF .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHYY4ak0gF .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYY4ak0gF .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uHYY4ak0gF .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uHYY4ak0gF .mbr-text,
.cid-uHYY4ak0gF .mbr-section-btn {
  text-align: left;
}
.cid-uHYY4ak0gF .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uHYY4ak0gF .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-uHYY4ak0gF .mbr-section-subtitle {
  text-align: left;
}
.cid-uHYY4ak0gF .mbr-section-subtitle,
.cid-uHYY4ak0gF .mbr-section-btn {
  text-align: left;
}
.cid-uHYY4bpO2W {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHYY4bpO2W .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f23801;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uHYY4bpO2W .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uHYY4bpO2W .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uHYY4bpO2W .main-title.display-2 {
  line-height: 1.375;
}
.cid-uHYY4bpO2W .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uHYY4bpO2W .mbr-text {
  color: #606060;
}
.cid-uHYY4bpO2W .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uHYY4bpO2W .mbr-section-btn {
  margin-top: 24px;
}
.cid-uHYY4bpO2W .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uHYY4bpO2W .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uHYY4bpO2W .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uHYY4bpO2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYY4bpO2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYY4bpO2W .mbr-text,
.cid-uHYY4bpO2W .mbr-section-btn {
  color: #000000;
}
.cid-uHYY4c6ZiI {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHYY4c6ZiI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHYY4c6ZiI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHYY4c6ZiI .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHYY4c6ZiI .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHYY4c6ZiI .media-container-row .footer-item,
  .cid-uHYY4c6ZiI .media-container-row .mbr-social-likes,
  .cid-uHYY4c6ZiI .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHYY4c6ZiI .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHYY4c6ZiI .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHYY4c6ZiI .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYY4c6ZiI .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHYY4c6ZiI .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHYY4c6ZiI .mbr-social-likes a {
  color: #000000;
}
.cid-uHYY4c6ZiI .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHYY4c6ZiI .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHYY4c6ZiI .footer-logo img {
  width: auto;
}
.cid-uHYY4c6ZiI .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHYY4c6ZiI .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
.cid-uHYYFLlvaf .navbar-dropdown {
  position: relative !important;
}
.cid-uHYYFLlvaf .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-uHYYFLlvaf .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-uHYYFLlvaf .container-fluid,
  .cid-uHYYFLlvaf .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uHYYFLlvaf .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-uHYYFLlvaf .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-uHYYFLlvaf .dropdown-item:hover:before,
.cid-uHYYFLlvaf .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-uHYYFLlvaf .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-uHYYFLlvaf .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-uHYYFLlvaf .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-uHYYFLlvaf .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-uHYYFLlvaf .container {
  display: flex;
  margin: auto;
}
.cid-uHYYFLlvaf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uHYYFLlvaf .dropdown-menu,
.cid-uHYYFLlvaf .navbar.opened {
  background: #ffffff !important;
}
.cid-uHYYFLlvaf .nav-item:focus,
.cid-uHYYFLlvaf .nav-link:focus {
  outline: none;
}
.cid-uHYYFLlvaf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uHYYFLlvaf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHYYFLlvaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uHYYFLlvaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uHYYFLlvaf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHYYFLlvaf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHYYFLlvaf .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 1rem 0;
}
.cid-uHYYFLlvaf .navbar.opened {
  transition: all .3s;
}
.cid-uHYYFLlvaf .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uHYYFLlvaf .navbar .navbar-logo img {
  width: auto;
}
.cid-uHYYFLlvaf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uHYYFLlvaf .navbar.collapsed {
  justify-content: center;
}
.cid-uHYYFLlvaf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uHYYFLlvaf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uHYYFLlvaf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uHYYFLlvaf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uHYYFLlvaf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uHYYFLlvaf .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-uHYYFLlvaf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uHYYFLlvaf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uHYYFLlvaf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uHYYFLlvaf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uHYYFLlvaf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uHYYFLlvaf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uHYYFLlvaf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uHYYFLlvaf .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-uHYYFLlvaf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uHYYFLlvaf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uHYYFLlvaf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uHYYFLlvaf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uHYYFLlvaf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uHYYFLlvaf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uHYYFLlvaf .navbar.navbar-short {
  min-height: 60px;
}
.cid-uHYYFLlvaf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uHYYFLlvaf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uHYYFLlvaf .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uHYYFLlvaf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uHYYFLlvaf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uHYYFLlvaf .dropdown-item.active,
.cid-uHYYFLlvaf .dropdown-item:active {
  background-color: transparent;
}
.cid-uHYYFLlvaf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uHYYFLlvaf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uHYYFLlvaf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uHYYFLlvaf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uHYYFLlvaf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uHYYFLlvaf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHYYFLlvaf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uHYYFLlvaf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uHYYFLlvaf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uHYYFLlvaf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uHYYFLlvaf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHYYFLlvaf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYYFLlvaf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHYYFLlvaf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHYYFLlvaf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYYFLlvaf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHYYFLlvaf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHYYFLlvaf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHYYFLlvaf .navbar-dropdown {
  padding: 1rem 0;
}
.cid-uHYYFLlvaf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uHYYFLlvaf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHYYFLlvaf .navbar {
    height: 70px;
  }
  .cid-uHYYFLlvaf .navbar.opened {
    height: auto;
  }
  .cid-uHYYFLlvaf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uHYYFMxPSz {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uHYYFMxPSz .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uHYYFMxPSz .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-uHYYFMxPSz .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYYFMxPSz .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uHYYFMxPSz .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uHYYFMxPSz .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-uHYYFMxPSz .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-uHYYFMxPSz .mbr-text,
.cid-uHYYFMxPSz .mbr-section-btn {
  text-align: left;
}
.cid-uHYYFMxPSz .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-uHYYFMxPSz .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
}
.cid-uHYYFMxPSz .mbr-section-subtitle {
  text-align: left;
}
.cid-uHYYFMxPSz .mbr-section-subtitle,
.cid-uHYYFMxPSz .mbr-section-btn {
  text-align: left;
}
.cid-uHYYFNz4s8 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHYYFNz4s8 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #f23801;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-uHYYFNz4s8 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-uHYYFNz4s8 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-uHYYFNz4s8 .main-title.display-2 {
  line-height: 1.375;
}
.cid-uHYYFNz4s8 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-uHYYFNz4s8 .mbr-text {
  color: #606060;
}
.cid-uHYYFNz4s8 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-uHYYFNz4s8 .mbr-section-btn {
  margin-top: 24px;
}
.cid-uHYYFNz4s8 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-uHYYFNz4s8 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-uHYYFNz4s8 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-uHYYFNz4s8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHYYFNz4s8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHYYFNz4s8 .mbr-text,
.cid-uHYYFNz4s8 .mbr-section-btn {
  color: #000000;
}
.cid-uHYYFOiK3Q {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uHYYFOiK3Q .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uHYYFOiK3Q .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uHYYFOiK3Q .media-container-row {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-uHYYFOiK3Q .media-container-row {
    flex-direction: column;
    justify-content: center;
  }
  .cid-uHYYFOiK3Q .media-container-row .footer-item,
  .cid-uHYYFOiK3Q .media-container-row .mbr-social-likes,
  .cid-uHYYFOiK3Q .media-container-row .footer-logo {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 546px) {
  .cid-uHYYFOiK3Q .media-container-row .mbr-social-likes {
    flex-wrap: wrap;
    justify-content: center;
  }
  .cid-uHYYFOiK3Q .media-container-row .mbr-social-likes .footer-item {
    margin-bottom: 1.5rem !important;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cid-uHYYFOiK3Q .media-container-row .mbr-social-likes .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uHYYFOiK3Q .row-copyright {
  word-break: break-word;
  width: auto;
  min-width: calc(100% - (5 * 1rem));
  display: inline-block;
}
.cid-uHYYFOiK3Q .mbr-social-likes {
  display: flex;
  align-items: center;
}
.cid-uHYYFOiK3Q .mbr-social-likes a {
  color: #000000;
}
.cid-uHYYFOiK3Q .mbr-social-likes span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bbbbbb;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-uHYYFOiK3Q .mbr-social-likes span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-uHYYFOiK3Q .footer-logo img {
  width: auto;
}
.cid-uHYYFOiK3Q .footer-item {
  display: flex;
  align-items: center;
}
.cid-uHYYFOiK3Q .footer-item a {
  background: none !important;
  text-decoration: none !important;
}
