.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0057fc !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0057fc !important;
  border-color: #0057fc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0039a5 !important;
  border-color: #0039a5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0057fc;
  color: #0057fc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0039a5 !important;
  background-color: transparent!important;
  border-color: #0039a5 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0057fc !important;
  border-color: #0057fc !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff6666;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: #ff0f0f !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0057fc !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #003496 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0057fc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0057fc;
  border-color: #0057fc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0057fc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9dcff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #0057fc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0057fc;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0057fc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0057fc;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0057fc;
  border-bottom-color: #0057fc;
}
.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: #0057fc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230057fc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sXTlI4ZDZR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXTlI4ZDZR .row {
  align-items: center;
}
.cid-sXTlI4ZDZR .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXTlI4ZDZR .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXTlI4ZDZR .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXTlI4ZDZR .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXTlI4ZDZR .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXTlI4ZDZR .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXTlI4ZDZR .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXTlI4ZDZR .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXTlI4ZDZR .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXTlI4ZDZR .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXTlI4ZDZR H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXTmzKUVWF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXTmzKUVWF .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXTmzKUVWF .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXTmzKUVWF .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXTmzKUVWF .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXTmzKUVWF .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXTmzKUVWF .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXTmzKUVWF .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXTmzKUVWF .social-row {
  text-align: center;
}
.cid-sXTmzKUVWF .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXTmzKUVWF .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXTmzKUVWF .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXTmzKUVWF .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXTmzKUVWF .card-title,
.cid-sXTmzKUVWF .social-row {
  color: #000000;
}
.cid-sXTmzKUVWF .mbr-role,
.cid-sXTmzKUVWF .social-row {
  color: #000000;
}
.cid-sXULgNf6qk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXULgNf6qk .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXULgNf6qk .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXULgNf6qk .row {
    padding: 0 0.75rem;
  }
}
.cid-sXULgNf6qk .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXULgNf6qk .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXULgNf6qk .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXULgNf6qk .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXULgNf6qk .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXULgNf6qk .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXULgNf6qk .card-box {
    text-align: center;
  }
}
.cid-sXULgNf6qk .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXULgNf6qk .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXULgNf6qk .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXULgNf6qk .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXULgNf6qk .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXULhQuHlG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXULhQuHlG .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXULhQuHlG .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXULhQuHlG .row {
    padding: 0 0.75rem;
  }
}
.cid-sXULhQuHlG .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXULhQuHlG .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXULhQuHlG .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXULhQuHlG .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXULhQuHlG .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXULhQuHlG .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXULhQuHlG .card-box {
    text-align: center;
  }
}
.cid-sXULhQuHlG .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXULhQuHlG .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXULhQuHlG .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXULhQuHlG .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXULhQuHlG .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXTKE3J0sJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXTKE3J0sJ .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXTKE3J0sJ .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXTKE3J0sJ .row {
    padding: 0 0.75rem;
  }
}
.cid-sXTKE3J0sJ .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXTKE3J0sJ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXTKE3J0sJ .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXTKE3J0sJ .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXTKE3J0sJ .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXTKE3J0sJ .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXTKE3J0sJ .card-box {
    text-align: center;
  }
}
.cid-sXTKE3J0sJ .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXTKE3J0sJ .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXTKE3J0sJ .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXTKE3J0sJ .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXTKE3J0sJ .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXTLgUC2yU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXTLgUC2yU .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXTLgUC2yU .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXTLgUC2yU .row {
    padding: 0 0.75rem;
  }
}
.cid-sXTLgUC2yU .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXTLgUC2yU .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXTLgUC2yU .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXTLgUC2yU .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXTLgUC2yU .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXTLgUC2yU .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXTLgUC2yU .card-box {
    text-align: center;
  }
}
.cid-sXTLgUC2yU .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXTLgUC2yU .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXTLgUC2yU .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXTLgUC2yU .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXTLgUC2yU .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXTLhLYUPa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXTLhLYUPa .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXTLhLYUPa .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXTLhLYUPa .row {
    padding: 0 0.75rem;
  }
}
.cid-sXTLhLYUPa .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXTLhLYUPa .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXTLhLYUPa .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXTLhLYUPa .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXTLhLYUPa .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXTLhLYUPa .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXTLhLYUPa .card-box {
    text-align: center;
  }
}
.cid-sXTLhLYUPa .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXTLhLYUPa .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXTLhLYUPa .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXTLhLYUPa .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXTLhLYUPa .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXTLji4mfy {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXTLji4mfy .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXTLji4mfy .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXTLji4mfy .row {
    padding: 0 0.75rem;
  }
}
.cid-sXTLji4mfy .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXTLji4mfy .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXTLji4mfy .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXTLji4mfy .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXTLji4mfy .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXTLji4mfy .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXTLji4mfy .card-box {
    text-align: center;
  }
}
.cid-sXTLji4mfy .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXTLji4mfy .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXTLji4mfy .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXTLji4mfy .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXTLji4mfy .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXTLl0mTWs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXTLl0mTWs .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXTLl0mTWs .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXTLl0mTWs .row {
    padding: 0 0.75rem;
  }
}
.cid-sXTLl0mTWs .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXTLl0mTWs .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXTLl0mTWs .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXTLl0mTWs .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXTLl0mTWs .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXTLl0mTWs .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXTLl0mTWs .card-box {
    text-align: center;
  }
}
.cid-sXTLl0mTWs .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXTLl0mTWs .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXTLl0mTWs .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXTLl0mTWs .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXTLl0mTWs .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUrBp1nIw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUrBp1nIw .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUrBp1nIw .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUrBp1nIw .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUrBp1nIw .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUrBp1nIw .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUrBp1nIw .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUrBp1nIw .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUrBp1nIw .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUrBp1nIw .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUrBp1nIw .card-box {
    text-align: center;
  }
}
.cid-sXUrBp1nIw .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUrBp1nIw .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUrBp1nIw .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUrBp1nIw .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUrBp1nIw .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUgtHCP7v {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXUgtHCP7v .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXUgtHCP7v .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXUKmLLHTL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUKmLLHTL .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUKmLLHTL .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUKmLLHTL .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUKmLLHTL .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUKmLLHTL .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUKmLLHTL .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUKmLLHTL .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUKmLLHTL .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUKmLLHTL .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUKmLLHTL .card-box {
    text-align: center;
  }
}
.cid-sXUKmLLHTL .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUKmLLHTL .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUKmLLHTL .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUKmLLHTL .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUKmLLHTL .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXU5bXy9Ne {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXU5bXy9Ne .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXU5bXy9Ne .container {
    padding: 0 5%;
  }
}
.cid-sXU5bXy9Ne .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXU5bXy9Ne .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXU5bXy9Ne .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXU5bXy9Ne .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXU5bXy9Ne .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXU5bXy9Ne .panel-body,
.cid-sXU5bXy9Ne .card-header {
  padding: 36px 0;
}
.cid-sXU5bXy9Ne .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXU5bXy9Ne .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXU5bXy9Ne .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXU5bXy9Ne .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXU5bXy9Ne .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXU5bXy9Ne .mbr-iconfont:hover,
.cid-sXU5bXy9Ne .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXU5bXy9Ne .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXU5bXy9Ne .panel-text,
.cid-sXU5bXy9Ne .mbr-iconfont,
.cid-sXU5bXy9Ne .panel-add {
  color: #3a3e5e;
}
.cid-sXU5bXy9Ne .panel-text {
  color: #000000;
}
.cid-sXU7pyLJrD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXU7pyLJrD .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXU7pyLJrD .container {
    padding: 0 5%;
  }
}
.cid-sXU7pyLJrD .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXU7pyLJrD .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXU7pyLJrD .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXU7pyLJrD .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXU7pyLJrD .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXU7pyLJrD .panel-body,
.cid-sXU7pyLJrD .card-header {
  padding: 36px 0;
}
.cid-sXU7pyLJrD .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXU7pyLJrD .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXU7pyLJrD .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXU7pyLJrD .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXU7pyLJrD .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXU7pyLJrD .mbr-iconfont:hover,
.cid-sXU7pyLJrD .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXU7pyLJrD .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXU7pyLJrD .panel-text,
.cid-sXU7pyLJrD .mbr-iconfont,
.cid-sXU7pyLJrD .panel-add {
  color: #3a3e5e;
}
.cid-sXU7pyLJrD .panel-text {
  color: #000000;
}
.cid-sYjwIAYGwn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjwIAYGwn .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjwIAYGwn .container {
    max-width: 1400px;
  }
}
.cid-sYjwIAYGwn .card {
  margin: auto;
}
.cid-sYjwIAYGwn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjwIAYGwn .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjwIAYGwn .row {
  justify-content: center;
}
.cid-sYjwIAYGwn H3 {
  color: #000000;
}
.cid-t2Qlxfc6k6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2Qlxfc6k6 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2Qlxfc6k6 .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2Qlxfc6k6 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2Qlxfc6k6 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2Qlxfc6k6 .lin,
.cid-t2Qlxfc6k6 .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpCerElBe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpCerElBe .container {
    max-width: 1400px;
  }
}
.cid-sYpCerElBe .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpCerElBe .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpCerElBe .row {
  justify-content: center;
}
.cid-sYpCerElBe .mbr-section-title {
  color: #000000;
}
.cid-sYpCerElBe .card-title,
.cid-sYpCerElBe .iconfont-wrapper {
  color: #000000;
}
.cid-sYjjSdItRb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjjSdItRb .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjjSdItRb .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjjSdItRb .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjjSdItRb .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjjSdItRb .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjjSdItRb .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjjSdItRb .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjjSdItRb .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjjSdItRb [class^="socicon-"]:before,
.cid-sYjjSdItRb [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjjSdItRb .mbr-section-title,
.cid-sYjjSdItRb .mbr-social-likes {
  color: #000000;
}
.cid-sXVbYOqE33 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVbYOqE33 .mbr-section-title {
  color: #ffffff;
}
.cid-sXTlIj2n2u {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXTlIj2n2u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXTlIj2n2u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXTlIj2n2u .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXTlIj2n2u .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXTlIj2n2u .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXTlIj2n2u .row .foot-menu li p {
  margin: 0;
}
.cid-sXTlIj2n2u .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXTlIj2n2u .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXTlIj2n2u .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXTlIj2n2u .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXTlIj2n2u .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXTlIj2n2u .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXTlIj2n2u .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXTlIj2n2u .row .row-copirayt p {
  width: 100%;
}
.cid-sXTlIj2n2u foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXUGKDD2pb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXUGKDD2pb .row {
  align-items: center;
}
.cid-sXUGKDD2pb .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXUGKDD2pb .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXUGKDD2pb .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXUGKDD2pb .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXUGKDD2pb .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXUGKDD2pb .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXUGKDD2pb .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXUGKDD2pb .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXUGKDD2pb .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXUGKDD2pb .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXUGKDD2pb H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXUGKEotuN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXUGKEotuN .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXUGKEotuN .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXUGKEotuN .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXUGKEotuN .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXUGKEotuN .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXUGKEotuN .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXUGKEotuN .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXUGKEotuN .social-row {
  text-align: center;
}
.cid-sXUGKEotuN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXUGKEotuN .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXUGKEotuN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXUGKEotuN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXUGKEotuN .card-title,
.cid-sXUGKEotuN .social-row {
  color: #000000;
}
.cid-sXUGKEotuN .mbr-role,
.cid-sXUGKEotuN .social-row {
  color: #000000;
}
.cid-sXUI75aGDM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUI75aGDM .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUI75aGDM .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUI75aGDM .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUI75aGDM .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUI75aGDM .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUI75aGDM .card-text {
  color: #000000;
}
.cid-sXUI75aGDM .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUI75aGDM .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUI75aGDM .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUI75aGDM .card-box {
    text-align: center;
  }
}
.cid-sXUI75aGDM .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUI75aGDM .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXUI75aGDM .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUI75aGDM .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUI75aGDM .card-title {
  color: #000000;
}
.cid-sXUOu7LH27 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUOu7LH27 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUOu7LH27 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUOu7LH27 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUOu7LH27 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUOu7LH27 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUOu7LH27 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUOu7LH27 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUOu7LH27 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUOu7LH27 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUOu7LH27 .card-box {
    text-align: center;
  }
}
.cid-sXUOu7LH27 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUOu7LH27 .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUOu7LH27 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUOu7LH27 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUOu7LH27 .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKFJYP2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKFJYP2 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKFJYP2 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKFJYP2 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKFJYP2 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKFJYP2 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKFJYP2 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKFJYP2 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKFJYP2 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKFJYP2 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKFJYP2 .card-box {
    text-align: center;
  }
}
.cid-sXUGKFJYP2 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKFJYP2 .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKFJYP2 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKFJYP2 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKFJYP2 .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXUGKGIjgz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKGIjgz .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKGIjgz .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKGIjgz .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKGIjgz .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKGIjgz .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKGIjgz .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKGIjgz .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKGIjgz .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKGIjgz .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKGIjgz .card-box {
    text-align: center;
  }
}
.cid-sXUGKGIjgz .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKGIjgz .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKGIjgz .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKGIjgz .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKGIjgz .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKHIVXy {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXUGKHIVXy .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKHIVXy .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKHIVXy .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKHIVXy .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKHIVXy .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKHIVXy .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKHIVXy .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKHIVXy .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKHIVXy .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKHIVXy .card-box {
    text-align: center;
  }
}
.cid-sXUGKHIVXy .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKHIVXy .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKHIVXy .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKHIVXy .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKHIVXy .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKICgMm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKICgMm .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKICgMm .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKICgMm .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKICgMm .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKICgMm .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKICgMm .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKICgMm .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKICgMm .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKICgMm .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKICgMm .card-box {
    text-align: center;
  }
}
.cid-sXUGKICgMm .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKICgMm .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKICgMm .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKICgMm .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKICgMm .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUSHeowcZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUSHeowcZ .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUSHeowcZ .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUSHeowcZ .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUSHeowcZ .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUSHeowcZ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUSHeowcZ .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUSHeowcZ .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUSHeowcZ .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUSHeowcZ .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUSHeowcZ .card-box {
    text-align: center;
  }
}
.cid-sXUSHeowcZ .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUSHeowcZ .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUSHeowcZ .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUSHeowcZ .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUSHeowcZ .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKJtoGj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKJtoGj .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKJtoGj .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKJtoGj .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKJtoGj .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKJtoGj .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKJtoGj .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKJtoGj .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKJtoGj .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKJtoGj .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKJtoGj .card-box {
    text-align: center;
  }
}
.cid-sXUGKJtoGj .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKJtoGj .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKJtoGj .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKJtoGj .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKJtoGj .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKKm56R {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKKm56R .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUGKKm56R .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKKm56R .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUGKKm56R .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUGKKm56R .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUGKKm56R .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUGKKm56R .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUGKKm56R .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUGKKm56R .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUGKKm56R .card-box {
    text-align: center;
  }
}
.cid-sXUGKKm56R .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUGKKm56R .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUGKKm56R .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUGKKm56R .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUGKKm56R .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKLmLzv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXUGKLmLzv .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXUGKLmLzv .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXUOwHGcnZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUOwHGcnZ .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXUOwHGcnZ .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXUOwHGcnZ .row {
    padding: 0 0.75rem;
  }
}
.cid-sXUOwHGcnZ .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXUOwHGcnZ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXUOwHGcnZ .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXUOwHGcnZ .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXUOwHGcnZ .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXUOwHGcnZ .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXUOwHGcnZ .card-box {
    text-align: center;
  }
}
.cid-sXUOwHGcnZ .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXUOwHGcnZ .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXUOwHGcnZ .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXUOwHGcnZ .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXUOwHGcnZ .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXUGKMhikl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXUGKMhikl .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXUGKMhikl .container {
    padding: 0 5%;
  }
}
.cid-sXUGKMhikl .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXUGKMhikl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXUGKMhikl .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXUGKMhikl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXUGKMhikl .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXUGKMhikl .panel-body,
.cid-sXUGKMhikl .card-header {
  padding: 36px 0;
}
.cid-sXUGKMhikl .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXUGKMhikl .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXUGKMhikl .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXUGKMhikl .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXUGKMhikl .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXUGKMhikl .mbr-iconfont:hover,
.cid-sXUGKMhikl .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXUGKMhikl .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXUGKMhikl .panel-text,
.cid-sXUGKMhikl .mbr-iconfont,
.cid-sXUGKMhikl .panel-add {
  color: #3a3e5e;
}
.cid-sXUGKMhikl .panel-text {
  color: #000000;
}
.cid-sXUGKNs6UP {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXUGKNs6UP .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXUGKNs6UP .container {
    padding: 0 5%;
  }
}
.cid-sXUGKNs6UP .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXUGKNs6UP .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXUGKNs6UP .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXUGKNs6UP .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXUGKNs6UP .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXUGKNs6UP .panel-body,
.cid-sXUGKNs6UP .card-header {
  padding: 36px 0;
}
.cid-sXUGKNs6UP .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXUGKNs6UP .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXUGKNs6UP .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXUGKNs6UP .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXUGKNs6UP .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXUGKNs6UP .mbr-iconfont:hover,
.cid-sXUGKNs6UP .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXUGKNs6UP .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXUGKNs6UP .panel-text,
.cid-sXUGKNs6UP .mbr-iconfont,
.cid-sXUGKNs6UP .panel-add {
  color: #3a3e5e;
}
.cid-sXUGKNs6UP .panel-text {
  color: #000000;
}
.cid-sYjCWI0P0h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjCWI0P0h .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjCWI0P0h .container {
    max-width: 1400px;
  }
}
.cid-sYjCWI0P0h .card {
  margin: auto;
}
.cid-sYjCWI0P0h .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjCWI0P0h .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjCWI0P0h .row {
  justify-content: center;
}
.cid-sYjCWI0P0h H3 {
  color: #000000;
}
.cid-t2Qn2NXfgO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2Qn2NXfgO .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2Qn2NXfgO .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2Qn2NXfgO .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2Qn2NXfgO .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2Qn2NXfgO .lin,
.cid-t2Qn2NXfgO .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpEUf2AXH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpEUf2AXH .container {
    max-width: 1400px;
  }
}
.cid-sYpEUf2AXH .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpEUf2AXH .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpEUf2AXH .row {
  justify-content: center;
}
.cid-sYpEUf2AXH .mbr-section-title {
  color: #000000;
}
.cid-sYpEUf2AXH .card-title,
.cid-sYpEUf2AXH .iconfont-wrapper {
  color: #000000;
}
.cid-sYjD0SkK5m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjD0SkK5m .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjD0SkK5m .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjD0SkK5m .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjD0SkK5m .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjD0SkK5m .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjD0SkK5m .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjD0SkK5m .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjD0SkK5m .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjD0SkK5m [class^="socicon-"]:before,
.cid-sYjD0SkK5m [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjD0SkK5m .mbr-section-title,
.cid-sYjD0SkK5m .mbr-social-likes {
  color: #000000;
}
.cid-sXVcM84T7K {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVcM84T7K .mbr-section-title {
  color: #ffffff;
}
.cid-sXUGKUBSpV {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXUGKUBSpV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXUGKUBSpV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXUGKUBSpV .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXUGKUBSpV .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXUGKUBSpV .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXUGKUBSpV .row .foot-menu li p {
  margin: 0;
}
.cid-sXUGKUBSpV .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXUGKUBSpV .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXUGKUBSpV .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXUGKUBSpV .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXUGKUBSpV .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXUGKUBSpV .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXUGKUBSpV .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXUGKUBSpV .row .row-copirayt p {
  width: 100%;
}
.cid-sXUGKUBSpV foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXVgFVhXX7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXVgFVhXX7 .row {
  align-items: center;
}
.cid-sXVgFVhXX7 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXVgFVhXX7 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXVgFVhXX7 .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXVgFVhXX7 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXVgFVhXX7 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXVgFVhXX7 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXVgFVhXX7 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXVgFVhXX7 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXVgFVhXX7 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXVgFVhXX7 .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXVgFVhXX7 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXVgFW2gbi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXVgFW2gbi .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXVgFW2gbi .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXVgFW2gbi .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXVgFW2gbi .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXVgFW2gbi .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXVgFW2gbi .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXVgFW2gbi .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXVgFW2gbi .social-row {
  text-align: center;
}
.cid-sXVgFW2gbi .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXVgFW2gbi .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXVgFW2gbi .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXVgFW2gbi .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXVgFW2gbi .card-title,
.cid-sXVgFW2gbi .social-row {
  color: #000000;
}
.cid-sXVgFW2gbi .mbr-role,
.cid-sXVgFW2gbi .social-row {
  color: #000000;
}
.cid-sXVgFXeGpl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgFXeGpl .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgFXeGpl .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFXeGpl .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgFXeGpl .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgFXeGpl .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgFXeGpl .card-text {
  color: #000000;
}
.cid-sXVgFXeGpl .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgFXeGpl .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgFXeGpl .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFXeGpl .card-box {
    text-align: center;
  }
}
.cid-sXVgFXeGpl .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgFXeGpl .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXVgFXeGpl .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgFXeGpl .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgFXeGpl .card-title {
  color: #000000;
}
.cid-sXVgFYTjEm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgFYTjEm .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgFYTjEm .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFYTjEm .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgFYTjEm .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgFYTjEm .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgFYTjEm .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgFYTjEm .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgFYTjEm .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgFYTjEm .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFYTjEm .card-box {
    text-align: center;
  }
}
.cid-sXVgFYTjEm .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgFYTjEm .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgFYTjEm .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgFYTjEm .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgFYTjEm .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXVgFZJITz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgFZJITz .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgFZJITz .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFZJITz .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgFZJITz .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgFZJITz .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgFZJITz .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgFZJITz .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgFZJITz .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgFZJITz .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgFZJITz .card-box {
    text-align: center;
  }
}
.cid-sXVgFZJITz .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgFZJITz .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgFZJITz .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgFZJITz .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgFZJITz .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG0tGHn {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXVgG0tGHn .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgG0tGHn .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG0tGHn .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgG0tGHn .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgG0tGHn .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgG0tGHn .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgG0tGHn .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgG0tGHn .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgG0tGHn .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG0tGHn .card-box {
    text-align: center;
  }
}
.cid-sXVgG0tGHn .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgG0tGHn .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgG0tGHn .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgG0tGHn .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgG0tGHn .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG2NVuL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgG2NVuL .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgG2NVuL .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG2NVuL .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgG2NVuL .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgG2NVuL .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgG2NVuL .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgG2NVuL .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgG2NVuL .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgG2NVuL .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG2NVuL .card-box {
    text-align: center;
  }
}
.cid-sXVgG2NVuL .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgG2NVuL .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgG2NVuL .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgG2NVuL .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgG2NVuL .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG3QtqN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgG3QtqN .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgG3QtqN .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG3QtqN .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgG3QtqN .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgG3QtqN .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgG3QtqN .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgG3QtqN .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgG3QtqN .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgG3QtqN .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG3QtqN .card-box {
    text-align: center;
  }
}
.cid-sXVgG3QtqN .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgG3QtqN .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgG3QtqN .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgG3QtqN .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgG3QtqN .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG4UE0d {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgG4UE0d .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgG4UE0d .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG4UE0d .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgG4UE0d .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgG4UE0d .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgG4UE0d .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgG4UE0d .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgG4UE0d .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgG4UE0d .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG4UE0d .card-box {
    text-align: center;
  }
}
.cid-sXVgG4UE0d .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgG4UE0d .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgG4UE0d .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgG4UE0d .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgG4UE0d .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG5Ykhm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVgG5Ykhm .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXVgG5Ykhm .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXVgG6Yi4W {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgG6Yi4W .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVgG6Yi4W .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG6Yi4W .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVgG6Yi4W .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVgG6Yi4W .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVgG6Yi4W .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVgG6Yi4W .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVgG6Yi4W .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVgG6Yi4W .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVgG6Yi4W .card-box {
    text-align: center;
  }
}
.cid-sXVgG6Yi4W .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVgG6Yi4W .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVgG6Yi4W .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVgG6Yi4W .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVgG6Yi4W .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVgG8byU0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVgG8byU0 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVgG8byU0 .container {
    padding: 0 5%;
  }
}
.cid-sXVgG8byU0 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVgG8byU0 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVgG8byU0 .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVgG8byU0 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVgG8byU0 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVgG8byU0 .panel-body,
.cid-sXVgG8byU0 .card-header {
  padding: 36px 0;
}
.cid-sXVgG8byU0 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVgG8byU0 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXVgG8byU0 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVgG8byU0 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVgG8byU0 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVgG8byU0 .mbr-iconfont:hover,
.cid-sXVgG8byU0 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVgG8byU0 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVgG8byU0 .panel-text,
.cid-sXVgG8byU0 .mbr-iconfont,
.cid-sXVgG8byU0 .panel-add {
  color: #3a3e5e;
}
.cid-sXVgG8byU0 .panel-text {
  color: #000000;
}
.cid-sXVgG9dWNK {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVgG9dWNK .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVgG9dWNK .container {
    padding: 0 5%;
  }
}
.cid-sXVgG9dWNK .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVgG9dWNK .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVgG9dWNK .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVgG9dWNK .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVgG9dWNK .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVgG9dWNK .panel-body,
.cid-sXVgG9dWNK .card-header {
  padding: 36px 0;
}
.cid-sXVgG9dWNK .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVgG9dWNK .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXVgG9dWNK .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVgG9dWNK .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVgG9dWNK .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVgG9dWNK .mbr-iconfont:hover,
.cid-sXVgG9dWNK .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVgG9dWNK .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVgG9dWNK .panel-text,
.cid-sXVgG9dWNK .mbr-iconfont,
.cid-sXVgG9dWNK .panel-add {
  color: #3a3e5e;
}
.cid-sXVgG9dWNK .panel-text {
  color: #000000;
}
.cid-sYjFg5kql9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjFg5kql9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjFg5kql9 .container {
    max-width: 1400px;
  }
}
.cid-sYjFg5kql9 .card {
  margin: auto;
}
.cid-sYjFg5kql9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjFg5kql9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjFg5kql9 .row {
  justify-content: center;
}
.cid-sYjFg5kql9 H3 {
  color: #000000;
}
.cid-t2QoraRPyA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QoraRPyA .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QoraRPyA .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QoraRPyA .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QoraRPyA .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QoraRPyA .lin,
.cid-t2QoraRPyA .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpIFm47rY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpIFm47rY .container {
    max-width: 1400px;
  }
}
.cid-sYpIFm47rY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpIFm47rY .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpIFm47rY .row {
  justify-content: center;
}
.cid-sYpIFm47rY .mbr-section-title {
  color: #000000;
}
.cid-sYpIFm47rY .card-title,
.cid-sYpIFm47rY .iconfont-wrapper {
  color: #000000;
}
.cid-sYjET8DqeW {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjET8DqeW .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjET8DqeW .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjET8DqeW .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjET8DqeW .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjET8DqeW .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjET8DqeW .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjET8DqeW .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjET8DqeW .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjET8DqeW [class^="socicon-"]:before,
.cid-sYjET8DqeW [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjET8DqeW .mbr-section-title,
.cid-sYjET8DqeW .mbr-social-likes {
  color: #000000;
}
.cid-sXVgGephZi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVgGephZi .mbr-section-title {
  color: #ffffff;
}
.cid-sXVgGfjpSy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVgGfjpSy .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXVgGfjpSy .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXVgGfjpSy .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXVgGfjpSy .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXVgGfjpSy .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXVgGfjpSy .row .foot-menu li p {
  margin: 0;
}
.cid-sXVgGfjpSy .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXVgGfjpSy .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXVgGfjpSy .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXVgGfjpSy .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXVgGfjpSy .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXVgGfjpSy .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXVgGfjpSy .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXVgGfjpSy .row .row-copirayt p {
  width: 100%;
}
.cid-sXVgGfjpSy foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXVph8wkiq {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXVph8wkiq .row {
  align-items: center;
}
.cid-sXVph8wkiq .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXVph8wkiq .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXVph8wkiq .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXVph8wkiq .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXVph8wkiq .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXVph8wkiq .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXVph8wkiq .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXVph8wkiq .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXVph8wkiq .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXVph8wkiq .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXVph8wkiq H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXVph9obPo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXVph9obPo .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXVph9obPo .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXVph9obPo .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXVph9obPo .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXVph9obPo .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXVph9obPo .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXVph9obPo .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXVph9obPo .social-row {
  text-align: center;
}
.cid-sXVph9obPo .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXVph9obPo .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXVph9obPo .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXVph9obPo .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXVph9obPo .card-title,
.cid-sXVph9obPo .social-row {
  color: #000000;
}
.cid-sXVph9obPo .mbr-role,
.cid-sXVph9obPo .social-row {
  color: #000000;
}
.cid-sXVphaW5GH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphaW5GH .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphaW5GH .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphaW5GH .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphaW5GH .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphaW5GH .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphaW5GH .card-text {
  color: #000000;
}
.cid-sXVphaW5GH .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphaW5GH .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphaW5GH .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphaW5GH .card-box {
    text-align: center;
  }
}
.cid-sXVphaW5GH .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphaW5GH .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXVphaW5GH .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphaW5GH .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphaW5GH .card-title {
  color: #000000;
}
.cid-sXVphbNPaX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphbNPaX .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphbNPaX .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphbNPaX .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphbNPaX .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphbNPaX .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphbNPaX .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphbNPaX .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphbNPaX .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphbNPaX .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphbNPaX .card-box {
    text-align: center;
  }
}
.cid-sXVphbNPaX .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphbNPaX .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphbNPaX .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphbNPaX .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphbNPaX .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphczjXM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphczjXM .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphczjXM .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphczjXM .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphczjXM .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphczjXM .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphczjXM .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphczjXM .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphczjXM .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphczjXM .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphczjXM .card-box {
    text-align: center;
  }
}
.cid-sXVphczjXM .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphczjXM .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphczjXM .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphczjXM .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphczjXM .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXVphdnhFO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphdnhFO .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphdnhFO .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphdnhFO .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphdnhFO .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphdnhFO .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphdnhFO .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphdnhFO .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphdnhFO .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphdnhFO .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphdnhFO .card-box {
    text-align: center;
  }
}
.cid-sXVphdnhFO .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphdnhFO .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphdnhFO .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphdnhFO .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphdnhFO .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphecV5j {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXVphecV5j .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphecV5j .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphecV5j .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphecV5j .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphecV5j .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphecV5j .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphecV5j .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphecV5j .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphecV5j .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphecV5j .card-box {
    text-align: center;
  }
}
.cid-sXVphecV5j .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphecV5j .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphecV5j .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphecV5j .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphecV5j .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphhbSmr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphhbSmr .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphhbSmr .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphhbSmr .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphhbSmr .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphhbSmr .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphhbSmr .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphhbSmr .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphhbSmr .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphhbSmr .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphhbSmr .card-box {
    text-align: center;
  }
}
.cid-sXVphhbSmr .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphhbSmr .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphhbSmr .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphhbSmr .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphhbSmr .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphi9GXN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphi9GXN .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphi9GXN .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphi9GXN .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphi9GXN .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphi9GXN .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphi9GXN .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphi9GXN .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphi9GXN .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphi9GXN .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphi9GXN .card-box {
    text-align: center;
  }
}
.cid-sXVphi9GXN .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphi9GXN .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphi9GXN .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphi9GXN .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphi9GXN .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphk87uZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVphk87uZ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXVphk87uZ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXVphlhX5B {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVphlhX5B .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVphlhX5B .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVphlhX5B .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVphlhX5B .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVphlhX5B .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVphlhX5B .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVphlhX5B .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVphlhX5B .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVphlhX5B .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVphlhX5B .card-box {
    text-align: center;
  }
}
.cid-sXVphlhX5B .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVphlhX5B .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVphlhX5B .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVphlhX5B .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVphlhX5B .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVphmJqhB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVphmJqhB .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVphmJqhB .container {
    padding: 0 5%;
  }
}
.cid-sXVphmJqhB .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVphmJqhB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVphmJqhB .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVphmJqhB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVphmJqhB .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVphmJqhB .panel-body,
.cid-sXVphmJqhB .card-header {
  padding: 36px 0;
}
.cid-sXVphmJqhB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVphmJqhB .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXVphmJqhB .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVphmJqhB .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVphmJqhB .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVphmJqhB .mbr-iconfont:hover,
.cid-sXVphmJqhB .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVphmJqhB .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVphmJqhB .panel-text,
.cid-sXVphmJqhB .mbr-iconfont,
.cid-sXVphmJqhB .panel-add {
  color: #3a3e5e;
}
.cid-sXVphmJqhB .panel-text {
  color: #000000;
}
.cid-sXVpho4f1K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVpho4f1K .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVpho4f1K .container {
    padding: 0 5%;
  }
}
.cid-sXVpho4f1K .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVpho4f1K .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVpho4f1K .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVpho4f1K .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVpho4f1K .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVpho4f1K .panel-body,
.cid-sXVpho4f1K .card-header {
  padding: 36px 0;
}
.cid-sXVpho4f1K .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVpho4f1K .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXVpho4f1K .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVpho4f1K .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVpho4f1K .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVpho4f1K .mbr-iconfont:hover,
.cid-sXVpho4f1K .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVpho4f1K .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVpho4f1K .panel-text,
.cid-sXVpho4f1K .mbr-iconfont,
.cid-sXVpho4f1K .panel-add {
  color: #3a3e5e;
}
.cid-sXVpho4f1K .panel-text {
  color: #000000;
}
.cid-sXVzqGLyDh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVzqGLyDh .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVzqGLyDh .container {
    padding: 0 5%;
  }
}
.cid-sXVzqGLyDh .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVzqGLyDh .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVzqGLyDh .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVzqGLyDh .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVzqGLyDh .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVzqGLyDh .panel-body,
.cid-sXVzqGLyDh .card-header {
  padding: 36px 0;
}
.cid-sXVzqGLyDh .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVzqGLyDh .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXVzqGLyDh .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVzqGLyDh .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVzqGLyDh .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVzqGLyDh .mbr-iconfont:hover,
.cid-sXVzqGLyDh .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVzqGLyDh .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVzqGLyDh .panel-text,
.cid-sXVzqGLyDh .mbr-iconfont,
.cid-sXVzqGLyDh .panel-add {
  color: #3a3e5e;
}
.cid-sXVzqGLyDh .panel-text {
  color: #000000;
}
.cid-sYjIvhegNc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjIvhegNc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjIvhegNc .container {
    max-width: 1400px;
  }
}
.cid-sYjIvhegNc .card {
  margin: auto;
}
.cid-sYjIvhegNc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjIvhegNc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjIvhegNc .row {
  justify-content: center;
}
.cid-sYjIvhegNc H3 {
  color: #000000;
}
.cid-t2QpKV38QF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QpKV38QF .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QpKV38QF .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QpKV38QF .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QpKV38QF .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QpKV38QF .lin,
.cid-t2QpKV38QF .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpKroYeuh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpKroYeuh .container {
    max-width: 1400px;
  }
}
.cid-sYpKroYeuh .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpKroYeuh .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpKroYeuh .row {
  justify-content: center;
}
.cid-sYpKroYeuh .mbr-section-title {
  color: #000000;
}
.cid-sYpKroYeuh .card-title,
.cid-sYpKroYeuh .iconfont-wrapper {
  color: #000000;
}
.cid-sYjIkEGGCZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjIkEGGCZ .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjIkEGGCZ .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjIkEGGCZ .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjIkEGGCZ .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjIkEGGCZ .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjIkEGGCZ .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjIkEGGCZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjIkEGGCZ .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjIkEGGCZ [class^="socicon-"]:before,
.cid-sYjIkEGGCZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjIkEGGCZ .mbr-section-title,
.cid-sYjIkEGGCZ .mbr-social-likes {
  color: #000000;
}
.cid-sXVphtXU4C {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVphtXU4C .mbr-section-title {
  color: #ffffff;
}
.cid-sXVphuJiOM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVphuJiOM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXVphuJiOM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXVphuJiOM .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXVphuJiOM .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXVphuJiOM .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXVphuJiOM .row .foot-menu li p {
  margin: 0;
}
.cid-sXVphuJiOM .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXVphuJiOM .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXVphuJiOM .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXVphuJiOM .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXVphuJiOM .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXVphuJiOM .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXVphuJiOM .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXVphuJiOM .row .row-copirayt p {
  width: 100%;
}
.cid-sXVphuJiOM foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXVGfiXX0U {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXVGfiXX0U .row {
  align-items: center;
}
.cid-sXVGfiXX0U .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXVGfiXX0U .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXVGfiXX0U .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXVGfiXX0U .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXVGfiXX0U .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXVGfiXX0U .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXVGfiXX0U .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXVGfiXX0U .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXVGfiXX0U .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXVGfiXX0U .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXVGfiXX0U H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXVGfk4Fp0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXVGfk4Fp0 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXVGfk4Fp0 .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXVGfk4Fp0 .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXVGfk4Fp0 .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXVGfk4Fp0 .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXVGfk4Fp0 .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXVGfk4Fp0 .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXVGfk4Fp0 .social-row {
  text-align: center;
}
.cid-sXVGfk4Fp0 .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXVGfk4Fp0 .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXVGfk4Fp0 .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXVGfk4Fp0 .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXVGfk4Fp0 .card-title,
.cid-sXVGfk4Fp0 .social-row {
  color: #000000;
}
.cid-sXVGfk4Fp0 .mbr-role,
.cid-sXVGfk4Fp0 .social-row {
  color: #000000;
}
.cid-sXVGflFopu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGflFopu .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGflFopu .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGflFopu .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGflFopu .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGflFopu .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGflFopu .card-text {
  color: #000000;
}
.cid-sXVGflFopu .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGflFopu .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGflFopu .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGflFopu .card-box {
    text-align: center;
  }
}
.cid-sXVGflFopu .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGflFopu .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXVGflFopu .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGflFopu .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGflFopu .card-title {
  color: #000000;
}
.cid-sXVGfmH7lI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGfmH7lI .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGfmH7lI .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfmH7lI .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGfmH7lI .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGfmH7lI .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGfmH7lI .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGfmH7lI .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGfmH7lI .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGfmH7lI .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfmH7lI .card-box {
    text-align: center;
  }
}
.cid-sXVGfmH7lI .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGfmH7lI .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGfmH7lI .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGfmH7lI .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGfmH7lI .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVGfnE6iO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGfnE6iO .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGfnE6iO .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfnE6iO .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGfnE6iO .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGfnE6iO .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGfnE6iO .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGfnE6iO .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGfnE6iO .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGfnE6iO .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfnE6iO .card-box {
    text-align: center;
  }
}
.cid-sXVGfnE6iO .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGfnE6iO .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGfnE6iO .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGfnE6iO .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGfnE6iO .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXVGfoEQ8G {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGfoEQ8G .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGfoEQ8G .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfoEQ8G .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGfoEQ8G .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGfoEQ8G .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGfoEQ8G .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGfoEQ8G .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGfoEQ8G .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGfoEQ8G .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfoEQ8G .card-box {
    text-align: center;
  }
}
.cid-sXVGfoEQ8G .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGfoEQ8G .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGfoEQ8G .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGfoEQ8G .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGfoEQ8G .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVGfqIb8V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGfqIb8V .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGfqIb8V .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfqIb8V .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGfqIb8V .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGfqIb8V .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGfqIb8V .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGfqIb8V .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGfqIb8V .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGfqIb8V .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfqIb8V .card-box {
    text-align: center;
  }
}
.cid-sXVGfqIb8V .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGfqIb8V .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGfqIb8V .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGfqIb8V .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGfqIb8V .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVGfrMxrp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGfrMxrp .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGfrMxrp .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfrMxrp .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGfrMxrp .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGfrMxrp .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGfrMxrp .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGfrMxrp .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGfrMxrp .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGfrMxrp .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGfrMxrp .card-box {
    text-align: center;
  }
}
.cid-sXVGfrMxrp .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGfrMxrp .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGfrMxrp .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGfrMxrp .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGfrMxrp .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVGfsPQJS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVGfsPQJS .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXVGfsPQJS .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXVGftOfGN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXVGftOfGN .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXVGftOfGN .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXVGftOfGN .row {
    padding: 0 0.75rem;
  }
}
.cid-sXVGftOfGN .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXVGftOfGN .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXVGftOfGN .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXVGftOfGN .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXVGftOfGN .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXVGftOfGN .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXVGftOfGN .card-box {
    text-align: center;
  }
}
.cid-sXVGftOfGN .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXVGftOfGN .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXVGftOfGN .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXVGftOfGN .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXVGftOfGN .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXVGfuSvWF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVGfuSvWF .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVGfuSvWF .container {
    padding: 0 5%;
  }
}
.cid-sXVGfuSvWF .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVGfuSvWF .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVGfuSvWF .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVGfuSvWF .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVGfuSvWF .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVGfuSvWF .panel-body,
.cid-sXVGfuSvWF .card-header {
  padding: 36px 0;
}
.cid-sXVGfuSvWF .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVGfuSvWF .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXVGfuSvWF .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVGfuSvWF .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVGfuSvWF .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVGfuSvWF .mbr-iconfont:hover,
.cid-sXVGfuSvWF .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVGfuSvWF .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVGfuSvWF .panel-text,
.cid-sXVGfuSvWF .mbr-iconfont,
.cid-sXVGfuSvWF .panel-add {
  color: #3a3e5e;
}
.cid-sXVGfuSvWF .panel-text {
  color: #000000;
}
.cid-sXVGfw6qPB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVGfw6qPB .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVGfw6qPB .container {
    padding: 0 5%;
  }
}
.cid-sXVGfw6qPB .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVGfw6qPB .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVGfw6qPB .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVGfw6qPB .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVGfw6qPB .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVGfw6qPB .panel-body,
.cid-sXVGfw6qPB .card-header {
  padding: 36px 0;
}
.cid-sXVGfw6qPB .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVGfw6qPB .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXVGfw6qPB .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVGfw6qPB .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVGfw6qPB .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVGfw6qPB .mbr-iconfont:hover,
.cid-sXVGfw6qPB .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVGfw6qPB .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVGfw6qPB .panel-text,
.cid-sXVGfw6qPB .mbr-iconfont,
.cid-sXVGfw6qPB .panel-add {
  color: #3a3e5e;
}
.cid-sXVGfw6qPB .panel-text {
  color: #000000;
}
.cid-sXVGfxnxCk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXVGfxnxCk .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXVGfxnxCk .container {
    padding: 0 5%;
  }
}
.cid-sXVGfxnxCk .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXVGfxnxCk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXVGfxnxCk .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXVGfxnxCk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXVGfxnxCk .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXVGfxnxCk .panel-body,
.cid-sXVGfxnxCk .card-header {
  padding: 36px 0;
}
.cid-sXVGfxnxCk .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXVGfxnxCk .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXVGfxnxCk .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXVGfxnxCk .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXVGfxnxCk .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXVGfxnxCk .mbr-iconfont:hover,
.cid-sXVGfxnxCk .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXVGfxnxCk .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXVGfxnxCk .panel-text,
.cid-sXVGfxnxCk .mbr-iconfont,
.cid-sXVGfxnxCk .panel-add {
  color: #3a3e5e;
}
.cid-sXVGfxnxCk .panel-text {
  color: #000000;
}
.cid-sYjKVGxI9V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjKVGxI9V .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjKVGxI9V .container {
    max-width: 1400px;
  }
}
.cid-sYjKVGxI9V .card {
  margin: auto;
}
.cid-sYjKVGxI9V .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjKVGxI9V .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjKVGxI9V .row {
  justify-content: center;
}
.cid-sYjKVGxI9V H3 {
  color: #000000;
}
.cid-t2Qr1B0QSv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2Qr1B0QSv .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2Qr1B0QSv .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2Qr1B0QSv .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2Qr1B0QSv .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2Qr1B0QSv .lin,
.cid-t2Qr1B0QSv .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpN4NvMW1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpN4NvMW1 .container {
    max-width: 1400px;
  }
}
.cid-sYpN4NvMW1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpN4NvMW1 .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpN4NvMW1 .row {
  justify-content: center;
}
.cid-sYpN4NvMW1 .mbr-section-title {
  color: #000000;
}
.cid-sYpN4NvMW1 .card-title,
.cid-sYpN4NvMW1 .iconfont-wrapper {
  color: #000000;
}
.cid-sYjKIpj7uS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjKIpj7uS .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjKIpj7uS .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjKIpj7uS .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjKIpj7uS .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjKIpj7uS .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjKIpj7uS .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjKIpj7uS .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjKIpj7uS .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjKIpj7uS [class^="socicon-"]:before,
.cid-sYjKIpj7uS [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjKIpj7uS .mbr-section-title,
.cid-sYjKIpj7uS .mbr-social-likes {
  color: #000000;
}
.cid-sXVGfIKfba {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVGfIKfba .mbr-section-title {
  color: #ffffff;
}
.cid-sXVGfKCFfX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVGfKCFfX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXVGfKCFfX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXVGfKCFfX .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXVGfKCFfX .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXVGfKCFfX .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXVGfKCFfX .row .foot-menu li p {
  margin: 0;
}
.cid-sXVGfKCFfX .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXVGfKCFfX .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXVGfKCFfX .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXVGfKCFfX .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXVGfKCFfX .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXVGfKCFfX .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXVGfKCFfX .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXVGfKCFfX .row .row-copirayt p {
  width: 100%;
}
.cid-sXVGfKCFfX foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXW8iFgTPf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXW8iFgTPf .row {
  align-items: center;
}
.cid-sXW8iFgTPf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXW8iFgTPf .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXW8iFgTPf .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXW8iFgTPf .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXW8iFgTPf .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXW8iFgTPf .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXW8iFgTPf .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXW8iFgTPf .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXW8iFgTPf .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXW8iFgTPf .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXW8iFgTPf H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXW8iGnJDT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-sXW8iGnJDT .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-sXW8iGnJDT .team-card:hover {
  transform: translateY(-10px);
}
.cid-sXW8iGnJDT .card-wrap {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .cid-sXW8iGnJDT .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-sXW8iGnJDT .card-wrap .image-wrap img {
  width: 100%;
}
@media (min-width: 768px) {
  .cid-sXW8iGnJDT .card-wrap .content-wrap {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sXW8iGnJDT .card-wrap .content-wrap {
    padding: 1rem;
  }
}
.cid-sXW8iGnJDT .social-row {
  text-align: center;
}
.cid-sXW8iGnJDT .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-sXW8iGnJDT .social-row .soc-item .mbr-iconfont {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
}
.cid-sXW8iGnJDT .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-sXW8iGnJDT .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-sXW8iGnJDT .card-title,
.cid-sXW8iGnJDT .social-row {
  color: #000000;
}
.cid-sXW8iGnJDT .mbr-role,
.cid-sXW8iGnJDT .social-row {
  color: #000000;
}
.cid-sXW8iHPDj7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iHPDj7 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iHPDj7 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iHPDj7 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iHPDj7 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iHPDj7 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iHPDj7 .card-text {
  color: #000000;
}
.cid-sXW8iHPDj7 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iHPDj7 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iHPDj7 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iHPDj7 .card-box {
    text-align: center;
  }
}
.cid-sXW8iHPDj7 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iHPDj7 .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXW8iHPDj7 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iHPDj7 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iHPDj7 .card-title {
  color: #000000;
}
.cid-sXW8iIWSZ9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iIWSZ9 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iIWSZ9 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iIWSZ9 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iIWSZ9 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iIWSZ9 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iIWSZ9 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iIWSZ9 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iIWSZ9 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iIWSZ9 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iIWSZ9 .card-box {
    text-align: center;
  }
}
.cid-sXW8iIWSZ9 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iIWSZ9 .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iIWSZ9 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iIWSZ9 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iIWSZ9 .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iJRsV8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iJRsV8 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iJRsV8 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iJRsV8 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iJRsV8 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iJRsV8 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iJRsV8 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iJRsV8 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iJRsV8 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iJRsV8 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iJRsV8 .card-box {
    text-align: center;
  }
}
.cid-sXW8iJRsV8 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iJRsV8 .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iJRsV8 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iJRsV8 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iJRsV8 .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXW8iKNzgA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iKNzgA .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iKNzgA .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iKNzgA .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iKNzgA .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iKNzgA .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iKNzgA .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iKNzgA .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iKNzgA .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iKNzgA .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iKNzgA .card-box {
    text-align: center;
  }
}
.cid-sXW8iKNzgA .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iKNzgA .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iKNzgA .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iKNzgA .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iKNzgA .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iLNUBl {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXW8iLNUBl .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iLNUBl .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iLNUBl .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iLNUBl .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iLNUBl .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iLNUBl .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iLNUBl .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iLNUBl .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iLNUBl .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iLNUBl .card-box {
    text-align: center;
  }
}
.cid-sXW8iLNUBl .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iLNUBl .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iLNUBl .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iLNUBl .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iLNUBl .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXWaoNjQzL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXWaoNjQzL .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWaoNjQzL .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWaoNjQzL .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWaoNjQzL .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWaoNjQzL .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWaoNjQzL .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXWaoNjQzL .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWaoNjQzL .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWaoNjQzL .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWaoNjQzL .card-box {
    text-align: center;
  }
}
.cid-sXWaoNjQzL .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWaoNjQzL .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXWaoNjQzL .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWaoNjQzL .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWaoNjQzL .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iMKJic {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iMKJic .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iMKJic .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iMKJic .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iMKJic .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iMKJic .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iMKJic .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iMKJic .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iMKJic .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iMKJic .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iMKJic .card-box {
    text-align: center;
  }
}
.cid-sXW8iMKJic .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iMKJic .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iMKJic .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iMKJic .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iMKJic .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iNQXmz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iNQXmz .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iNQXmz .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iNQXmz .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iNQXmz .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iNQXmz .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iNQXmz .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iNQXmz .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iNQXmz .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iNQXmz .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iNQXmz .card-box {
    text-align: center;
  }
}
.cid-sXW8iNQXmz .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iNQXmz .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iNQXmz .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iNQXmz .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iNQXmz .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iOTLhb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXW8iOTLhb .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXW8iOTLhb .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXW8iPYjur {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXW8iPYjur .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXW8iPYjur .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iPYjur .row {
    padding: 0 0.75rem;
  }
}
.cid-sXW8iPYjur .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXW8iPYjur .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXW8iPYjur .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXW8iPYjur .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXW8iPYjur .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXW8iPYjur .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXW8iPYjur .card-box {
    text-align: center;
  }
}
.cid-sXW8iPYjur .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXW8iPYjur .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXW8iPYjur .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXW8iPYjur .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXW8iPYjur .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXW8iR9OPa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXW8iR9OPa .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXW8iR9OPa .container {
    padding: 0 5%;
  }
}
.cid-sXW8iR9OPa .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXW8iR9OPa .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXW8iR9OPa .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXW8iR9OPa .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXW8iR9OPa .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXW8iR9OPa .panel-body,
.cid-sXW8iR9OPa .card-header {
  padding: 36px 0;
}
.cid-sXW8iR9OPa .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXW8iR9OPa .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sXW8iR9OPa .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXW8iR9OPa .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXW8iR9OPa .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXW8iR9OPa .mbr-iconfont:hover,
.cid-sXW8iR9OPa .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXW8iR9OPa .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXW8iR9OPa .panel-text,
.cid-sXW8iR9OPa .mbr-iconfont,
.cid-sXW8iR9OPa .panel-add {
  color: #3a3e5e;
}
.cid-sXW8iR9OPa .panel-text {
  color: #000000;
}
.cid-sXW8iSApWZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXW8iSApWZ .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sXW8iSApWZ .container {
    padding: 0 5%;
  }
}
.cid-sXW8iSApWZ .section-head {
  margin-bottom: 3.3rem;
}
.cid-sXW8iSApWZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sXW8iSApWZ .card {
  border-bottom: 2px #000050 solid;
  border-top: 2px #000050 solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sXW8iSApWZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sXW8iSApWZ .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sXW8iSApWZ .panel-body,
.cid-sXW8iSApWZ .card-header {
  padding: 36px 0;
}
.cid-sXW8iSApWZ .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sXW8iSApWZ .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sXW8iSApWZ .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sXW8iSApWZ .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sXW8iSApWZ .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sXW8iSApWZ .mbr-iconfont:hover,
.cid-sXW8iSApWZ .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sXW8iSApWZ .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sXW8iSApWZ .panel-text,
.cid-sXW8iSApWZ .mbr-iconfont,
.cid-sXW8iSApWZ .panel-add {
  color: #3a3e5e;
}
.cid-sXW8iSApWZ .panel-text {
  color: #000000;
}
.cid-sYjMQWVP5I {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjMQWVP5I .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjMQWVP5I .container {
    max-width: 1400px;
  }
}
.cid-sYjMQWVP5I .card {
  margin: auto;
}
.cid-sYjMQWVP5I .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjMQWVP5I .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjMQWVP5I .row {
  justify-content: center;
}
.cid-sYjMQWVP5I H3 {
  color: #000000;
}
.cid-t2QshwrT3b {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QshwrT3b .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QshwrT3b .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QshwrT3b .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QshwrT3b .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QshwrT3b .lin,
.cid-t2QshwrT3b .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpPvaC0yJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpPvaC0yJ .container {
    max-width: 1400px;
  }
}
.cid-sYpPvaC0yJ .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpPvaC0yJ .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpPvaC0yJ .row {
  justify-content: center;
}
.cid-sYpPvaC0yJ .mbr-section-title {
  color: #000000;
}
.cid-sYpPvaC0yJ .card-title,
.cid-sYpPvaC0yJ .iconfont-wrapper {
  color: #000000;
}
.cid-sYjMzVYwqj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjMzVYwqj .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjMzVYwqj .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjMzVYwqj .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjMzVYwqj .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjMzVYwqj .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjMzVYwqj .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjMzVYwqj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjMzVYwqj .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjMzVYwqj [class^="socicon-"]:before,
.cid-sYjMzVYwqj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjMzVYwqj .mbr-section-title,
.cid-sYjMzVYwqj .mbr-social-likes {
  color: #000000;
}
.cid-sXW8j0jqtS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXW8j0jqtS .mbr-section-title {
  color: #ffffff;
}
.cid-sXW8j1v2Yd {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXW8j1v2Yd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXW8j1v2Yd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXW8j1v2Yd .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXW8j1v2Yd .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXW8j1v2Yd .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXW8j1v2Yd .row .foot-menu li p {
  margin: 0;
}
.cid-sXW8j1v2Yd .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXW8j1v2Yd .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXW8j1v2Yd .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXW8j1v2Yd .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXW8j1v2Yd .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXW8j1v2Yd .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXW8j1v2Yd .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXW8j1v2Yd .row .row-copirayt p {
  width: 100%;
}
.cid-sXW8j1v2Yd foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXWWW09ofg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXWWW09ofg .row {
  align-items: center;
}
.cid-sXWWW09ofg .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXWWW09ofg .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXWWW09ofg .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXWWW09ofg .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXWWW09ofg .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXWWW09ofg .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXWWW09ofg .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXWWW09ofg .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXWWW09ofg .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXWWW09ofg .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXWWW09ofg .mbr-section-title,
.cid-sXWWW09ofg .mbr-section-btn {
  color: #ffffff;
}
.cid-sXWWW09ofg H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXXrpMtCxG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXrpMtCxG .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXXrpMtCxG .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXXrpMtCxG .row {
    padding: 0 0.75rem;
  }
}
.cid-sXXrpMtCxG .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXXrpMtCxG .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXXrpMtCxG .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXXrpMtCxG .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXXrpMtCxG .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXXrpMtCxG .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXXrpMtCxG .card-box {
    text-align: center;
  }
}
.cid-sXXrpMtCxG .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXXrpMtCxG .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXXrpMtCxG .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXXrpMtCxG .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXXrpMtCxG .card-title {
  color: #000000;
}
.cid-sXWWW52YdI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXWWW52YdI .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWWW52YdI .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW52YdI .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWWW52YdI .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWWW52YdI .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWWW52YdI .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXWWW52YdI .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWWW52YdI .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWWW52YdI .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW52YdI .card-box {
    text-align: center;
  }
}
.cid-sXWWW52YdI .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWWW52YdI .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXWWW52YdI .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWWW52YdI .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWWW52YdI .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXWWW5PsMM {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXWWW5PsMM .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWWW5PsMM .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW5PsMM .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWWW5PsMM .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWWW5PsMM .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWWW5PsMM .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXWWW5PsMM .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWWW5PsMM .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWWW5PsMM .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW5PsMM .card-box {
    text-align: center;
  }
}
.cid-sXWWW5PsMM .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWWW5PsMM .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXWWW5PsMM .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWWW5PsMM .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWWW5PsMM .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXWWW7kuzO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXWWW7kuzO .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWWW7kuzO .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW7kuzO .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWWW7kuzO .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWWW7kuzO .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWWW7kuzO .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXWWW7kuzO .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWWW7kuzO .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWWW7kuzO .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW7kuzO .card-box {
    text-align: center;
  }
}
.cid-sXWWW7kuzO .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWWW7kuzO .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXWWW7kuzO .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWWW7kuzO .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWWW7kuzO .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXX0wVgqDe {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXX0wVgqDe .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXX0wVgqDe .icon-box {
  background: #0057fc;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXX0wVgqDe .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXX0wVgqDe .card {
    margin-bottom: 2rem;
  }
  .cid-sXX0wVgqDe .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXX0wVgqDe .card-title,
.cid-sXX0wVgqDe .card-box {
  color: #000000;
}
.cid-sXX0wVgqDe .icon-title {
  color: #000000;
}
.cid-sXX0wVgqDe .icon-text {
  color: #000000;
}
.cid-sXX4ZyuP8s {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXX4ZyuP8s .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXX4ZyuP8s .icon-box {
  background: #0057fc;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sXX4ZyuP8s .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sXX4ZyuP8s .card {
    margin-bottom: 2rem;
  }
  .cid-sXX4ZyuP8s .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sXX4ZyuP8s .card-title,
.cid-sXX4ZyuP8s .card-box {
  color: #000000;
}
.cid-sXWWW2fsRQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXWWW2fsRQ .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWWW2fsRQ .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW2fsRQ .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWWW2fsRQ .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWWW2fsRQ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWWW2fsRQ .card-text {
  color: #000000;
}
.cid-sXWWW2fsRQ .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWWW2fsRQ .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWWW2fsRQ .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWWW2fsRQ .card-box {
    text-align: center;
  }
}
.cid-sXWWW2fsRQ .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWWW2fsRQ .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXWWW2fsRQ .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWWW2fsRQ .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWWW2fsRQ .card-title {
  color: #000000;
}
.cid-sXWWWa2kVE {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXWWWa2kVE .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXWWWa2kVE .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXWWWa2kVE .row {
    padding: 0 0.75rem;
  }
}
.cid-sXWWWa2kVE .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXWWWa2kVE .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXWWWa2kVE .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXWWWa2kVE .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXWWWa2kVE .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXWWWa2kVE .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXWWWa2kVE .card-box {
    text-align: center;
  }
}
.cid-sXWWWa2kVE .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXWWWa2kVE .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXWWWa2kVE .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXWWWa2kVE .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXWWWa2kVE .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXXcbKNyOg {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXcbKNyOg .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXXcbKNyOg .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXXcbKNyOg .row {
    padding: 0 0.75rem;
  }
}
.cid-sXXcbKNyOg .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXXcbKNyOg .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXXcbKNyOg .card-text {
  color: #000000;
}
.cid-sXXcbKNyOg .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXXcbKNyOg .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXXcbKNyOg .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXXcbKNyOg .card-box {
    text-align: center;
  }
}
.cid-sXXcbKNyOg .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXXcbKNyOg .card:nth-child(2) .icon-box {
  background: #ff1f25;
}
.cid-sXXcbKNyOg .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXXcbKNyOg .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXXcbKNyOg .card-title {
  color: #000000;
}
.cid-sXXlDNBfea {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXlDNBfea .row {
  align-items: center;
}
.cid-sXXlDNBfea .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXXlDNBfea .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXXlDNBfea .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXXlDNBfea .mbr-section-title {
  width: 100%;
  color: #111111;
  margin-bottom: 8px;
}
.cid-sXXlDNBfea .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sXXjWAlCei {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXjWAlCei .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sXXjWAlCei .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sXXjWAlCei .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sXXjWAlCei .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sXXjWAlCei .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sXXjWAlCei .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sXXjWAlCei .margin {
  margin-right: 14px;
}
.cid-sXXjWAlCei .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sXXjWAlCei .socicon-bg-youtube {
  background-color: #232323;
}
.cid-sXXjWAlCei .socicon-bg-facebook {
  background-color: #4479d9;
}
.cid-sXXjWAlCei .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sXXjWAlCei .socicon-bg-pinterest {
  background-color: #232323;
}
.cid-sXXjWAlCei .socicon-bg-mail {
  background-color: #134785;
}
.cid-sXXjWAlCei .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #0057fc;
  cursor: pointer;
}
.cid-sXXjWAlCei .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sXXjWAlCei .btn-social:hover {
  color: #fff;
}
.cid-sXXjWAlCei .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sXXjWAlCei img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sXXjWAlCei .mbr-social-likes {
  max-width: 454px;
}
.cid-sXXjWAlCei .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-sXXjWAlCei .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-sXXjWAlCei .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sXXjWAlCei .card-title,
.cid-sXXjWAlCei .card-subtitle,
.cid-sXXjWAlCei .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sXXjWAlCei .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sXXjWAlCei .al {
    flex-direction: column;
  }
  .cid-sXXjWAlCei .shadow {
    padding: 39px 36px;
  }
  .cid-sXXjWAlCei img {
    padding-bottom: 20px;
  }
  .cid-sXXjWAlCei .card-title,
  .cid-sXXjWAlCei .card-subtitle,
  .cid-sXXjWAlCei .card-text,
  .cid-sXXjWAlCei .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sXXjWAlCei .shadow {
    padding: 35px 15px;
  }
}
.cid-sXXjWAlCei .mbr-iconfont {
  margin-left: 0;
}
.cid-sXXjWAlCei .card-text,
.cid-sXXjWAlCei .mbr-social-likes {
  color: #000000;
  text-align: left;
}
.cid-sXXlr4B9B3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXlr4B9B3 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sXXlr4B9B3 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sXXlr4B9B3 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sXXlr4B9B3 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sXXlr4B9B3 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sXXlr4B9B3 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sXXlr4B9B3 .margin {
  margin-right: 14px;
}
.cid-sXXlr4B9B3 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sXXlr4B9B3 .socicon-bg-youtube {
  background-color: #232323;
}
.cid-sXXlr4B9B3 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sXXlr4B9B3 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sXXlr4B9B3 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sXXlr4B9B3 .socicon-bg-mail {
  background-color: #134785;
}
.cid-sXXlr4B9B3 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #0057fc;
  cursor: pointer;
}
.cid-sXXlr4B9B3 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sXXlr4B9B3 .btn-social:hover {
  color: #fff;
}
.cid-sXXlr4B9B3 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sXXlr4B9B3 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sXXlr4B9B3 .mbr-social-likes {
  max-width: 454px;
}
.cid-sXXlr4B9B3 .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-sXXlr4B9B3 .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-sXXlr4B9B3 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sXXlr4B9B3 .card-title,
.cid-sXXlr4B9B3 .card-subtitle,
.cid-sXXlr4B9B3 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sXXlr4B9B3 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sXXlr4B9B3 .al {
    flex-direction: column;
  }
  .cid-sXXlr4B9B3 .shadow {
    padding: 39px 36px;
  }
  .cid-sXXlr4B9B3 img {
    padding-bottom: 20px;
  }
  .cid-sXXlr4B9B3 .card-title,
  .cid-sXXlr4B9B3 .card-subtitle,
  .cid-sXXlr4B9B3 .card-text,
  .cid-sXXlr4B9B3 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sXXlr4B9B3 .shadow {
    padding: 35px 15px;
  }
}
.cid-sXXlr4B9B3 .mbr-iconfont {
  margin-left: 0;
}
.cid-sXXlr4B9B3 .card-text,
.cid-sXXlr4B9B3 .mbr-social-likes {
  color: #000000;
  text-align: left;
}
.cid-sXXlrXM2s1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXXlrXM2s1 .row {
  align-items: center;
  justify-content: space-between;
}
.cid-sXXlrXM2s1 .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
}
.cid-sXXlrXM2s1 .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-sXXlrXM2s1 .mbr-text {
  color: #5f5d68;
  margin-bottom: 48px;
}
.cid-sXXlrXM2s1 .right-side {
  max-width: 554px;
  margin-right: 60px;
}
.cid-sXXlrXM2s1 .mbr-section-btn {
  width: auto;
  display: inline;
}
.cid-sXXlrXM2s1 .margin {
  margin-right: 14px;
}
.cid-sXXlrXM2s1 .shadow {
  margin: auto;
  max-width: 860px;
  padding: 79px 76px;
  box-shadow: 0 5px 16px 0 rgba(8, 15, 52, 0.07);
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #fff;
}
.cid-sXXlrXM2s1 .socicon-bg-youtube {
  background-color: #232323;
}
.cid-sXXlrXM2s1 .socicon-bg-facebook {
  background-color: #3e5b98;
}
.cid-sXXlrXM2s1 .socicon-bg-twitter {
  background-color: #4da7de;
}
.cid-sXXlrXM2s1 .socicon-bg-pinterest {
  background-color: #c92619;
}
.cid-sXXlrXM2s1 .socicon-bg-mail {
  background-color: #134785;
}
.cid-sXXlrXM2s1 .btn-social {
  margin-right: 3px !important;
  margin-left: 3px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px;
  border-radius: 50%;
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: none !important;
  border-color: #0057fc;
  cursor: pointer;
}
.cid-sXXlrXM2s1 .btn-social .mbr-iconfont {
  top: 0;
  line-height: 22px;
  width: 22px;
  color: #fff;
}
.cid-sXXlrXM2s1 .btn-social:hover {
  color: #fff;
}
.cid-sXXlrXM2s1 .btn-social + .btn {
  margin-left: 0.1rem;
}
.cid-sXXlrXM2s1 img {
  max-width: 238px;
  height: auto;
  border-radius: 50%;
}
.cid-sXXlrXM2s1 .mbr-social-likes {
  max-width: 454px;
}
.cid-sXXlrXM2s1 .card-title {
  margin-bottom: 8px;
  color: #000000;
}
.cid-sXXlrXM2s1 .card-subtitle {
  margin-bottom: 22px;
  color: #000000;
}
.cid-sXXlrXM2s1 .card-text {
  margin-bottom: 22px;
  color: #8c8c95;
}
.cid-sXXlrXM2s1 .card-title,
.cid-sXXlrXM2s1 .card-subtitle,
.cid-sXXlrXM2s1 .card-text {
  width: auto;
}
@media (max-width: 770px) {
  .cid-sXXlrXM2s1 .shadow {
    padding: 59px 56px;
  }
}
@media (max-width: 640px) {
  .cid-sXXlrXM2s1 .al {
    flex-direction: column;
  }
  .cid-sXXlrXM2s1 .shadow {
    padding: 39px 36px;
  }
  .cid-sXXlrXM2s1 img {
    padding-bottom: 20px;
  }
  .cid-sXXlrXM2s1 .card-title,
  .cid-sXXlrXM2s1 .card-subtitle,
  .cid-sXXlrXM2s1 .card-text,
  .cid-sXXlrXM2s1 .mbr-social-likes {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .cid-sXXlrXM2s1 .shadow {
    padding: 35px 15px;
  }
}
.cid-sXXlrXM2s1 .mbr-iconfont {
  margin-left: 0;
}
.cid-sXXlrXM2s1 .card-text,
.cid-sXXlrXM2s1 .mbr-social-likes {
  color: #000000;
  text-align: left;
}
.cid-sYjyZ7Cij9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjyZ7Cij9 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjyZ7Cij9 .container {
    max-width: 1400px;
  }
}
.cid-sYjyZ7Cij9 .card {
  margin: auto;
}
.cid-sYjyZ7Cij9 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjyZ7Cij9 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjyZ7Cij9 .row {
  justify-content: center;
}
.cid-sYjyZ7Cij9 H3 {
  color: #000000;
}
.cid-t2QfmlkiV8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QfmlkiV8 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QfmlkiV8 .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QfmlkiV8 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QfmlkiV8 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QfmlkiV8 .lin,
.cid-t2QfmlkiV8 .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpeVFH977 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpeVFH977 .container {
    max-width: 1400px;
  }
}
.cid-sYpeVFH977 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpeVFH977 .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpeVFH977 .row {
  justify-content: center;
}
.cid-sYpeVFH977 .card-title,
.cid-sYpeVFH977 .iconfont-wrapper {
  color: #000000;
}
.cid-sYpeVFH977 .mbr-section-title {
  color: #000000;
}
.cid-sYjh47OdjD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjh47OdjD .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjh47OdjD .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjh47OdjD .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjh47OdjD .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjh47OdjD .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjh47OdjD .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjh47OdjD .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjh47OdjD .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjh47OdjD [class^="socicon-"]:before,
.cid-sYjh47OdjD [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjh47OdjD .mbr-section-title,
.cid-sYjh47OdjD .mbr-social-likes {
  color: #000000;
}
.cid-sXWWWllKsq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXWWWllKsq .mbr-section-title {
  color: #ffffff;
}
.cid-sXWWWmjcHh {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXWWWmjcHh .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXWWWmjcHh .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXWWWmjcHh .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXWWWmjcHh .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXWWWmjcHh .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXWWWmjcHh .row .foot-menu li p {
  margin: 0;
}
.cid-sXWWWmjcHh .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXWWWmjcHh .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXWWWmjcHh .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXWWWmjcHh .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXWWWmjcHh .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXWWWmjcHh .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXWWWmjcHh .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXWWWmjcHh .row .row-copirayt p {
  width: 100%;
}
.cid-sXWWWmjcHh foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXZ6anYSEn {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXZ6anYSEn .row {
  align-items: center;
}
.cid-sXZ6anYSEn .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXZ6anYSEn .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXZ6anYSEn .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXZ6anYSEn .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXZ6anYSEn .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXZ6anYSEn .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXZ6anYSEn .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXZ6anYSEn .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXZ6anYSEn .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXZ6anYSEn .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXZ6anYSEn H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXZ6aqT43j {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6aqT43j .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6aqT43j .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6aqT43j .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6aqT43j .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6aqT43j .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6aqT43j .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6aqT43j .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6aqT43j .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6aqT43j .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6aqT43j .card-box {
    text-align: center;
  }
}
.cid-sXZ6aqT43j .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6aqT43j .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6aqT43j .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6aqT43j .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6aqT43j .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6arEwkn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6arEwkn .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6arEwkn .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6arEwkn .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6arEwkn .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6arEwkn .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6arEwkn .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6arEwkn .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6arEwkn .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6arEwkn .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6arEwkn .card-box {
    text-align: center;
  }
}
.cid-sXZ6arEwkn .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6arEwkn .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6arEwkn .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6arEwkn .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6arEwkn .card-title {
  text-align: left;
  color: #000000;
}
.cid-sXZ6apRIlD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6apRIlD .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6apRIlD .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6apRIlD .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6apRIlD .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6apRIlD .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6apRIlD .card-text {
  color: #000000;
}
.cid-sXZ6apRIlD .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6apRIlD .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6apRIlD .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6apRIlD .card-box {
    text-align: center;
  }
}
.cid-sXZ6apRIlD .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6apRIlD .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sXZ6apRIlD .card:nth-child(3) .icon-box {
  background: #2299aa;
}
.cid-sXZ6apRIlD .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6apRIlD .card-title {
  color: #000000;
}
.cid-sXZ6aspXKp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6aspXKp .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6aspXKp .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6aspXKp .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6aspXKp .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6aspXKp .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6aspXKp .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6aspXKp .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6aspXKp .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6aspXKp .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6aspXKp .card-box {
    text-align: center;
  }
}
.cid-sXZ6aspXKp .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6aspXKp .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6aspXKp .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6aspXKp .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6aspXKp .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6athbMh {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sXZ6athbMh .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6athbMh .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6athbMh .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6athbMh .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6athbMh .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6athbMh .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6athbMh .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6athbMh .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6athbMh .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6athbMh .card-box {
    text-align: center;
  }
}
.cid-sXZ6athbMh .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6athbMh .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6athbMh .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6athbMh .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6athbMh .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6auavSv {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6auavSv .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6auavSv .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6auavSv .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6auavSv .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6auavSv .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6auavSv .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6auavSv .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6auavSv .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6auavSv .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6auavSv .card-box {
    text-align: center;
  }
}
.cid-sXZ6auavSv .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6auavSv .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6auavSv .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6auavSv .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6auavSv .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6avOfXj {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6avOfXj .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6avOfXj .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6avOfXj .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6avOfXj .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6avOfXj .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6avOfXj .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6avOfXj .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6avOfXj .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6avOfXj .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6avOfXj .card-box {
    text-align: center;
  }
}
.cid-sXZ6avOfXj .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6avOfXj .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6avOfXj .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6avOfXj .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6avOfXj .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6awHUp0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6awHUp0 .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6awHUp0 .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6awHUp0 .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6awHUp0 .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6awHUp0 .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6awHUp0 .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6awHUp0 .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6awHUp0 .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6awHUp0 .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6awHUp0 .card-box {
    text-align: center;
  }
}
.cid-sXZ6awHUp0 .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6awHUp0 .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6awHUp0 .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6awHUp0 .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6awHUp0 .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZ6axA4jc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sXZ6axA4jc .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sXZ6axA4jc .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sXZ6ayoKRt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZ6ayoKRt .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sXZ6ayoKRt .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6ayoKRt .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZ6ayoKRt .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sXZ6ayoKRt .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sXZ6ayoKRt .card-text {
  color: #000000;
  text-align: left;
}
.cid-sXZ6ayoKRt .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sXZ6ayoKRt .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sXZ6ayoKRt .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZ6ayoKRt .card-box {
    text-align: center;
  }
}
.cid-sXZ6ayoKRt .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sXZ6ayoKRt .card:nth-child(2) .icon-box {
  background: #ffdd0f;
}
.cid-sXZ6ayoKRt .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sXZ6ayoKRt .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sXZ6ayoKRt .card-title {
  color: #000000;
  text-align: left;
}
.cid-sXZv6YNcwB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXZv6YNcwB .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-sXZv6YNcwB .row {
    padding: 0 0.75rem;
  }
}
.cid-sXZv6YNcwB .text-container {
  margin-bottom: 60px;
  padding: 0 !important;
}
.cid-sXZv6YNcwB .label-text {
  color: #0057fc;
}
.cid-sXZv6YNcwB .cards-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.cid-sXZv6YNcwB .card {
  padding: 10px;
}
@media (max-width: 991px) {
  .cid-sXZv6YNcwB .card {
    padding: 0;
  }
}
.cid-sXZv6YNcwB .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 28px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-border-radius 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 991px) {
  .cid-sXZv6YNcwB .card-wrapper {
    flex-direction: column;
    padding: 15px;
    margin-bottom: 30px;
  }
}
.cid-sXZv6YNcwB .card-wrapper:hover {
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.07);
}
.cid-sXZv6YNcwB .card-text {
  color: #000000;
}
.cid-sXZv6YNcwB .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-sXZv6YNcwB .icon-box {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .cid-sXZv6YNcwB .icon-box {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sXZv6YNcwB .card-box {
    text-align: center;
  }
}
.cid-sXZv6YNcwB .mbr-section-title {
  color: #000000;
}
.cid-sXZv6YNcwB .card-title {
  color: #000000;
}
.cid-sYjQzOQo7U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjQzOQo7U .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjQzOQo7U .container {
    max-width: 1400px;
  }
}
.cid-sYjQzOQo7U .card {
  margin: auto;
}
.cid-sYjQzOQo7U .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjQzOQo7U .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjQzOQo7U .row {
  justify-content: center;
}
.cid-sYjQzOQo7U H3 {
  color: #000000;
}
.cid-t2QjOUQqTR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QjOUQqTR .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QjOUQqTR .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QjOUQqTR .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QjOUQqTR .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QjOUQqTR .lin,
.cid-t2QjOUQqTR .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpmfy0eTi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpmfy0eTi .container {
    max-width: 1400px;
  }
}
.cid-sYpmfy0eTi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpmfy0eTi .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpmfy0eTi .row {
  justify-content: center;
}
.cid-sYpmfy0eTi .card-title,
.cid-sYpmfy0eTi .iconfont-wrapper {
  color: #000000;
}
.cid-sYpmfy0eTi .mbr-section-title {
  color: #000000;
}
.cid-sYjjbScX5V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjjbScX5V .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjjbScX5V .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjjbScX5V .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjjbScX5V .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjjbScX5V .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjjbScX5V .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjjbScX5V .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjjbScX5V .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjjbScX5V [class^="socicon-"]:before,
.cid-sYjjbScX5V [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjjbScX5V .mbr-section-title,
.cid-sYjjbScX5V .mbr-social-likes {
  color: #000000;
}
.cid-sXZ6aGprri {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXZ6aGprri .mbr-section-title {
  color: #ffffff;
}
.cid-sXZ6aHncsC {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXZ6aHncsC .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sXZ6aHncsC .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sXZ6aHncsC .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sXZ6aHncsC .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sXZ6aHncsC .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sXZ6aHncsC .row .foot-menu li p {
  margin: 0;
}
.cid-sXZ6aHncsC .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sXZ6aHncsC .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sXZ6aHncsC .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sXZ6aHncsC .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sXZ6aHncsC .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sXZ6aHncsC .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sXZ6aHncsC .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sXZ6aHncsC .row .row-copirayt p {
  width: 100%;
}
.cid-sXZ6aHncsC foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sY1dG88mpP {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sY1dG88mpP .row {
  align-items: center;
}
.cid-sY1dG88mpP .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sY1dG88mpP .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sY1dG88mpP .header-text {
    margin-bottom: 20px;
  }
}
.cid-sY1dG88mpP .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sY1dG88mpP .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sY1dG88mpP .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sY1dG88mpP .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sY1dG88mpP .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sY1dG88mpP .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sY1dG88mpP .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sY1dG88mpP H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sY1eANsxe0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY1eANsxe0 .row {
  align-items: center;
}
.cid-sY1eANsxe0 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sY1eANsxe0 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sY1eANsxe0 .header-text {
    margin-bottom: 20px;
  }
}
.cid-sY1eANsxe0 .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 8px;
}
.cid-sY1eANsxe0 .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sY1eANsxe0 .mbr-text,
.cid-sY1eANsxe0 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sY1fu17vYL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY1fu17vYL .row {
  align-items: center;
}
.cid-sY1fu17vYL .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sY1fu17vYL .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sY1fu17vYL .header-text {
    margin-bottom: 20px;
  }
}
.cid-sY1fu17vYL .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 8px;
}
.cid-sY1fu17vYL .mbr-text {
  color: #555555;
  width: 100%;
  margin-bottom: 0;
}
.cid-sY1fu17vYL .mbr-text,
.cid-sY1fu17vYL .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-sY1gWIH09s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1gWIH09s .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1gWIH09s .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1inzTq2t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1inzTq2t .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1inzTq2t .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1jsMZKXQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1jsMZKXQ .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1jsMZKXQ .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1juaU7mT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1juaU7mT .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1juaU7mT .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1jtusQ0O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1jtusQ0O .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1jtusQ0O .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1juPvcAn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1juPvcAn .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1juPvcAn .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1rdkqfZA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sY1rdkqfZA .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #0057fc;
  margin-bottom: 2rem;
}
.cid-sY1rdkqfZA .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sY1dGeiJRB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY1dGeiJRB .row {
  padding: 0 1rem;
  border-bottom: 1px solid #EEEEEE;
}
@media (min-width: 992px) {
  .cid-sY1dGeiJRB .row {
    padding-bottom: 45px;
  }
}
@media (max-width: 991px) {
  .cid-sY1dGeiJRB .row {
    padding: 0 0.75rem;
  }
}
.cid-sY1dGeiJRB .card-wrapper {
  display: flex;
  padding-right: 2rem;
}
@media (max-width: 991px) {
  .cid-sY1dGeiJRB .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
  }
}
.cid-sY1dGeiJRB .card-text {
  color: #000000;
}
.cid-sY1dGeiJRB .mbr-iconfont {
  font-size: 25px;
  color: #ffffff;
}
.cid-sY1dGeiJRB .icon-box {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sY1dGeiJRB .icon-box {
    margin-bottom: 28px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .cid-sY1dGeiJRB .card-box {
    text-align: center;
  }
}
.cid-sY1dGeiJRB .card:nth-child(1) .icon-box {
  background: #0057fc;
}
.cid-sY1dGeiJRB .card:nth-child(2) .icon-box {
  background: #e43f3f;
}
.cid-sY1dGeiJRB .card:nth-child(3) .icon-box {
  background: #ff1f25;
}
.cid-sY1dGeiJRB .card:nth-child(4) .icon-box {
  background: #40b0bf;
}
.cid-sY1dGeiJRB .card-title {
  color: #000000;
}
.cid-sZSX43HuF3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZSX43HuF3 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZSX43HuF3 .container {
    padding: 0 5%;
  }
}
.cid-sZSX43HuF3 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZSX43HuF3 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZSX43HuF3 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZSX43HuF3 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZSX43HuF3 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZSX43HuF3 .panel-body,
.cid-sZSX43HuF3 .card-header {
  padding: 36px 0;
}
.cid-sZSX43HuF3 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #000000;
  text-align: center;
}
.cid-sZSX43HuF3 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZSX43HuF3 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZSX43HuF3 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZSX43HuF3 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZSX43HuF3 .mbr-iconfont:hover,
.cid-sZSX43HuF3 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZSX43HuF3 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZSX43HuF3 .panel-text,
.cid-sZSX43HuF3 .mbr-iconfont,
.cid-sZSX43HuF3 .panel-add {
  color: #3a3e5e;
}
.cid-sZSX43HuF3 .panel-text {
  color: #000000;
}
.cid-sZT0nU3Q6y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZT0nU3Q6y .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZT0nU3Q6y .container {
    padding: 0 5%;
  }
}
.cid-sZT0nU3Q6y .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZT0nU3Q6y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZT0nU3Q6y .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZT0nU3Q6y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZT0nU3Q6y .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZT0nU3Q6y .panel-body,
.cid-sZT0nU3Q6y .card-header {
  padding: 36px 0;
}
.cid-sZT0nU3Q6y .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZT0nU3Q6y .mbr-section-subtitle {
  min-height: 92px;
  background-color: #6870d1;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sZT0nU3Q6y .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZT0nU3Q6y .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZT0nU3Q6y .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZT0nU3Q6y .mbr-iconfont:hover,
.cid-sZT0nU3Q6y .mbr-iconfont:focus {
  background-color: #6870d1;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZT0nU3Q6y .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZT0nU3Q6y .panel-text,
.cid-sZT0nU3Q6y .mbr-iconfont,
.cid-sZT0nU3Q6y .panel-add {
  color: #3a3e5e;
}
.cid-sZT0nU3Q6y .panel-text {
  color: #000000;
}
.cid-sZT0TI390z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZT0TI390z .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZT0TI390z .container {
    padding: 0 5%;
  }
}
.cid-sZT0TI390z .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZT0TI390z .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZT0TI390z .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZT0TI390z .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZT0TI390z .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZT0TI390z .panel-body,
.cid-sZT0TI390z .card-header {
  padding: 36px 0;
}
.cid-sZT0TI390z .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZT0TI390z .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZT0TI390z .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZT0TI390z .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZT0TI390z .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZT0TI390z .mbr-iconfont:hover,
.cid-sZT0TI390z .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZT0TI390z .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZT0TI390z .panel-text,
.cid-sZT0TI390z .mbr-iconfont,
.cid-sZT0TI390z .panel-add {
  color: #3a3e5e;
}
.cid-sZT0TI390z .panel-text {
  color: #000000;
}
.cid-sZT2U3uRF8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZT2U3uRF8 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZT2U3uRF8 .container {
    padding: 0 5%;
  }
}
.cid-sZT2U3uRF8 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZT2U3uRF8 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZT2U3uRF8 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZT2U3uRF8 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZT2U3uRF8 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZT2U3uRF8 .panel-body,
.cid-sZT2U3uRF8 .card-header {
  padding: 36px 0;
}
.cid-sZT2U3uRF8 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZT2U3uRF8 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZT2U3uRF8 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZT2U3uRF8 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZT2U3uRF8 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZT2U3uRF8 .mbr-iconfont:hover,
.cid-sZT2U3uRF8 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZT2U3uRF8 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZT2U3uRF8 .panel-text,
.cid-sZT2U3uRF8 .mbr-iconfont,
.cid-sZT2U3uRF8 .panel-add {
  color: #3a3e5e;
}
.cid-sZT2U3uRF8 .panel-text {
  color: #000000;
}
.cid-sZTyTd6mSu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTyTd6mSu .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTyTd6mSu .container {
    padding: 0 5%;
  }
}
.cid-sZTyTd6mSu .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTyTd6mSu .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTyTd6mSu .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTyTd6mSu .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTyTd6mSu .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTyTd6mSu .panel-body,
.cid-sZTyTd6mSu .card-header {
  padding: 36px 0;
}
.cid-sZTyTd6mSu .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTyTd6mSu .mbr-section-subtitle {
  min-height: 92px;
  background-color: #6870d1;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: left;
}
@media (max-width: 425px) {
  .cid-sZTyTd6mSu .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTyTd6mSu .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTyTd6mSu .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTyTd6mSu .mbr-iconfont:hover,
.cid-sZTyTd6mSu .mbr-iconfont:focus {
  background-color: #6870d1;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTyTd6mSu .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTyTd6mSu .panel-text,
.cid-sZTyTd6mSu .mbr-iconfont,
.cid-sZTyTd6mSu .panel-add {
  color: #3a3e5e;
}
.cid-sZTyTd6mSu .panel-text {
  color: #000000;
}
.cid-sZTzIl6CS4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTzIl6CS4 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTzIl6CS4 .container {
    padding: 0 5%;
  }
}
.cid-sZTzIl6CS4 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTzIl6CS4 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTzIl6CS4 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTzIl6CS4 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTzIl6CS4 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTzIl6CS4 .panel-body,
.cid-sZTzIl6CS4 .card-header {
  padding: 36px 0;
}
.cid-sZTzIl6CS4 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTzIl6CS4 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTzIl6CS4 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTzIl6CS4 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTzIl6CS4 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTzIl6CS4 .mbr-iconfont:hover,
.cid-sZTzIl6CS4 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTzIl6CS4 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTzIl6CS4 .panel-text,
.cid-sZTzIl6CS4 .mbr-iconfont,
.cid-sZTzIl6CS4 .panel-add {
  color: #3a3e5e;
}
.cid-sZTzIl6CS4 .panel-text {
  color: #000000;
}
.cid-sZTB9rO89i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTB9rO89i .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTB9rO89i .container {
    padding: 0 5%;
  }
}
.cid-sZTB9rO89i .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTB9rO89i .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTB9rO89i .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTB9rO89i .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTB9rO89i .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTB9rO89i .panel-body,
.cid-sZTB9rO89i .card-header {
  padding: 36px 0;
}
.cid-sZTB9rO89i .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTB9rO89i .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTB9rO89i .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTB9rO89i .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTB9rO89i .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTB9rO89i .mbr-iconfont:hover,
.cid-sZTB9rO89i .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTB9rO89i .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTB9rO89i .panel-text,
.cid-sZTB9rO89i .mbr-iconfont,
.cid-sZTB9rO89i .panel-add {
  color: #3a3e5e;
}
.cid-sZTB9rO89i .panel-text {
  color: #000000;
}
.cid-sZTCzyK5jH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTCzyK5jH .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTCzyK5jH .container {
    padding: 0 5%;
  }
}
.cid-sZTCzyK5jH .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTCzyK5jH .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTCzyK5jH .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTCzyK5jH .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTCzyK5jH .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTCzyK5jH .panel-body,
.cid-sZTCzyK5jH .card-header {
  padding: 36px 0;
}
.cid-sZTCzyK5jH .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTCzyK5jH .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTCzyK5jH .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTCzyK5jH .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTCzyK5jH .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTCzyK5jH .mbr-iconfont:hover,
.cid-sZTCzyK5jH .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTCzyK5jH .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTCzyK5jH .panel-text,
.cid-sZTCzyK5jH .mbr-iconfont,
.cid-sZTCzyK5jH .panel-add {
  color: #3a3e5e;
}
.cid-sZTCzyK5jH .panel-text {
  color: #000000;
}
.cid-sZTEdr6g50 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTEdr6g50 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTEdr6g50 .container {
    padding: 0 5%;
  }
}
.cid-sZTEdr6g50 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTEdr6g50 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTEdr6g50 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTEdr6g50 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTEdr6g50 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTEdr6g50 .panel-body,
.cid-sZTEdr6g50 .card-header {
  padding: 36px 0;
}
.cid-sZTEdr6g50 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTEdr6g50 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTEdr6g50 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTEdr6g50 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTEdr6g50 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTEdr6g50 .mbr-iconfont:hover,
.cid-sZTEdr6g50 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTEdr6g50 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTEdr6g50 .panel-text,
.cid-sZTEdr6g50 .mbr-iconfont,
.cid-sZTEdr6g50 .panel-add {
  color: #3a3e5e;
}
.cid-sZTEdr6g50 .panel-text {
  color: #000000;
}
.cid-sZTFe908Yb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTFe908Yb .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTFe908Yb .container {
    padding: 0 5%;
  }
}
.cid-sZTFe908Yb .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTFe908Yb .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTFe908Yb .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTFe908Yb .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTFe908Yb .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTFe908Yb .panel-body,
.cid-sZTFe908Yb .card-header {
  padding: 36px 0;
}
.cid-sZTFe908Yb .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTFe908Yb .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTFe908Yb .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTFe908Yb .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTFe908Yb .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTFe908Yb .mbr-iconfont:hover,
.cid-sZTFe908Yb .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTFe908Yb .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTFe908Yb .panel-text,
.cid-sZTFe908Yb .mbr-iconfont,
.cid-sZTFe908Yb .panel-add {
  color: #3a3e5e;
}
.cid-sZTFe908Yb .panel-text {
  color: #000000;
}
.cid-sZTGau26U9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sZTGau26U9 .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTGau26U9 .container {
    padding: 0 5%;
  }
}
.cid-sZTGau26U9 .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTGau26U9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTGau26U9 .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTGau26U9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTGau26U9 .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTGau26U9 .panel-body,
.cid-sZTGau26U9 .card-header {
  padding: 36px 0;
}
.cid-sZTGau26U9 .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTGau26U9 .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTGau26U9 .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTGau26U9 .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTGau26U9 .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTGau26U9 .mbr-iconfont:hover,
.cid-sZTGau26U9 .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTGau26U9 .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTGau26U9 .panel-text,
.cid-sZTGau26U9 .mbr-iconfont,
.cid-sZTGau26U9 .panel-add {
  color: #3a3e5e;
}
.cid-sZTGau26U9 .panel-text {
  color: #000000;
}
.cid-sZTI8vJ1pN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sZTI8vJ1pN .container {
  padding: 0 10%;
}
@media (max-width: 768px) {
  .cid-sZTI8vJ1pN .container {
    padding: 0 5%;
  }
}
.cid-sZTI8vJ1pN .section-head {
  margin-bottom: 3.3rem;
}
.cid-sZTI8vJ1pN .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.cid-sZTI8vJ1pN .card {
  border-bottom: 2px #cbc8de solid;
  border-top: 2px #cbc8de solid;
  margin-top: -2px;
  border-radius: 0;
}
.cid-sZTI8vJ1pN .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sZTI8vJ1pN .panel-title-edit {
  margin: 0;
  color: #000000;
}
.cid-sZTI8vJ1pN .panel-body,
.cid-sZTI8vJ1pN .card-header {
  padding: 36px 0;
}
.cid-sZTI8vJ1pN .mbr-section-title {
  margin-bottom: 4.5rem;
  color: #6870d1;
  text-align: center;
}
.cid-sZTI8vJ1pN .mbr-section-subtitle {
  min-height: 92px;
  background-color: #000050;
  padding: 2rem 3rem;
  border-radius: 15px;
  color: #FFFFFF;
  text-align: center;
}
@media (max-width: 425px) {
  .cid-sZTI8vJ1pN .mbr-section-subtitle {
    padding: 1.5rem;
  }
}
.cid-sZTI8vJ1pN .panel-body .panel-body {
  margin-bottom: 2rem;
  text-decoration: underline;
}
.cid-sZTI8vJ1pN .mbr-iconfont {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s ease;
  border-radius: 50%;
}
.cid-sZTI8vJ1pN .mbr-iconfont:hover,
.cid-sZTI8vJ1pN .mbr-iconfont:focus {
  background-color: #000050;
  color: #ffffff;
  transform: rotate(45deg);
}
.cid-sZTI8vJ1pN .list {
  list-style-position: inside;
  padding: 0;
  margin-top: -16px;
}
.cid-sZTI8vJ1pN .panel-text,
.cid-sZTI8vJ1pN .mbr-iconfont,
.cid-sZTI8vJ1pN .panel-add {
  color: #3a3e5e;
}
.cid-sZTI8vJ1pN .panel-text {
  color: #000000;
}
.cid-sYjBbWs1wc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjBbWs1wc .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjBbWs1wc .container {
    max-width: 1400px;
  }
}
.cid-sYjBbWs1wc .card {
  margin: auto;
}
.cid-sYjBbWs1wc .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjBbWs1wc .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjBbWs1wc .row {
  justify-content: center;
}
.cid-sYjBbWs1wc H3 {
  color: #000000;
}
.cid-t2QhAkITz0 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2QhAkITz0 .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2QhAkITz0 .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2QhAkITz0 .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2QhAkITz0 .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2QhAkITz0 .lin,
.cid-t2QhAkITz0 .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYpjzE2oI5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpjzE2oI5 .container {
    max-width: 1400px;
  }
}
.cid-sYpjzE2oI5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpjzE2oI5 .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpjzE2oI5 .row {
  justify-content: center;
}
.cid-sYpjzE2oI5 .mbr-section-title {
  color: #000000;
}
.cid-sYpjzE2oI5 .card-title,
.cid-sYpjzE2oI5 .iconfont-wrapper {
  color: #000000;
}
.cid-sYjieeeT6v {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjieeeT6v .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjieeeT6v .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjieeeT6v .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjieeeT6v .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjieeeT6v .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjieeeT6v .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjieeeT6v .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjieeeT6v .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjieeeT6v [class^="socicon-"]:before,
.cid-sYjieeeT6v [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjieeeT6v .mbr-section-title,
.cid-sYjieeeT6v .mbr-social-likes {
  color: #000000;
}
.cid-sY1dGmBjUb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sY1dGmBjUb .mbr-section-title {
  color: #ffffff;
}
.cid-sY1dGnox5O {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sY1dGnox5O .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sY1dGnox5O .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sY1dGnox5O .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sY1dGnox5O .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sY1dGnox5O .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sY1dGnox5O .row .foot-menu li p {
  margin: 0;
}
.cid-sY1dGnox5O .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sY1dGnox5O .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sY1dGnox5O .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sY1dGnox5O .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sY1dGnox5O .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sY1dGnox5O .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sY1dGnox5O .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sY1dGnox5O .row .row-copirayt p {
  width: 100%;
}
.cid-sY1dGnox5O foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sY1tMcwAmT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sY1tMcwAmT .row {
  align-items: center;
}
.cid-sY1tMcwAmT .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sY1tMcwAmT .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sY1tMcwAmT .header-text {
    margin-bottom: 20px;
  }
}
.cid-sY1tMcwAmT .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sY1tMcwAmT .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sY1tMcwAmT .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sY1tMcwAmT .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sY1tMcwAmT .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sY1tMcwAmT .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sY1tMcwAmT .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sY1tMcwAmT H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sY1xapXSon {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sY1xapXSon .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sY1xapXSon .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sY1xapXSon .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sY1xapXSon .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sY1xapXSon .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-sY1xapXSon .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-sY1xapXSon .b1 {
  background-color: #FFA29D;
}
.cid-sY1xapXSon .b2 {
  background-color: #cacbcc;
}
.cid-sY1xapXSon .b3 {
  background-color: #51add0;
}
.cid-sY1xapXSon .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-sY1xapXSon .info {
    right: -10px;
  }
}
.cid-sY1xapXSon .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sY1xapXSon P {
  color: #000000;
}
.cid-sY1xapXSon .card-title {
  color: #000000;
}
.cid-sY1EkjGn6P {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
@media (max-width: 991px) {
  .cid-sY1EkjGn6P .wrapper {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-sY1EkjGn6P .wrapper {
    padding: 4rem 6rem;
  }
}
.cid-sY1EkjGn6P .card-wrapper {
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid;
  background: #ffffff;
  transition: all 0.3s;
  position: relative;
  padding: 44px 40px;
}
@media (max-width: 991px) {
  .cid-sY1EkjGn6P .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sY1EkjGn6P .btn {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .cid-sY1EkjGn6P .btn {
    width: 100%;
    margin-left: 0;
  }
}
.cid-sY1EkjGn6P .b1 {
  background-color: #FFA29D;
}
.cid-sY1EkjGn6P .b2 {
  background-color: #cacbcc;
}
.cid-sY1EkjGn6P .b3 {
  background-color: #51add0;
}
.cid-sY1EkjGn6P .info {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -40px;
  right: -40px;
}
@media (max-width: 768px) {
  .cid-sY1EkjGn6P .info {
    right: -10px;
  }
}
.cid-sY1EkjGn6P .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sYjP7ApigS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-sYjP7ApigS .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-sYjP7ApigS .container {
    max-width: 1400px;
  }
}
.cid-sYjP7ApigS .card {
  margin: auto;
}
.cid-sYjP7ApigS .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sYjP7ApigS .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sYjP7ApigS .row {
  justify-content: center;
}
.cid-sYjP7ApigS H3 {
  color: #000000;
}
.cid-sYpRx8LaYL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYpRx8LaYL .container {
    max-width: 1400px;
  }
}
.cid-sYpRx8LaYL .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYpRx8LaYL .card-wrapper {
  margin-top: 3rem;
}
.cid-sYpRx8LaYL .row {
  justify-content: center;
}
.cid-sYpRx8LaYL .mbr-section-title {
  color: #000000;
}
.cid-sYpRx8LaYL .card-title,
.cid-sYpRx8LaYL .iconfont-wrapper {
  color: #000000;
}
.cid-sYjOTOMB5h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjOTOMB5h .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjOTOMB5h .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjOTOMB5h .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjOTOMB5h .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjOTOMB5h .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjOTOMB5h .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjOTOMB5h .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjOTOMB5h .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjOTOMB5h [class^="socicon-"]:before,
.cid-sYjOTOMB5h [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjOTOMB5h .mbr-section-title,
.cid-sYjOTOMB5h .mbr-social-likes {
  color: #000000;
}
.cid-sY1tMrPY18 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sY1tMrPY18 .mbr-section-title {
  color: #ffffff;
}
.cid-sY1tMsHXn8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sY1tMsHXn8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sY1tMsHXn8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sY1tMsHXn8 .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sY1tMsHXn8 .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sY1tMsHXn8 .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sY1tMsHXn8 .row .foot-menu li p {
  margin: 0;
}
.cid-sY1tMsHXn8 .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sY1tMsHXn8 .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sY1tMsHXn8 .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sY1tMsHXn8 .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sY1tMsHXn8 .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sY1tMsHXn8 .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sY1tMsHXn8 .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sY1tMsHXn8 .row .row-copirayt p {
  width: 100%;
}
.cid-sY1tMsHXn8 foot-menu-item B {
  color: #4479d9;
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t2QPFY0OPD {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t2QPFY0OPD nav.navbar {
  position: fixed;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-t2QPFY0OPD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t2QPFY0OPD .dropdown-item:hover,
.cid-t2QPFY0OPD .dropdown-item:focus {
  background: #0057fc !important;
  color: white !important;
}
.cid-t2QPFY0OPD .dropdown-item:hover span {
  color: white;
}
.cid-t2QPFY0OPD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t2QPFY0OPD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t2QPFY0OPD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t2QPFY0OPD .nav-link {
  position: relative;
}
.cid-t2QPFY0OPD .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .container {
    flex-wrap: nowrap;
  }
}
.cid-t2QPFY0OPD .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown-menu,
.cid-t2QPFY0OPD .navbar.opened {
  background: #000050 !important;
}
.cid-t2QPFY0OPD .nav-item:focus,
.cid-t2QPFY0OPD .nav-link:focus {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t2QPFY0OPD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t2QPFY0OPD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t2QPFY0OPD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t2QPFY0OPD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.opened {
  transition: all 0.3s;
}
.cid-t2QPFY0OPD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t2QPFY0OPD .navbar .navbar-logo img {
  width: auto;
}
.cid-t2QPFY0OPD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar.collapsed {
  justify-content: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t2QPFY0OPD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-t2QPFY0OPD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t2QPFY0OPD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t2QPFY0OPD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t2QPFY0OPD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t2QPFY0OPD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t2QPFY0OPD .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-t2QPFY0OPD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t2QPFY0OPD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t2QPFY0OPD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t2QPFY0OPD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t2QPFY0OPD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t2QPFY0OPD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-t2QPFY0OPD .navbar.navbar-short {
  min-height: 60px;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t2QPFY0OPD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t2QPFY0OPD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t2QPFY0OPD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t2QPFY0OPD .dropdown-item.active,
.cid-t2QPFY0OPD .dropdown-item:active {
  background-color: transparent;
}
.cid-t2QPFY0OPD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t2QPFY0OPD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000050;
}
.cid-t2QPFY0OPD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t2QPFY0OPD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t2QPFY0OPD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t2QPFY0OPD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t2QPFY0OPD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t2QPFY0OPD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t2QPFY0OPD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t2QPFY0OPD .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t2QPFY0OPD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t2QPFY0OPD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t2QPFY0OPD .navbar {
    height: 70px;
  }
  .cid-t2QPFY0OPD .navbar.opened {
    height: auto;
  }
  .cid-t2QPFY0OPD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sXEpuDj818 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000050;
}
.cid-sXEpuDj818 .row {
  align-items: center;
}
.cid-sXEpuDj818 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-sXEpuDj818 .header-text {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-sXEpuDj818 .header-text {
    margin-bottom: 20px;
  }
}
.cid-sXEpuDj818 .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sXEpuDj818 .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 0;
  margin-top: 12px;
}
.cid-sXEpuDj818 .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-sXEpuDj818 .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-sXEpuDj818 .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sXEpuDj818 .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-sXEpuDj818 .btn-white-outline:hover {
  color: #0057fc !important;
  background: #ffffff !important;
}
.cid-sXEpuDj818 H1 {
  color: #ffffff;
  text-align: center;
}
.cid-sXEszc4I7Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEszc4I7Z .mbr-section-title {
  color: #000000;
}
.cid-sXEszc4I7Z .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXEszMtqoc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEszMtqoc .mbr-section-title {
  color: #000000;
}
.cid-sXEszMtqoc .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXEsAjvMMi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEsAjvMMi .mbr-section-title {
  color: #000000;
}
.cid-sXEsAjvMMi .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXEsASAS0Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEsASAS0Z .mbr-section-title {
  color: #000000;
}
.cid-sXEsASAS0Z .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXEPvW9SDt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEPvW9SDt .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sXEPvW9SDt .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sXEPvW9SDt .item-wrapper:hover {
  cursor: pointer;
}
.cid-sXEPvW9SDt .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sXEPvW9SDt .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sXEPvW9SDt .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sXEPvW9SDt a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXEPvW9SDt rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXEPvW9SDt .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXEPvW9SDt svg {
  margin-left: 15px;
}
.cid-sXEPvW9SDt path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXEPvW9SDt .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXEPvW9SDt .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXEPvW9SDt .link {
  margin-top: 26px;
}
.cid-sXEPvW9SDt img {
  margin-bottom: 29px;
}
.cid-sXEPvW9SDt .date {
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
  color: #000000;
}
@media (max-width: 770px) {
  .cid-sXEPvW9SDt .top {
    margin-top: 60px;
  }
}
.cid-sXEPvW9SDt .link a {
  background-image: none !important;
}
.cid-sXEPvW9SDt .card-heading,
.cid-sXEPvW9SDt .link {
  text-align: center;
  color: #000000;
}
.cid-sXEQmCb7nD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEQmCb7nD .mbr-section-title {
  color: #000000;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
}
.cid-sXEQmCb7nD .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-sXEQmCb7nD .item-wrapper:hover {
  cursor: pointer;
}
.cid-sXEQmCb7nD .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-sXEQmCb7nD .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #4c4c4c;
  width: 100%;
}
.cid-sXEQmCb7nD .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-sXEQmCb7nD a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-sXEQmCb7nD rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-sXEQmCb7nD .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-sXEQmCb7nD svg {
  margin-left: 15px;
}
.cid-sXEQmCb7nD path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-sXEQmCb7nD .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-sXEQmCb7nD .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-sXEQmCb7nD .link {
  margin-top: 26px;
}
.cid-sXEQmCb7nD img {
  margin-bottom: 29px;
}
.cid-sXEQmCb7nD .date {
  font-weight: 700;
  margin-bottom: 13px;
  text-align: center;
  color: #000000;
}
@media (max-width: 770px) {
  .cid-sXEQmCb7nD .top {
    margin-top: 60px;
  }
}
.cid-sXEQmCb7nD .link a {
  background-image: none !important;
}
.cid-sXEQmCb7nD .card-heading,
.cid-sXEQmCb7nD .link {
  color: #000000;
  text-align: center;
}
.cid-sXEsBoJ3Qm {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEsBoJ3Qm .mbr-section-title {
  color: #000000;
}
.cid-sXEsBoJ3Qm .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXKKgrxSvU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXKKgrxSvU .mbr-section-title {
  color: #000000;
}
.cid-sXKKgrxSvU .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXEsBXvcbb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXEsBXvcbb .mbr-section-title {
  color: #000000;
}
.cid-sXEsBXvcbb .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sXLc3IMO3f {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXLc3IMO3f .mbr-section-title {
  color: #000000;
}
.cid-sXLc3IMO3f .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-sY8qlhhmpY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sY8qlhhmpY .item-img {
  position: relative;
}
.cid-sY8qlhhmpY .tag {
  position: absolute;
  left: 1rem;
  top: 0.5rem;
}
.cid-sY8qlhhmpY .btn-tag {
  padding: 0.3rem 1rem;
  padding-top: 6px;
  border-radius: 6px !important;
}
.cid-sY8qlhhmpY .btn-tag:hover,
.cid-sY8qlhhmpY .btn-tag:focus {
  box-shadow: none;
}
.cid-sY8qlhhmpY img,
.cid-sY8qlhhmpY .item-img {
  width: 100%;
  margin-bottom: 1rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-sY8qlhhmpY .item:focus,
.cid-sY8qlhhmpY span:focus {
  outline: none;
}
.cid-sY8qlhhmpY .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sY8qlhhmpY .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  overflow: visible;
  flex-flow: column nowrap;
}
.cid-sY8qlhhmpY .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sY8qlhhmpY .mbr-section-title {
  color: #000000;
}
.cid-sY8qlhhmpY .mbr-text,
.cid-sY8qlhhmpY .mbr-section-btn {
  color: #353535;
}
.cid-sY8qlhhmpY .item-title {
  color: #353535;
}
.cid-sY8qlhhmpY .mbr-section-subtitle {
  text-align: left;
  color: #000000;
}
.cid-sXLc4j1RX2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sXLc4j1RX2 .mbr-section-title {
  color: #000000;
}
.cid-sXLc4j1RX2 .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-t0DMBJOpoL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t0DMBJOpoL .container {
  max-width: 1312px;
}
.cid-t0DMBJOpoL .row {
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .cid-t0DMBJOpoL .row {
    padding: 0 0.75rem;
  }
}
.cid-t0DMBJOpoL .text-container {
  width: 100%;
  padding: 0;
}
.cid-t0DMBJOpoL .mbr-section-title {
  margin-bottom: 4rem;
  width: 100%;
  color: #000000;
}
.cid-t0DMBJOpoL .cards-container {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 8rem;
  grid-row-gap: 4rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0;
}
@media (max-width: 991px) {
  .cid-t0DMBJOpoL .cards-container {
    max-width: 30rem;
    margin-right: auto;
    margin-left: auto;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-t0DMBJOpoL .card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-t0DMBJOpoL .card-wrapper {
    flex-direction: column;
  }
}
.cid-t0DMBJOpoL .card-title {
  color: #000000;
}
.cid-t0DMBJOpoL .card-name-text {
  margin-top: 2rem;
}
.cid-t0DMBJOpoL .card-name {
  color: #000000;
}
.cid-t0DMBJOpoL .card-prof {
  color: #000000;
}
.cid-t0DMBJOpoL .mbr-iconfont {
  font-size: 25px;
  color: #0057fc;
}
.cid-t0DMBJOpoL .icon-box {
  margin-right: 2rem;
  display: flex;
  justify-content: center;
}
.cid-t2Q7PRyXCB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-t2Q7PRyXCB .lin {
  text-align: center;
  color: #ff4433;
  padding-bottom: 18px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 0;
}
.cid-t2Q7PRyXCB .mbr-iconfont {
  font-size: 100px;
  color: #ffffff;
}
.cid-t2Q7PRyXCB .iconfont-wrapper {
  text-align: center;
  margin-bottom: 30px;
}
.cid-t2Q7PRyXCB .mbr-section-subtitle {
  padding: 0px;
  text-align: center;
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}
.cid-t2Q7PRyXCB .lin,
.cid-t2Q7PRyXCB .iconfont-wrapper {
  color: #ffffff;
}
.cid-sYparOK2f3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sYparOK2f3 .container {
    max-width: 1400px;
  }
}
.cid-sYparOK2f3 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #000050;
  margin-bottom: 2rem;
}
.cid-sYparOK2f3 .card-wrapper {
  margin-top: 3rem;
}
.cid-sYparOK2f3 .row {
  justify-content: center;
}
.cid-sYparOK2f3 .mbr-section-title {
  color: #000000;
}
.cid-sYparOK2f3 .card-text {
  color: #000000;
}
.cid-sYjbUHfslk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-sYjbUHfslk .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-sYjbUHfslk .socicon-bg-vkontakte {
  background: #4680C2;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-vkontakte:hover {
  background: #3567a0;
}
.cid-sYjbUHfslk .socicon-bg-odnoklassniki {
  background: #ee8208;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-odnoklassniki:hover {
  background: #bd6706;
}
.cid-sYjbUHfslk .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-sYjbUHfslk .socicon-bg-mail {
  background: #005ff9;
  color: #ffffff;
}
.cid-sYjbUHfslk .socicon-bg-mail:hover {
  background: #004cc6;
}
.cid-sYjbUHfslk .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-sYjbUHfslk .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-sYjbUHfslk [class^="socicon-"]:before,
.cid-sYjbUHfslk [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sYjbUHfslk .mbr-section-title,
.cid-sYjbUHfslk .mbr-social-likes {
  color: #000000;
}
.cid-sXVaCqWMI9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sXVaCqWMI9 .mbr-section-title {
  color: #ffffff;
}
.cid-sFCygHrmNf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #000050;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .row .row-copirayt p {
  width: 100%;
}
.cid-sFCygHrmNf foot-menu-item B {
  color: #4479d9;
}
