.btn {
  border-width: 2px;
}
body {
  font-family: 'Space Grotesk', sans-serif;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 7.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.25rem;
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.18rem;
    font-size: calc( 3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.24rem + (7.4 - 3.24) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #cb1a1a !important;
}
.bg-success {
  background-color: #72f05b !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ff9966 !important;
}
.bg-danger {
  background-color: #ff6666 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cb1a1a !important;
  border-color: #cb1a1a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7e1010 !important;
  border-color: #7e1010 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7e1010 !important;
  border-color: #7e1010 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #6f6f6f !important;
  background-color: #c3c3c3 !important;
  border-color: #c3c3c3 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #72f05b !important;
  border-color: #72f05b !important;
  color: #104606 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #34e014 !important;
  border-color: #34e014 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #104606 !important;
  background-color: #34e014 !important;
  border-color: #34e014 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #cb1a1a;
  color: #cb1a1a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7e1010 !important;
  background-color: transparent!important;
  border-color: #7e1010 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cb1a1a !important;
  border-color: #cb1a1a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent!important;
  border-color: #c3c3c3 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #72f05b;
  color: #72f05b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #34e014 !important;
  background-color: transparent!important;
  border-color: #34e014 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #104606 !important;
  background-color: #72f05b !important;
  border-color: #72f05b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #cb1a1a !important;
}
.text-secondary {
  color: #eeeeee !important;
}
.text-success {
  color: #72f05b !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ff9966 !important;
}
.text-danger {
  color: #ff6666 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #710e0e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #bbbbbb !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #31d213 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ff5500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #cb1a1a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ff9966;
}
.alert-danger {
  background-color: #ff6666;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cb1a1a;
  border-color: #cb1a1a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #cb1a1a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f6bbbb;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #cb1a1a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oswald', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #cb1a1a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cb1a1a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cb1a1a;
}
.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: #cb1a1a;
  border-bottom-color: #cb1a1a;
}
.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: #cb1a1a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #eeeeee !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='%23cb1a1a' %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-sMdqPDdH7j .navbar-dropdown {
  position: relative !important;
}
.cid-sMdqPDdH7j .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-sMdqPDdH7j .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-sMdqPDdH7j .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-sMdqPDdH7j .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-sMdqPDdH7j .navbar-caption {
  font-weight: 500;
}
.cid-sMdqPDdH7j .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMdqPDdH7j .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sMdqPDdH7j .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-sMdqPDdH7j .dropdown-item:hover,
.cid-sMdqPDdH7j .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-sMdqPDdH7j .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sMdqPDdH7j .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sMdqPDdH7j .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sMdqPDdH7j .nav-link {
  position: relative;
}
.cid-sMdqPDdH7j .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-sMdqPDdH7j .container {
  display: flex;
  margin: auto;
}
.cid-sMdqPDdH7j .dropdown-menu,
.cid-sMdqPDdH7j .navbar.opened {
  background: #ffffff !important;
}
.cid-sMdqPDdH7j .nav-item:focus,
.cid-sMdqPDdH7j .nav-link:focus {
  outline: none;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sMdqPDdH7j .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sMdqPDdH7j .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sMdqPDdH7j .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sMdqPDdH7j .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-sMdqPDdH7j .navbar.opened {
  transition: all 0.3s;
}
.cid-sMdqPDdH7j .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sMdqPDdH7j .navbar .navbar-logo img {
  width: auto;
}
.cid-sMdqPDdH7j .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sMdqPDdH7j .navbar.collapsed {
  justify-content: center;
}
.cid-sMdqPDdH7j .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sMdqPDdH7j .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sMdqPDdH7j .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sMdqPDdH7j .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-sMdqPDdH7j .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sMdqPDdH7j .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-sMdqPDdH7j .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sMdqPDdH7j .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sMdqPDdH7j .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-sMdqPDdH7j .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-sMdqPDdH7j .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sMdqPDdH7j .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sMdqPDdH7j .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sMdqPDdH7j .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-sMdqPDdH7j .navbar.navbar-short {
  min-height: 80px;
}
.cid-sMdqPDdH7j .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sMdqPDdH7j .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-sMdqPDdH7j .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sMdqPDdH7j .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sMdqPDdH7j .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sMdqPDdH7j .dropdown-item.active,
.cid-sMdqPDdH7j .dropdown-item:active {
  background-color: transparent;
}
.cid-sMdqPDdH7j .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sMdqPDdH7j .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sMdqPDdH7j .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sMdqPDdH7j .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sMdqPDdH7j .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sMdqPDdH7j ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sMdqPDdH7j button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sMdqPDdH7j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sMdqPDdH7j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sMdqPDdH7j a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLeVIJAWSV {
  padding-top: 0px;
  padding-bottom: 60px;
}
.cid-uLeVIJAWSV .container-fluid {
  padding: 0 !important;
}
.cid-uLeVIJAWSV .col-md-12 {
  padding: 0;
}
.cid-uLeVIJAWSV .row {
  margin: 0;
  flex-wrap: nowrap;
}
.cid-uLeVIJAWSV .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uLeVIJAWSV .mbr-section-title {
  margin-bottom: 3rem;
  color: #ffffff;
}
.cid-uLeVIJAWSV .number-wrap {
  color: #ffffff;
  border: 2px dashed #c2c2c2;
  position: relative;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 1rem;
  width: 210px;
}
@media (min-width: 1199px) {
  .cid-uLeVIJAWSV .number-wrap {
    min-width: 250px;
  }
}
.cid-uLeVIJAWSV .number {
  font-style: normal;
  font-weight: 900;
  font-size: 6.9rem;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1;
  color: #ffffff;
}
.cid-uLeVIJAWSV .period {
  display: block;
  line-height: 1;
}
.cid-uLeVIJAWSV .dot {
  display: none;
}
@media (max-width: 991px) {
  .cid-uLeVIJAWSV .wrapper {
    padding: 0 0.5rem;
  }
  .cid-uLeVIJAWSV .number-wrap {
    width: 150px;
  }
  .cid-uLeVIJAWSV .col-xs-3 {
    padding: 0 0.5rem;
  }
  .cid-uLeVIJAWSV .number {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uLeVIJAWSV {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cid-uLeVIJAWSV .number-wrap {
    padding: 0.4rem;
    width: 100px;
    border-radius: 20px;
  }
  .cid-uLeVIJAWSV .col-xs-3 {
    padding: 0 0.3rem;
  }
  .cid-uLeVIJAWSV .number {
    font-size: 2rem;
  }
}
@media (max-width: 440px) {
  .cid-uLeVIJAWSV .number-wrap {
    padding: 0.1rem 0;
    width: 75px;
  }
  .cid-uLeVIJAWSV .col-xs-3 {
    padding: 0 0.2rem;
  }
}
@media (max-width: 380px) {
  .cid-uLeVIJAWSV .period {
    font-size: 0.8rem;
  }
}
.cid-uLeVIJAWSV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLeVIJAWSV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/mbr-1920x1065a-1-1920x1065.jpg");
}
.cid-uLeVIJAWSV .image-wrap {
  text-align: center;
}
.cid-uLeVIJAWSV .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLeVIJAWSV .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLeVIJAWSV .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLeVIJAWSV .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLeVIJAWSV .image-wrap img {
    display: none;
  }
}
.cid-uLeVIJAWSV .mbr-desc {
  color: #ffffff;
}
.cid-uLeVIJAWSV .image-wrap img {
  filter: drop-shadow(0 0 0 white) drop-shadow(2px 0 0 white) drop-shadow(-2px 0 0 white) drop-shadow(0 2px 0 white) drop-shadow(0 -2px 0 white);
}
.cid-uGqjS7KxS6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #cb1a1a;
}
.cid-uGqjS7KxS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGqjS7KxS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGqjS7KxS6 .content-head {
  max-width: 800px;
}
.cid-uGqjS7KxS6 .loop-container .item {
  min-height: auto;
  font-weight: 700;
}
.cid-uGqjS7KxS6 .item {
  color: #ffffff;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uGqjS7KxS6 .item {
    min-height: 45px;
  }
}
.cid-uKFYKhLS6F {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uKFYKhLS6F .colored-text {
  color: #e43f3f !important;
}
.cid-uKFYKhLS6F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKFYKhLS6F .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKFYKhLS6F .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uGqyCsLrSa {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background: linear-gradient(to bottom, #ffffff 50%, #eeeeee 50%);
}
@media (min-width: 1400px) {
  .cid-uGqyCsLrSa .container {
    max-width: 1162px;
  }
}
.cid-uGqyCsLrSa .mbr-section-title {
  text-align: center;
  color: #cb1a1a;
}
.cid-uKGe9mNjED {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uKGe9mNjED .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGe9mNjED .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGe9mNjED .container {
    padding: 0 25px;
  }
}
.cid-uKGe9mNjED .row {
  justify-content: center;
}
.cid-uKGe9mNjED .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKGe9mNjED .item {
  margin-bottom: 30px;
}
.cid-uKGe9mNjED .item:hover .item-wrapper .item-content,
.cid-uKGe9mNjED .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uKGe9mNjED .item:hover .item-wrapper .item-content .mbr-role,
.cid-uKGe9mNjED .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uKGe9mNjED .item:hover .item-wrapper .item-content .mbr-name,
.cid-uKGe9mNjED .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uKGe9mNjED .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uKGe9mNjED .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uKGe9mNjED .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKGe9mNjED .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKGe9mNjED .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uKGe9mNjED .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #cb1a1a;
  transition: all 0.3s ease-in-out;
}
.cid-uKGe9mNjED .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGe9mNjED .mbr-name {
  color: #000000;
}
.cid-uKGe9mNjED .mbr-role {
  color: #000000;
}
.cid-uKGh2Ktpd1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uKGh2Ktpd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGh2Ktpd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGh2Ktpd1 .container {
    padding: 0 25px;
  }
}
.cid-uKGh2Ktpd1 .row {
  justify-content: center;
}
.cid-uKGh2Ktpd1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKGh2Ktpd1 .item {
  margin-bottom: 30px;
}
.cid-uKGh2Ktpd1 .item:hover .item-wrapper .item-content,
.cid-uKGh2Ktpd1 .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uKGh2Ktpd1 .item:hover .item-wrapper .item-content .mbr-role,
.cid-uKGh2Ktpd1 .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uKGh2Ktpd1 .item:hover .item-wrapper .item-content .mbr-name,
.cid-uKGh2Ktpd1 .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uKGh2Ktpd1 .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uKGh2Ktpd1 .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uKGh2Ktpd1 .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKGh2Ktpd1 .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uKGh2Ktpd1 .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uKGh2Ktpd1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGh2Ktpd1 .mbr-name {
  color: #000000;
}
.cid-uKGh2Ktpd1 .mbr-role {
  color: #000000;
}
.cid-uKGkReUgmK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f0f0f0;
}
.cid-uKGkReUgmK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKGkReUgmK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKGkReUgmK .container {
    padding: 0 25px;
  }
}
.cid-uKGkReUgmK .row {
  justify-content: center;
}
.cid-uKGkReUgmK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uKGkReUgmK .item {
  margin-bottom: 30px;
}
.cid-uKGkReUgmK .item:hover .item-wrapper .item-content,
.cid-uKGkReUgmK .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-uKGkReUgmK .item:hover .item-wrapper .item-content .mbr-role,
.cid-uKGkReUgmK .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-uKGkReUgmK .item:hover .item-wrapper .item-content .mbr-name,
.cid-uKGkReUgmK .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-uKGkReUgmK .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-uKGkReUgmK .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-uKGkReUgmK .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uKGkReUgmK .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uKGkReUgmK .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-uKGkReUgmK .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uKGkReUgmK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uKGkReUgmK .mbr-name {
  color: #000000;
}
.cid-uKGkReUgmK .mbr-role {
  color: #000000;
}
.cid-uGq2bRMhqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uGq2bRMhqk .item:focus,
.cid-uGq2bRMhqk span:focus {
  outline: none;
}
.cid-uGq2bRMhqk .item {
  cursor: pointer;
}
.cid-uGq2bRMhqk .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uGq2bRMhqk .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uGq2bRMhqk .grid-container-1,
.cid-uGq2bRMhqk .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uGq2bRMhqk .grid-container-1,
  .cid-uGq2bRMhqk .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uGq2bRMhqk .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uGq2bRMhqk .mbr-section-title {
    margin-bottom: 35px;
  }
}
.cid-uGq2bRMhqk .content-head {
  max-width: 800px;
}
.cid-uGq2bRMhqk .container,
.cid-uGq2bRMhqk .container-fluid {
  overflow: hidden;
}
.cid-uGq2bRMhqk .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uGq2bRMhqk .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uGq2bRMhqk .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .cid-uGq2bRMhqk .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uGq2bRMhqk .grid-container-1,
.cid-uGq2bRMhqk .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uGq2bRMhqk .grid-container-1 {
  align-items: flex-end;
}
.cid-uGq2bRMhqk .grid-container-2 {
  align-items: flex-start;
}
.cid-uKseiNfBvv {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKseiNfBvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKseiNfBvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uKseiNfBvv .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uKseiNfBvv .title-wrapper .mbr-section-title span {
  color: #e43f3f;
}
@media (max-width: 992px) {
  .cid-uKseiNfBvv .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uKseiNfBvv .google-map {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uKseiNfBvv .google-map {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uKseiNfBvv .google-map iframe {
  height: 550px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uKseiNfBvv .google-map iframe {
    height: 350px;
  }
}
.cid-uKseiNfBvv .content-wrapper .address-wrap {
  margin-bottom: 6px;
}
.cid-uKseiNfBvv .content-wrapper .address-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uKseiNfBvv .content-wrapper .address-wrap .mbr-address {
  margin-bottom: 0;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap {
  margin-top: 16px;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .mbr-desc {
  margin-bottom: 5px;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .list {
  padding: 0;
  list-style-position: inside;
  margin: 0;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .list .item-wrap:focus {
  color: #e43f3f;
}
.cid-uKseiNfBvv .content-wrapper .contacts-wrap .list .item-wrap::marker {
  color: #e43f3f;
}
.cid-uKseiNfBvv .card {
  justify-content: center;
}
.cid-uKseiNfBvv .mbr-section-title {
  color: #161616;
}
.cid-uKseiNfBvv .mbr-desc {
  color: #51565c;
}
.cid-uKseiNfBvv .mbr-address {
  color: #212529;
}
.cid-uKseiNfBvv .list {
  color: #212529;
}
@media (max-width: 576px) {
  .cid-uKseiNfBvv .mbr-section-title {
    font-size: 3rem !important;
  }
}
.cid-uKGoF8qMje {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #eeeeee;
}
.cid-uKGoF8qMje a:hover {
  background-image: none !important;
}
.cid-uKGoF8qMje .colored-text {
  color: #a68462 !important;
}
.cid-uKGoF8qMje .mbr-section-title {
  color: #cb1a1a;
  text-align: center;
}
.cid-uKGoF8qMje .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKGoF8qMje .mbr-text {
  color: #ffffff;
}
.cid-sMdth152iF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sMdth152iF input,
.cid-sMdth152iF textarea,
.cid-sMdth152iF input:active,
.cid-sMdth152iF textarea:active,
.cid-sMdth152iF input:focus,
.cid-sMdth152iF textarea:focus {
  color: #000000;
}
.cid-sMdth152iF input,
.cid-sMdth152iF textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-sMdth152iF input:hover,
.cid-sMdth152iF textarea:hover {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.cid-sMdth152iF .colored-text {
  color: #d3312a !important;
}
.cid-sMdth152iF .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-sMdth152iF P {
  text-align: center;
}
.cid-uGquzAyPoe {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uGquzAyPoe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGquzAyPoe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uGquzAyPoe .container {
    padding: 0 30px;
  }
}
.cid-uGquzAyPoe .row {
  justify-content: center;
}
.cid-uGquzAyPoe .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uGquzAyPoe .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uGquzAyPoe .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uGquzAyPoe .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uGquzAyPoe .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uGquzAyPoe .mbr-desc {
  color: #e43f3f;
}
.cid-uLikqf0eIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLikqf0eIK .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 30px;
  }
}
.cid-uLikqf0eIK .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLikqf0eIK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLikqf0eIK .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLikqf0eIK .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLikqf0eIK .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLikqf0eIK .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLikqf0eIK .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .copyright {
    text-align: center;
  }
}
.cid-uLCZL2LtPX .navbar-dropdown {
  position: relative !important;
}
.cid-uLCZL2LtPX .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uLCZL2LtPX .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2LtPX .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uLCZL2LtPX .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLCZL2LtPX .navbar-caption {
  font-weight: 500;
}
.cid-uLCZL2LtPX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCZL2LtPX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLCZL2LtPX .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uLCZL2LtPX .dropdown-item:hover,
.cid-uLCZL2LtPX .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uLCZL2LtPX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLCZL2LtPX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLCZL2LtPX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLCZL2LtPX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLCZL2LtPX .nav-link {
  position: relative;
}
.cid-uLCZL2LtPX .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uLCZL2LtPX .container {
  display: flex;
  margin: auto;
}
.cid-uLCZL2LtPX .dropdown-menu,
.cid-uLCZL2LtPX .navbar.opened {
  background: #ffffff !important;
}
.cid-uLCZL2LtPX .nav-item:focus,
.cid-uLCZL2LtPX .nav-link:focus {
  outline: none;
}
.cid-uLCZL2LtPX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLCZL2LtPX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCZL2LtPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLCZL2LtPX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCZL2LtPX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCZL2LtPX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLCZL2LtPX .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLCZL2LtPX .navbar.opened {
  transition: all 0.3s;
}
.cid-uLCZL2LtPX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLCZL2LtPX .navbar .navbar-logo img {
  width: auto;
}
.cid-uLCZL2LtPX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLCZL2LtPX .navbar.collapsed {
  justify-content: center;
}
.cid-uLCZL2LtPX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCZL2LtPX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCZL2LtPX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLCZL2LtPX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCZL2LtPX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCZL2LtPX .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-uLCZL2LtPX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCZL2LtPX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLCZL2LtPX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCZL2LtPX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCZL2LtPX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCZL2LtPX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCZL2LtPX .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-uLCZL2LtPX .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uLCZL2LtPX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLCZL2LtPX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCZL2LtPX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLCZL2LtPX .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLCZL2LtPX .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLCZL2LtPX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLCZL2LtPX .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLCZL2LtPX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCZL2LtPX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCZL2LtPX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCZL2LtPX .dropdown-item.active,
.cid-uLCZL2LtPX .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCZL2LtPX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCZL2LtPX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCZL2LtPX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCZL2LtPX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLCZL2LtPX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLCZL2LtPX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLCZL2LtPX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLCZL2LtPX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLCZL2LtPX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLCZL2LtPX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLCZL2LtPX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCZL2LtPX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCZL2LtPX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLCZL2LtPX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCZL2LtPX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLCZL2LtPX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLCZL2LtPX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCZL2LtPX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLCZL2WPKI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/may20182020252006-43-5320pm-1536x1024.png");
}
.cid-uLCZL2WPKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCZL2WPKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .container {
    padding: 0 20px;
  }
}
.cid-uLCZL2WPKI .card {
  justify-content: center;
}
.cid-uLCZL2WPKI .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLCZL2WPKI .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLCZL2WPKI .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLCZL2WPKI .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLCZL2WPKI .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLCZL2WPKI .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLCZL2WPKI .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLCZL2WPKI .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLCZL2WPKI .image-wrap {
  text-align: center;
}
.cid-uLCZL2WPKI .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLCZL2WPKI .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLCZL2WPKI .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLCZL2WPKI .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLCZL2WPKI .image-wrap img {
    display: none;
  }
}
.cid-uLCZL2WPKI .mbr-section-title {
  color: #ffffff;
}
.cid-uLCZL2WPKI .mbr-desc {
  color: #ffffff;
}
.cid-uLD1Deg60B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-uLD1Deg60B .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uLD1Deg60B .item-wrapper {
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uLLofJzTqE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLLofJzTqE input,
.cid-uLLofJzTqE textarea,
.cid-uLLofJzTqE input:active,
.cid-uLLofJzTqE textarea:active,
.cid-uLLofJzTqE input:focus,
.cid-uLLofJzTqE textarea:focus {
  color: #000000;
}
.cid-uLLofJzTqE input,
.cid-uLLofJzTqE textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-uLLofJzTqE input:hover,
.cid-uLLofJzTqE textarea:hover {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.cid-uLLofJzTqE .colored-text {
  color: #d3312a !important;
}
.cid-uLLofJzTqE .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uLLofJzTqE P {
  text-align: center;
}
.cid-uLMqTB9hte {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLMqTB9hte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMqTB9hte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLMqTB9hte .container {
    padding: 0 30px;
  }
}
.cid-uLMqTB9hte .row {
  justify-content: center;
}
.cid-uLMqTB9hte .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLMqTB9hte .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLMqTB9hte .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLMqTB9hte .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLMqTB9hte .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLMqTB9hte .mbr-desc {
  color: #e43f3f;
}
.cid-uLCZL3BLXv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLCZL3BLXv .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLCZL3BLXv .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLCZL3BLXv .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLCZL3BLXv .list {
    margin-bottom: 30px;
  }
}
.cid-uLCZL3BLXv .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLCZL3BLXv .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLCZL3BLXv div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLCZL3BLXv .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLCZL3BLXv .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLCZL3BLXv .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLCZL3BLXv .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLCZL3BLXv .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLCZL3BLXv .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLCZL3BLXv .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLCZL3BLXv .copyright {
    text-align: center;
  }
}
.cid-uLCXMSW0vi .navbar-dropdown {
  position: relative !important;
}
.cid-uLCXMSW0vi .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uLCXMSW0vi .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMSW0vi .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uLCXMSW0vi .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLCXMSW0vi .navbar-caption {
  font-weight: 500;
}
.cid-uLCXMSW0vi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCXMSW0vi .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLCXMSW0vi .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uLCXMSW0vi .dropdown-item:hover,
.cid-uLCXMSW0vi .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uLCXMSW0vi .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLCXMSW0vi .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLCXMSW0vi .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLCXMSW0vi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLCXMSW0vi .nav-link {
  position: relative;
}
.cid-uLCXMSW0vi .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uLCXMSW0vi .container {
  display: flex;
  margin: auto;
}
.cid-uLCXMSW0vi .dropdown-menu,
.cid-uLCXMSW0vi .navbar.opened {
  background: #ffffff !important;
}
.cid-uLCXMSW0vi .nav-item:focus,
.cid-uLCXMSW0vi .nav-link:focus {
  outline: none;
}
.cid-uLCXMSW0vi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLCXMSW0vi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLCXMSW0vi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLCXMSW0vi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLCXMSW0vi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLCXMSW0vi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLCXMSW0vi .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLCXMSW0vi .navbar.opened {
  transition: all 0.3s;
}
.cid-uLCXMSW0vi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLCXMSW0vi .navbar .navbar-logo img {
  width: auto;
}
.cid-uLCXMSW0vi .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLCXMSW0vi .navbar.collapsed {
  justify-content: center;
}
.cid-uLCXMSW0vi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLCXMSW0vi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLCXMSW0vi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLCXMSW0vi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLCXMSW0vi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLCXMSW0vi .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-uLCXMSW0vi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLCXMSW0vi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLCXMSW0vi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLCXMSW0vi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLCXMSW0vi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLCXMSW0vi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLCXMSW0vi .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-uLCXMSW0vi .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uLCXMSW0vi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLCXMSW0vi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLCXMSW0vi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLCXMSW0vi .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLCXMSW0vi .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLCXMSW0vi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLCXMSW0vi .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLCXMSW0vi .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLCXMSW0vi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLCXMSW0vi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLCXMSW0vi .dropdown-item.active,
.cid-uLCXMSW0vi .dropdown-item:active {
  background-color: transparent;
}
.cid-uLCXMSW0vi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLCXMSW0vi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLCXMSW0vi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLCXMSW0vi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLCXMSW0vi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLCXMSW0vi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLCXMSW0vi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLCXMSW0vi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLCXMSW0vi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLCXMSW0vi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLCXMSW0vi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCXMSW0vi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLCXMSW0vi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLCXMSW0vi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCXMSW0vi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLCXMSW0vi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLCXMSW0vi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLCXMSW0vi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLCXMT73jC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20may2082020252007-32-2720pm-1536x1024.png");
}
.cid-uLCXMT73jC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLCXMT73jC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .container {
    padding: 0 20px;
  }
}
.cid-uLCXMT73jC .card {
  justify-content: center;
}
.cid-uLCXMT73jC .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLCXMT73jC .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLCXMT73jC .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLCXMT73jC .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLCXMT73jC .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLCXMT73jC .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLCXMT73jC .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLCXMT73jC .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLCXMT73jC .image-wrap {
  text-align: center;
}
.cid-uLCXMT73jC .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLCXMT73jC .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLCXMT73jC .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLCXMT73jC .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLCXMT73jC .image-wrap img {
    display: none;
  }
}
.cid-uLCXMT73jC .mbr-section-title {
  color: #ffffff;
}
.cid-uLCXMT73jC .mbr-desc {
  color: #ffffff;
}
.cid-uLCXMThc2s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLCXMThc2s .colored-text {
  color: #e43f3f !important;
}
.cid-uLCXMThc2s .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLCXMThc2s .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLCXMThc2s .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLLorQcjK7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLLorQcjK7 input,
.cid-uLLorQcjK7 textarea,
.cid-uLLorQcjK7 input:active,
.cid-uLLorQcjK7 textarea:active,
.cid-uLLorQcjK7 input:focus,
.cid-uLLorQcjK7 textarea:focus {
  color: #000000;
}
.cid-uLLorQcjK7 input,
.cid-uLLorQcjK7 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-uLLorQcjK7 input:hover,
.cid-uLLorQcjK7 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.cid-uLLorQcjK7 .colored-text {
  color: #d3312a !important;
}
.cid-uLLorQcjK7 .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uLLorQcjK7 P {
  text-align: center;
}
.cid-uLMr4BIbpR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLMr4BIbpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMr4BIbpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLMr4BIbpR .container {
    padding: 0 30px;
  }
}
.cid-uLMr4BIbpR .row {
  justify-content: center;
}
.cid-uLMr4BIbpR .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLMr4BIbpR .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLMr4BIbpR .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLMr4BIbpR .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLMr4BIbpR .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLMr4BIbpR .mbr-desc {
  color: #e43f3f;
}
.cid-uLCXMTOYel {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLCXMTOYel .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLCXMTOYel .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLCXMTOYel .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLCXMTOYel .list {
    margin-bottom: 30px;
  }
}
.cid-uLCXMTOYel .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLCXMTOYel .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLCXMTOYel div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLCXMTOYel .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLCXMTOYel .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLCXMTOYel .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLCXMTOYel .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLCXMTOYel .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLCXMTOYel .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLCXMTOYel .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLCXMTOYel .copyright {
    text-align: center;
  }
}
.cid-uLIWYJP13Z .navbar-dropdown {
  position: relative !important;
}
.cid-uLIWYJP13Z .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uLIWYJP13Z .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYJP13Z .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uLIWYJP13Z .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLIWYJP13Z .navbar-caption {
  font-weight: 500;
}
.cid-uLIWYJP13Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLIWYJP13Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLIWYJP13Z .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uLIWYJP13Z .dropdown-item:hover,
.cid-uLIWYJP13Z .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uLIWYJP13Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLIWYJP13Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLIWYJP13Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLIWYJP13Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLIWYJP13Z .nav-link {
  position: relative;
}
.cid-uLIWYJP13Z .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uLIWYJP13Z .container {
  display: flex;
  margin: auto;
}
.cid-uLIWYJP13Z .dropdown-menu,
.cid-uLIWYJP13Z .navbar.opened {
  background: #ffffff !important;
}
.cid-uLIWYJP13Z .nav-item:focus,
.cid-uLIWYJP13Z .nav-link:focus {
  outline: none;
}
.cid-uLIWYJP13Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLIWYJP13Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLIWYJP13Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLIWYJP13Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLIWYJP13Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLIWYJP13Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLIWYJP13Z .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLIWYJP13Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uLIWYJP13Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLIWYJP13Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uLIWYJP13Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLIWYJP13Z .navbar.collapsed {
  justify-content: center;
}
.cid-uLIWYJP13Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLIWYJP13Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLIWYJP13Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLIWYJP13Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLIWYJP13Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLIWYJP13Z .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-uLIWYJP13Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLIWYJP13Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLIWYJP13Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLIWYJP13Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLIWYJP13Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLIWYJP13Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLIWYJP13Z .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-uLIWYJP13Z .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uLIWYJP13Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLIWYJP13Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLIWYJP13Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLIWYJP13Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLIWYJP13Z .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLIWYJP13Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLIWYJP13Z .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLIWYJP13Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLIWYJP13Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLIWYJP13Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLIWYJP13Z .dropdown-item.active,
.cid-uLIWYJP13Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uLIWYJP13Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLIWYJP13Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLIWYJP13Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLIWYJP13Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLIWYJP13Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLIWYJP13Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLIWYJP13Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLIWYJP13Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLIWYJP13Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLIWYJP13Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLIWYJP13Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLIWYJP13Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLIWYJP13Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLIWYJP13Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLIWYJP13Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLIWYJP13Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLIWYJP13Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLIWYJP13Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLIWYK8bwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20may2082020252007-32-2720pm-1536x1024.png");
}
.cid-uLIWYK8bwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLIWYK8bwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .container {
    padding: 0 20px;
  }
}
.cid-uLIWYK8bwE .card {
  justify-content: center;
}
.cid-uLIWYK8bwE .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLIWYK8bwE .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLIWYK8bwE .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLIWYK8bwE .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLIWYK8bwE .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLIWYK8bwE .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLIWYK8bwE .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLIWYK8bwE .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLIWYK8bwE .image-wrap {
  text-align: center;
}
.cid-uLIWYK8bwE .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLIWYK8bwE .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLIWYK8bwE .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLIWYK8bwE .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLIWYK8bwE .image-wrap img {
    display: none;
  }
}
.cid-uLIWYK8bwE .mbr-section-title {
  color: #ffffff;
}
.cid-uLIWYK8bwE .mbr-desc {
  color: #ffffff;
}
.cid-uLIWYKnUV6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLIWYKnUV6 .colored-text {
  color: #e43f3f !important;
}
.cid-uLIWYKnUV6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLIWYKnUV6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLIWYKnUV6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLMrc9xBqO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLMrc9xBqO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMrc9xBqO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLMrc9xBqO .container {
    padding: 0 30px;
  }
}
.cid-uLMrc9xBqO .row {
  justify-content: center;
}
.cid-uLMrc9xBqO .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLMrc9xBqO .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLMrc9xBqO .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLMrc9xBqO .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLMrc9xBqO .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLMrc9xBqO .mbr-desc {
  color: #e43f3f;
}
.cid-uLIWYLBmn7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLIWYLBmn7 .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLIWYLBmn7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLIWYLBmn7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLIWYLBmn7 .list {
    margin-bottom: 30px;
  }
}
.cid-uLIWYLBmn7 .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLIWYLBmn7 .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLIWYLBmn7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLIWYLBmn7 .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLIWYLBmn7 .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLIWYLBmn7 .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLIWYLBmn7 .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLIWYLBmn7 .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLIWYLBmn7 .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLIWYLBmn7 .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLIWYLBmn7 .copyright {
    text-align: center;
  }
}
.cid-uKFgQjRfrr .navbar-dropdown {
  position: relative !important;
}
.cid-uKFgQjRfrr .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uKFgQjRfrr .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQjRfrr .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uKFgQjRfrr .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uKFgQjRfrr .navbar-caption {
  font-weight: 500;
}
.cid-uKFgQjRfrr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKFgQjRfrr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uKFgQjRfrr .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uKFgQjRfrr .dropdown-item:hover,
.cid-uKFgQjRfrr .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uKFgQjRfrr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uKFgQjRfrr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uKFgQjRfrr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uKFgQjRfrr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uKFgQjRfrr .nav-link {
  position: relative;
}
.cid-uKFgQjRfrr .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uKFgQjRfrr .container {
  display: flex;
  margin: auto;
}
.cid-uKFgQjRfrr .dropdown-menu,
.cid-uKFgQjRfrr .navbar.opened {
  background: #ffffff !important;
}
.cid-uKFgQjRfrr .nav-item:focus,
.cid-uKFgQjRfrr .nav-link:focus {
  outline: none;
}
.cid-uKFgQjRfrr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uKFgQjRfrr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uKFgQjRfrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uKFgQjRfrr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uKFgQjRfrr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uKFgQjRfrr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uKFgQjRfrr .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uKFgQjRfrr .navbar.opened {
  transition: all 0.3s;
}
.cid-uKFgQjRfrr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uKFgQjRfrr .navbar .navbar-logo img {
  width: auto;
}
.cid-uKFgQjRfrr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uKFgQjRfrr .navbar.collapsed {
  justify-content: center;
}
.cid-uKFgQjRfrr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uKFgQjRfrr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uKFgQjRfrr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uKFgQjRfrr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uKFgQjRfrr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uKFgQjRfrr .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-uKFgQjRfrr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uKFgQjRfrr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uKFgQjRfrr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uKFgQjRfrr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uKFgQjRfrr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uKFgQjRfrr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uKFgQjRfrr .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-uKFgQjRfrr .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uKFgQjRfrr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uKFgQjRfrr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uKFgQjRfrr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uKFgQjRfrr .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uKFgQjRfrr .navbar.navbar-short {
  min-height: 80px;
}
.cid-uKFgQjRfrr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uKFgQjRfrr .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uKFgQjRfrr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uKFgQjRfrr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uKFgQjRfrr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uKFgQjRfrr .dropdown-item.active,
.cid-uKFgQjRfrr .dropdown-item:active {
  background-color: transparent;
}
.cid-uKFgQjRfrr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uKFgQjRfrr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uKFgQjRfrr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uKFgQjRfrr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uKFgQjRfrr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uKFgQjRfrr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uKFgQjRfrr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uKFgQjRfrr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uKFgQjRfrr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uKFgQjRfrr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uKFgQjRfrr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKFgQjRfrr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uKFgQjRfrr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uKFgQjRfrr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKFgQjRfrr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uKFgQjRfrr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uKFgQjRfrr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uKFgQjRfrr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uKFgQk5uxi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/location-1000x865.jpeg");
}
.cid-uKFgQk5uxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uKFgQk5uxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .container {
    padding: 0 20px;
  }
}
.cid-uKFgQk5uxi .card {
  justify-content: center;
}
.cid-uKFgQk5uxi .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uKFgQk5uxi .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uKFgQk5uxi .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .content-wrapper {
    padding-right: 0;
  }
}
.cid-uKFgQk5uxi .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uKFgQk5uxi .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uKFgQk5uxi .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uKFgQk5uxi .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uKFgQk5uxi .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .image-wrapper {
    padding-left: 0;
  }
}
.cid-uKFgQk5uxi .image-wrap {
  text-align: center;
}
.cid-uKFgQk5uxi .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uKFgQk5uxi .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uKFgQk5uxi .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uKFgQk5uxi .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uKFgQk5uxi .image-wrap img {
    display: none;
  }
}
.cid-uKFgQk5uxi .mbr-section-title {
  color: #ffffff;
}
.cid-uKFgQk5uxi .mbr-desc {
  color: #ffffff;
}
.cid-uLg7hl1hPM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLg7hl1hPM .colored-text {
  color: #e43f3f !important;
}
.cid-uLg7hl1hPM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLg7hl1hPM .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uLg7hl1hPM .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uLLombEY1o {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uLLombEY1o input,
.cid-uLLombEY1o textarea,
.cid-uLLombEY1o input:active,
.cid-uLLombEY1o textarea:active,
.cid-uLLombEY1o input:focus,
.cid-uLLombEY1o textarea:focus {
  color: #000000;
}
.cid-uLLombEY1o input,
.cid-uLLombEY1o textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-uLLombEY1o input:hover,
.cid-uLLombEY1o textarea:hover {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.cid-uLLombEY1o .colored-text {
  color: #d3312a !important;
}
.cid-uLLombEY1o .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uLLombEY1o P {
  text-align: center;
}
.cid-uLMr0pt4m8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLMr0pt4m8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMr0pt4m8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLMr0pt4m8 .container {
    padding: 0 30px;
  }
}
.cid-uLMr0pt4m8 .row {
  justify-content: center;
}
.cid-uLMr0pt4m8 .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLMr0pt4m8 .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLMr0pt4m8 .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLMr0pt4m8 .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLMr0pt4m8 .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLMr0pt4m8 .mbr-desc {
  color: #e43f3f;
}
.cid-uLikqf0eIK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLikqf0eIK .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .list {
    margin-bottom: 30px;
  }
}
.cid-uLikqf0eIK .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLikqf0eIK div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLikqf0eIK .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLikqf0eIK .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLikqf0eIK .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLikqf0eIK .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLikqf0eIK .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLikqf0eIK .copyright {
    text-align: center;
  }
}
.cid-uLITuicYBd .navbar-dropdown {
  position: relative !important;
}
.cid-uLITuicYBd .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uLITuicYBd .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uLITuicYBd .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uLITuicYBd .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLITuicYBd .navbar-caption {
  font-weight: 500;
}
.cid-uLITuicYBd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLITuicYBd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLITuicYBd .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uLITuicYBd .dropdown-item:hover,
.cid-uLITuicYBd .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uLITuicYBd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLITuicYBd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLITuicYBd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLITuicYBd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLITuicYBd .nav-link {
  position: relative;
}
.cid-uLITuicYBd .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uLITuicYBd .container {
  display: flex;
  margin: auto;
}
.cid-uLITuicYBd .dropdown-menu,
.cid-uLITuicYBd .navbar.opened {
  background: #ffffff !important;
}
.cid-uLITuicYBd .nav-item:focus,
.cid-uLITuicYBd .nav-link:focus {
  outline: none;
}
.cid-uLITuicYBd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLITuicYBd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLITuicYBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLITuicYBd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLITuicYBd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLITuicYBd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLITuicYBd .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLITuicYBd .navbar.opened {
  transition: all 0.3s;
}
.cid-uLITuicYBd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLITuicYBd .navbar .navbar-logo img {
  width: auto;
}
.cid-uLITuicYBd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLITuicYBd .navbar.collapsed {
  justify-content: center;
}
.cid-uLITuicYBd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLITuicYBd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLITuicYBd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLITuicYBd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLITuicYBd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLITuicYBd .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-uLITuicYBd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLITuicYBd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLITuicYBd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLITuicYBd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLITuicYBd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLITuicYBd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLITuicYBd .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-uLITuicYBd .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uLITuicYBd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLITuicYBd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLITuicYBd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLITuicYBd .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLITuicYBd .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLITuicYBd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLITuicYBd .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLITuicYBd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLITuicYBd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLITuicYBd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLITuicYBd .dropdown-item.active,
.cid-uLITuicYBd .dropdown-item:active {
  background-color: transparent;
}
.cid-uLITuicYBd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLITuicYBd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLITuicYBd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLITuicYBd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLITuicYBd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLITuicYBd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLITuicYBd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLITuicYBd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLITuicYBd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLITuicYBd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLITuicYBd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLITuicYBd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLITuicYBd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLITuicYBd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLITuicYBd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLITuicYBd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLITuicYBd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLITuicYBd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLITuiuZ37 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20may2082020252007-32-2720pm-1536x1024.png");
}
.cid-uLITuiuZ37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLITuiuZ37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .container {
    padding: 0 20px;
  }
}
.cid-uLITuiuZ37 .card {
  justify-content: center;
}
.cid-uLITuiuZ37 .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLITuiuZ37 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLITuiuZ37 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLITuiuZ37 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLITuiuZ37 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLITuiuZ37 .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLITuiuZ37 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLITuiuZ37 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLITuiuZ37 .image-wrap {
  text-align: center;
}
.cid-uLITuiuZ37 .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLITuiuZ37 .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLITuiuZ37 .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLITuiuZ37 .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLITuiuZ37 .image-wrap img {
    display: none;
  }
}
.cid-uLITuiuZ37 .mbr-section-title {
  color: #ffffff;
}
.cid-uLITuiuZ37 .mbr-desc {
  color: #ffffff;
}
.cid-uLIUinzt5f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLIUinzt5f .colored-text {
  color: #e43f3f !important;
}
.cid-uLIUinzt5f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLIUinzt5f .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLIUinzt5f .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLMr8AQ6yB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLMr8AQ6yB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLMr8AQ6yB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLMr8AQ6yB .container {
    padding: 0 30px;
  }
}
.cid-uLMr8AQ6yB .row {
  justify-content: center;
}
.cid-uLMr8AQ6yB .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLMr8AQ6yB .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLMr8AQ6yB .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLMr8AQ6yB .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLMr8AQ6yB .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLMr8AQ6yB .mbr-desc {
  color: #e43f3f;
}
.cid-uLITujC47r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLITujC47r .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLITujC47r .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLITujC47r .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLITujC47r .list {
    margin-bottom: 30px;
  }
}
.cid-uLITujC47r .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLITujC47r .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLITujC47r div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLITujC47r .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLITujC47r .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLITujC47r .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLITujC47r .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLITujC47r .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLITujC47r .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLITujC47r .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLITujC47r .copyright {
    text-align: center;
  }
}
.cid-uLZVbK8DvY .navbar-dropdown {
  position: relative !important;
}
.cid-uLZVbK8DvY .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uLZVbK8DvY .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbK8DvY .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uLZVbK8DvY .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uLZVbK8DvY .navbar-caption {
  font-weight: 500;
}
.cid-uLZVbK8DvY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLZVbK8DvY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uLZVbK8DvY .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uLZVbK8DvY .dropdown-item:hover,
.cid-uLZVbK8DvY .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uLZVbK8DvY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uLZVbK8DvY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uLZVbK8DvY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uLZVbK8DvY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uLZVbK8DvY .nav-link {
  position: relative;
}
.cid-uLZVbK8DvY .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uLZVbK8DvY .container {
  display: flex;
  margin: auto;
}
.cid-uLZVbK8DvY .dropdown-menu,
.cid-uLZVbK8DvY .navbar.opened {
  background: #ffffff !important;
}
.cid-uLZVbK8DvY .nav-item:focus,
.cid-uLZVbK8DvY .nav-link:focus {
  outline: none;
}
.cid-uLZVbK8DvY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLZVbK8DvY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uLZVbK8DvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uLZVbK8DvY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLZVbK8DvY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLZVbK8DvY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLZVbK8DvY .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uLZVbK8DvY .navbar.opened {
  transition: all 0.3s;
}
.cid-uLZVbK8DvY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uLZVbK8DvY .navbar .navbar-logo img {
  width: auto;
}
.cid-uLZVbK8DvY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLZVbK8DvY .navbar.collapsed {
  justify-content: center;
}
.cid-uLZVbK8DvY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLZVbK8DvY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLZVbK8DvY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uLZVbK8DvY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLZVbK8DvY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uLZVbK8DvY .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-uLZVbK8DvY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLZVbK8DvY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uLZVbK8DvY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLZVbK8DvY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLZVbK8DvY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLZVbK8DvY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uLZVbK8DvY .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-uLZVbK8DvY .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uLZVbK8DvY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLZVbK8DvY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uLZVbK8DvY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uLZVbK8DvY .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uLZVbK8DvY .navbar.navbar-short {
  min-height: 80px;
}
.cid-uLZVbK8DvY .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLZVbK8DvY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uLZVbK8DvY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLZVbK8DvY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLZVbK8DvY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLZVbK8DvY .dropdown-item.active,
.cid-uLZVbK8DvY .dropdown-item:active {
  background-color: transparent;
}
.cid-uLZVbK8DvY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uLZVbK8DvY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLZVbK8DvY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLZVbK8DvY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLZVbK8DvY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLZVbK8DvY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLZVbK8DvY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLZVbK8DvY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLZVbK8DvY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uLZVbK8DvY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLZVbK8DvY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLZVbK8DvY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLZVbK8DvY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLZVbK8DvY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLZVbK8DvY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLZVbK8DvY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLZVbK8DvY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLZVbK8DvY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uLZVbKkYt6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/chatgpt20image20may2082020252007-32-2720pm-1536x1024.png");
}
.cid-uLZVbKkYt6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLZVbKkYt6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .container {
    padding: 0 20px;
  }
}
.cid-uLZVbKkYt6 .card {
  justify-content: center;
}
.cid-uLZVbKkYt6 .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uLZVbKkYt6 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uLZVbKkYt6 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uLZVbKkYt6 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uLZVbKkYt6 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uLZVbKkYt6 .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uLZVbKkYt6 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uLZVbKkYt6 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uLZVbKkYt6 .image-wrap {
  text-align: center;
}
.cid-uLZVbKkYt6 .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uLZVbKkYt6 .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uLZVbKkYt6 .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uLZVbKkYt6 .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uLZVbKkYt6 .image-wrap img {
    display: none;
  }
}
.cid-uLZVbKkYt6 .mbr-section-title {
  color: #ffffff;
}
.cid-uLZVbKkYt6 .mbr-desc {
  color: #ffffff;
}
.cid-uLZVbKtxc9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uLZVbKtxc9 .colored-text {
  color: #e43f3f !important;
}
.cid-uLZVbKtxc9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uLZVbKtxc9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uLZVbKtxc9 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uLZVbKEMwq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uLZVbKEMwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLZVbKEMwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uLZVbKEMwq .container {
    padding: 0 30px;
  }
}
.cid-uLZVbKEMwq .row {
  justify-content: center;
}
.cid-uLZVbKEMwq .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uLZVbKEMwq .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uLZVbKEMwq .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uLZVbKEMwq .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uLZVbKEMwq .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uLZVbKEMwq .mbr-desc {
  color: #e43f3f;
}
.cid-uLZVbKPttb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uLZVbKPttb .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uLZVbKPttb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uLZVbKPttb .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uLZVbKPttb .list {
    margin-bottom: 30px;
  }
}
.cid-uLZVbKPttb .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uLZVbKPttb .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uLZVbKPttb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uLZVbKPttb .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uLZVbKPttb .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uLZVbKPttb .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uLZVbKPttb .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uLZVbKPttb .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uLZVbKPttb .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uLZVbKPttb .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uLZVbKPttb .copyright {
    text-align: center;
  }
}
.cid-uNyqTcsKH2 .navbar-dropdown {
  position: relative !important;
}
.cid-uNyqTcsKH2 .colored-text {
  color: #d3312a !important;
}
@media (min-width: 992px) {
  .cid-uNyqTcsKH2 .mbr-section-btn {
    margin-right: -0.6rem;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcsKH2 .align-right {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cid-uNyqTcsKH2 .navbar-dropdown {
    padding: 0 1rem;
  }
}
.cid-uNyqTcsKH2 .navbar-caption {
  font-weight: 500;
}
.cid-uNyqTcsKH2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNyqTcsKH2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNyqTcsKH2 .dropdown-item {
  border-bottom: 1px solid #eeeeee;
}
.cid-uNyqTcsKH2 .dropdown-item:hover,
.cid-uNyqTcsKH2 .dropdown-item:focus {
  background: #cb1a1a !important;
  color: white !important;
}
.cid-uNyqTcsKH2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNyqTcsKH2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNyqTcsKH2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNyqTcsKH2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNyqTcsKH2 .nav-link {
  position: relative;
}
.cid-uNyqTcsKH2 .nav-link:hover {
  text-decoration: underline;
  color: #cb1a1a !important;
}
.cid-uNyqTcsKH2 .container {
  display: flex;
  margin: auto;
}
.cid-uNyqTcsKH2 .dropdown-menu,
.cid-uNyqTcsKH2 .navbar.opened {
  background: #ffffff !important;
}
.cid-uNyqTcsKH2 .nav-item:focus,
.cid-uNyqTcsKH2 .nav-link:focus {
  outline: none;
}
.cid-uNyqTcsKH2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNyqTcsKH2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNyqTcsKH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNyqTcsKH2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNyqTcsKH2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNyqTcsKH2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNyqTcsKH2 .navbar {
  min-height: 100px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
}
.cid-uNyqTcsKH2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNyqTcsKH2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNyqTcsKH2 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNyqTcsKH2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNyqTcsKH2 .navbar.collapsed {
  justify-content: center;
}
.cid-uNyqTcsKH2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNyqTcsKH2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNyqTcsKH2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uNyqTcsKH2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNyqTcsKH2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNyqTcsKH2 .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-uNyqTcsKH2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNyqTcsKH2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-uNyqTcsKH2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNyqTcsKH2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNyqTcsKH2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNyqTcsKH2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNyqTcsKH2 .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-uNyqTcsKH2 .navbar .navbar-logo img {
    height: 7.5rem !important;
  }
  .cid-uNyqTcsKH2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNyqTcsKH2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNyqTcsKH2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNyqTcsKH2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-uNyqTcsKH2 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uNyqTcsKH2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uNyqTcsKH2 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uNyqTcsKH2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNyqTcsKH2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNyqTcsKH2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNyqTcsKH2 .dropdown-item.active,
.cid-uNyqTcsKH2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNyqTcsKH2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNyqTcsKH2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNyqTcsKH2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNyqTcsKH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNyqTcsKH2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNyqTcsKH2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNyqTcsKH2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNyqTcsKH2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNyqTcsKH2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uNyqTcsKH2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNyqTcsKH2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyqTcsKH2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNyqTcsKH2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNyqTcsKH2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyqTcsKH2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNyqTcsKH2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNyqTcsKH2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNyqTcsKH2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNyqTcCwj7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/may20182020252006-43-5320pm-1536x1024.png");
}
.cid-uNyqTcCwj7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyqTcCwj7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .container {
    padding: 0 20px;
  }
}
.cid-uNyqTcCwj7 .card {
  justify-content: center;
}
.cid-uNyqTcCwj7 .content-wrapper {
  padding-left: 100px;
  padding-left: 0;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .cid-uNyqTcCwj7 .content-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .content-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .cid-uNyqTcCwj7 .content-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .content-wrapper {
    padding-right: 0;
  }
}
.cid-uNyqTcCwj7 .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
.cid-uNyqTcCwj7 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
.cid-uNyqTcCwj7 .image-wrapper {
  padding-right: 100px;
  padding-right: 0;
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-uNyqTcCwj7 .image-wrapper {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .image-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uNyqTcCwj7 .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .image-wrapper {
    padding-left: 0;
  }
}
.cid-uNyqTcCwj7 .image-wrap {
  text-align: center;
}
.cid-uNyqTcCwj7 .image-wrap img {
  display: block;
  height: 880px;
  width: auto;
  max-width: 150%;
  object-fit: contain;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cid-uNyqTcCwj7 .image-wrap img {
    height: 750px;
    max-width: 130%;
  }
}
@media (max-width: 992px) {
  .cid-uNyqTcCwj7 .image-wrap img {
    height: 600px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uNyqTcCwj7 .image-wrap img {
    height: auto;
    max-height: 400px;
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .cid-uNyqTcCwj7 .image-wrap img {
    display: none;
  }
}
.cid-uNyqTcCwj7 .mbr-section-title {
  color: #ffffff;
}
.cid-uNyqTcCwj7 .mbr-desc {
  color: #ffffff;
}
.cid-uNyqTcKCRO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeeee;
}
.cid-uNyqTcKCRO .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNyqTcKCRO .item-wrapper {
    padding: 1.5rem;
    border-radius: 1rem;
    margin-bottom: 1rem;
  }
}
.cid-uNyqTcUoF3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNyqTcUoF3 input,
.cid-uNyqTcUoF3 textarea,
.cid-uNyqTcUoF3 input:active,
.cid-uNyqTcUoF3 textarea:active,
.cid-uNyqTcUoF3 input:focus,
.cid-uNyqTcUoF3 textarea:focus {
  color: #000000;
}
.cid-uNyqTcUoF3 input,
.cid-uNyqTcUoF3 textarea {
  border: none !important;
  border-bottom: 1px solid #969494 !important;
}
.cid-uNyqTcUoF3 input:hover,
.cid-uNyqTcUoF3 textarea:hover {
  border: none !important;
  border-bottom: 1px solid #eeeeee !important;
}
.cid-uNyqTcUoF3 .colored-text {
  color: #d3312a !important;
}
.cid-uNyqTcUoF3 .mbr-section-subtitle {
  text-align: center;
  color: #161616;
}
.cid-uNyqTcUoF3 P {
  text-align: center;
}
.cid-uNyqTd4oWN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNyqTd4oWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNyqTd4oWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uNyqTd4oWN .container {
    padding: 0 30px;
  }
}
.cid-uNyqTd4oWN .row {
  justify-content: center;
}
.cid-uNyqTd4oWN .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  border: 1px solid #e43f3f;
  border-radius: 2rem 0 2rem 0;
}
@media (max-width: 992px) {
  .cid-uNyqTd4oWN .content-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uNyqTd4oWN .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNyqTd4oWN .content-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item {
  margin-left: 50px;
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item:first-child {
  margin-left: 0;
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a {
  display: block;
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont,
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a:hover .mbr-iconfont {
  color: #e43f3f;
}
.cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #e43f3f;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 24px;
    height: 24px;
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cid-uNyqTd4oWN .content-wrapper .social-wrapper .soc-item a .mbr-iconfont {
    width: 0px;
    height: 12px;
    font-size: 26px;
  }
}
.cid-uNyqTd4oWN .mbr-desc {
  color: #e43f3f;
}
.cid-uNyqTdfiHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNyqTdfiHs .list {
  list-style: none;
  padding-left: 0;
  font-weight: 300;
  color: #161616;
}
@media (max-width: 991px) {
  .cid-uNyqTdfiHs .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNyqTdfiHs .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-uNyqTdfiHs .list {
    margin-bottom: 30px;
  }
}
.cid-uNyqTdfiHs .item-wrap {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .cid-uNyqTdfiHs .item-wrap {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-uNyqTdfiHs div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNyqTdfiHs .copyright {
  color: #cb1a1a;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.4;
}
.cid-uNyqTdfiHs .mbr-section-subtitle {
  color: #161616;
}
@media (max-width: 576px) {
  .cid-uNyqTdfiHs .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-uNyqTdfiHs .footer {
  padding-top: 66px;
  padding-bottom: 50px;
  border-top: 1px solid #868c90;
  border-bottom: 1px solid #868c90;
}
@media (max-width: 768px) {
  .cid-uNyqTdfiHs .footer {
    padding-top: 48px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .cid-uNyqTdfiHs .footer {
    text-align: center !important;
  }
}
@media (max-width: 576px) {
  .cid-uNyqTdfiHs .footer-logo {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .cid-uNyqTdfiHs .copyright {
    text-align: center;
  }
}
