body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Comfortaa', display;
  font-size: 2.7rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 4.32rem;
}
.display-2 {
  font-family: 'Comfortaa', display;
  font-size: 1.6rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-4 {
  font-family: 'Comfortaa', display;
  font-size: 0.9rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Comfortaa', display;
  font-size: 1.1rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-7 {
  font-family: 'Comfortaa', display;
  font-size: 0.9rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.44rem;
}
/* ---- 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.16rem;
    font-size: calc( 1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.595rem + (2.7 - 1.595) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    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-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: #6a747b !important;
}
.bg-success {
  background-color: #6a747b !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #182f7b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #6a747b !important;
  border-color: #6a747b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #474d52 !important;
  border-color: #474d52 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #474d52 !important;
  border-color: #474d52 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ee3e34 !important;
  border-color: #ee3e34 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c51a10 !important;
  border-color: #c51a10 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c51a10 !important;
  border-color: #c51a10 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #6a747b !important;
  border-color: #6a747b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #474d52 !important;
  border-color: #474d52 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #474d52 !important;
  border-color: #474d52 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #182f7b !important;
  border-color: #182f7b !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0c173b !important;
  border-color: #0c173b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0c173b !important;
  border-color: #0c173b !important;
}
.btn-white {
  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,
.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: #3b4044;
  color: #3b4044;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #6a747b;
  border-color: #6a747b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #6a747b !important;
  border-color: #6a747b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ad170f;
  color: #ad170f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ee3e34;
  border-color: #ee3e34;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ee3e34 !important;
  border-color: #ee3e34 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3b4044;
  color: #3b4044;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #6a747b;
  border-color: #6a747b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #6a747b !important;
  border-color: #6a747b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #070e26;
  color: #070e26;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #182f7b;
  border-color: #182f7b;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #182f7b !important;
  border-color: #182f7b !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: #6a747b !important;
}
.text-secondary {
  color: #ee3e34 !important;
}
.text-success {
  color: #6a747b !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #182f7b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3b4044 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ad170f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3b4044 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #070e26 !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: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #182f7b;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #6a747b;
  border-color: #6a747b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #6a747b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #adb3b8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #adb3b8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #3a5fd9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Comfortaa', display;
  font-size: 0.9rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #6a747b;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@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: #6a747b;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #6a747b;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@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: #6a747b;
  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: #6a747b;
  border-bottom-color: #6a747b;
}
.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: #6a747b !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: #ee3e34 !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='%236a747b' %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-qOWqG1EC0j .trad {
  background-color: #6a747b !important;
  border-color: #6a747b !important;
  font-size: 0.6rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  line-height: 0.8rem !important;
}
.cid-qOWqG1EC0j .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qOWqG1EC0j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qOWqG1EC0j a {
  font-style: normal;
}
.cid-qOWqG1EC0j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qOWqG1EC0j .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qOWqG1EC0j .nav-item:focus,
.cid-qOWqG1EC0j .nav-link:focus {
  outline: none;
}
.cid-qOWqG1EC0j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qOWqG1EC0j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qOWqG1EC0j .menu-logo {
  margin-right: auto;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qOWqG1EC0j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qOWqG1EC0j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qOWqG1EC0j button.navbar-toggler:focus {
  outline: none;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee3e34;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOWqG1EC0j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qOWqG1EC0j .collapsed .btn {
  display: flex;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qOWqG1EC0j .collapsed button.navbar-toggler {
  display: block;
}
.cid-qOWqG1EC0j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qOWqG1EC0j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j.navbar-expand {
    flex-direction: column;
  }
  .cid-qOWqG1EC0j img {
    height: 3.8rem !important;
  }
  .cid-qOWqG1EC0j .btn {
    display: flex;
  }
  .cid-qOWqG1EC0j button.navbar-toggler {
    display: block;
  }
  .cid-qOWqG1EC0j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qOWqG1EC0j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qOWqG1EC0j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing,
  .cid-qOWqG1EC0j .navbar-collapse.show {
    display: block !important;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-nav,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-buttons,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qOWqG1EC0j .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-qOWqG1EC0j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qOWqG1EC0j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qOWqG1EC0j .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-qOWqG1EC0j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qOWqG1EC0j .navbar-collapse {
  flex-basis: auto;
}
.cid-qOWqG1EC0j .nav-link:hover,
.cid-qOWqG1EC0j .dropdown-item:hover {
  color: #ff1925 !important;
}
.cid-sZG4YUZ6KT .mbr-section-title,
.cid-sZG4YUZ6KT .mbr-section-subtitle {
  color: #879a9f;
}
.cid-sZG4YUZ6KT .mbr-section-text {
  color: #767676;
}
.cid-sZG4YUZ6KT .mbr-text,
.cid-sZG4YUZ6KT .typed-text,
.cid-sZG4YUZ6KT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sZG4YUZ6KT .btn {
  margin-left: 4px !important;
}
.cid-sZG4YUZ6KT .animated-element {
  color: #fe525b;
}
.cid-sZG4YUZ6KT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #fe525b;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sZG4YUZ6KT .mbr-section-subtitle,
.cid-sZG4YUZ6KT .typed-text {
  color: #c1c1c1;
}
.cid-sZG4YUZ6KT .mbr-section-title {
  color: #c1c1c1;
}
.cid-sZG4qpw1qW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sZG4qpw1qW h3 {
  text-align: center;
}
.cid-sZG4qpw1qW .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sZG4qpw1qW .mbr-content-text {
  color: #767676;
  text-align: center;
}
.cid-sZG4qpw1qW .panel-item {
  background: #ffffff;
}
.cid-sZG4qpw1qW .card {
  word-wrap: break-word;
}
.cid-sZG4qpw1qW .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-sZG4qpw1qW .mbr-section-title {
  color: #ee3e34;
}
.cid-uDZVSiJdv7 {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uDZVSiJdv7 .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uDZVSiJdv7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uDZVSiJdv7 .card-wrapper {
    flex-direction: column;
    margin: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 2rem;
  }
}
.cid-uDZVSiJdv7 .card-box {
  margin: auto;
}
.cid-uDZVSiJdv7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 5rem;
  padding-right: 1.5rem;
  color: #82786e;
}
@media (max-width: 767px) {
  .cid-uDZVSiJdv7 .iconfont-wrapper .mbr-iconfont {
    padding-right: 0rem;
    margin-bottom: 1rem;
  }
}
.cid-uDZVSiJdv7 .mbr-section-title {
  border-top: 1px solid #a6a6a6;
  padding-top: 1rem;
}
.cid-uDZVSiJdv7 .card-text {
  color: #a6a6a6;
}
.cid-uDZVSiJdv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uDZVSiJdv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uDZVSiJdv7 .card-title {
  color: #ee3e34;
}
.cid-sZGLN6uGob {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/earth-1200x634.jpeg");
}
.cid-sZGLN6uGob .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sZGLN6uGob .main .mbr-section-btn {
  text-align: right;
}
.cid-sZGLN6uGob .btn {
  margin: 0 0 .5rem 0;
}
.cid-sZGLN6uGob H2 {
  text-align: left;
}
.cid-sZGLN6uGob H3 {
  text-align: left;
}
.cid-sZGL6qs8Xs {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZGL6qs8Xs .mbr-section-subtitle {
  color: #232323;
}
.cid-sZGL6qs8Xs H2 {
  text-align: center;
  color: #ee3e34;
}
.cid-sZGCs5rzZw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZGCs5rzZw .card-icon {
  font-size: 56px;
  color: #ee3e34;
  transition: color 0.3s;
}
.cid-sZGCs5rzZw .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sZGCs5rzZw .link-ico {
  font-size: 0.8rem;
  color: #232323;
  border: 2px solid #232323;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sZGCs5rzZw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ee3e34;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sZGCs5rzZw .card {
  padding: 0 !important;
}
.cid-sZGCs5rzZw .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sZGCs5rzZw .card-wrapper:hover {
  background: #ee3e34;
}
.cid-sZGCs5rzZw .card-wrapper:hover .card-icon {
  color: #efefef;
}
.cid-sZGCs5rzZw .card-wrapper:hover .line {
  background: #efefef;
}
.cid-sZGCs5rzZw .card1 {
  background: #efefef;
}
.cid-sZGCs5rzZw .card2 {
  background: #f4f4f4;
}
.cid-sZGCs5rzZw .card3 {
  background: #f9f9f9;
}
.cid-sZGCs5rzZw .card4 {
  background: #fefefe;
}
.cid-sZGCs5rzZw .card5 {
  background: #ffffff;
}
.cid-sZGCs5rzZw .card6 {
  background: #ffffff;
}
.cid-sZGCs5rzZw .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 1400px) {
  .cid-sZGCs5rzZw .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-sZGCs5rzZw .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sZGCs5rzZw .card-title,
.cid-sZGCs5rzZw .card-ico,
.cid-sZGCs5rzZw .line-wrap {
  color: #232323;
}
.cid-sZGCs5rzZw .mbr-text,
.cid-sZGCs5rzZw .card-link {
  color: #232323;
}
.cid-sZGCnLL6Q4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sZGCnLL6Q4 .mbr-section-title {
  color: #232323;
}
.cid-sZGCnLL6Q4 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-sZGCnLL6Q4 .card:hover .card-wrapper .img-wrapper .mbr-section-btn {
  opacity: 1;
  transform: translateY(-50px);
}
.cid-sZGCnLL6Q4 .card .card-wrapper .img-wrapper {
  overflow: hidden;
  trasnition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .img-wrapper img {
  width: 80%;
  transition: all 0.6s ease-in-out;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .img-wrapper .mbr-section-btn {
  position: absolute;
  bottom: 150px;
  transition: all 0.2s ease-in-out 0s;
  opacity: 0;
  transform: translateY(100px);
  width: 100%;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .img-wrapper .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  letter-spacing: 0;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .card-title {
  color: #06182d;
  font-weight: 700;
  margin-bottom: 0;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .mbr-section-subtitle {
  color: #82786e;
  letter-spacing: 0;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #ee3e34;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #b13029;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ee3e34;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
  height: 2px;
  width: 25%;
  top: 50%;
  right: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ee3e34;
}
@media (max-width: 992px) {
  .cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
  height: 2px;
  width: 25%;
  top: 50%;
  left: 70%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #ee3e34;
}
@media (max-width: 992px) {
  .cid-sZGCnLL6Q4 .card .card-wrapper .card-box .text-wrap .icons-wrap::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .cid-sZGCnLL6Q4 .card .text-wrap {
    opacity: 1;
    padding: 1rem;
  }
}
.cid-sZGCnLL6Q4 .card .card-wrapper .card-box .card-title {
  color: #ee3e34;
}
.cid-sZGJkySJKc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-sZGJkySJKc .two__background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  max-width: 49%;
  width: 100%;
  height: 100%;
  background-color: #ffaaa5;
  z-index: 0;
}
.cid-sZGJkySJKc .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-sZGJkySJKc .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-sZGJkySJKc .mbr-section-title {
  margin-bottom: 33px;
}
.cid-sZGJkySJKc .slider__image {
  margin-left: 11.8%;
}
.cid-sZGJkySJKc .img-wrap {
  max-width: 100%;
}
.cid-sZGJkySJKc .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-sZGJkySJKc .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-sZGJkySJKc .carousel-indicators .active {
  background: #ff1925;
  opacity: 1;
  border: none;
}
.cid-sZGJkySJKc .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-sZGJkySJKc .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ff1925;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-sZGJkySJKc .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-sZGJkySJKc .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #ff1925;
  background-color: transparent;
}
.cid-sZGJkySJKc .carousel-controls a span {
  transition: all 0.3s;
  color: #ff1925;
  font-size: 18px;
}
.cid-sZGJkySJKc .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-sZGJkySJKc .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-sZGJkySJKc .carousel-controls .carousel-control-next,
.cid-sZGJkySJKc .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-sZGJkySJKc .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-sZGJkySJKc .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sZGJkySJKc .image-element {
    min-width: 50%;
  }
  .cid-sZGJkySJKc .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sZGJkySJKc .two__background:before {
    max-width: 90%;
  }
  .cid-sZGJkySJKc .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-sZGJkySJKc .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-sZGJkySJKc .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-sZGJkySJKc .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-sZGJkySJKc .mbr-section-subtitle:after {
    content: none;
  }
  .cid-sZGJkySJKc .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-sZGJkySJKc .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-sZGJkySJKc .img-wrap {
    width: 100%;
  }
  .cid-sZGJkySJKc .carousel-controls {
    display: none;
  }
  .cid-sZGJkySJKc .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-sZH6j9LZGA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/p1100926-2000x1500.jpg");
}
.cid-sZH6j9LZGA .main {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-sZH6j9LZGA .main .mbr-section-btn {
  text-align: right;
}
.cid-sZH6j9LZGA .btn {
  margin: 0 0 .5rem 0;
}
.cid-sZH6j9LZGA H2 {
  text-align: left;
}
.cid-sZH6j9LZGA H3 {
  text-align: left;
}
.cid-t6hInHSLXA {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t6hInHSLXA .container-fluid {
  padding: 0 3rem;
}
.cid-t6hInHSLXA .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #6a747b 50%, #ee3e34 120%);
  display: inline-block;
}
.cid-t6hInHSLXA .mbr-section-title {
  color: #000000;
}
.cid-t6hInHSLXA .mbr-section-subtitle {
  color: #000000;
}
.cid-t6hInHSLXA .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-t6hInHSLXA .header-text {
  padding: 2rem 1rem !important;
}
.cid-t6hInHSLXA .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-t6hInHSLXA .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-t6hInHSLXA .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-t6hInHSLXA .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t6hInHSLXA .card .card-header a.panel-title:hover .sign {
  background-color: #ff1925 !important;
}
.cid-t6hInHSLXA .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #ee3e34;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-t6hInHSLXA .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-t6hInHSLXA .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-t6hInHSLXA .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-t6hInHSLXA .container-fluid {
    padding: 0 1rem;
  }
  .cid-t6hInHSLXA .header-text {
    padding: 1rem !important;
  }
  .cid-t6hInHSLXA .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-t6hInHSLXA .panel-body {
    width: calc(100% - 48px);
  }
  .cid-t6hInHSLXA .panel-group {
    padding: 0;
  }
}
.cid-t6hInHSLXA .mbr-section-title,
.cid-t6hInHSLXA .underline {
  color: #ee3e34;
}
.cid-t6hInHSLXA .header-text,
.cid-t6hInHSLXA .sign {
  color: #060606;
}
.cid-tynoJI2Gb4 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tynoJI2Gb4 .mbr-section-subtitle {
  color: #767676;
}
.cid-tynoJI2Gb4 H2 {
  color: #ee3e34;
}
.cid-sZG3V6H9IA {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sZG3V6H9IA .line {
  background-color: #ee3e34;
  color: #ee3e34;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sZG3V6H9IA .section-text {
  padding: 2rem 0;
  color: #ee3e34;
  text-align: center;
}
.cid-sZG3V6H9IA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sZG3V6H9IA .inner-container {
    width: 100% !important;
  }
}
.cid-sZG3VTfoA7 {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sZG3VTfoA7 .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-sZG3VTfoA7 .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
}
.cid-sZG3VTfoA7 .mbr-text {
  color: #444;
}
.cid-sZG3VTfoA7 h5 {
  margin-bottom: 0;
}
.cid-sZG3VTfoA7 .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-sZG3VTfoA7 .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sZG3VTfoA7 .tips {
  height: 120px;
  width: 250px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-sZG3VTfoA7 .socicon {
  font-size: 1.3rem;
  background: #ee3e34;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sZG3VTfoA7 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sZG3VTfoA7 .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-sZG3VTfoA7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sZG3VTfoA7 .social-list a:hover {
  opacity: .4;
}
.cid-sZG3VTfoA7 .media-container-row > div {
  padding: 0px;
}
.cid-sZG3VTfoA7 .text2 {
  color: #232323;
  text-align: left;
}
.cid-sZG3VTfoA7 .group-title {
  text-align: left;
  color: #232323;
}
.cid-sZG3VTfoA7 .group-title SPAN {
  color: #ffffff;
}
.cid-sZG3VTfoA7 .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-sZG3VTfoA7 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sZG3VTfoA7 .social-list,
  .cid-sZG3VTfoA7 .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sZG3VTfoA7 h3 {
    margin-bottom: 10px;
  }
  .cid-sZG3VTfoA7 .navbar-brand {
    text-align: center;
  }
}
.cid-sZG3VTfoA7 .links SPAN {
  color: #9e9e9e;
}
.cid-sZG3VTfoA7 .links,
.cid-sZG3VTfoA7 .navbar-brand {
  color: #232323;
}
.cid-sZG3WUncQe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZG3WUncQe .container {
  max-width: 1150px;
}
.cid-sZG3WUncQe .mbr-text {
  color: #bbbbbb;
}
.cid-tmANSG8ZVd.popup-builder {
  background-color: #ffffff;
}
.cid-tmANSG8ZVd.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tmANSG8ZVd.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tmANSG8ZVd .modal-content,
.cid-tmANSG8ZVd .modal-dialog {
  height: auto;
}
.cid-tmANSG8ZVd .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tmANSG8ZVd .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tmANSG8ZVd .form-wrapper .mbr-form .form-group,
  .cid-tmANSG8ZVd .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tmANSG8ZVd .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tmANSG8ZVd .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tmANSG8ZVd .mbr-text {
  text-align: center;
}
.cid-tmANSG8ZVd .pt-0 {
  padding-top: 0 !important;
}
.cid-tmANSG8ZVd .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tmANSG8ZVd .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tmANSG8ZVd .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tmANSG8ZVd .modal-open {
  overflow: hidden;
}
.cid-tmANSG8ZVd .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tmANSG8ZVd .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tmANSG8ZVd .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tmANSG8ZVd .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tmANSG8ZVd .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tmANSG8ZVd .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tmANSG8ZVd .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tmANSG8ZVd .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tmANSG8ZVd .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tmANSG8ZVd .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tmANSG8ZVd .modal-backdrop.fade {
  opacity: 0;
}
.cid-tmANSG8ZVd .modal-backdrop.show {
  opacity: .5;
}
.cid-tmANSG8ZVd .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tmANSG8ZVd .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tmANSG8ZVd .modal-header {
    padding: 1rem;
  }
}
.cid-tmANSG8ZVd .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tmANSG8ZVd .modal-header .close svg {
  fill: #353535;
}
.cid-tmANSG8ZVd .modal-header .close:hover {
  opacity: 1;
}
.cid-tmANSG8ZVd .modal-header .close:focus {
  outline: none;
}
.cid-tmANSG8ZVd .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tmANSG8ZVd .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tmANSG8ZVd .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmANSG8ZVd .modal-body {
    padding: 1rem;
  }
}
.cid-tmANSG8ZVd .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tmANSG8ZVd .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tmANSG8ZVd .modal-footer {
    padding: 1rem;
  }
}
.cid-tmANSG8ZVd .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tmANSG8ZVd .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tmANSG8ZVd .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tmANSG8ZVd .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tmANSG8ZVd .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tmANSG8ZVd .modal-lg,
  .cid-tmANSG8ZVd .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tmANSG8ZVd .modal-xl {
    max-width: 1140px;
  }
}
.cid-tmANSG8ZVd .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tmANSG8ZVd .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tmANSG8ZVd .form-group {
  margin-bottom: 1rem;
}
.cid-tmANSG8ZVd .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tmANSG8ZVd .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tmANSG8ZVd .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tmANSG8ZVd .mbr-section-btn {
  margin: 0;
}
.cid-tmANSG8ZVd .mbr-section-btn .btn {
  margin: 0;
}
.cid-rWet0Tgtdg.popup-builder {
  background-color: #ffffff;
}
.cid-rWet0Tgtdg.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rWet0Tgtdg.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rWet0Tgtdg .modal-content,
.cid-rWet0Tgtdg .modal-dialog {
  height: auto !important;
}
.cid-rWet0Tgtdg .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rWet0Tgtdg .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rWet0Tgtdg .form-wrapper .mbr-form .form-group,
  .cid-rWet0Tgtdg .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rWet0Tgtdg .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rWet0Tgtdg .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWet0Tgtdg .mbr-text {
  text-align: left;
}
.cid-rWet0Tgtdg .pt-0 {
  padding-top: 0 !important;
}
.cid-rWet0Tgtdg .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rWet0Tgtdg .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rWet0Tgtdg .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rWet0Tgtdg .modal-open {
  overflow: hidden;
}
.cid-rWet0Tgtdg .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rWet0Tgtdg .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rWet0Tgtdg .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rWet0Tgtdg .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rWet0Tgtdg .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rWet0Tgtdg .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rWet0Tgtdg .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rWet0Tgtdg .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rWet0Tgtdg .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rWet0Tgtdg .modal-backdrop.fade {
  opacity: 0;
}
.cid-rWet0Tgtdg .modal-backdrop.show {
  opacity: .5;
}
.cid-rWet0Tgtdg .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rWet0Tgtdg .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rWet0Tgtdg .modal-header .close:hover {
  opacity: 1;
}
.cid-rWet0Tgtdg .modal-header .close:focus {
  outline: none;
}
.cid-rWet0Tgtdg .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ee3e34;
}
.cid-rWet0Tgtdg .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rWet0Tgtdg .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rWet0Tgtdg .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rWet0Tgtdg .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rWet0Tgtdg .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rWet0Tgtdg .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rWet0Tgtdg .modal-sm {
    max-width: 300px;
  }
  .cid-rWet0Tgtdg .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rWet0Tgtdg .modal-lg,
  .cid-rWet0Tgtdg .modal-xl {
    max-width: 800px;
  }
  .cid-rWet0Tgtdg .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rWet0Tgtdg .modal-xl {
    max-width: 1140px;
  }
  .cid-rWet0Tgtdg .container {
    max-width: 1140px;
  }
}
.cid-rWet0Tgtdg .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rWet0Tgtdg .container {
    max-width: 720px;
  }
}
.cid-rWet0Tgtdg .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rWet0Tgtdg .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rWet0Tgtdg .form-group {
  margin-bottom: 1rem;
}
.cid-rWet0Tgtdg .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rWet0Tgtdg .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rWet0Tgtdg .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-qOWqG1EC0j .trad {
  background-color: #6a747b !important;
  border-color: #6a747b !important;
  font-size: 0.6rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  line-height: 0.8rem !important;
}
.cid-qOWqG1EC0j .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-qOWqG1EC0j .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-qOWqG1EC0j a {
  font-style: normal;
}
.cid-qOWqG1EC0j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-qOWqG1EC0j .nav-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
}
.cid-qOWqG1EC0j .nav-item:focus,
.cid-qOWqG1EC0j .nav-link:focus {
  outline: none;
}
.cid-qOWqG1EC0j .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qOWqG1EC0j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-qOWqG1EC0j .menu-logo {
  margin-right: auto;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qOWqG1EC0j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qOWqG1EC0j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qOWqG1EC0j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qOWqG1EC0j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qOWqG1EC0j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qOWqG1EC0j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-qOWqG1EC0j button.navbar-toggler:focus {
  outline: none;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ee3e34;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qOWqG1EC0j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qOWqG1EC0j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qOWqG1EC0j .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-qOWqG1EC0j .collapsed .btn {
  display: flex;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-qOWqG1EC0j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qOWqG1EC0j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qOWqG1EC0j .collapsed button.navbar-toggler {
  display: block;
}
.cid-qOWqG1EC0j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-qOWqG1EC0j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qOWqG1EC0j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qOWqG1EC0j .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-qOWqG1EC0j.navbar-expand {
    flex-direction: column;
  }
  .cid-qOWqG1EC0j img {
    height: 3.8rem !important;
  }
  .cid-qOWqG1EC0j .btn {
    display: flex;
  }
  .cid-qOWqG1EC0j button.navbar-toggler {
    display: block;
  }
  .cid-qOWqG1EC0j .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-qOWqG1EC0j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qOWqG1EC0j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing,
  .cid-qOWqG1EC0j .navbar-collapse.show {
    display: block !important;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-nav,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-buttons,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-qOWqG1EC0j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qOWqG1EC0j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qOWqG1EC0j .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-qOWqG1EC0j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qOWqG1EC0j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qOWqG1EC0j .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-qOWqG1EC0j .menu-logo {
    flex-shrink: 0;
  }
}
.cid-qOWqG1EC0j .navbar-collapse {
  flex-basis: auto;
}
.cid-qOWqG1EC0j .nav-link:hover,
.cid-qOWqG1EC0j .dropdown-item:hover {
  color: #ff1925 !important;
}
.cid-tqzjx4I4sY {
  background-image: url("../../../assets/images/img-20221219-163525-2000x1124.jpg");
}
.cid-tqzjx4I4sY h1 {
  color: #616161;
}
.cid-tqzjx4I4sY h2,
.cid-tqzjx4I4sY h3,
.cid-tqzjx4I4sY p {
  color: #767676;
}
.cid-tqzjx4I4sY .mbr-section-subtitle {
  font-style: italic;
}
.cid-tqzjx4I4sY H1 {
  color: #ffffff;
}
.cid-tqzjx4I4sY .mbr-text,
.cid-tqzjx4I4sY .mbr-section-btn {
  color: #ffffff;
}
.cid-tqzjx4I4sY H3 {
  color: #ffffff;
}
.cid-tqzspZr7l0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqzspZr7l0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqzspZr7l0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqzspZr7l0 .col-title {
  margin-bottom: 30px;
  padding: 0 30px !important;
}
.cid-tqzspZr7l0 .mbr-section-title {
  color: #112B6D;
}
.cid-tqzspZr7l0 .mbr-section-subtitle {
  color: #112B6D;
  margin-top: 20px;
}
.cid-tqzspZr7l0 .number-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 0;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .number-container {
    display: none;
  }
}
.cid-tqzspZr7l0 .number-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.33333333%;
  padding: 0 10px;
}
.cid-tqzspZr7l0 .number-item:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  right: 50%;
  top: calc(50% - 1px);
  background-color: #232323;
}
.cid-tqzspZr7l0 .number-text {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  color: #ffffff;
  background-color: #232323;
}
.cid-tqzspZr7l0 .cards-container {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .cards-container {
    flex-wrap: wrap;
  }
}
.cid-tqzspZr7l0 .card {
  width: 33.33333333%;
  padding: 10px;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .card {
    width: 100%;
    padding: 0 10px 30px;
  }
}
.cid-tqzspZr7l0 .card-box {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .card-box {
    display: flex;
    align-items: center;
  }
}
.cid-tqzspZr7l0 .iconfont-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .iconfont-wrapper {
    min-width: 130px;
    width: auto;
    margin-bottom: 0;
    margin-right: 25px;
  }
}
.cid-tqzspZr7l0 .iconfont-wrapper .mbr-iconfont {
  font-size: 130px;
  color: #ee3e34;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .iconfont-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-tqzspZr7l0 .card-container {
  width: 100%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .card-container {
    flex-grow: 1;
    padding: 0;
  }
}
.cid-tqzspZr7l0 .card-title {
  color: #232323;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .card-title {
    margin-bottom: 20px;
    text-align: left !important;
  }
}
.cid-tqzspZr7l0 .card-text {
  color: #232323;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tqzspZr7l0 .card-text {
    text-align: left !important;
  }
}
.cid-tqzspZr7l0 .btn-container {
  padding: 40px 30px 0 !important;
}
.cid-tqzspZr7l0 .mbr-section-title,
.cid-tqzspZr7l0 .mbr-section-btn {
  color: #ee3e34;
}
.cid-tqEQqWvV9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqEQqWvV9y .row::before {
  content: '';
  position: absolute;
  left: -20px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #ee3e34;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tqEQqWvV9y .row::before {
    display: none;
  }
}
.cid-tqEQqWvV9y .row::after {
  content: '';
  position: absolute;
  left: 130px;
  top: -3rem;
  display: block;
  width: 150px;
  height: 150px;
  border: 20px solid #c1c1c1;
  border-radius: 50%;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-tqEQqWvV9y .row::after {
    display: none;
  }
}
.cid-tqEQqWvV9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqEQqWvV9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqEQqWvV9y .video-wrapper iframe {
  width: 100%;
}
.cid-tqEQqWvV9y .app-video-wrapper::before {
  font-size: 100px;
  line-height: 100px;
  border: 10px solid #82786e;
  border-radius: 50%;
  padding: 28px 28px 28px 30px;
  top: 45%;
  left: 45%;
}
@media (max-width: 768px) {
  .cid-tqEQqWvV9y .app-video-wrapper::before {
    font-size: 70px;
    line-height: 70px;
    border: none;
    padding: 0;
    top: 50%;
    left: 50%;
  }
}
.cid-tqEQqWvV9y .video-block {
  position: relative;
  z-index: 1;
}
.cid-tqEQqWvV9y .video-block .video-wrapper iframe {
  z-index: 1;
  position: relative;
}
.cid-tqEQqWvV9y .video-block .image-absolute {
  position: absolute;
  top: -12rem;
  left: -4rem;
  width: 300px;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tqEQqWvV9y .video-block .image-absolute {
    display: none;
  }
}
.cid-tqEQqWvV9y .video-block::after {
  content: '';
  position: absolute;
  right: -5rem;
  bottom: -6rem;
  display: block;
  width: 410px;
  height: 410px;
  border: 36px solid #ee3e34;
  border-radius: 50%;
  background-color: transparent;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tqEQqWvV9y .video-block::after {
    width: 300px;
    height: 300px;
    border: 30px solid #ee3e34;
  }
}
@media (max-width: 768px) {
  .cid-tqEQqWvV9y .video-block::after {
    display: none;
  }
}
.cid-tqzAeQoFNv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tqzAeQoFNv img {
  width: 150px;
  margin: auto;
}
.cid-tqzAeQoFNv .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tqzAeQoFNv .card {
    max-width: 16.6%;
  }
}
.cid-tqzAeQoFNv .mbr-section-title {
  color: #ee3e34;
}
.cid-tqzodBYEKP {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tqzodBYEKP .line {
  background-color: #ff1925;
  color: #ff1925;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqzodBYEKP .section-text {
  padding: 2rem 0;
  color: #ff1925;
  text-align: center;
}
.cid-tqzodBYEKP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tqzodBYEKP .inner-container {
    width: 100% !important;
  }
}
.cid-tqzod309dj {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tqzod309dj .listico {
  padding-right: 1rem;
  font-size: 1rem;
}
.cid-tqzod309dj .navbar-logo {
  width: 200px;
  margin-bottom: 10px;
}
.cid-tqzod309dj .mbr-text {
  color: #444;
}
.cid-tqzod309dj h5 {
  margin-bottom: 0;
}
.cid-tqzod309dj .navbar-brand {
  margin: 0rem;
  width: 100%;
}
.cid-tqzod309dj .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tqzod309dj .tips {
  height: 120px;
  width: 250px;
  border-radius: 6px;
  margin: 4px;
  display: inline-block;
}
.cid-tqzod309dj .socicon {
  font-size: 1.3rem;
  background: #ff4a52;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tqzod309dj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tqzod309dj .social-list .soc-item {
  margin: 0 .3rem;
}
.cid-tqzod309dj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tqzod309dj .social-list a:hover {
  opacity: .4;
}
.cid-tqzod309dj .media-container-row > div {
  padding: 0px;
}
.cid-tqzod309dj .text2 {
  color: #232323;
  text-align: left;
}
.cid-tqzod309dj .group-title {
  text-align: left;
  color: #232323;
}
.cid-tqzod309dj .group-title SPAN {
  color: #ffffff;
}
.cid-tqzod309dj .links {
  color: #ffffff;
  line-height: 1.6;
}
@media (max-width: 991px) {
  .cid-tqzod309dj .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tqzod309dj .social-list,
  .cid-tqzod309dj .img-list {
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-tqzod309dj h3 {
    margin-bottom: 10px;
  }
  .cid-tqzod309dj .navbar-brand {
    text-align: center;
  }
}
.cid-tqzod309dj .links SPAN {
  color: #9e9e9e;
}
.cid-tqzod309dj .links,
.cid-tqzod309dj .navbar-brand {
  color: #232323;
}
.cid-sZG3WUncQe {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sZG3WUncQe .container {
  max-width: 1150px;
}
.cid-sZG3WUncQe .mbr-text {
  color: #bbbbbb;
}
