body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 0.9375rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.9375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.875rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.75rem;
    font-size: calc( 0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.978125rem + (0.9375 - 0.978125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #13287d !important;
}
.bg-success {
  background-color: #ffc600 !important;
}
.bg-info {
  background-color: #83868c !important;
}
.bg-warning {
  background-color: #eff2f7 !important;
}
.bg-danger {
  background-color: #0a1126 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #13287d !important;
  border-color: #13287d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #09133b !important;
  border-color: #09133b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #18613d !important;
  border-color: #18613d !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #83868c !important;
  border-color: #83868c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5e6065 !important;
  border-color: #5e6065 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #b38b00 !important;
  border-color: #b38b00 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
  color: #4d6a9a !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d6a9a !important;
  background-color: #bcc9de !important;
  border-color: #bcc9de !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #060c24;
  color: #060c24;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #13287d;
  border-color: #13287d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #13287d !important;
  border-color: #13287d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #134c30;
  color: #134c30;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #279e64;
  border-color: #279e64;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #279e64 !important;
  border-color: #279e64 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #515358;
  color: #515358;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #83868c;
  border-color: #83868c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #83868c !important;
  border-color: #83868c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #997700;
  color: #997700;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #000000;
  background-color: #ffc600;
  border-color: #ffc600;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffc600 !important;
  border-color: #ffc600 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #abbbd5;
  color: #abbbd5;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #4d6a9a;
  background-color: #eff2f7;
  border-color: #eff2f7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d6a9a !important;
  background-color: #eff2f7 !important;
  border-color: #eff2f7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #0a1126;
  border-color: #0a1126;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0a1126 !important;
  border-color: #0a1126 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #13287d !important;
}
.text-secondary {
  color: #279e64 !important;
}
.text-success {
  color: #ffc600 !important;
}
.text-info {
  color: #83868c !important;
}
.text-warning {
  color: #eff2f7 !important;
}
.text-danger {
  color: #0a1126 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #060c24 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #134c30 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #997700 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #515358 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #abbbd5 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !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: #83868c;
}
.alert-warning {
  background-color: #eff2f7;
}
.alert-danger {
  background-color: #0a1126;
}
.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-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #13287d;
  border-color: #13287d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #13287d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3053e0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff4cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c5c7c9;
}
.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: #acbbe9;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.375rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #13287d;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #13287d !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #13287d;
  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: #13287d;
  border-bottom-color: #13287d;
}
.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: #13287d !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: #279e64 !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: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2313287d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-uxpdUiHaDA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxpdUiHaDA nav.navbar {
  position: fixed;
}
.cid-uxpdUiHaDA .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uxpdUiHaDA .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxpdUiHaDA .wrapper {
    flex-direction: column;
  }
}
.cid-uxpdUiHaDA .nav-link {
  position: relative;
}
.cid-uxpdUiHaDA .nav-link:hover {
  color: #13287d !important;
}
.cid-uxpdUiHaDA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2160d1 !important;
}
.cid-uxpdUiHaDA .dropdown-item:hover,
.cid-uxpdUiHaDA .dropdown-item:focus {
  color: #13287d !important;
}
.cid-uxpdUiHaDA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxpdUiHaDA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxpdUiHaDA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxpdUiHaDA .container {
  display: flex;
  margin: auto;
}
.cid-uxpdUiHaDA .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uxpdUiHaDA .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uxpdUiHaDA .nav-item:focus,
.cid-uxpdUiHaDA .nav-link:focus {
  outline: none;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxpdUiHaDA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxpdUiHaDA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxpdUiHaDA .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #004cd5;
}
.cid-uxpdUiHaDA .navbar.opened {
  transition: all .3s;
}
.cid-uxpdUiHaDA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxpdUiHaDA .navbar .navbar-logo img {
  width: auto;
}
.cid-uxpdUiHaDA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxpdUiHaDA .navbar.collapsed {
  justify-content: center;
}
.cid-uxpdUiHaDA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxpdUiHaDA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxpdUiHaDA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxpdUiHaDA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxpdUiHaDA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxpdUiHaDA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxpdUiHaDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxpdUiHaDA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxpdUiHaDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxpdUiHaDA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxpdUiHaDA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxpdUiHaDA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxpdUiHaDA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxpdUiHaDA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxpdUiHaDA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uxpdUiHaDA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxpdUiHaDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxpdUiHaDA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxpdUiHaDA .dropdown-item.active,
.cid-uxpdUiHaDA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxpdUiHaDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxpdUiHaDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004cd5;
}
.cid-uxpdUiHaDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxpdUiHaDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxpdUiHaDA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxpdUiHaDA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxpdUiHaDA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpdUiHaDA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxpdUiHaDA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxpdUiHaDA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxpdUiHaDA .navbar {
    height: 70px;
  }
  .cid-uxpdUiHaDA .navbar.opened {
    height: auto;
  }
  .cid-uxpdUiHaDA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s2V8Iif3En {
  padding-top: 225px;
  padding-bottom: 75px;
  background-color: #14287f;
}
.cid-s2V8Iif3En .img-wrap {
  -webkit-animation: jump 2s ease-in-out alternate;
  animation: jump 2s ease-in-out alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  position: relative;
}
.cid-s2V8Iif3En .img-wrap img {
  width: 100%;
}
.cid-s2V8Iif3En .mbr-section-subtitle {
  color: #ffc600;
}
.cid-s2V8Iif3En .mbr-section-title {
  color: #ffffff;
}
.cid-s2V8Iif3En .mbr-text {
  color: #b0b6d4;
  font-weight: 500;
}
.cid-s2V8Iif3En .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8Iif3En .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-s2V8Iif3En .mbr-section-btn {
    justify-content: center !important;
  }
}
@-webkit-keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes jump {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-s2V8IUb5gv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s2V8IUb5gv .card-wrapper {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-title {
  color: #13287d;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-title:hover {
  color: #13287d;
  transition: 0.3s all;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta {
  color: #999999;
  position: relative;
  margin-bottom: 33px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta::before {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item {
  transition: all 0.3s ease-in;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item:hover {
  color: #279e64 !important;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .mbr-iconfont {
  color: #83868c;
  margin-right: 4px;
  font-size: 14px;
  font-weight: 400;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-category .category {
  color: #13287d;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date .date {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date:before {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-date::after {
  content: "-";
  margin-left: 5px;
  margin-right: 3px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment .comment {
  color: #83868c;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .meta .item-comment:after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #279e64;
  position: absolute;
  left: 30px;
  bottom: -25px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .card-subtitle {
  color: #13287d;
  margin-bottom: 13px;
  font-weight: 500;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-text {
  margin-bottom: 24px;
  color: #83868c;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn {
  position: relative;
  margin-left: 1px;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .link {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont {
  font-size: 16px;
  margin-left: 40px;
  position: relative;
  top: 1px;
  display: inline-flex;
  width: 46px;
  height: 46px;
  background: 0 0;
  color: #13287d;
  align-items: center;
  justify-content: center;
  transition: all .3s linear 0s;
  order: 2;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #279e64;
  transform: scale(0);
  transition: all .3s linear 0s;
}
.cid-s2V8IUb5gv .card-wrapper .card-box .mbr-section-btn .mbr-iconfont::before {
  position: relative;
  z-index: 1;
}
.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::before {
  color: #ffffff;
}
.cid-s2V8IUb5gv .card-wrapper .card-box:hover .mbr-section-btn .mbr-iconfont::after {
  transform: scale(1);
  box-shadow: 0 10px 30px 0 #279e64;
}
@media (max-width: 768px) {
  .cid-s2V8IUb5gv * {
    text-align: left;
  }
}
.cid-s2V8IUb5gv .img-wrap {
  margin-bottom: 30px;
}
.cid-s2V8IUb5gv .img-wrap .wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.cid-s2V8IUb5gv .img-wrap .wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-s2V8IUb5gv .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-s2V8IUb5gv .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-s2V8IUb5gv .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-s2V8IUb5gv a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-s2V8IUb5gv a.close:hover {
  color: #ffffff;
}
.cid-uxpfpatYKD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eff2f7;
}
.cid-uxpfpatYKD .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-uxpfpatYKD .contents .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uxpfpatYKD .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uxpfpatYKD .contents .mbr-text {
  color: #83868c;
}
.cid-uxpfpatYKD .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 55px 50px 41px 45px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cid-uxpfpatYKD .card-wrapper .card-box .card-title {
  color: #13287d;
}
.cid-uxpfpatYKD .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #83868c;
}
.cid-uxpfpatYKD .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-uxpfpatYKD .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .9s;
}
.cid-uxpfpatYKD .card-wrapper .card-img .mbr-iconfont {
  font-size: 77px;
  color: #279e64;
}
.cid-uxpfpatYKD .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
}
.cid-uxpfpatYKD .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-uxpfpatYKD .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #13287d;
}
.cid-uxpfpatYKD .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-uxpfpatYKD .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-uxpfpatYKD .card-wrapper:hover {
  background-color: #279e64;
  border-color: #279e64;
}
.cid-uxpfpatYKD .card-wrapper:hover .card-box .card-title {
  color: #ffffff;
}
.cid-uxpfpatYKD .card-wrapper:hover .card-box .mbr-text {
  color: #ffffff;
}
.cid-uxpfpatYKD .card-wrapper:hover .card-img {
  transform: rotateY(360deg);
}
.cid-uxpfpatYKD .card-wrapper:hover .card-img .mbr-iconfont {
  color: #ffffff;
}
.cid-uxpfpatYKD .card-wrapper:hover .mbr-link-btn .btn {
  color: #ffffff;
}
.cid-uxpfpatYKD .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-uxpfpatYKD .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-uxpfpatYKD .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-uxpfpatYKD .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #13287d !important;
  box-shadow: none !important;
}
.cid-uxpfpatYKD .btn[class*="-outline"]:active,
.cid-uxpfpatYKD .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-uxpfpatYKD .card {
    margin-bottom: 15px;
  }
}
.cid-uxpfpatYKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpfpatYKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-s2V8IvakZ5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #eff2f7;
}
.cid-s2V8IvakZ5 .img-wrap {
  position: relative;
}
.cid-s2V8IvakZ5 .img-wrap img {
  width: 100%;
}
.cid-s2V8IvakZ5 .mbr-section-subtitle {
  color: #279e64;
  margin-bottom: 14px;
}
.cid-s2V8IvakZ5 .mbr-section-title {
  color: #13287d;
}
.cid-s2V8IvakZ5 .mbr-text {
  color: #83868c;
}
.cid-s2V8IvakZ5 .mbr-section-btn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 47px;
}
.cid-s2V8IvakZ5 .mbr-section-btn .btn:first-child {
  margin-left: 0 !important;
}
.cid-s2V8IvakZ5 .cards-wrap {
  margin-top: 30px;
}
.cid-s2V8IvakZ5 .wrapper {
  border-radius: 0.25rem;
  margin-bottom: 26px;
  text-align: left;
}
.cid-s2V8IvakZ5 .wrapper .icon {
  margin-bottom: 21px;
  border-radius: 50%;
  position: relative;
  padding: 16px;
  display: inline-block;
  transition: all .3s;
}
.cid-s2V8IvakZ5 .wrapper .icon:hover {
  -webkit-animation-name: animation-wobble-vertical;
  animation-name: animation-wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.cid-s2V8IvakZ5 .wrapper .icon .mbr-iconfont {
  font-size: 38px;
  color: #279e64;
  position: relative;
  display: block;
}
.cid-s2V8IvakZ5 .wrapper .icon1 {
  background-color: #c5e9d8;
}
.cid-s2V8IvakZ5 .wrapper .icon1 .mbr-iconfont {
  color: #13287d;
}
.cid-s2V8IvakZ5 .wrapper .icon2 {
  background-color: #ede0b3;
}
.cid-s2V8IvakZ5 .wrapper .icon2 .mbr-iconfont {
  color: #000000;
}
.cid-s2V8IvakZ5 .wrapper .icon3 {
  background-color: #5a67a1;
}
.cid-s2V8IvakZ5 .wrapper .icon3 .mbr-iconfont {
  color: #ffffff;
}
.cid-s2V8IvakZ5 .wrapper .icon4 {
  background-color: #e3e5e6;
}
.cid-s2V8IvakZ5 .wrapper .mbr-card-title {
  color: #13287d;
  margin-bottom: 17px;
}
.cid-s2V8IvakZ5 .wrapper .mbr-text {
  margin-bottom: 19px;
  color: #83868c;
}
@media (max-width: 768px) {
  .cid-s2V8IvakZ5 .mbr-section-btn {
    justify-content: center;
  }
  .cid-s2V8IvakZ5 * {
    text-align: left;
  }
}
@-webkit-keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes animation-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-uxpgxLrN3j {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uxpgxLrN3j .head_info {
  text-align: center;
  margin-bottom: 61px;
}
.cid-uxpgxLrN3j .head_info .mbr-section-title {
  margin-bottom: 20px;
  color: #13287d;
}
.cid-uxpgxLrN3j .head_info .mbr-subtitle {
  color: #279e64;
  margin-bottom: 10px;
}
.cid-uxpgxLrN3j .head_info .mbr-section-text {
  margin-top: 20px;
  margin-bottom: 0;
  color: #83868c;
}
.cid-uxpgxLrN3j .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  background-color: #eff2f7;
  text-align: center;
  border-radius: 8px;
  padding: 42px 15px 55px;
}
.cid-uxpgxLrN3j .plan .plan-title {
  color: #13287d;
  margin-bottom: 32px;
}
.cid-uxpgxLrN3j .plan .icon_box {
  display: block;
  text-align: center;
  padding-bottom: 17.5px;
}
.cid-uxpgxLrN3j .plan .icon_box .ico1 {
  font-size: 79.5px;
  display: block;
  position: relative;
  color: #279e64;
}
.cid-uxpgxLrN3j .plan .plan-price .mbr-text {
  color: #13287d;
  margin-bottom: 0;
}
.cid-uxpgxLrN3j .plan .plan-list {
  margin-bottom: 15px;
}
.cid-uxpgxLrN3j .plan .plan-list .list-group {
  color: #83868c;
}
.cid-uxpgxLrN3j .plan .plan-list .list-group-item {
  position: relative;
  justify-content: center;
  border: 0;
  background: transparent;
  padding: 5px 0;
}
.cid-uxpgxLrN3j .plan .plan-list .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uxpgxLrN3j .plan .mbr-section-btn {
  margin-top: 17.5px;
  margin-bottom: 42px;
}
.cid-uxpgxLrN3j .plan .mbr-section-btn .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  overflow: hidden;
}
.cid-uxpgxLrN3j .plan .mbr-section-btn .btn::after {
  background-color: #656565;
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -60px;
  transform: rotate(35deg);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
  outline: none;
  text-decoration: none;
}
.cid-uxpgxLrN3j .plan .mbr-section-btn .btn:hover::after {
  left: 250px;
  opacity: 0.8;
}
.cid-uxpgxLrN3j .plan .mbr-section-btn .btn-primary:hover {
  background-color: #28303f !important;
  color: #ffc600 !important;
}
.cid-uxpgxLrN3j .plan:hover .mbr-iconfont {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: .35s;
  animation-duration: .35s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
.cid-uxpgxLrN3j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpgxLrN3j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxph7p1UxO {
  padding-top: 90px;
  padding-bottom: 75px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 70px;
}
.cid-uxph7p1UxO .content {
  padding-left: 30px;
}
.cid-uxph7p1UxO .mbr-section-subtitle {
  color: #279e64;
}
.cid-uxph7p1UxO .mbr-section-title {
  color: #13287d;
}
.cid-uxph7p1UxO .mbr-text {
  color: #83868c;
}
.cid-uxph7p1UxO .mbr-iconfont {
  font-family: "Moririse2" !important;
  display: inline-flex;
  transform-origin: ;
  transform: rotate(45deg);
  transition: all 0.3s;
  padding: 0 !important;
  font-size: 1.4rem !important;
  color: #13287d;
}
.cid-uxph7p1UxO .mbr-iconfont:before {
  transform: scaleY(0) !important;
  transition: all 0.4s;
}
.cid-uxph7p1UxO .p-4 {
  padding: 1rem 0 !important;
}
.cid-uxph7p1UxO .accordion .card .card-header {
  margin-bottom: 0px;
}
.cid-uxph7p1UxO .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uxph7p1UxO .mbri-arrow-up:before {
  content: "\e960";
}
.cid-uxph7p1UxO .card {
  border-radius: 0px;
  border-bottom: 2px solid #efefef !important;
}
.cid-uxph7p1UxO .card:last-child {
  border-bottom: none !important;
}
.cid-uxph7p1UxO .card .card-header {
  border-radius: 0px;
  border: 0px;
  background-color: transparent;
  padding: 0;
}
.cid-uxph7p1UxO .card .card-header h4 {
  justify-content: flex-start;
  width: 100%;
}
.cid-uxph7p1UxO .card .card-header a.panel-title {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.cid-uxph7p1UxO .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uxph7p1UxO .card .card-header a.panel-title h4 {
  padding: 1.2rem 0rem;
  margin-bottom: 0;
  color: #13287d;
  padding-right: 50px;
}
.cid-uxph7p1UxO .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uxph7p1UxO .card .card-header a.panel-title .toggle-icon {
  right: 20px;
  position: absolute;
  top: 17px;
  transform: translate(-50%, 0) !important;
  display: inline-block;
  margin-left: 0;
  width: 46px;
  height: 46px;
  background-color: #279e64;
  transition: all .3s ease 0s;
  box-shadow: 0 14px 40px 0 #279e64;
}
.cid-uxph7p1UxO .card .card-header a.panel-title .toggle-icon:before,
.cid-uxph7p1UxO .card .card-header a.panel-title .toggle-icon:after {
  background: #ffffff;
  border: 0;
  box-sizing: border-box;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}
.cid-uxph7p1UxO .card .card-header a.panel-title .toggle-icon:before {
  height: 12px;
  margin-left: -1px !important;
  width: 2px;
  margin-top: -6px;
  background-color: #ffffff;
  border: 0;
  transform: none;
}
.cid-uxph7p1UxO .card .card-header a.panel-title .toggle-icon:after {
  height: 2px;
  width: 12px;
  margin-left: -6px;
  margin-top: -1px;
}
.cid-uxph7p1UxO .card .panel-body {
  padding: 14px 20px;
}
.cid-uxph7p1UxO .card .panel-body p {
  color: #83868c;
}
.cid-uxph7p1UxO .collapsed .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-uxph7p1UxO .collapsed .mbr-iconfont:before {
  transform: scaleY(1) !important;
  transition: all 0.3s;
}
.cid-uxph7p1UxO .collapsed .toggle-icon {
  background-color: transparent !important;
  transform: translate(0, 0);
  right: 7px !important;
  box-shadow: none !important;
}
.cid-uxph7p1UxO .collapsed .toggle-icon:before,
.cid-uxph7p1UxO .collapsed .toggle-icon:after {
  background: #13287d !important;
}
.cid-uxph7p1UxO .collapsed .toggle-icon:before {
  background-color: #13287d !important;
}
.cid-uxph7p1UxO .img-wrap img {
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uxph7p1UxO * {
    text-align: left;
  }
}
.cid-uxph7p1UxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxph7p1UxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpiPPH8AF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uxpiPPH8AF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-uxpiPPH8AF .text-content .mbr-subtitle {
  color: #279e64;
}
.cid-uxpiPPH8AF .text-content .mbr-section-title {
  color: #13287d;
}
.cid-uxpiPPH8AF .text-content .mbr-text {
  color: #83868c;
}
.cid-uxpiPPH8AF .text-content .list-block {
  margin-top: 16px;
  padding-bottom: 16px;
}
.cid-uxpiPPH8AF .text-content .list-block .card-img {
  width: auto;
}
.cid-uxpiPPH8AF .text-content .list-block .card-img span {
  color: #279e64;
  font-size: 1.5rem;
}
.cid-uxpiPPH8AF .text-content .list-block .list-item-title {
  color: #13287d;
  transition: all .3s linear 0s;
}
.cid-uxpiPPH8AF .text-content .list-block .list-item-title:hover {
  color: #279e64;
}
.cid-uxpiPPH8AF .text-content .list-block .list-item-text {
  padding-top: 10px;
  color: #83868c;
  margin-bottom: 0;
}
.cid-uxpiPPH8AF .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-uxpiPPH8AF .text-content .social {
  font-size: 1.2rem;
}
.cid-uxpiPPH8AF .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  transition: 0.3s all;
  color: #13287d;
}
.cid-uxpiPPH8AF .text-content .social span:hover {
  color: #279e64;
  transition: 0.3s all;
}
.cid-uxpiPPH8AF .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
}
.cid-uxpiPPH8AF .list-block {
  position: relative;
}
.cid-uxpiPPH8AF .list-block h4,
.cid-uxpiPPH8AF .list-block p {
  padding-left: 2.625rem;
}
.cid-uxpiPPH8AF .card-img {
  display: block;
}
.cid-uxpiPPH8AF input,
.cid-uxpiPPH8AF textarea {
  border-radius: 3px;
  min-height: 3rem;
  padding: 13px 20px !important;
  font-size: 13px;
  color: #ffc600;
  height: 60px;
}
.cid-uxpiPPH8AF .form-control,
.cid-uxpiPPH8AF .field-input {
  padding: 13px 20px !important;
  background-color: #ffffff;
  border-color: #dcdfe2 !important;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uxpiPPH8AF .form-control:hover,
.cid-uxpiPPH8AF .field-input:hover,
.cid-uxpiPPH8AF .form-control:focus,
.cid-uxpiPPH8AF .field-input:focus {
  background-color: #ffffff;
  border-color: #279e64 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uxpiPPH8AF .form-control:focus,
.cid-uxpiPPH8AF .field-input:focus {
  box-shadow: 0 2px 9px 2px rgba(0, 0, 0, 0.15);
}
.cid-uxpiPPH8AF input::-webkit-input-placeholder,
.cid-uxpiPPH8AF textarea::-webkit-input-placeholder {
  color: #6d7a8c;
}
.cid-uxpiPPH8AF input:-moz-placeholder,
.cid-uxpiPPH8AF textarea:-moz-placeholder {
  color: #6d7a8c;
}
.cid-uxpiPPH8AF .jq-selectbox li,
.cid-uxpiPPH8AF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxpiPPH8AF .jq-selectbox li:hover,
.cid-uxpiPPH8AF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uxpiPPH8AF .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uxpiPPH8AF .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff !important;
}
.cid-uxpiPPH8AF .mbr-form {
  max-width: 550px;
}
.cid-uxpiPPH8AF .mbr-form .content-title {
  color: #13287d;
  margin-bottom: 20px;
}
.cid-uxpiPPH8AF .mbr-form .content-subtitle {
  color: #83868c;
}
.cid-uxpiPPH8AF .mbr-form textarea {
  min-height: 100px;
  height: 194px;
}
.cid-uxpiPPH8AF .mbr-form .btn {
  justify-content: space-between;
  border-radius: 30px;
  border-color: #13287d;
  color: #13287d;
  padding: 18px 42px;
  margin: 0 !important;
  margin-top: 7px !important;
}
.cid-uxpiPPH8AF .mbr-form .btn-success:hover {
  background-color: #279e64 !important;
  border-color: #279e64 !important;
  color: #fff !important;
}
@media (max-width: 991px) {
  .cid-uxpiPPH8AF .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-uxpiPPH8AF .mbr-section-title,
  .cid-uxpiPPH8AF .content-title,
  .cid-uxpiPPH8AF .mbr-section-btn {
    text-align: left;
  }
}
.cid-uxpvFenAXy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uxpvFenAXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpvFenAXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpvFenAXy .copyright {
  color: #ffffff;
}
.cid-uxpvFenAXy .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxpvFenAXy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uxpvFenAXy .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uxpvFenAXy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uxpvFenAXy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxpvFenAXy .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxpvFenAXy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uxpvFenAXy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uxpvFenAXy .row-links-soc,
.cid-uxpvFenAXy .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uxpvFenAXy .copyright,
.cid-uxpvFenAXy .line {
  color: #ffffff;
}
.cid-uxpdUiHaDA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uxpdUiHaDA nav.navbar {
  position: fixed;
}
.cid-uxpdUiHaDA .mbr-iconfont {
  padding: 0 1rem;
}
.cid-uxpdUiHaDA .wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uxpdUiHaDA .wrapper {
    flex-direction: column;
  }
}
.cid-uxpdUiHaDA .nav-link {
  position: relative;
}
.cid-uxpdUiHaDA .nav-link:hover {
  color: #13287d !important;
}
.cid-uxpdUiHaDA .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .dropdown-menu {
  padding: 1rem 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #2160d1 !important;
}
.cid-uxpdUiHaDA .dropdown-item:hover,
.cid-uxpdUiHaDA .dropdown-item:focus {
  color: #13287d !important;
}
.cid-uxpdUiHaDA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxpdUiHaDA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxpdUiHaDA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxpdUiHaDA .container {
  display: flex;
  margin: auto;
}
.cid-uxpdUiHaDA .iconfont-wrapper {
  color: #161734 !important;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s;
}
.cid-uxpdUiHaDA .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uxpdUiHaDA .nav-item:focus,
.cid-uxpdUiHaDA .nav-link:focus {
  outline: none;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-uxpdUiHaDA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxpdUiHaDA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxpdUiHaDA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxpdUiHaDA .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxpdUiHaDA .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #004cd5;
}
.cid-uxpdUiHaDA .navbar.opened {
  transition: all .3s;
}
.cid-uxpdUiHaDA .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uxpdUiHaDA .navbar .navbar-logo img {
  width: auto;
}
.cid-uxpdUiHaDA .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uxpdUiHaDA .navbar.collapsed {
  justify-content: center;
}
.cid-uxpdUiHaDA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxpdUiHaDA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uxpdUiHaDA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uxpdUiHaDA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxpdUiHaDA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uxpdUiHaDA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uxpdUiHaDA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxpdUiHaDA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uxpdUiHaDA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxpdUiHaDA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxpdUiHaDA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxpdUiHaDA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uxpdUiHaDA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxpdUiHaDA .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uxpdUiHaDA .navbar.navbar-short {
  min-height: 60px;
}
.cid-uxpdUiHaDA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uxpdUiHaDA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
}
.cid-uxpdUiHaDA .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding-right: 2rem;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxpdUiHaDA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxpdUiHaDA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxpdUiHaDA .dropdown-item.active,
.cid-uxpdUiHaDA .dropdown-item:active {
  background-color: transparent;
}
.cid-uxpdUiHaDA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxpdUiHaDA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxpdUiHaDA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #004cd5;
}
.cid-uxpdUiHaDA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxpdUiHaDA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxpdUiHaDA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxpdUiHaDA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxpdUiHaDA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uxpdUiHaDA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uxpdUiHaDA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uxpdUiHaDA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxpdUiHaDA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxpdUiHaDA .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uxpdUiHaDA .navbar {
    height: 70px;
  }
  .cid-uxpdUiHaDA .navbar.opened {
    height: auto;
  }
  .cid-uxpdUiHaDA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxpvFenAXy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uxpvFenAXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxpvFenAXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxpvFenAXy .copyright {
  color: #ffffff;
}
.cid-uxpvFenAXy .line {
  width: 100%;
  height: 1px;
  opacity: 0.5;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxpvFenAXy .center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-uxpvFenAXy .row .copyright {
    text-align: center;
    padding-bottom: 2rem;
  }
}
.cid-uxpvFenAXy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uxpvFenAXy .row-links .row-links-soc {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uxpvFenAXy .row-links .row-links-soc li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uxpvFenAXy .row-links .row-links-soc li p {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uxpvFenAXy .row-links .row-links-soc {
    justify-content: center;
  }
}
.cid-uxpvFenAXy .row-links-soc,
.cid-uxpvFenAXy .row-links-soc-item .row-links-soc-item {
  color: #ffffff;
}
.cid-uxpvFenAXy .copyright,
.cid-uxpvFenAXy .line {
  color: #ffffff;
}
.policy-terms h1, .policy-terms h3, .policy-terms ul, .policy-terms li{
  width: 100%;
}
.policy-terms li{
  list-style: disc !important;
  margin-bottom: 1em;
}
.business li{
  list-style: auto !important;
  margin-bottom: 1em;
}
.business h3{
  width: 100%;
}