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





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
  line-height: 1.4;
  font-weight: 400;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2.5rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #222f62 !important;
}
.bg-success {
  background-color: #e1201d !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #222f62 !important;
  border-color: #222f62 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0e1429 !important;
  border-color: #0e1429 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0e1429 !important;
  border-color: #0e1429 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #080b16;
  color: #080b16;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #222f62;
  border-color: #222f62;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #222f62 !important;
  border-color: #222f62 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #222f62 !important;
}
.text-secondary {
  color: #e1201d !important;
}
.text-success {
  color: #e1201d !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #ffffff !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #080b16 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #871311 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #871311 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #ffffff;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #222f62;
  border-color: #222f62;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #222f62;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #455ebe;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #222f62;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #222f62;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #222f62;
  border-bottom-color: #222f62;
}
.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: #222f62 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #e1201d !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='%23222f62' %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;
}
hr {
  border: none;
  background-color: #ffffff;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #ffffff;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #ffffff;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.mbr-section-btn .btn-danger,
.btn-warning,
.btn-white,
.btn-black,
.btn-secondary,
.btn-primary,
.btn-info,
.btn-success {
  position: relative;
  background-color: #ffffff;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.17, 0.67, 0, 1.01);
  transform-origin: 0% 50%;
}
.btn-white {
  color: #ffffff !important;
}
.btn-danger:hover {
  color: #ffffff !important;
}
.btn-warning:hover {
  color: #ffffff !important;
}
.btn-success:hover {
  color: #e1201d !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #e1201d !important;
}
.btn-primary:hover {
  color: #222f62 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #ffffff !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #ffffff;
}
.mbr-section-btn .btn-danger-outline,
.btn-warning-outline,
.btn-white-outline,
.btn-black-outline,
.btn-secondary-outline,
.btn-primary-outline,
.btn-info-outline,
.btn-success-outline {
  position: relative;
  background-color: transparent !important;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.btn-danger-outline {
  color: #ffffff !important;
}
.btn-secondary-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-success-outline:hover::before {
  background-color: #e1201d !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #222f62 !important;
}
.btn-white-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-black-outline:hover::before {
  background-color: #000000 !important;
}
.btn-black-outline:hover::before {
  background-color: #ffffff !important;
}
.btn-danger-outline:hover::before {
  background-color: #ffffff !important;
}
.cid-soEET9ORon {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #222f62;
}
.cid-soEET9ORon .container,
.cid-soEET9ORon .container-fluid {
  z-index: 10;
}
.cid-soEET9ORon .image__background {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.cid-soEET9ORon .image__background .image {
  position: absolute;
  border-radius: 50%;
  top: -205px;
  right: -185px;
  width: 990px;
  height: 990px;
}
.cid-soEET9ORon .image__background .image img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-soEET9ORon .image__background .image {
    top: -205px;
    right: -185px;
    width: 750px;
    height: 750px;
  }
}
@media (max-width: 991px) {
  .cid-soEET9ORon .image__background .image {
    top: -90px;
    right: -120px;
    width: 450px;
    height: 450px;
  }
}
.cid-soEET9ORon .image__background .circle__image {
  position: absolute;
  top: -108px;
  z-index: -1;
  right: -184px;
  width: 990px;
  height: 990px;
  border-radius: 50%;
  background-color: rgba(225, 32, 29, 0.4);
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-soEET9ORon .image__background .circle__image {
    width: 750px;
    height: 750px;
    top: -108px;
    right: -184px;
  }
}
@media (max-width: 991px) {
  .cid-soEET9ORon .image__background .circle__image {
    top: -50px;
    right: -105px;
    width: 450px;
    height: 450px;
  }
}
.cid-soEET9ORon .image__background .circle__image2 {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 16%;
  right: 770px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-soEET9ORon .image__background .circle__image2 {
    right: 530px;
  }
}
@media (max-width: 991px) {
  .cid-soEET9ORon .image__background .circle__image2 {
    right: 290px;
    top: 10%;
  }
}
.cid-soEET9ORon .image__background .circle__image3 {
  width: 378px;
  height: 378px;
  bottom: 9%;
  right: 300px;
  position: absolute;
  z-index: 1;
  background-color: rgba(130, 120, 110, 0.3);
  border-radius: 50%;
}
@media (max-width: 1366px) and (min-width: 992px) {
  .cid-soEET9ORon .image__background .circle__image3 {
    width: 250px;
    height: 250px;
    bottom: 37%;
  }
}
@media (max-width: 991px) {
  .cid-soEET9ORon .image__background .circle__image3 {
    width: 150px;
    height: 150px;
    bottom: 60%;
    right: 120px;
  }
}
.cid-soEET9ORon .container {
  pointer-events: none;
}
.cid-soEET9ORon .subtitle__block,
.cid-soEET9ORon .title__block,
.cid-soEET9ORon .buttons__block {
  pointer-events: all;
}
.cid-soEET9ORon .mbr-section-subtitle {
  line-height: 33px;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
  color: #f3f3f3;
}
.cid-soEET9ORon .mbr-section-title {
  margin-bottom: 45px;
  color: #ffffff;
  font-weight: 300;
}
.cid-soEET9ORon .mbr-section-title b,
.cid-soEET9ORon .mbr-section-title strong {
  font-weight: 900;
}
.cid-soEET9ORon .mbr-text {
  margin-bottom: 45px;
}
.cid-soEET9ORon .inner__button {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-soEET9ORon .inner__button .mbr-section-btn {
  display: inline-block;
}
.cid-soEET9ORon .inner__button .mbr-section-btn .btn-info {
  border: none !important;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(-135deg, #82786e 0%, rgba(130, 120, 110, 0.85) 100%) !important;
}
.cid-soEET9ORon .inner__button .mbr-section-btn .btn-info:hover {
  border-color: transparent !important;
}
.cid-soEET9ORon .inner__button .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 5px;
  vertical-align: -5px;
}
@media (max-width: 550px) {
  .cid-soEET9ORon .inner__button .mbr-section-btn {
    width: 100%;
  }
}
.cid-soEET9ORon .mbr-figure {
  display: inline-block;
  padding: 5px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  margin-left: 45px;
}
.cid-soEET9ORon .mbr-figure:hover {
  color: #82786e;
  cursor: pointer;
}
.cid-soEET9ORon .mbr-figure:hover .mbr-media {
  border-color: #82786e;
  color: #82786e;
}
@media (max-width: 575px) {
  .cid-soEET9ORon .mbr-figure {
    margin: 0;
    margin-top: 10px;
    max-width: 350px;
    width: 100%;
  }
}
.cid-soEET9ORon .mbr-media {
  display: inline-flex;
  color: #e9e9e9;
  align-items: center;
  justify-content: center;
  border: 2px solid #e9e9e9;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-soEET9ORon .mbr-media span {
  font-size: 22px;
  position: relative;
  display: inline-block;
  margin-left: 3px;
}
.cid-soEET9ORon .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
}
.cid-soEET9ORon .popup__text {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.cid-soEET9ORon .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-soEET9ORon .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-soEET9ORon .modalWindow .modalWindow-video {
  height: calc(80vw / 1.778);
  width: 80vw;
  margin: 0 auto;
}
.cid-soEET9ORon a.close {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  z-index: 5000000;
  font-size: 16px;
  background: #000;
  padding: 10px;
  transition: all 0.2s;
}
.cid-soEET9ORon a.close:hover {
  color: #ffffff;
}
.cid-soEET9ORon .animation__background .circle1 {
  display: inline-block;
  width: 12px;
  height: 12px;
  top: 20%;
  left: 28%;
  background: #82786e;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 25s infinite linear;
}
.cid-soEET9ORon .animation__background .circle2 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 44%;
  left: 4%;
  background: #e1201d;
  border-radius: 50%;
  position: absolute;
  animation: animationOne 30s alternate infinite linear;
}
.cid-soEET9ORon .animation__background .circle3 {
  display: inline-block;
  width: 15px;
  height: 15px;
  top: 49%;
  left: 51%;
  background: #ffffff;
  position: absolute;
  border-radius: 50%;
  animation: animationTwo 35s infinite linear;
}
.cid-soEET9ORon .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #222f62;
  bottom: 20%;
  left: 33%;
  animation: animationOne 30s infinite linear;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-soEET9ORon .mbr-text,
.cid-soEET9ORon .buttons__block {
  color: #ffffff;
}
.cid-soyCNoxoKo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soyCNoxoKo .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.cid-soyCNoxoKo .text-block {
  position: relative;
  z-index: 0;
}
.cid-soyCNoxoKo .box {
  width: 25%;
  height: 40%;
  background: #7787c2;
  position: absolute;
  top: 4%;
}
.cid-soyCNoxoKo .box {
  left: 20%;
}
.cid-soyCNoxoKo .text-box {
  left: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cid-soyCNoxoKo .mbr-section-text,
.cid-soyCNoxoKo .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-soyCNoxoKo .text-box {
    display: none;
  }
  .cid-soyCNoxoKo .mbr-section-title,
  .cid-soyCNoxoKo .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-soyCNoxoKo .box {
    display: none;
  }
  .cid-soyCNoxoKo .row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-soyCNoxoKo .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-soyCNoxoKo .text-box {
    writing-mode: bt-rl;
  }
}
.cid-soyCNoxoKo .mbr-section-text {
  color: #222f62;
}
.cid-soyCNoxoKo .mbr-section-title {
  color: #222f62;
}
.cid-soBcCHhLAb {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soBcCHhLAb .mbr-text,
.cid-soBcCHhLAb .ornament {
  color: #222f62;
}
.cid-soB4qY5oKR {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-soB4qY5oKR .mbr-text,
.cid-soB4qY5oKR .ornament {
  color: #222f62;
}
.cid-shLiCKd6t1 .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shLiCKd6t1 .nav-item:focus,
.cid-shLiCKd6t1 .nav-link:focus {
  outline: none;
}
.cid-shLiCKd6t1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shLiCKd6t1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-shLiCKd6t1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-shLiCKd6t1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-shLiCKd6t1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-shLiCKd6t1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-shLiCKd6t1 .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-shLiCKd6t1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-shLiCKd6t1 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-shLiCKd6t1 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-shLiCKd6t1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shLiCKd6t1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-shLiCKd6t1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-shLiCKd6t1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-shLiCKd6t1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shLiCKd6t1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shLiCKd6t1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shLiCKd6t1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shLiCKd6t1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shLiCKd6t1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-shLiCKd6t1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-shLiCKd6t1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-shLiCKd6t1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shLiCKd6t1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shLiCKd6t1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shLiCKd6t1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shLiCKd6t1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shLiCKd6t1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-shLiCKd6t1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shLiCKd6t1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-shLiCKd6t1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-shLiCKd6t1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-shLiCKd6t1 .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-shLiCKd6t1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-shLiCKd6t1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-shLiCKd6t1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shLiCKd6t1 .navbar-short {
  padding: 1rem 0 !important;
}
.cid-shLiCKd6t1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shLiCKd6t1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shLiCKd6t1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shLiCKd6t1 .dropdown-item.active,
.cid-shLiCKd6t1 .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-shLiCKd6t1 .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-shLiCKd6t1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shLiCKd6t1 .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-shLiCKd6t1 .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-shLiCKd6t1 .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-shLiCKd6t1 .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-shLiCKd6t1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-shLiCKd6t1 .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-shLiCKd6t1 .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-shLiCKd6t1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-shLiCKd6t1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shLiCKd6t1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shLiCKd6t1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shLiCKd6t1 .navbar-buttons {
  text-align: center;
}
.cid-shLiCKd6t1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shLiCKd6t1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #233d63;
}
.cid-shLiCKd6t1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shLiCKd6t1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shLiCKd6t1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shLiCKd6t1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shLiCKd6t1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shLiCKd6t1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shLiCKd6t1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shLiCKd6t1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shLiCKd6t1 .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-shLiCKd6t1 a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-shLiCKd6t1 .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-shLiCKd6t1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-shLiCKd6t1 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shLiCKd6t1 .navbar {
    height: 77px;
  }
  .cid-shLiCKd6t1 .navbar.opened {
    height: auto;
  }
  .cid-shLiCKd6t1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-shLiCKd6t1 a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-shLiCKd6t1 a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ffffff;
}
.cid-shLiCKd6t1 .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-shLiCKd6t1 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-soyyaXZvcm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-soyyaXZvcm .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-soyyaXZvcm .content-panel {
  padding: 2rem;
  background-color: #222f62;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-soyyaXZvcm .form-group,
  .cid-soyyaXZvcm .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-soyyaXZvcm .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #222f62;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-soyyaXZvcm .form-control:focus,
.cid-soyyaXZvcm .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-soyyaXZvcm textarea.form-control {
  min-height: 170px;
}
.cid-soyyaXZvcm .form-group {
  margin-bottom: 1rem;
}
.cid-soyyaXZvcm input::-webkit-input-placeholder,
.cid-soyyaXZvcm textarea::-webkit-input-placeholder {
  color: #222f62;
}
.cid-soyyaXZvcm input:-moz-placeholder,
.cid-soyyaXZvcm textarea:-moz-placeholder {
  color: #222f62;
}
.cid-soyyaXZvcm .jq-selectbox li,
.cid-soyyaXZvcm .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-soyyaXZvcm .jq-selectbox li:hover,
.cid-soyyaXZvcm .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-soyyaXZvcm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-soyyaXZvcm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-soyyaXZvcm .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-soyyaXZvcm .text-block {
    margin-bottom: 2rem;
  }
}
.cid-soyyaXZvcm .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-soyyaXZvcm .content-block {
  color: #ffffff;
  text-align: center;
}
.cid-sxYqpfBDpI {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxYqpfBDpI .mbr-text,
.cid-sxYqpfBDpI .ornament {
  color: #222f62;
}
.cid-sxYqpgkbFH {
  overflow: hidden !important;
  background: linear-gradient(to right, #ffffff 0%, #ffffff 30%, #222f62 30%, #222f62 100%);
}
.cid-sxYqpgkbFH .animated-element {
  color: #efefef;
}
.cid-sxYqpgkbFH .img-block {
  -webkit-align-self: center;
  align-self: center;
}
@media (min-width: 992px) {
  .cid-sxYqpgkbFH .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 768px) {
  .cid-sxYqpgkbFH {
    background: #222f62;
  }
}
.cid-sxYqpgkbFH .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sxYqpgkbFH .mbr-text,
.cid-sxYqpgkbFH .mbr-section-btn {
  color: #efefef;
}
.cid-sxYqpcZUPR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxYqpcZUPR .mbr-text {
  line-height: 1.5;
  color: #333333;
}
.cid-sxYqpcZUPR .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-sxYqpcZUPR img {
  width: 100%;
  padding-bottom: 1.5rem;
}
.cid-sxYqpcZUPR .mbr-image-title {
  text-align: center;
  color: #656565;
}
.cid-sxYqphF98Z .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYqphF98Z .nav-item:focus,
.cid-sxYqphF98Z .nav-link:focus {
  outline: none;
}
.cid-sxYqphF98Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYqphF98Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxYqphF98Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sxYqphF98Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYqphF98Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxYqphF98Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxYqphF98Z .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sxYqphF98Z .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sxYqphF98Z .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sxYqphF98Z .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sxYqphF98Z .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxYqphF98Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxYqphF98Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxYqphF98Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxYqphF98Z .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxYqphF98Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxYqphF98Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxYqphF98Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxYqphF98Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxYqphF98Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxYqphF98Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxYqphF98Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxYqphF98Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxYqphF98Z .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxYqphF98Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxYqphF98Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxYqphF98Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxYqphF98Z .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxYqphF98Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxYqphF98Z .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxYqphF98Z .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxYqphF98Z .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxYqphF98Z .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxYqphF98Z .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sxYqphF98Z .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxYqphF98Z .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxYqphF98Z .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sxYqphF98Z .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxYqphF98Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxYqphF98Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxYqphF98Z .dropdown-item.active,
.cid-sxYqphF98Z .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sxYqphF98Z .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sxYqphF98Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sxYqphF98Z .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sxYqphF98Z .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sxYqphF98Z .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxYqphF98Z .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sxYqphF98Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sxYqphF98Z .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sxYqphF98Z .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sxYqphF98Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxYqphF98Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxYqphF98Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxYqphF98Z ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxYqphF98Z .navbar-buttons {
  text-align: center;
}
.cid-sxYqphF98Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxYqphF98Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #233d63;
}
.cid-sxYqphF98Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxYqphF98Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYqphF98Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYqphF98Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxYqphF98Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYqphF98Z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxYqphF98Z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxYqphF98Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYqphF98Z .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sxYqphF98Z a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sxYqphF98Z .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sxYqphF98Z .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sxYqphF98Z .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxYqphF98Z .navbar {
    height: 77px;
  }
  .cid-sxYqphF98Z .navbar.opened {
    height: auto;
  }
  .cid-sxYqphF98Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxYqphF98Z a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sxYqphF98Z a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ffffff;
}
.cid-sxYqphF98Z .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sxYqphF98Z .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sxYqppYDHW {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxYqppYDHW .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sxYqppYDHW .content-panel {
  padding: 2rem;
  background-color: #222f62;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sxYqppYDHW .form-group,
  .cid-sxYqppYDHW .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sxYqppYDHW .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #222f62;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sxYqppYDHW .form-control:focus,
.cid-sxYqppYDHW .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sxYqppYDHW textarea.form-control {
  min-height: 170px;
}
.cid-sxYqppYDHW .form-group {
  margin-bottom: 1rem;
}
.cid-sxYqppYDHW input::-webkit-input-placeholder,
.cid-sxYqppYDHW textarea::-webkit-input-placeholder {
  color: #222f62;
}
.cid-sxYqppYDHW input:-moz-placeholder,
.cid-sxYqppYDHW textarea:-moz-placeholder {
  color: #222f62;
}
.cid-sxYqppYDHW .jq-selectbox li,
.cid-sxYqppYDHW .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxYqppYDHW .jq-selectbox li:hover,
.cid-sxYqppYDHW .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxYqppYDHW .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sxYqppYDHW .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sxYqppYDHW .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sxYqppYDHW .text-block {
    margin-bottom: 2rem;
  }
}
.cid-sxYqppYDHW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxYqppYDHW .content-block {
  color: #ffffff;
  text-align: center;
}
.cid-sxYsnrpW5B {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxYsnrpW5B .mbr-text,
.cid-sxYsnrpW5B .ornament {
  color: #222f62;
}
.cid-sxYsnsbiqm {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sxYsnsbiqm .mbr-text,
.cid-sxYsnsbiqm .ornament {
  color: #222f62;
}
.cid-sxYsnsWQOi .dropdown-item:before {
  font-family: MobiriseIcons !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;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYsnsWQOi .nav-item:focus,
.cid-sxYsnsWQOi .nav-link:focus {
  outline: none;
}
.cid-sxYsnsWQOi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYsnsWQOi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sxYsnsWQOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-sxYsnsWQOi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sxYsnsWQOi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sxYsnsWQOi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sxYsnsWQOi .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-sxYsnsWQOi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
  background: none;
}
.cid-sxYsnsWQOi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sxYsnsWQOi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sxYsnsWQOi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sxYsnsWQOi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sxYsnsWQOi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sxYsnsWQOi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sxYsnsWQOi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sxYsnsWQOi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sxYsnsWQOi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sxYsnsWQOi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sxYsnsWQOi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sxYsnsWQOi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sxYsnsWQOi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sxYsnsWQOi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sxYsnsWQOi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sxYsnsWQOi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sxYsnsWQOi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sxYsnsWQOi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sxYsnsWQOi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sxYsnsWQOi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sxYsnsWQOi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sxYsnsWQOi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sxYsnsWQOi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sxYsnsWQOi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sxYsnsWQOi .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sxYsnsWQOi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-sxYsnsWQOi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sxYsnsWQOi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sxYsnsWQOi .navbar-short {
  padding: 1rem 0 !important;
}
.cid-sxYsnsWQOi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sxYsnsWQOi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sxYsnsWQOi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sxYsnsWQOi .dropdown-item.active,
.cid-sxYsnsWQOi .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-sxYsnsWQOi .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-sxYsnsWQOi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sxYsnsWQOi .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-sxYsnsWQOi .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-sxYsnsWQOi .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sxYsnsWQOi .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-sxYsnsWQOi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-sxYsnsWQOi .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-sxYsnsWQOi .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-sxYsnsWQOi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sxYsnsWQOi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sxYsnsWQOi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxYsnsWQOi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sxYsnsWQOi .navbar-buttons {
  text-align: center;
}
.cid-sxYsnsWQOi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxYsnsWQOi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #233d63;
}
.cid-sxYsnsWQOi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxYsnsWQOi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYsnsWQOi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxYsnsWQOi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxYsnsWQOi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYsnsWQOi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxYsnsWQOi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxYsnsWQOi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxYsnsWQOi .navbar-dropdown {
  padding: 3rem 0rem;
  position: fixed;
}
.cid-sxYsnsWQOi a.nav-link {
  font-weight: 800;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  position: relative;
}
.cid-sxYsnsWQOi .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sxYsnsWQOi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sxYsnsWQOi .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sxYsnsWQOi .navbar {
    height: 77px;
  }
  .cid-sxYsnsWQOi .navbar.opened {
    height: auto;
  }
  .cid-sxYsnsWQOi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sxYsnsWQOi a.nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 2px;
  -webkit-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  -o-transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  box-sizing: border-box;
}
.cid-sxYsnsWQOi a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #ffffff;
}
.cid-sxYsnsWQOi .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-sxYsnsWQOi .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-sxYsnvyo3s {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sxYsnvyo3s .card-img {
  padding: 0 0 3rem;
}
.cid-sxYsnvyo3s .card-days {
  background-color: #222f62;
  border-radius: 5px;
}
.cid-sxYsnvyo3s .card-days .schedule > ul {
  display: block;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}
.cid-sxYsnvyo3s .card-days .schedule > ul li {
  border-top: 1px solid;
  padding-top: 10px;
}
.cid-sxYsnvyo3s .card-days .schedule > ul li:first-child {
  border-top: none;
}
.cid-sxYsnvyo3s .card-days .schedule > ul li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sxYsnvyo3s .card-days .schedule > ul li:after {
  display: block;
  content: '';
  clear: both;
}
@media (min-width: 992px) {
  .cid-sxYsnvyo3s .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sxYsnvyo3s .schedule .schedule-item,
.cid-sxYsnvyo3s .schedule UL {
  text-align: left;
}
.cid-sxYsnvyo3s .card-title {
  color: #233d63;
}
.cid-sxYsnvyo3s .mbr-text,
.cid-sxYsnvyo3s .mbr-section-btn {
  color: #233d63;
}
.cid-sxYsnxcaFY {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sxYsnxcaFY .mbr-text,
.cid-sxYsnxcaFY .ornament {
  color: #222f62;
}
.cid-sxYsny4oVX {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sxYsny4oVX .price-term {
  vertical-align: top;
}
.cid-sxYsny4oVX h4 {
  margin: 0;
}
.cid-sxYsny4oVX .card1 {
  background: #7787c2;
}
.cid-sxYsny4oVX .card2 {
  background: #4c66cd;
}
.cid-sxYsny4oVX .card3 {
  background: #222f62;
}
.cid-sxYsny4oVX .plan-item .mbr-iconfont {
  margin-right: 22px;
  font-size: 22px;
  position: relative;
  top: 18px;
}
.cid-sxYsny4oVX .plan-item p {
  letter-spacing: 0.4px;
  margin: 0;
  padding: 16px 0 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  max-width: 205px;
  width: 100%;
}
.cid-sxYsny4oVX .plan-body .mbr-section-btn {
  padding: 44px 0 0;
}
.cid-sxYsny4oVX .plan-body .mbr-section-btn .btn {
  margin-bottom: 14px;
}
.cid-sxYsny4oVX .plan-header {
  padding: 4rem 1rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cid-sxYsny4oVX .plan-body {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  padding: 40px 1rem;
}
.cid-sxYsny4oVX .month {
  letter-spacing: 2px;
  color: #ffffff;
}
.cid-sxYsny4oVX .plan {
  word-break: break-word;
  position: relative;
  max-width: 400px;
  margin-bottom: 1rem;
  color: #767676;
}
.cid-sxYsny4oVX .row {
  justify-content: center;
}
.cid-sxYsny4oVX .price-value {
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-sxYsny4oVX .price-figure {
    font-size: 4.25rem;
  }
}
@media (max-width: 992px) {
  .cid-sxYsny4oVX .plan {
    margin-bottom: 2rem;
  }
}
.cid-sxYsny4oVX .plan-item p,
.cid-sxYsny4oVX .plan-item .mbr-iconfont {
  color: #222f62;
}
.cid-sxYsny4oVX .plan-price,
.cid-sxYsny4oVX .price-figure {
  color: #ffffff;
}
.cid-sxYsny4oVX .plan-price,
.cid-sxYsny4oVX .price-term {
  color: #ffffff;
}
.cid-sxYsny4oVX .plan-title {
  color: #ffffff;
}
.cid-sxYsny4oVX .plan-price,
.cid-sxYsny4oVX .price-value {
  color: #ffffff;
}
.cid-sxYsnBW8bL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sxYsnBW8bL .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-sxYsnBW8bL .content-panel {
  padding: 2rem;
  background-color: #222f62;
  border-radius: .25rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (min-width: 992px) {
  .cid-sxYsnBW8bL .form-group,
  .cid-sxYsnBW8bL .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-sxYsnBW8bL .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #222f62;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-sxYsnBW8bL .form-control:focus,
.cid-sxYsnBW8bL .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-sxYsnBW8bL textarea.form-control {
  min-height: 170px;
}
.cid-sxYsnBW8bL .form-group {
  margin-bottom: 1rem;
}
.cid-sxYsnBW8bL input::-webkit-input-placeholder,
.cid-sxYsnBW8bL textarea::-webkit-input-placeholder {
  color: #222f62;
}
.cid-sxYsnBW8bL input:-moz-placeholder,
.cid-sxYsnBW8bL textarea:-moz-placeholder {
  color: #222f62;
}
.cid-sxYsnBW8bL .jq-selectbox li,
.cid-sxYsnBW8bL .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxYsnBW8bL .jq-selectbox li:hover,
.cid-sxYsnBW8bL .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sxYsnBW8bL .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-sxYsnBW8bL .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sxYsnBW8bL .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-sxYsnBW8bL .text-block {
    margin-bottom: 2rem;
  }
}
.cid-sxYsnBW8bL .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sxYsnBW8bL .content-block {
  color: #ffffff;
  text-align: center;
}
