@import url(https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.6rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.76rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 2.88rem;
    font-size: calc( 1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.91rem + (3.6 - 1.91) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ec3636 !important;
}
.bg-success {
  background-color: #232323 !important;
}
.bg-info {
  background-color: #f9e4d0 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ff8f00 !important;
}
.btn-primary {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ec3636, #da1515);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-primary,
.btn-primary:active {
  background-color: #ec3636 !important;
  border-color: #ec3636 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #c31212 !important;
  border-color: #c31212 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c31212 !important;
  border-color: #c31212 !important;
}
.btn-secondary {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ec3636, #da1515);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ec3636 !important;
  border-color: #ec3636 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c31212 !important;
  border-color: #c31212 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c31212 !important;
  border-color: #c31212 !important;
}
.btn-info {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#f9e4d0, #f3caa3);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-info,
.btn-info:active {
  background-color: #f9e4d0 !important;
  border-color: #f9e4d0 !important;
  color: #b36317 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #b36317 !important;
  background-color: #f0bd8c !important;
  border-color: #f0bd8c !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #b36317 !important;
  background-color: #f0bd8c !important;
  border-color: #f0bd8c !important;
}
.btn-success {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#232323, #0a0a0a);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-success,
.btn-success:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ff8f00, #cc7200);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #b36400 !important;
  border-color: #b36400 !important;
}
.btn-white {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#ffffff, #e6e6e6);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black {
  border-radius: 8px;
  border: 0.01px;
  background: linear-gradient(#333333, #1a1a1a);
  box-shadow: 0 -4px rgba(0, 0, 0, 0.2) inset, 0.15em 0.15em 0.5em #434242;
  transition: .7s;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #ac1010;
  color: #ac1010;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ec3636;
  border-color: #ec3636;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec3636 !important;
  border-color: #ec3636 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ac1010;
  color: #ac1010;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ec3636;
  border-color: #ec3636;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ec3636 !important;
  border-color: #ec3636 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #edb076;
  color: #edb076;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #b36317;
  background-color: #f9e4d0;
  border-color: #f9e4d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #b36317 !important;
  background-color: #f9e4d0 !important;
  border-color: #f9e4d0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #995600;
  color: #995600;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #ff8f00;
  border-color: #ff8f00;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff8f00 !important;
  border-color: #ff8f00 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ec3636 !important;
}
.text-secondary {
  color: #ec3636 !important;
}
.text-success {
  color: #232323 !important;
}
.text-info {
  color: #f9e4d0 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ff8f00 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ac1010 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ac1010 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #edb076 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #995600 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f9e4d0;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ff8f00;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ec3636;
  border-color: #ec3636;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ec3636;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fef0f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #ffe9cc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ec3636;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ec3636;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ec3636;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ec3636;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ec3636;
  border-bottom-color: #ec3636;
}
.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: #ec3636 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ec3636 !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%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ec3636' %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.3;
}
.cid-sg84NdKQKP {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/03-fotor1-2000x1014.jpg");
}
.cid-sg84NdKQKP h1 {
  color: #616161;
}
.cid-sg84NdKQKP h2,
.cid-sg84NdKQKP h3,
.cid-sg84NdKQKP p {
  color: #767676;
}
.cid-sg84NdKQKP .mbr-section-subtitle {
  font-style: italic;
}
.cid-sg84NdKQKP H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sg84NdKQKP .mbr-text,
.cid-sg84NdKQKP .mbr-section-btn {
  color: #ffffff;
  padding-left: 1rem;
}
.cid-sg84NdKQKP H3 {
  color: #ffffff;
}
.cid-sg84NdKQKP P {
  text-align: center;
  color: #ffffff;
}
.cid-sg84NdKQKP .mbr-section-title {
  color: #ffffff;
  font-weight: auto;
  letter-spacing: 1px;
}
.cid-sg84NdKQKP .mbr-section-title span {
  background-color: #ec3636;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.05));
  padding: 10px 15px 10px 15px;
  color: #232323;
  border-radius: 8px;
  display: table;
}
.cid-sg84NdKQKP .mbr-phone {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-sg84NdKQKP .inform5 {
  padding: 1.5rem 0rem 0rem 0.5rem;
  item-align: left;
}
.cid-sg84NdKQKP .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-sg84NdKQKP .mbr-text,
.cid-sg84NdKQKP .mbr-section-btn DIV {
  text-align: left;
}
.cid-sgXTnShCwo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXTnShCwo h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sgXTnShCwo p {
  color: #767676;
  text-align: left;
}
.cid-sgXTnShCwo .card-img {
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-sgXTnShCwo .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sgXTnShCwo .card-title {
  margin-bottom: 0;
}
.cid-sgXTnShCwo .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgXTnShCwo .media {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sgXTnShCwo .card-img span {
    font-size: 40px !important;
  }
}
.cid-sgXTnShCwo .inform {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cid-sgXTnShCwo .card-title,
.cid-sgXTnShCwo .card-img {
  text-align: left;
}
.cid-sgXTnShCwo P {
  text-align: left;
}
.cid-sgXTnShCwo .inform3 {
  margin: 1.5rem 1.5rem 0.9rem 0rem;
  background: linear-gradient(#ec3636, #d11414);
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
  border-radius: 50%;
}
.cid-sgXTnShCwo .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sgXTcnBUnq {
  padding-top: 125px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sgXTcnBUnq .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXTcnBUnq .underline {
  align: center;
}
.cid-sgXTcnBUnq .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXTcnBUnq H2 {
  color: #232323;
}
.cid-sgXTcnBUnq H3 {
  color: #232323;
}
.cid-sgXTcnBUnq .title {
  padding-bottom: 1rem;
}
.cid-sgXTcnBUnq .subtitle {
  padding-top: 1rem;
}
.cid-sgXTdJEJX9 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sgXTdJEJX9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sgXTdJEJX9 p {
  color: #767676;
  text-align: left;
}
.cid-sgXTdJEJX9 .card-box {
  padding-top: 2rem;
}
.cid-sgXTdJEJX9 .card-wrapper {
  height: 100%;
}
.cid-sgXTdJEJX9 H1 {
  color: #232323;
  text-align: left;
}
.cid-sgXTdJEJX9 H2 {
  color: #232323;
  text-align: left;
}
.cid-sgXTdJEJX9 .mbr-text,
.cid-sgXTdJEJX9 .mbr-section-btn {
  text-align: left;
}
.cid-sgXTdJEJX9 .card-title {
  text-align: left;
  color: #232323;
}
.cid-sgXTdJEJX9 .mbr-section-btn {
  padding-bottom: 2rem;
}
.cid-sgXTdJEJX9 H3 {
  color: #232323;
}
.cid-sgXTdJEJX9 .card {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sgXTdJEJX9 P {
  color: #767676;
}
.cid-sjaFhMEnmZ {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjaFhMEnmZ .mbr-section-subtitle {
  color: #767676;
}
.cid-sjaFhMEnmZ .underline {
  align: center;
}
.cid-sjaFhMEnmZ .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjaFhMEnmZ H2 {
  color: #232323;
}
.cid-sjaFhMEnmZ H3 {
  color: #232323;
}
.cid-sjaFhMEnmZ .title {
  padding-bottom: 0rem;
}
.cid-sjaFhMEnmZ .subtitle {
  padding-top: 1rem;
}
.cid-sgXTfXIvIu {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sgXTfXIvIu .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXTfXIvIu .underline {
  align: center;
}
.cid-sgXTfXIvIu .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXTfXIvIu H2 {
  color: #232323;
}
.cid-sgXTfXIvIu H3 {
  color: #232323;
}
.cid-sgXTfXIvIu .title {
  padding-bottom: 1rem;
}
.cid-sgXTfXIvIu .subtitle {
  padding-top: 1rem;
}
.cid-sgXXiUbV4P {
  padding-top: 0px;
  padding-bottom: 100px;
  background-color: #ffffff;
}
.cid-sgXXiUbV4P h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sgXXiUbV4P h3 {
  text-align: left;
  font-weight: 500;
}
.cid-sgXXiUbV4P p {
  color: #767676;
  text-align: left;
}
.cid-sgXXiUbV4P .card-img {
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-sgXXiUbV4P .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sgXXiUbV4P .card-title {
  margin-bottom: 0;
}
.cid-sgXXiUbV4P .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sgXXiUbV4P .media {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sgXXiUbV4P .card-img span {
    font-size: 40px !important;
  }
}
.cid-sgXXiUbV4P .inform {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cid-sgXXiUbV4P .card-title,
.cid-sgXXiUbV4P .card-img {
  text-align: left;
}
.cid-sgXXiUbV4P P {
  text-align: left;
}
.cid-sgXXiUbV4P .inform3 {
  margin: 1.5rem 1.5rem 0.9rem 0rem;
  background: linear-gradient(#ec3636, #d11414);
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sgXXiUbV4P .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sgXTH463zE {
  padding-top: 100px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/10-fotor-2000x1014.jpg");
}
.cid-sgXTH463zE .form-control,
.cid-sgXTH463zE .form-control:focus {
  background: #efefef;
  border: 3px solid #cccccc;
}
.cid-sgXTH463zE .mbr-section-btn {
  padding-bottom: 2.0rem;
}
.cid-sgXTH463zE .underline {
  align: center;
}
.cid-sgXTH463zE .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXTH463zE .forma {
  padding-top: 2rem;
}
.cid-sgXTH463zE .form-container {
  transition: all .2s;
  border-radius: 8px;
  border: 8px solid #ec3636;
  box-shadow: .15em .15em .5em #434242;
  padding: 2.0rem;
  background: linear-gradient(#ffffff, #e3d6c8);
}
.cid-sgXTH463zE textarea.form-control {
  min-height: 188px;
}
.cid-sgXTH463zE .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sgXTH463zE .content-container {
    padding-right: 5rem;
  }
}
.cid-sgXTH463zE H1 {
  text-align: left;
}
.cid-sgXTH463zE .mbr-text,
.cid-sgXTH463zE .mbr-section-btn {
  text-align: left;
}
.cid-sgXTH463zE .form-title {
  text-align: left;
  color: #333333;
}
.cid-sgXTH463zE .form-subtitle,
.cid-sgXTH463zE input.field {
  text-align: left;
}
.cid-sgXTH463zE .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 4rem;
}
.cid-sgXTIl7oOS {
  padding-top: 150px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sgXTIl7oOS .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXTIl7oOS .underline {
  align: center;
}
.cid-sgXTIl7oOS .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXTIl7oOS H2 {
  color: #232323;
}
.cid-sgXTIl7oOS H3 {
  color: #232323;
}
.cid-sgXTIl7oOS .title {
  padding-bottom: 1rem;
}
.cid-sgXTIl7oOS .subtitle {
  padding-top: 1rem;
}
.cid-sgXTIUoPJS {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sgXTIUoPJS .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sgXTIUoPJS .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sgXTIUoPJS .mbr-text {
    text-align: center;
  }
}
.cid-sgXTIUoPJS .mbr-text,
.cid-sgXTIUoPJS .mbr-section-btn {
  color: #232323;
}
.cid-sgXTIUoPJS H1 {
  color: #232323;
}
.cid-sgXTIUoPJS H3 {
  color: #232323;
}
.cid-sgXTIUoPJS .card-title,
.cid-sgXTIUoPJS .card-img {
  text-align: left;
}
.cid-sgXTIUoPJS .card-box {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sgXTIUoPJS .card-wrapper {
  height: 100%;
  padding: 1rem 0rem 1rem 0rem;
}
.cid-sgXTIUoPJS .pro-shadow img {
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
}
.cid-sgXTIUoPJS .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sgXUnGI1Ej {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sgXUnGI1Ej .mbr-section-subtitle {
  color: #767676;
}
.cid-sgXUnGI1Ej .underline {
  align: center;
}
.cid-sgXUnGI1Ej .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXUnGI1Ej H2 {
  color: #232323;
}
.cid-sgXUnGI1Ej H3 {
  color: #232323;
}
.cid-sgXUnGI1Ej .title {
  padding-bottom: 1rem;
}
.cid-sgXUnGI1Ej .subtitle {
  padding-top: 1rem;
}
.cid-sgXV9lcRzw {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sgXV9lcRzw h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sgXV9lcRzw p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sgXV9lcRzw .card-img {
  text-align: left;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
  border-radius: 8px 8px 0px 0px;
}
.cid-sgXV9lcRzw .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sgXV9lcRzw .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  border-radius: 0px 0px 8px 8px;
}
.cid-sgXV9lcRzw P {
  color: #232323;
  text-align: center;
}
.cid-sgXV9lcRzw .card-title,
.cid-sgXV9lcRzw .card-img {
  text-align: center;
}
.cid-sgXV9lcRzw .inform {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 1rem;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
.cid-sgXU343yBX {
  padding-top: 125px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/01-fotor-2000x1014.jpg");
}
.cid-sgXU343yBX .form-control,
.cid-sgXU343yBX .form-control:focus {
  background: #efefef;
  border: 3px solid #cccccc;
}
.cid-sgXU343yBX .mbr-section-btn {
  padding-bottom: 2.0rem;
}
.cid-sgXU343yBX .underline {
  align: center;
}
.cid-sgXU343yBX .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sgXU343yBX .form-container {
  transition: all .2s;
  border-radius: 8px;
  border: 8px solid #ec3636;
  box-shadow: .15em .15em .5em #434242;
  padding: 2.0rem;
  background: linear-gradient(#ffffff, #e3d6c8);
}
.cid-sgXU343yBX textarea.form-control {
  min-height: 188px;
}
.cid-sgXU343yBX .input-group-btn {
  justify-content: center;
  -webkit-justify-content: center;
}
@media (min-width: 768px) {
  .cid-sgXU343yBX .content-container {
    padding-right: 5rem;
  }
}
.cid-sgXU343yBX H1 {
  text-align: left;
}
.cid-sgXU343yBX .mbr-text,
.cid-sgXU343yBX .mbr-section-btn {
  text-align: left;
}
.cid-sgXU343yBX .form-title {
  text-align: center;
  color: #333333;
}
.cid-sgXU343yBX .form-subtitle,
.cid-sgXU343yBX input.field {
  text-align: center;
}
.cid-sgXU343yBX .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-sgXVafw9zY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sgXVafw9zY .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgXVafw9zY .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sgXVafw9zY .media-wrap img {
  height: 6rem;
}
.cid-sgXVafw9zY .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sgXVafw9zY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sgXVafw9zY .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sgXVafw9zY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sgXVafw9zY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sgXVafw9zY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sgXVafw9zY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sgXVafw9zY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sgXVafw9zY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rAlKmFu0Gz .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rAlKmFu0Gz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rAlKmFu0Gz a {
  font-style: normal;
}
.cid-rAlKmFu0Gz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rAlKmFu0Gz .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rAlKmFu0Gz .nav-item:focus,
.cid-rAlKmFu0Gz .nav-link:focus {
  outline: none;
}
.cid-rAlKmFu0Gz .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rAlKmFu0Gz .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rAlKmFu0Gz .menu-logo {
  margin-right: auto;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rAlKmFu0Gz .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rAlKmFu0Gz .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rAlKmFu0Gz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rAlKmFu0Gz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rAlKmFu0Gz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rAlKmFu0Gz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 8px;
}
.cid-rAlKmFu0Gz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rAlKmFu0Gz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rAlKmFu0Gz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rAlKmFu0Gz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rAlKmFu0Gz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rAlKmFu0Gz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rAlKmFu0Gz .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rAlKmFu0Gz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rAlKmFu0Gz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rAlKmFu0Gz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rAlKmFu0Gz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rAlKmFu0Gz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rAlKmFu0Gz button.navbar-toggler:focus {
  outline: none;
}
.cid-rAlKmFu0Gz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-rAlKmFu0Gz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rAlKmFu0Gz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rAlKmFu0Gz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rAlKmFu0Gz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rAlKmFu0Gz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rAlKmFu0Gz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rAlKmFu0Gz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rAlKmFu0Gz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rAlKmFu0Gz .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rAlKmFu0Gz .collapsed .btn {
  display: -webkit-flex;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.collapsing,
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rAlKmFu0Gz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rAlKmFu0Gz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rAlKmFu0Gz .collapsed button.navbar-toggler {
  display: block;
}
.cid-rAlKmFu0Gz .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rAlKmFu0Gz .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rAlKmFu0Gz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rAlKmFu0Gz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rAlKmFu0Gz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rAlKmFu0Gz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rAlKmFu0Gz.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rAlKmFu0Gz img {
    height: 3.8rem !important;
  }
  .cid-rAlKmFu0Gz .btn {
    display: -webkit-flex;
  }
  .cid-rAlKmFu0Gz button.navbar-toggler {
    display: block;
  }
  .cid-rAlKmFu0Gz .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rAlKmFu0Gz .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rAlKmFu0Gz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rAlKmFu0Gz .navbar-collapse.collapsing,
  .cid-rAlKmFu0Gz .navbar-collapse.show {
    display: block !important;
  }
  .cid-rAlKmFu0Gz .navbar-collapse.collapsing .navbar-nav,
  .cid-rAlKmFu0Gz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rAlKmFu0Gz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rAlKmFu0Gz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rAlKmFu0Gz .navbar-collapse.collapsing .navbar-buttons,
  .cid-rAlKmFu0Gz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rAlKmFu0Gz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rAlKmFu0Gz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rAlKmFu0Gz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rAlKmFu0Gz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rAlKmFu0Gz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rAlKmFu0Gz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rAlKmFu0Gz .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rAlKmFu0Gz .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rAlKmFu0Gz .nav-link:hover,
.cid-rAlKmFu0Gz .dropdown-item:hover {
  color: #ec3636 !important;
}
.cid-roEELLka61 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-roEELLka61 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-roEELLka61 a {
  font-style: normal;
}
.cid-roEELLka61 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-roEELLka61 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-roEELLka61 .nav-item:focus,
.cid-roEELLka61 .nav-link:focus {
  outline: none;
}
.cid-roEELLka61 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-roEELLka61 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-roEELLka61 .menu-logo {
  margin-right: auto;
}
.cid-roEELLka61 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-roEELLka61 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-roEELLka61 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-roEELLka61 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-roEELLka61 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-roEELLka61 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-roEELLka61 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-roEELLka61 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-roEELLka61 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-roEELLka61 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-roEELLka61 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-roEELLka61 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-roEELLka61 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-roEELLka61 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-roEELLka61 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-roEELLka61 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-roEELLka61 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-roEELLka61 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-roEELLka61 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-roEELLka61 button.navbar-toggler:focus {
  outline: none;
}
.cid-roEELLka61 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-roEELLka61 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-roEELLka61 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-roEELLka61 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-roEELLka61 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-roEELLka61 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roEELLka61 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-roEELLka61 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-roEELLka61 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-roEELLka61 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roEELLka61 .collapsed .btn {
  display: -webkit-flex;
}
.cid-roEELLka61 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-roEELLka61 .collapsed .navbar-collapse.collapsing,
.cid-roEELLka61 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-roEELLka61 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-roEELLka61 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-roEELLka61 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-roEELLka61 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-roEELLka61 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-roEELLka61 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-roEELLka61 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-roEELLka61 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-roEELLka61 .collapsed button.navbar-toggler {
  display: block;
}
.cid-roEELLka61 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-roEELLka61 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-roEELLka61 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-roEELLka61 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-roEELLka61 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-roEELLka61 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-roEELLka61.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roEELLka61 img {
    height: 3.8rem !important;
  }
  .cid-roEELLka61 .btn {
    display: -webkit-flex;
  }
  .cid-roEELLka61 button.navbar-toggler {
    display: block;
  }
  .cid-roEELLka61 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-roEELLka61 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-roEELLka61 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-roEELLka61 .navbar-collapse.collapsing,
  .cid-roEELLka61 .navbar-collapse.show {
    display: block !important;
  }
  .cid-roEELLka61 .navbar-collapse.collapsing .navbar-nav,
  .cid-roEELLka61 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-roEELLka61 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-roEELLka61 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-roEELLka61 .navbar-collapse.collapsing .navbar-buttons,
  .cid-roEELLka61 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-roEELLka61 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-roEELLka61 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-roEELLka61 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-roEELLka61 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-roEELLka61 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-roEELLka61 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-roEELLka61 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-roEELLka61 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-roEELLka61 .nav-link:hover,
.cid-roEELLka61 .dropdown-item:hover {
  color: #ec3636 !important;
}
.cid-rqVnGf6Xs0 {
  padding-top: 200px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/03-fotor1-2000x1014.jpg");
}
.cid-rqVnGf6Xs0 H1 {
  color: #ffffff;
  text-align: left;
}
.cid-rqVnGf6Xs0 .mbr-text,
.cid-rqVnGf6Xs0 .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-rqKNhMU138 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rqKNhMU138 h1 {
  color: #616161;
}
.cid-rqKNhMU138 h2,
.cid-rqKNhMU138 h3,
.cid-rqKNhMU138 p {
  color: #767676;
}
.cid-rqKNhMU138 .mbr-section-subtitle {
  font-style: italic;
}
.cid-rqKNhMU138 .mbr-text,
.cid-rqKNhMU138 .mbr-section-btn {
  color: #232323;
}
.cid-rqKNhMU138 H1 {
  color: #232323;
}
.cid-sjHgQuouAI {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/03-fotor1-2000x1014.jpg");
}
.cid-sjHgQuouAI h1 {
  color: #616161;
}
.cid-sjHgQuouAI h2,
.cid-sjHgQuouAI h3,
.cid-sjHgQuouAI p {
  color: #767676;
}
.cid-sjHgQuouAI .mbr-section-subtitle {
  font-style: italic;
}
.cid-sjHgQuouAI H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sjHgQuouAI .mbr-text,
.cid-sjHgQuouAI .mbr-section-btn {
  color: #ffffff;
  padding-left: 1rem;
}
.cid-sjHgQuouAI H3 {
  color: #ffffff;
}
.cid-sjHgQuouAI P {
  text-align: center;
  color: #ffffff;
}
.cid-sjHgQuouAI .mbr-section-title {
  color: #ffffff;
  font-weight: auto;
  letter-spacing: 1px;
}
.cid-sjHgQuouAI .mbr-section-title span {
  background-color: #ec3636;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.05));
  padding: 10px 15px 10px 15px;
  color: #232323;
  border-radius: 8px;
  display: table;
}
.cid-sjHgQuouAI .mbr-phone {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-sjHgQuouAI .inform5 {
  padding: 1.5rem 0rem 0rem 0.5rem;
  item-align: left;
}
.cid-sjHgQuouAI .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-sjHgQuouAI .mbr-text,
.cid-sjHgQuouAI .mbr-section-btn DIV {
  text-align: left;
}
.cid-sjHgQx9bMk {
  padding-top: 125px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHgQx9bMk .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHgQx9bMk .underline {
  align: center;
}
.cid-sjHgQx9bMk .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHgQx9bMk H2 {
  color: #232323;
}
.cid-sjHgQx9bMk H3 {
  color: #232323;
}
.cid-sjHgQx9bMk .title {
  padding-bottom: 1rem;
}
.cid-sjHgQx9bMk .subtitle {
  padding-top: 1rem;
}
.cid-sjHgQxEnvv {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjHgQxEnvv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sjHgQxEnvv p {
  color: #767676;
  text-align: left;
}
.cid-sjHgQxEnvv .card-box {
  padding-top: 2rem;
}
.cid-sjHgQxEnvv .card-wrapper {
  height: 100%;
}
.cid-sjHgQxEnvv H1 {
  color: #232323;
  text-align: left;
}
.cid-sjHgQxEnvv H2 {
  color: #232323;
  text-align: left;
}
.cid-sjHgQxEnvv .mbr-text,
.cid-sjHgQxEnvv .mbr-section-btn {
  text-align: left;
}
.cid-sjHgQxEnvv .card-title {
  text-align: left;
  color: #232323;
}
.cid-sjHgQxEnvv .mbr-section-btn {
  padding-bottom: 2rem;
}
.cid-sjHgQxEnvv H3 {
  color: #232323;
}
.cid-sjHgQxEnvv .card {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sjHgQxEnvv P {
  color: #767676;
}
.cid-sjHgQzVXCB {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHgQzVXCB .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHgQzVXCB .underline {
  align: center;
}
.cid-sjHgQzVXCB .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHgQzVXCB H2 {
  color: #232323;
}
.cid-sjHgQzVXCB H3 {
  color: #232323;
}
.cid-sjHgQzVXCB .title {
  padding-bottom: 0rem;
}
.cid-sjHgQzVXCB .subtitle {
  padding-top: 1rem;
}
.cid-sjHgQvIfuv {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHgQvIfuv h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sjHgQvIfuv p {
  color: #767676;
  text-align: left;
}
.cid-sjHgQvIfuv .card-img {
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-sjHgQvIfuv .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sjHgQvIfuv .card-title {
  margin-bottom: 0;
}
.cid-sjHgQvIfuv .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjHgQvIfuv .media {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sjHgQvIfuv .card-img span {
    font-size: 40px !important;
  }
}
.cid-sjHgQvIfuv .inform {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cid-sjHgQvIfuv .card-title,
.cid-sjHgQvIfuv .card-img {
  text-align: left;
}
.cid-sjHgQvIfuv P {
  text-align: left;
}
.cid-sjHgQvIfuv .inform3 {
  margin: 1.5rem 1.5rem 0.9rem 0rem;
  background: linear-gradient(#ec3636, #d11414);
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
  border-radius: 50%;
}
.cid-sjHgQvIfuv .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sjHgQF4NH9 {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHgQF4NH9 .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHgQF4NH9 .underline {
  align: center;
}
.cid-sjHgQF4NH9 .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHgQF4NH9 H2 {
  color: #232323;
}
.cid-sjHgQF4NH9 H3 {
  color: #232323;
}
.cid-sjHgQF4NH9 .title {
  padding-bottom: 1rem;
}
.cid-sjHgQF4NH9 .subtitle {
  padding-top: 1rem;
}
.cid-sjHgQFG4TQ {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sjHgQFG4TQ h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sjHgQFG4TQ p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sjHgQFG4TQ .card-img {
  text-align: left;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
  border-radius: 8px 8px 0px 0px;
}
.cid-sjHgQFG4TQ .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sjHgQFG4TQ .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  border-radius: 0px 0px 8px 8px;
}
.cid-sjHgQFG4TQ P {
  color: #232323;
  text-align: center;
}
.cid-sjHgQFG4TQ .card-title,
.cid-sjHgQFG4TQ .card-img {
  text-align: center;
}
.cid-sjHgQFG4TQ .inform {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 1rem;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
.cid-sjHgQHTUU6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjHgQHTUU6 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjHgQHTUU6 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sjHgQHTUU6 .media-wrap img {
  height: 6rem;
}
.cid-sjHgQHTUU6 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sjHgQHTUU6 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjHgQHTUU6 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sjHgQHTUU6 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjHgQHTUU6 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sjHgQHTUU6 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjHgQHTUU6 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjHgQHTUU6 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjHgQHTUU6 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjHgQJ8MRO .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjHgQJ8MRO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sjHgQJ8MRO a {
  font-style: normal;
}
.cid-sjHgQJ8MRO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sjHgQJ8MRO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sjHgQJ8MRO .nav-item:focus,
.cid-sjHgQJ8MRO .nav-link:focus {
  outline: none;
}
.cid-sjHgQJ8MRO .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sjHgQJ8MRO .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sjHgQJ8MRO .menu-logo {
  margin-right: auto;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjHgQJ8MRO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sjHgQJ8MRO .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sjHgQJ8MRO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjHgQJ8MRO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjHgQJ8MRO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjHgQJ8MRO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 8px;
}
.cid-sjHgQJ8MRO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sjHgQJ8MRO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjHgQJ8MRO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjHgQJ8MRO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjHgQJ8MRO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sjHgQJ8MRO .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sjHgQJ8MRO .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sjHgQJ8MRO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjHgQJ8MRO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjHgQJ8MRO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sjHgQJ8MRO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjHgQJ8MRO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sjHgQJ8MRO button.navbar-toggler:focus {
  outline: none;
}
.cid-sjHgQJ8MRO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sjHgQJ8MRO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjHgQJ8MRO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjHgQJ8MRO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjHgQJ8MRO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjHgQJ8MRO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjHgQJ8MRO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjHgQJ8MRO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjHgQJ8MRO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjHgQJ8MRO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjHgQJ8MRO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.collapsing,
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjHgQJ8MRO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sjHgQJ8MRO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjHgQJ8MRO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjHgQJ8MRO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjHgQJ8MRO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjHgQJ8MRO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjHgQJ8MRO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjHgQJ8MRO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjHgQJ8MRO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sjHgQJ8MRO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjHgQJ8MRO img {
    height: 3.8rem !important;
  }
  .cid-sjHgQJ8MRO .btn {
    display: -webkit-flex;
  }
  .cid-sjHgQJ8MRO button.navbar-toggler {
    display: block;
  }
  .cid-sjHgQJ8MRO .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sjHgQJ8MRO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjHgQJ8MRO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjHgQJ8MRO .navbar-collapse.collapsing,
  .cid-sjHgQJ8MRO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjHgQJ8MRO .navbar-collapse.collapsing .navbar-nav,
  .cid-sjHgQJ8MRO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjHgQJ8MRO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjHgQJ8MRO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjHgQJ8MRO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjHgQJ8MRO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjHgQJ8MRO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjHgQJ8MRO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjHgQJ8MRO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjHgQJ8MRO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjHgQJ8MRO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjHgQJ8MRO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sjHgQJ8MRO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sjHgQJ8MRO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sjHgQJ8MRO .nav-link:hover,
.cid-sjHgQJ8MRO .dropdown-item:hover {
  color: #ec3636 !important;
}
.cid-sjHhBAUyXd {
  padding-top: 175px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/09-fotor1-2000x1014.jpg");
}
.cid-sjHhBAUyXd h1 {
  color: #616161;
}
.cid-sjHhBAUyXd h2,
.cid-sjHhBAUyXd h3,
.cid-sjHhBAUyXd p {
  color: #767676;
}
.cid-sjHhBAUyXd .mbr-section-subtitle {
  font-style: italic;
}
.cid-sjHhBAUyXd H1 {
  color: #ffffff;
  text-align: left;
}
.cid-sjHhBAUyXd .mbr-text,
.cid-sjHhBAUyXd .mbr-section-btn {
  color: #ffffff;
  padding-left: 1rem;
}
.cid-sjHhBAUyXd H3 {
  color: #ffffff;
}
.cid-sjHhBAUyXd P {
  text-align: center;
  color: #ffffff;
}
.cid-sjHhBAUyXd .mbr-section-title {
  color: #ffffff;
  font-weight: auto;
  letter-spacing: 1px;
}
.cid-sjHhBAUyXd .mbr-section-title span {
  background-color: #ec3636;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(255, 255, 255, 0) 20%, rgba(0, 0, 0, 0.05) 90%, rgba(0, 0, 0, 0.05));
  padding: 10px 15px 10px 15px;
  color: #232323;
  border-radius: 8px;
  display: table;
}
.cid-sjHhBAUyXd .mbr-phone {
  padding: 1rem 0rem 0rem 0rem;
}
.cid-sjHhBAUyXd .inform5 {
  padding: 1.5rem 0rem 0rem 0.5rem;
  item-align: left;
}
.cid-sjHhBAUyXd .image-block {
  margin: auto;
  width: 100% !important;
  padding-top: 5rem;
}
.cid-sjHhBAUyXd .mbr-text,
.cid-sjHhBAUyXd .mbr-section-btn DIV {
  text-align: left;
}
.cid-sjHhBAUyXd .mbr-figure {
  opacity: 0;
}
@media (max-width: 991px) {
  .cid-sjHhBAUyXd .mbr-figure {
    opacity: 10;
  }
}
.cid-sjHhBAUyXd H2 {
  color: #ff8f00;
}
.cid-sjHhBBZLPv {
  padding-top: 125px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHhBBZLPv .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHhBBZLPv .underline {
  align: center;
}
.cid-sjHhBBZLPv .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHhBBZLPv H2 {
  color: #232323;
}
.cid-sjHhBBZLPv H3 {
  color: #232323;
}
.cid-sjHhBBZLPv .title {
  padding-bottom: 1rem;
}
.cid-sjHhBBZLPv .subtitle {
  padding-top: 1rem;
}
.cid-sjHhBCkVK6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sjHhBCkVK6 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sjHhBCkVK6 p {
  color: #767676;
  text-align: left;
}
.cid-sjHhBCkVK6 .card-box {
  padding-top: 2rem;
}
.cid-sjHhBCkVK6 .card-wrapper {
  height: 100%;
}
.cid-sjHhBCkVK6 H1 {
  color: #232323;
  text-align: left;
}
.cid-sjHhBCkVK6 H2 {
  color: #232323;
  text-align: left;
}
.cid-sjHhBCkVK6 .mbr-text,
.cid-sjHhBCkVK6 .mbr-section-btn {
  text-align: left;
}
.cid-sjHhBCkVK6 .card-title {
  text-align: left;
  color: #232323;
}
.cid-sjHhBCkVK6 .mbr-section-btn {
  padding-bottom: 2rem;
}
.cid-sjHhBCkVK6 H3 {
  color: #232323;
}
.cid-sjHhBCkVK6 .card {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.cid-sjHhBCkVK6 P {
  color: #767676;
}
.cid-sjHhBEoEKK {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHhBEoEKK .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHhBEoEKK .underline {
  align: center;
}
.cid-sjHhBEoEKK .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHhBEoEKK H2 {
  color: #232323;
}
.cid-sjHhBEoEKK H3 {
  color: #232323;
}
.cid-sjHhBEoEKK .title {
  padding-bottom: 0rem;
}
.cid-sjHhBEoEKK .subtitle {
  padding-top: 1rem;
}
.cid-sjHhBEZfGe {
  padding-top: 30px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHhBEZfGe h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sjHhBEZfGe p {
  color: #767676;
  text-align: left;
}
.cid-sjHhBEZfGe .card-img {
  text-align: left;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100%;
}
.cid-sjHhBEZfGe .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sjHhBEZfGe .card-title {
  margin-bottom: 0;
}
.cid-sjHhBEZfGe .mbr-crt-title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sjHhBEZfGe .media {
  align-items: center;
  -webkit-align-items: center;
}
@media (max-width: 300px) {
  .cid-sjHhBEZfGe .card-img span {
    font-size: 40px !important;
  }
}
.cid-sjHhBEZfGe .inform {
  padding: 1rem 1.5rem 1rem 1.5rem;
  border: 1px solid #cccccc;
  border-radius: 8px;
}
.cid-sjHhBEZfGe .card-title,
.cid-sjHhBEZfGe .card-img {
  text-align: left;
}
.cid-sjHhBEZfGe P {
  text-align: left;
}
.cid-sjHhBEZfGe .inform3 {
  margin: 1.5rem 1.5rem 0.9rem 0rem;
  background: linear-gradient(#ec3636, #d11414);
  border-radius: 8px;
  box-shadow: .25em .25em 1.7em #cfcfcf;
  border-radius: 50%;
}
.cid-sjHhBEZfGe .mbr-section-btn {
  padding-top: 1.5rem;
}
.cid-sjHhBG3Y69 {
  padding-top: 100px;
  padding-bottom: 25px;
  background-color: #ffffff;
}
.cid-sjHhBG3Y69 .mbr-section-subtitle {
  color: #767676;
}
.cid-sjHhBG3Y69 .underline {
  align: center;
}
.cid-sjHhBG3Y69 .underline .line {
  width: 4rem;
  height: 4px;
  align: center;
  background: #ec3636;
  display: inline-block;
}
.cid-sjHhBG3Y69 H2 {
  color: #232323;
}
.cid-sjHhBG3Y69 H3 {
  color: #232323;
}
.cid-sjHhBG3Y69 .title {
  padding-bottom: 1rem;
}
.cid-sjHhBG3Y69 .subtitle {
  padding-top: 1rem;
}
.cid-sjHhBGrtiG {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-sjHhBGrtiG h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sjHhBGrtiG p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-sjHhBGrtiG .card-img {
  text-align: left;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding: 3rem 2.5rem 0 2.5rem;
  border-radius: 8px 8px 0px 0px;
}
.cid-sjHhBGrtiG .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-sjHhBGrtiG .card-box {
  padding: 0rem 2.5rem 3rem 2.5rem;
  border-radius: 0px 0px 8px 8px;
}
.cid-sjHhBGrtiG P {
  color: #232323;
  text-align: center;
}
.cid-sjHhBGrtiG .card-title,
.cid-sjHhBGrtiG .card-img {
  text-align: center;
}
.cid-sjHhBGrtiG .inform {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  padding: 1rem;
  border: 2px solid #cccccc;
  border-radius: 8px;
}
.cid-sjHhBHjmrq {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjHhBHjmrq .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjHhBHjmrq .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-sjHhBHjmrq .media-wrap img {
  height: 6rem;
}
.cid-sjHhBHjmrq .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sjHhBHjmrq .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sjHhBHjmrq .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-sjHhBHjmrq .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-sjHhBHjmrq .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-sjHhBHjmrq .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sjHhBHjmrq .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sjHhBHjmrq .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sjHhBHjmrq .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sjHhBI3Z0p .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjHhBI3Z0p .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sjHhBI3Z0p a {
  font-style: normal;
}
.cid-sjHhBI3Z0p .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sjHhBI3Z0p .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sjHhBI3Z0p .nav-item:focus,
.cid-sjHhBI3Z0p .nav-link:focus {
  outline: none;
}
.cid-sjHhBI3Z0p .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sjHhBI3Z0p .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sjHhBI3Z0p .menu-logo {
  margin-right: auto;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sjHhBI3Z0p .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sjHhBI3Z0p .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sjHhBI3Z0p .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjHhBI3Z0p .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjHhBI3Z0p .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjHhBI3Z0p .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
  border-radius: 8px;
}
.cid-sjHhBI3Z0p .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sjHhBI3Z0p .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sjHhBI3Z0p .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjHhBI3Z0p .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjHhBI3Z0p .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sjHhBI3Z0p .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sjHhBI3Z0p .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sjHhBI3Z0p .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sjHhBI3Z0p .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sjHhBI3Z0p .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sjHhBI3Z0p .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sjHhBI3Z0p button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sjHhBI3Z0p button.navbar-toggler:focus {
  outline: none;
}
.cid-sjHhBI3Z0p button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-sjHhBI3Z0p button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjHhBI3Z0p button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjHhBI3Z0p button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjHhBI3Z0p button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjHhBI3Z0p nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjHhBI3Z0p nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjHhBI3Z0p nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjHhBI3Z0p nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjHhBI3Z0p .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjHhBI3Z0p .collapsed .btn {
  display: -webkit-flex;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.collapsing,
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjHhBI3Z0p .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sjHhBI3Z0p .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sjHhBI3Z0p .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjHhBI3Z0p .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjHhBI3Z0p .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sjHhBI3Z0p .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjHhBI3Z0p .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjHhBI3Z0p .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sjHhBI3Z0p .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sjHhBI3Z0p.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjHhBI3Z0p img {
    height: 3.8rem !important;
  }
  .cid-sjHhBI3Z0p .btn {
    display: -webkit-flex;
  }
  .cid-sjHhBI3Z0p button.navbar-toggler {
    display: block;
  }
  .cid-sjHhBI3Z0p .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sjHhBI3Z0p .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sjHhBI3Z0p .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjHhBI3Z0p .navbar-collapse.collapsing,
  .cid-sjHhBI3Z0p .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjHhBI3Z0p .navbar-collapse.collapsing .navbar-nav,
  .cid-sjHhBI3Z0p .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjHhBI3Z0p .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjHhBI3Z0p .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjHhBI3Z0p .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjHhBI3Z0p .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjHhBI3Z0p .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjHhBI3Z0p .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjHhBI3Z0p .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjHhBI3Z0p .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjHhBI3Z0p .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjHhBI3Z0p .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sjHhBI3Z0p .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sjHhBI3Z0p .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sjHhBI3Z0p .nav-link:hover,
.cid-sjHhBI3Z0p .dropdown-item:hover {
  color: #ec3636 !important;
}
