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





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  letter-spacing: -2px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Source Sans Pro', 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: 'Source Sans Pro', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Source Sans Pro', 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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #0b57c9 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #e9204f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0b57c9 !important;
  border-color: #0b57c9 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #073880 !important;
  border-color: #073880 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #073880 !important;
  border-color: #073880 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9204f !important;
  border-color: #e9204f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ac1135 !important;
  border-color: #ac1135 !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: #062d68;
  color: #062d68;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0b57c9;
  border-color: #0b57c9;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0b57c9 !important;
  border-color: #0b57c9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #940f2e;
  color: #940f2e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #e9204f;
  border-color: #e9204f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9204f !important;
  border-color: #e9204f !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: #0b57c9 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #e9204f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #101010 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #062d68 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #e9204f !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: #879a9f;
}
.alert-danger {
  background-color: #e9204f;
}
.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: #0b57c9;
  border-color: #0b57c9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0b57c9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #a6c8fa;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fbdae2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #0b57c9;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0b57c9;
  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: #0b57c9;
  border-bottom-color: #0b57c9;
}
.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: #0b57c9 !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: #ffffff !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='%230b57c9' %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: #e9204f;
  height: 3px;
  width: 72px;
  position: absolute;
  top: -3.5rem;
  display: inline-block;
}
.line-title {
  width: 40px;
  height: 2px;
  background-color: #e9204f;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.line-title-big {
  width: 72px;
  height: 3px;
  background-color: #e9204f;
  margin-bottom: 2rem;
  display: inline-block;
}
.vertical-line:before {
  content: '';
  background-color: #e9204f;
  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: #e9204f !important;
}
.btn-danger:hover {
  color: #e9204f !important;
}
.btn-warning:hover {
  color: #879a9f !important;
}
.btn-success:hover {
  color: #f7ed4a !important;
}
.btn-info:hover {
  color: #82786e !important;
}
.btn-black:hover {
  color: #000000 !important;
}
.btn-white:hover {
  color: #000000 !important;
}
.btn-secondary:hover {
  color: #ffffff !important;
}
.btn-primary:hover {
  color: #0b57c9 !important;
}
.btn:hover::before {
  background-color: #ffffff;
  transform: scaleX(1);
}
.btn-white {
  color: #e9204f !important;
}
.mbr-section-btn .btn-danger-outline {
  border-color: #e9204f;
}
.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: #ffffff !important;
}
.btn-success-outline:hover::before {
  background-color: #f7ed4a !important;
}
.btn-info-outline:hover::before {
  background-color: #82786e !important;
}
.btn-primary-outline:hover::before {
  background-color: #0b57c9 !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: #879a9f !important;
}
.btn-danger-outline:hover::before {
  background-color: #e9204f !important;
}
.cid-rRUafuR4tu {
  background-image: url("../../../assets/images/https-s3-ap-northeast-1.amazonaws.com-psh-ex-ftnikkei-3937bb4-images-8-3-4-6-19336438-1-eng-gb-20190213-bhp-main-2000x1125.jpg");
}
.cid-rRUafuR4tu .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRUafuR4tu .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRUafuR4tu .align-center {
    text-align: center;
  }
}
.cid-rRUafuR4tu h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRUafuR4tu .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRUafuR4tu .row {
    margin: 0;
  }
}
.cid-rRUafuR4tu .btn {
  margin-left: 0rem;
}
.cid-rRUafuR4tu .mbr-section-title,
.cid-rRUafuR4tu .mbr-section-btn {
  color: #ffffff;
}
.cid-rRUafviZcP {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUafviZcP h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRUafviZcP .container {
    position: relative;
  }
  .cid-rRUafviZcP .row {
    margin: 0;
  }
  .cid-rRUafviZcP h2 {
    margin: 0;
  }
}
.cid-rRUafviZcP .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRUafviZcP .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUafviZcP .mbr-text {
  text-align: left;
  color: #535353;
}
.cid-rRZaPaejH2 {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/3172-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-rRZaPaejH2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rRZaPaejH2 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rRZaPaejH2 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rRZaPaejH2 .icon-wrap span {
  padding-left: 8px;
}
.cid-rRZaPaejH2 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rRZaPaejH2 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRZaPaejH2 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRZaPaejH2 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRZaPaejH2 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRZaPaejH2 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRZaPaejH2 a.close:hover {
  color: #ffffff;
}
.cid-rTe4kAonFm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTe4kAonFm h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTe4kAonFm .container {
    position: relative;
  }
  .cid-rTe4kAonFm .row {
    margin: 0;
  }
  .cid-rTe4kAonFm h2 {
    margin: 0;
  }
}
.cid-rTe4kAonFm .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTe4kAonFm .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUhzY24pl {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rRUhzY24pl .image-block {
  margin: auto;
}
.cid-rRUhzY24pl .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rRUhzY24pl .image-block {
    width: 100% !important;
  }
}
.cid-rRUhzY24pl .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-rRUhzY24pl .container {
    padding: 0 2rem;
  }
}
.cid-rTouy7btqv {
  padding-top: 45px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTouy7btqv h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTouy7btqv .container {
    position: relative;
  }
  .cid-rTouy7btqv .row {
    margin: 0;
  }
  .cid-rTouy7btqv h2 {
    margin: 0;
  }
}
.cid-rTouy7btqv .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTouy7btqv .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTouy7btqv .mbr-text {
  color: #05042d;
}
.cid-rRUafwKfWQ {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUafwKfWQ h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRUafwKfWQ .container {
    position: relative;
  }
  .cid-rRUafwKfWQ .row {
    margin: 0;
  }
  .cid-rRUafwKfWQ h2 {
    margin: 0;
  }
}
.cid-rRUafwKfWQ .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRUafwKfWQ .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUafwKfWQ .mbr-text {
  color: #7e7e7e;
}
.cid-rTe3z0Dsmz {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 0px;
}
.cid-rTe3z0Dsmz .image-block {
  margin: auto;
}
.cid-rTe3z0Dsmz .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rTe3z0Dsmz .image-block {
    width: 100% !important;
  }
}
.cid-rTe3z0Dsmz .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-rTe3z0Dsmz .container {
    padding: 0 2rem;
  }
}
.cid-rTe3AYfIBn {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTe3AYfIBn h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTe3AYfIBn .container {
    position: relative;
  }
  .cid-rTe3AYfIBn .row {
    margin: 0;
  }
  .cid-rTe3AYfIBn h2 {
    margin: 0;
  }
}
.cid-rTe3AYfIBn .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTe3AYfIBn .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTe3XK3QjD {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #060e29;
}
@media (max-width: 767px) {
  .cid-rTe3XK3QjD h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTe3XK3QjD .container {
    position: relative;
  }
  .cid-rTe3XK3QjD .row {
    margin: 0;
  }
  .cid-rTe3XK3QjD h2 {
    margin: 0;
  }
}
.cid-rTe3XK3QjD .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTe3XK3QjD .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #ffffff;
}
.cid-rTe3XK3QjD h2 {
  text-align: left;
}
.cid-rRUl7vRVVC {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #1c2f5e;
}
.cid-rRUl7vRVVC .mbr-iconfont-1 {
  color: #1c2f5e;
  font-size: 3.5rem;
  transition: 0.7s;
}
.cid-rRUl7vRVVC .mbr-iconfont-2 {
  color: #f3f3f3;
  font-size: 1.5rem;
  opacity: 0;
  transition: 0.7s;
}
.cid-rRUl7vRVVC .card-inner {
  transition: 0.7s;
  z-index: 10;
}
.cid-rRUl7vRVVC .link {
  margin: 0;
}
.cid-rRUl7vRVVC .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRUl7vRVVC .mbr-iconfont {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRUl7vRVVC .card-img {
  margin-bottom: 3.2rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRUl7vRVVC .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRUl7vRVVC .card:hover {
  background-color: #e9204f;
}
.cid-rRUl7vRVVC .card:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-rRUl7vRVVC .card:hover .card-title {
  color: #ffffff;
}
.cid-rRUl7vRVVC .card:hover .card-title:after {
  background: #fff;
}
.cid-rRUl7vRVVC .card:hover .mbr-text {
  color: #ffffff;
}
.cid-rRUl7vRVVC .card:hover .mbr-iconfont-2 {
  opacity: 1;
}
.cid-rRUl7vRVVC .card:hover .card-box {
  transform: translateY(-25px);
}
.cid-rRUl7vRVVC .card:hover .card-img {
  transform: translateY(-5px);
}
.cid-rRUl7vRVVC .media-container-row {
  align-items: flex-end;
}
@media (max-width: 767px) {
  .cid-rRUl7vRVVC .card {
    padding: 0;
  }
  .cid-rRUl7vRVVC .card-inner {
    padding: 2.4rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRUl7vRVVC .card-inner {
    padding: 3.4rem 2.5rem;
  }
  .cid-rRUl7vRVVC .media-container-row {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRUl7vRVVC .row {
    margin: 0;
  }
}
.cid-rRUl7vRVVC .card {
  background-color: #ffffff;
  position: relative;
  border-radius: 0px;
  transition: 0.7s;
}
.cid-rRUl7vRVVC .mbr-section-subtitle {
  color: #e9204f;
  text-align: left;
}
.cid-rRUl7vRVVC .mbr-section-title {
  font-weight: 800;
}
.cid-rRUl7vRVVC h2 {
  margin-bottom: 0;
}
.cid-rRUl7vRVVC .title-block {
  margin-bottom: 3rem;
}
.cid-rRUl7vRVVC .card-box {
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-rRUl7vRVVC .mbr-text,
.cid-rRUl7vRVVC .link {
  text-align: left;
  color: #7e7e7e;
}
.cid-rRUl7vRVVC .card-title,
.cid-rRUl7vRVVC .card-img,
.cid-rRUl7vRVVC .card-icon {
  text-align: left;
}
.cid-rRUl7vRVVC H2 {
  text-align: left;
  color: #ffffff;
}
.cid-rRUafxBYwN {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUafxBYwN h2 {
    margin-bottom: 1rem;
  }
  .cid-rRUafxBYwN .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRUafxBYwN .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRUafxBYwN .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRUafxBYwN .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRUafxBYwN .container {
    position: relative;
  }
  .cid-rRUafxBYwN h2 {
    margin: 0;
  }
}
.cid-rRUafxBYwN .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRUafxBYwN hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRUafxBYwN .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUafxBYwN .btn:hover {
  color: #ffffff !important;
}
.cid-rRUafxBYwN .container-column,
.cid-rRUafxBYwN h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRTS9Glhcj {
  background-image: url("../../../assets/images/4159-2000x1333.jpg");
}
.cid-rRTS9Glhcj .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTS9Glhcj .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTS9Glhcj .align-center {
    text-align: center;
  }
}
.cid-rRTS9Glhcj h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTS9Glhcj .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTS9Glhcj .row {
    margin: 0;
  }
}
.cid-rRTS9Glhcj .btn {
  margin-left: 0rem;
}
.cid-rRTS9Glhcj .mbr-section-title,
.cid-rRTS9Glhcj .mbr-section-btn {
  color: #ffffff;
}
.cid-rTe0TZVGDO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTe0TZVGDO h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTe0TZVGDO .container {
    position: relative;
  }
  .cid-rTe0TZVGDO .row {
    margin: 0;
  }
  .cid-rTe0TZVGDO h2 {
    margin: 0;
  }
}
.cid-rTe0TZVGDO .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTe0TZVGDO .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRZcu844jR {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/1-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-rRZcu844jR {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rRZcu844jR {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rRZcu844jR .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rRZcu844jR .icon-wrap span {
  padding-left: 8px;
}
.cid-rRZcu844jR .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rRZcu844jR .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRZcu844jR .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRZcu844jR .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRZcu844jR .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRZcu844jR a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRZcu844jR a.close:hover {
  color: #ffffff;
}
.cid-rRTXINY2NC {
  background-color: #7f1926;
}
.cid-rRTXINY2NC .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-rRTXINY2NC .align-center {
    text-align: center;
  }
}
.cid-rRTXINY2NC H1 {
  text-align: left;
}
.cid-rRTXINY2NC .mbr-text,
.cid-rRTXINY2NC .mbr-section-btn {
  text-align: left;
}
.cid-rRU43aeNip {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRU43aeNip h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRU43aeNip .container {
    position: relative;
  }
  .cid-rRU43aeNip .row {
    margin: 0;
  }
  .cid-rRU43aeNip h2 {
    margin: 0;
  }
}
.cid-rRU43aeNip .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRU43aeNip .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rS0JsJ4zaN {
  background-image: url("../../../assets/images/1154-2000x1335.jpg");
}
.cid-rS0JsJ4zaN .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rS0JsJ4zaN .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rS0JsJ4zaN .align-center {
    text-align: center;
  }
}
.cid-rS0JsJ4zaN h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rS0JsJ4zaN .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rS0JsJ4zaN .row {
    margin: 0;
  }
}
.cid-rS0JsJ4zaN .btn {
  margin-left: 0rem;
}
.cid-rTdZWRtes0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTdZWRtes0 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTdZWRtes0 .container {
    position: relative;
  }
  .cid-rTdZWRtes0 .row {
    margin: 0;
  }
  .cid-rTdZWRtes0 h2 {
    margin: 0;
  }
}
.cid-rTdZWRtes0 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTdZWRtes0 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUFx0geH5 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #000000;
}
.cid-rRUFx0geH5 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRUFx0geH5 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRUFx0geH5 .align-center {
    text-align: center;
  }
}
.cid-rRUFx0geH5 h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRUFx0geH5 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRUFx0geH5 .row {
    margin: 0;
  }
}
.cid-rRUFx0geH5 .btn {
  margin-left: 0rem;
}
.cid-rRU6cUh6Ru {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRU6cUh6Ru h2 {
    margin-bottom: 1rem;
  }
  .cid-rRU6cUh6Ru .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRU6cUh6Ru .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRU6cUh6Ru .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRU6cUh6Ru .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRU6cUh6Ru .container {
    position: relative;
  }
  .cid-rRU6cUh6Ru h2 {
    margin: 0;
  }
}
.cid-rRU6cUh6Ru .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRU6cUh6Ru hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRU6cUh6Ru .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRU6cUh6Ru .btn:hover {
  color: #ffffff !important;
}
.cid-rRU6cUh6Ru .container-column,
.cid-rRU6cUh6Ru h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRUUeuUEWY {
  background-image: url("../../../assets/images/302-2000x1335.jpeg");
}
.cid-rRUUeuUEWY .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRUUeuUEWY .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRUUeuUEWY .align-center {
    text-align: center;
  }
}
.cid-rRUUeuUEWY h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRUUeuUEWY .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRUUeuUEWY .row {
    margin: 0;
  }
}
.cid-rRUUeuUEWY .btn {
  margin-left: 0rem;
}
.cid-rRUUeuUEWY .mbr-section-title,
.cid-rRUUeuUEWY .mbr-section-btn {
  color: #ffffff;
}
.cid-rRUUevmtVU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUUevmtVU h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRUUevmtVU .container {
    position: relative;
  }
  .cid-rRUUevmtVU .row {
    margin: 0;
  }
  .cid-rRUUevmtVU h2 {
    margin: 0;
  }
}
.cid-rRUUevmtVU .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRUUevmtVU .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUUevmtVU .mbr-text {
  text-align: left;
  color: #7e7e7e;
}
.cid-rToxozHbLo {
  background-image: url("../../../assets/images/135-2880x1920.jpeg");
}
.cid-rToxozHbLo .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rToxozHbLo .icon-wrap span {
  padding-left: 8px;
}
.cid-rToxozHbLo .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rToxozHbLo .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rToxozHbLo .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rToxozHbLo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rToxozHbLo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rToxozHbLo a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rToxozHbLo a.close:hover {
  color: #ffffff;
}
.cid-rRUUew8l6x {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #535353;
}
.cid-rRUUew8l6x .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-rRUUew8l6x .align-center {
    text-align: center;
  }
}
.cid-rRUUew8l6x H1 {
  text-align: left;
  color: #f3f3f3;
}
.cid-rRUUew8l6x .mbr-text,
.cid-rRUUew8l6x .mbr-section-btn {
  text-align: left;
  color: #f3f3f3;
}
.cid-rRUUewyoGR {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUUewyoGR h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRUUewyoGR .container {
    position: relative;
  }
  .cid-rRUUewyoGR .row {
    margin: 0;
  }
  .cid-rRUUewyoGR h2 {
    margin: 0;
  }
}
.cid-rRUUewyoGR .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRUUewyoGR .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUUewyoGR .mbr-text {
  color: #7e7e7e;
}
.cid-rU0oBf7ZrV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rU0oBf7ZrV h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rU0oBf7ZrV .container {
    position: relative;
  }
  .cid-rU0oBf7ZrV .row {
    margin: 0;
  }
  .cid-rU0oBf7ZrV h2 {
    margin: 0;
  }
}
.cid-rU0oBf7ZrV .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rU0oBf7ZrV .mbr-text {
  margin-top: 1.4rem;
}
.cid-rU0oBf7ZrV h2 {
  color: #000000;
}
.cid-rTYFkeGVi7 {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rTYFkeGVi7 .box {
    margin-top: 2.5rem;
  }
}
.cid-rTYFkeGVi7 .box {
  background-image: url("../../../assets/images/dust-stabilizer-arcelormittal-in-bosnia-suppresion-of-dust-1-1334x884.png");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-rTYFkeGVi7 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rTYFkeGVi7 .icon-wrap span {
  padding-left: 8px;
}
.cid-rTYFkeGVi7 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rTYFkeGVi7 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rTYFkeGVi7 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rTYFkeGVi7 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rTYFkeGVi7 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rTYFkeGVi7 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rTYFkeGVi7 a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rTYFkeGVi7 .box {
    height: 250px;
  }
}
.cid-rTYFkeGVi7 .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-rTYFkeGVi7 .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-rTYFkeGVi7 .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-rTYFkeGVi7 .row {
    padding: 0 1rem;
  }
}
.cid-rTYFkeGVi7 .btn {
  margin-left: 0rem;
}
.cid-rTYFkeGVi7 H1 {
  color: #2b2886;
}
.cid-rTYFqNrQbn {
  background-color: #05042d;
}
@media (max-width: 992px) {
  .cid-rTYFqNrQbn .box {
    margin-top: 2.5rem;
  }
}
.cid-rTYFqNrQbn .box {
  background-image: url("../../../assets/images/dust-stabilizer-arcelormittal-in-bosnia-suppresion-of-dust-3-1420x944.png");
  background-size: cover;
  background-position: center;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0px 3px 20px 0px rgba(25, 0, 7, 0.25);
}
.cid-rTYFqNrQbn .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rTYFqNrQbn .icon-wrap span {
  padding-left: 8px;
}
.cid-rTYFqNrQbn .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rTYFqNrQbn .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rTYFqNrQbn .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rTYFqNrQbn .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rTYFqNrQbn .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rTYFqNrQbn a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rTYFqNrQbn a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rTYFqNrQbn .box {
    height: 250px;
  }
}
.cid-rTYFqNrQbn .mbr-text {
  color: #747474;
  margin-bottom: 2rem;
}
.cid-rTYFqNrQbn .mbr-section-title {
  margin-bottom: 2rem;
}
.cid-rTYFqNrQbn .left-block {
  padding-right: 4rem;
}
@media (min-width: 767px) {
  .cid-rTYFqNrQbn .row {
    padding: 0 1rem;
  }
}
.cid-rTYFqNrQbn .btn {
  margin-left: 0rem;
}
.cid-rTYFqNrQbn H1 {
  color: #ffffff;
}
.cid-rTYFqNrQbn .mbr-text,
.cid-rTYFqNrQbn .mbr-section-btn {
  color: #ffffff;
}
.cid-rRUZlwJN4V {
  background-image: url("../../../assets/images/12730-1-2000x1333.jpeg");
}
.cid-rRUZlwJN4V .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRUZlwJN4V .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRUZlwJN4V .align-center {
    text-align: center;
  }
}
.cid-rRUZlwJN4V h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRUZlwJN4V .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRUZlwJN4V .row {
    margin: 0;
  }
}
.cid-rRUZlwJN4V .btn {
  margin-left: 0rem;
}
.cid-rRUUewWKTt {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #68b462;
}
.cid-rRUUewWKTt .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRUUewWKTt .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRUUewWKTt .align-center {
    text-align: center;
  }
}
.cid-rRUUewWKTt h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRUUewWKTt .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRUUewWKTt .row {
    margin: 0;
  }
}
.cid-rRUUewWKTt .btn {
  margin-left: 0rem;
}
.cid-rRUUexl1Sr {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRUUexl1Sr h2 {
    margin-bottom: 1rem;
  }
  .cid-rRUUexl1Sr .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRUUexl1Sr .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRUUexl1Sr .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRUUexl1Sr .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRUUexl1Sr .container {
    position: relative;
  }
  .cid-rRUUexl1Sr h2 {
    margin: 0;
  }
}
.cid-rRUUexl1Sr .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRUUexl1Sr hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRUUexl1Sr .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRUUexl1Sr .btn:hover {
  color: #ffffff !important;
}
.cid-rRUUexl1Sr .container-column,
.cid-rRUUexl1Sr h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRVecH2Ixx {
  background-image: url("../../../assets/images/74-2000x1333.jpg");
}
.cid-rRVecH2Ixx .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRVecH2Ixx .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRVecH2Ixx .align-center {
    text-align: center;
  }
}
.cid-rRVecH2Ixx h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRVecH2Ixx .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRVecH2Ixx .row {
    margin: 0;
  }
}
.cid-rRVecH2Ixx .btn {
  margin-left: 0rem;
}
.cid-rRVecH2Ixx .mbr-section-title,
.cid-rRVecH2Ixx .mbr-section-btn {
  color: #ffffff;
}
.cid-rRVecHAM95 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRVecHAM95 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRVecHAM95 .container {
    position: relative;
  }
  .cid-rRVecHAM95 .row {
    margin: 0;
  }
  .cid-rRVecHAM95 h2 {
    margin: 0;
  }
}
.cid-rRVecHAM95 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRVecHAM95 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRVecHAM95 .mbr-text {
  text-align: left;
  color: #7e7e7e;
}
.cid-rRZIjETHZu {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/18429-2000x1335.jpg");
}
@media (max-width: 992px) {
  .cid-rRZIjETHZu {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rRZIjETHZu {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rRZIjETHZu .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rRZIjETHZu .icon-wrap span {
  padding-left: 8px;
}
.cid-rRZIjETHZu .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rRZIjETHZu .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRZIjETHZu .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRZIjETHZu .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRZIjETHZu .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRZIjETHZu a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRZIjETHZu a.close:hover {
  color: #ffffff;
}
.cid-rRVecIRAK0 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRVecIRAK0 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRVecIRAK0 .container {
    position: relative;
  }
  .cid-rRVecIRAK0 .row {
    margin: 0;
  }
  .cid-rRVecIRAK0 h2 {
    margin: 0;
  }
}
.cid-rRVecIRAK0 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRVecIRAK0 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRVecIRAK0 .mbr-text {
  color: #7e7e7e;
}
.cid-rRVecIj15D {
  background-image: url("../../../assets/images/3128-2000x1333.jpg");
}
.cid-rRVecIj15D .mbr-text {
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .cid-rRVecIj15D .align-center {
    text-align: center;
  }
}
.cid-rRVecIj15D H1 {
  text-align: left;
}
.cid-rRVecIj15D .mbr-text,
.cid-rRVecIj15D .mbr-section-btn {
  text-align: left;
}
.cid-rRVinGXiKW {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRVinGXiKW h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRVinGXiKW .container {
    position: relative;
  }
  .cid-rRVinGXiKW .row {
    margin: 0;
  }
  .cid-rRVinGXiKW h2 {
    margin: 0;
  }
}
.cid-rRVinGXiKW .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRVinGXiKW .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRVinGXiKW .mbr-text {
  color: #7e7e7e;
}
.cid-rTe75YnNpJ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rTe75YnNpJ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-rTe75YnNpJ .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rTe75YnNpJ .image-block {
    width: 100% !important;
  }
}
.cid-rTe75YnNpJ .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-rTe75YnNpJ .container {
    padding: 0 2rem;
  }
}
.cid-rRVecJhkFN {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #030223;
}
.cid-rRVecJhkFN .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRVecJhkFN .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRVecJhkFN .align-center {
    text-align: center;
  }
}
.cid-rRVecJhkFN h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRVecJhkFN .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRVecJhkFN .row {
    margin: 0;
  }
}
.cid-rRVecJhkFN .btn {
  margin-left: 0rem;
}
.cid-rRVk8Dzba9 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #030223;
}
.cid-rRVk8Dzba9 .mbr-text {
  color: #7e7e7e;
}
.cid-rRVk8Dzba9 .mbr-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRVk8Dzba9 .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rRVk8Dzba9 h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-rRVk8Dzba9 .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rRVk8Dzba9 .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rRVk8Dzba9 .row {
    margin: 0;
  }
}
.cid-rRVecJQ58D {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRVecJQ58D h2 {
    margin-bottom: 1rem;
  }
  .cid-rRVecJQ58D .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRVecJQ58D .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRVecJQ58D .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRVecJQ58D .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRVecJQ58D .container {
    position: relative;
  }
  .cid-rRVecJQ58D h2 {
    margin: 0;
  }
}
.cid-rRVecJQ58D .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRVecJQ58D hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRVecJQ58D .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRVecJQ58D .btn:hover {
  color: #ffffff !important;
}
.cid-rRVecJQ58D .container-column,
.cid-rRVecJQ58D h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rTfiIUHx1x {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/4123-2000x1384.jpeg");
}
.cid-rTfiIUHx1x .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rTfiIUHx1x .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rTfiIUHx1x .align-center {
    text-align: center;
  }
}
.cid-rTfiIUHx1x h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rTfiIUHx1x .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rTfiIUHx1x .row {
    margin: 0;
  }
}
.cid-rTfiIUHx1x .btn {
  margin-left: 0rem;
}
.cid-rTfjXAqiWm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #060e29;
}
@media (max-width: 767px) {
  .cid-rTfjXAqiWm h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTfjXAqiWm .container {
    position: relative;
  }
  .cid-rTfjXAqiWm .row {
    margin: 0;
  }
  .cid-rTfjXAqiWm h2 {
    margin: 0;
  }
}
.cid-rTfjXAqiWm .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rTfjXAqiWm .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTfjXAqiWm .container-column,
.cid-rTfjXAqiWm h2 {
  color: #ffffff;
}
.cid-rTfjXAqiWm .mbr-text {
  color: #ffffff;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rTflxoXPB6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rTflxoXPB6 h2 {
    margin-bottom: 1rem;
  }
  .cid-rTflxoXPB6 .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rTflxoXPB6 .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rTflxoXPB6 .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rTflxoXPB6 .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rTflxoXPB6 .container {
    position: relative;
  }
  .cid-rTflxoXPB6 h2 {
    margin: 0;
  }
}
.cid-rTflxoXPB6 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rTflxoXPB6 hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rTflxoXPB6 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTflxoXPB6 .btn:hover {
  color: #ffffff !important;
}
.cid-rRTxtk8Vod {
  background-image: url("../../../assets/images/1-russia-in-gus-hrustalni-setlement-1-2000x1500.jpeg");
}
.cid-rRTxtk8Vod .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTxtk8Vod .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTxtk8Vod .align-center {
    text-align: center;
  }
}
.cid-rRTxtk8Vod h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTxtk8Vod .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTxtk8Vod .row {
    margin: 0;
  }
}
.cid-rRTxtk8Vod .btn {
  margin-left: 0rem;
}
.cid-rRTxtk8Vod H3 {
  color: #41d734;
}
.cid-rRTvYqCNWo {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRTvYqCNWo h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRTvYqCNWo .container {
    position: relative;
  }
  .cid-rRTvYqCNWo .row {
    margin: 0;
  }
  .cid-rRTvYqCNWo h2 {
    margin: 0;
  }
}
.cid-rRTvYqCNWo .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRTvYqCNWo .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRTvYqCNWo .container-column,
.cid-rRTvYqCNWo h2 {
  color: #7e7e7e;
}
.cid-rRTwgwUcqx {
  background: #f6f6f6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cid-rRTwgwUcqx .image-block {
  margin: auto;
}
.cid-rRTwgwUcqx .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-rRTwgwUcqx .image-block {
    width: 100% !important;
  }
}
.cid-rRTwgwUcqx .container-fluid {
  padding: 0;
}
@media (min-width: 767px) {
  .cid-rRTwgwUcqx .container {
    padding: 0 2rem;
  }
}
.cid-rRTyvPNHji {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRTyvPNHji h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRTyvPNHji .container {
    position: relative;
  }
  .cid-rRTyvPNHji .row {
    margin: 0;
  }
  .cid-rRTyvPNHji h2 {
    margin: 0;
  }
}
.cid-rRTyvPNHji .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRTyvPNHji .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTIKJ1YB01 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rTIKJ1YB01 img {
  width: 100%;
  transition: 0.3s ease-out;
  border-radius: 50%;
}
.cid-rTIKJ1YB01 .card-footer {
  border-top: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 300px) {
  .cid-rTIKJ1YB01 .testimonial-photo {
    width: 100% !important;
    height: auto !important;
  }
}
.cid-rTIKJ1YB01 .mbr-iconfont-social {
  font-size: 16px;
}
.cid-rTIKJ1YB01 .icon {
  display: none;
  width: 34px;
  height: 34px;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.27);
  border-radius: 50%;
  padding: 0.5rem;
  margin: 0 0.3rem;
  transition: 0.3s ease-out;
}
.cid-rTIKJ1YB01 .panel-item {
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
}
.cid-rTIKJ1YB01 .mbr-section-title {
  color: #101010;
  margin-bottom: 1.3rem;
}
.cid-rTIKJ1YB01 .mbr-author-name {
  color: #ffffff;
}
.cid-rTIKJ1YB01 .mbr-author-desc {
  color: #ffffff;
}
.cid-rTIKJ1YB01 .social-list {
  margin-top: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rTIKJ1YB01 .panel-item:hover img {
  opacity: 1.0;
}
.cid-rTIKJ1YB01 .panel-item:hover .card-footer {
  opacity: 1;
}
.cid-rTIKJ1YB01 .icon:hover {
  background-color: #ffffff;
  color: #e9204f;
}
@media (max-width: 767px) {
  .cid-rTIKJ1YB01 .mbr-testimonial {
    padding: 0;
  }
  .cid-rTIKJ1YB01 .title {
    padding: 0;
  }
  .cid-rTIKJ1YB01 .align-center {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rTIKJ1YB01 .mbr-section-subtitle {
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 992px) {
  .cid-rTIKJ1YB01 .mbr-testimonial {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rTIKJ1YB01 .mbr-testimonial {
    padding: 0 2.5rem;
  }
}
.cid-rTIKJ1YB01 H2 {
  text-align: left;
  color: #2b2886;
}
.cid-rTIKJ1YB01 .mbr-section-subtitle {
  text-align: left;
}
.cid-rTIKwSRsUC {
  padding-top: 30px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rTIKwSRsUC .mbr-text {
  color: #767676;
}
.cid-rTIKwSRsUC .mbr-title {
  color: #2b2886;
}
@media (max-width: 767px) {
  .cid-rTIKwSRsUC .md-pb {
    margin-bottom: 2rem;
  }
}
.cid-rTIKwSRsUC h3 {
  margin-bottom: 1.2rem;
}
@media (max-width: 992px) {
  .cid-rTIKwSRsUC .card {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rTIKwSRsUC .mbr-text {
    padding-right: 2.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rTIKwSRsUC .row {
    margin: 0;
  }
}
.cid-rRTyQhuswp {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRTyQhuswp h2 {
    margin-bottom: 1rem;
  }
  .cid-rRTyQhuswp .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRTyQhuswp .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRTyQhuswp .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRTyQhuswp .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRTyQhuswp .container {
    position: relative;
  }
  .cid-rRTyQhuswp h2 {
    margin: 0;
  }
}
.cid-rRTyQhuswp .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRTyQhuswp hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRTyQhuswp .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRTyQhuswp .btn:hover {
  color: #ffffff !important;
}
.cid-rRTyQhuswp .container-column,
.cid-rRTyQhuswp h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rT0KLteHRr {
  background-image: url("../../../assets/images/mbr-1920x1277.jpg");
}
.cid-rT0KLteHRr .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rT0KLteHRr .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rT0KLteHRr .align-center {
    text-align: center;
  }
}
.cid-rT0KLteHRr h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rT0KLteHRr .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rT0KLteHRr .row {
    margin: 0;
  }
}
.cid-rT0KLteHRr .btn {
  margin-left: 0rem;
}
.cid-rT0KLteHRr H3 {
  color: #ffffff;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rROcgOzy6R {
  background-image: url("../../../assets/images/on9nny0-2000x873.jpg");
}
.cid-rROcgOzy6R .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rROcgOzy6R .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rROcgOzy6R .align-center {
    text-align: center;
  }
}
.cid-rROcgOzy6R h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rROcgOzy6R .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rROcgOzy6R .row {
    margin: 0;
  }
}
.cid-rROcgOzy6R .btn {
  margin-left: 0rem;
}
.cid-rROcgOzy6R H3 {
  color: #ffffff;
}
.cid-rRT6nLBlTI {
  background-image: url("../../../assets/images/https-s3-ap-northeast-1.amazonaws.com-psh-ex-ftnikkei-3937bb4-images-8-3-4-6-19336438-1-eng-gb-20190213-bhp-main-2000x1125.jpg");
}
.cid-rRT6nLBlTI .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRT6nLBlTI .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRT6nLBlTI .align-center {
    text-align: center;
  }
}
.cid-rRT6nLBlTI h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRT6nLBlTI .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRT6nLBlTI .row {
    margin: 0;
  }
}
.cid-rRT6nLBlTI .btn {
  margin-left: 0rem;
}
.cid-rRT6nLBlTI .mbr-section-title,
.cid-rRT6nLBlTI .mbr-section-btn {
  text-align: right;
}
.cid-rRT6nLBlTI .mbr-text,
.cid-rRT6nLBlTI .mbr-section-btn {
  text-align: right;
}
.cid-rRT6nLBlTI H3 {
  text-align: right;
}
.cid-rRTafAoVyT {
  background-image: url("../../../assets/images/austin-ban-is6rwpuejpy-unsplash-2880x1920.jpeg");
}
.cid-rRTafAoVyT .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTafAoVyT .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTafAoVyT .align-center {
    text-align: center;
  }
}
.cid-rRTafAoVyT h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTafAoVyT .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTafAoVyT .row {
    margin: 0;
  }
}
.cid-rRTafAoVyT .btn {
  margin-left: 0rem;
}
.cid-rRTafAoVyT H3 {
  color: #ffffff;
}
.cid-rRTfaRw6kS {
  background-image: url("../../../assets/images/985-2000x1333.jpg");
}
.cid-rRTfaRw6kS .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTfaRw6kS .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTfaRw6kS .align-center {
    text-align: center;
  }
}
.cid-rRTfaRw6kS h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTfaRw6kS .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTfaRw6kS .row {
    margin: 0;
  }
}
.cid-rRTfaRw6kS .btn {
  margin-left: 0rem;
}
.cid-rRTfaRw6kS .mbr-section-title,
.cid-rRTfaRw6kS .mbr-section-btn {
  text-align: right;
}
.cid-rRTfaRw6kS .mbr-text,
.cid-rRTfaRw6kS .mbr-section-btn {
  text-align: right;
}
.cid-rRTfaRw6kS H3 {
  text-align: right;
}
.cid-rRTdCCGBmc {
  background-image: url("../../../assets/images/16-2000x1333.jpg");
}
.cid-rRTdCCGBmc .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTdCCGBmc .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTdCCGBmc .align-center {
    text-align: center;
  }
}
.cid-rRTdCCGBmc h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTdCCGBmc .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTdCCGBmc .row {
    margin: 0;
  }
}
.cid-rRTdCCGBmc .btn {
  margin-left: 0rem;
}
.cid-rRTdCCGBmc H3 {
  color: #ffffff;
}
.cid-rRTc3Ypp18 {
  background-image: url("../../../assets/images/1-2384-2000x1333.jpg");
}
.cid-rRTc3Ypp18 .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRTc3Ypp18 .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRTc3Ypp18 .align-center {
    text-align: center;
  }
}
.cid-rRTc3Ypp18 h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRTc3Ypp18 .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRTc3Ypp18 .row {
    margin: 0;
  }
}
.cid-rRTc3Ypp18 .btn {
  margin-left: 0rem;
}
.cid-rRTc3Ypp18 .mbr-section-title,
.cid-rRTc3Ypp18 .mbr-section-btn {
  text-align: right;
}
.cid-rRTc3Ypp18 .mbr-text,
.cid-rRTc3Ypp18 .mbr-section-btn {
  text-align: right;
}
.cid-rRTc3Ypp18 H3 {
  text-align: right;
}
.cid-rRYXkYSbtF {
  background-image: url("../../../assets/images/7140-2000x1333.jpg");
}
.cid-rRYXkYSbtF .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRYXkYSbtF .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRYXkYSbtF .align-center {
    text-align: center;
  }
}
.cid-rRYXkYSbtF h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRYXkYSbtF .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRYXkYSbtF .row {
    margin: 0;
  }
}
.cid-rRYXkYSbtF .btn {
  margin-left: 0rem;
}
.cid-rRYXkYSbtF .mbr-section-title,
.cid-rRYXkYSbtF .mbr-section-btn {
  color: #ffffff;
}
.cid-rRYXkZjgDi {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRYXkZjgDi h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRYXkZjgDi .container {
    position: relative;
  }
  .cid-rRYXkZjgDi .row {
    margin: 0;
  }
  .cid-rRYXkZjgDi h2 {
    margin: 0;
  }
}
.cid-rRYXkZjgDi .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRYXkZjgDi .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRYXkZjgDi .mbr-text {
  text-align: left;
  color: #7e7e7e;
}
.cid-rRZ474NP78 {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/11399736566601290-d5ec-1280x887.jpg");
}
@media (max-width: 992px) {
  .cid-rRZ474NP78 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rRZ474NP78 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rRZ474NP78 .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rRZ474NP78 .icon-wrap span {
  padding-left: 8px;
}
.cid-rRZ474NP78 .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rRZ474NP78 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRZ474NP78 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRZ474NP78 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRZ474NP78 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRZ474NP78 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRZ474NP78 a.close:hover {
  color: #ffffff;
}
.cid-rRYXl0fsy5 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRYXl0fsy5 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRYXl0fsy5 .container {
    position: relative;
  }
  .cid-rRYXl0fsy5 .row {
    margin: 0;
  }
  .cid-rRYXl0fsy5 h2 {
    margin: 0;
  }
}
.cid-rRYXl0fsy5 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRYXl0fsy5 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRYXl0fsy5 .mbr-text {
  color: #7e7e7e;
}
.cid-rRZ2f5V1gb {
  background-image: url("../../../assets/images/11-2880x1920.jpeg");
}
.cid-rRZ2f5V1gb .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRZ2f5V1gb .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRZ2f5V1gb .align-center {
    text-align: center;
  }
}
.cid-rRZ2f5V1gb h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRZ2f5V1gb .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRZ2f5V1gb .row {
    margin: 0;
  }
}
.cid-rRZ2f5V1gb .btn {
  margin-left: 0rem;
}
.cid-rRYXl15JvC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRYXl15JvC h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRYXl15JvC .container {
    position: relative;
  }
  .cid-rRYXl15JvC .row {
    margin: 0;
  }
  .cid-rRYXl15JvC h2 {
    margin: 0;
  }
}
.cid-rRYXl15JvC .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRYXl15JvC .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTe8yurnSk {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #060e29;
}
@media (max-width: 767px) {
  .cid-rTe8yurnSk h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rTe8yurnSk .container {
    position: relative;
  }
  .cid-rTe8yurnSk .row {
    margin: 0;
  }
  .cid-rTe8yurnSk h2 {
    margin: 0;
  }
}
.cid-rTe8yurnSk .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rTe8yurnSk .mbr-text {
  margin-top: 1.4rem;
  text-align: left;
  color: #ffffff;
}
.cid-rRYXl2liWA {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRYXl2liWA h2 {
    margin-bottom: 1rem;
  }
  .cid-rRYXl2liWA .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRYXl2liWA .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRYXl2liWA .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRYXl2liWA .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRYXl2liWA .container {
    position: relative;
  }
  .cid-rRYXl2liWA h2 {
    margin: 0;
  }
}
.cid-rRYXl2liWA .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRYXl2liWA hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRYXl2liWA .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRYXl2liWA .btn:hover {
  color: #ffffff !important;
}
.cid-rRYXl2liWA .container-column,
.cid-rRYXl2liWA h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.cid-rRZhTKAK5i {
  background-image: url("../../../assets/images/1-aerosol-2000x1447.jpg");
}
.cid-rRZhTKAK5i .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rRZhTKAK5i .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rRZhTKAK5i .align-center {
    text-align: center;
  }
}
.cid-rRZhTKAK5i h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rRZhTKAK5i .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rRZhTKAK5i .row {
    margin: 0;
  }
}
.cid-rRZhTKAK5i .btn {
  margin-left: 0rem;
}
.cid-rRZhTKAK5i .mbr-section-title,
.cid-rRZhTKAK5i .mbr-section-btn {
  color: #ffffff;
}
.cid-rRZhTL0el6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRZhTL0el6 h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRZhTL0el6 .container {
    position: relative;
  }
  .cid-rRZhTL0el6 .row {
    margin: 0;
  }
  .cid-rRZhTL0el6 h2 {
    margin: 0;
  }
}
.cid-rRZhTL0el6 .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRZhTL0el6 .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRZhTL0el6 .mbr-text {
  text-align: left;
  color: #7e7e7e;
}
.cid-rRZhTLxHOj {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/519-2000x1333.jpg");
}
@media (max-width: 992px) {
  .cid-rRZhTLxHOj {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-rRZhTLxHOj {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-rRZhTLxHOj .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rRZhTLxHOj .icon-wrap span {
  padding-left: 8px;
}
.cid-rRZhTLxHOj .mbr-media span {
  font-size: 28px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rRZhTLxHOj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rRZhTLxHOj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rRZhTLxHOj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rRZhTLxHOj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rRZhTLxHOj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rRZhTLxHOj a.close:hover {
  color: #ffffff;
}
.cid-rRZhTMibaM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRZhTMibaM h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRZhTMibaM .container {
    position: relative;
  }
  .cid-rRZhTMibaM .row {
    margin: 0;
  }
  .cid-rRZhTMibaM h2 {
    margin: 0;
  }
}
.cid-rRZhTMibaM .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRZhTMibaM .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRZhTMibaM .container-column,
.cid-rRZhTMibaM h2 {
  color: #cc2952;
}
.cid-rTIHMu9Xzy {
  background-image: url("../../../assets/images/5.-aerosol-fire-extinguishing-cartridge-jackal-1-2-3-leaflet.pdf1-1024x682.jpg");
}
.cid-rTIHMu9Xzy .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-rTIHMu9Xzy .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-rTIHMu9Xzy .align-center {
    text-align: center;
  }
}
.cid-rTIHMu9Xzy h3 {
  color: #908F90;
  margin-bottom: 2.3rem;
}
.cid-rTIHMu9Xzy .mbr-section-btn {
  margin-top: 4rem;
}
@media (min-width: 767px) {
  .cid-rTIHMu9Xzy .row {
    margin: 0;
  }
}
.cid-rTIHMu9Xzy .btn {
  margin-left: 0rem;
}
.cid-rTIHMu9Xzy .mbr-text,
.cid-rTIHMu9Xzy .mbr-section-btn {
  color: #ffffff;
}
.cid-rTIHMu9Xzy .mbr-section-title,
.cid-rTIHMu9Xzy .mbr-section-btn {
  color: #ffffff;
}
.cid-rTr223kOTw {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rTr223kOTw {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .cid-rTr223kOTw .box {
    margin-top: 2.5rem;
    height: 300px;
  }
  .cid-rTr223kOTw .video-block {
    padding: 0rem;
  }
  .cid-rTr223kOTw .row {
    padding: 0rem;
  }
  .cid-rTr223kOTw .left-block {
    padding: 2rem 1rem;
  }
}
.cid-rTr223kOTw .btn {
  margin-left: 0rem;
}
.cid-rTr223kOTw .box {
  background-image: url("../../../assets/images/6.-aerosol-fire-extinguishing-dispenser1-960x1280.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rTr223kOTw .icon-wrap {
  border: 3px solid #ffffff !important;
  background-color: #ffffff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease-in-out !important;
}
.cid-rTr223kOTw .icon-wrap:hover span {
  color: #ffffff;
}
.cid-rTr223kOTw .icon-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: 50% 0;
  transition-property: transform;
  transition: 0.6s;
  transition-timing-function: cubic-bezier(0.4, 0.67, 0, 1.01);
}
.cid-rTr223kOTw .icon-wrap:hover::before {
  background-color: #e9204f;
  transform: scaleY(1);
}
.cid-rTr223kOTw .mbr-media span {
  font-size: 16px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #e9204f;
}
.cid-rTr223kOTw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rTr223kOTw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rTr223kOTw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rTr223kOTw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rTr223kOTw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rTr223kOTw a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rTr223kOTw {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.cid-rTr223kOTw .mbr-text {
  margin-bottom: 2rem;
}
.cid-rTr223kOTw .mbr-section-title {
  margin-bottom: 2rem;
  color: #060e29;
  text-align: right;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rTr223kOTw .left-block {
    padding: 5rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rTr223kOTw .video-block {
    padding-right: 0rem;
  }
  .cid-rTr223kOTw .row {
    padding-right: 0rem;
  }
  .cid-rTr223kOTw .left-block {
    padding: 7.5rem 5.5rem 7.5rem 5rem;
  }
  .cid-rTr223kOTw .box {
    height: 100%;
  }
}
.cid-rTr223kOTw .mbr-text,
.cid-rTr223kOTw .mbr-section-btn {
  color: #7e7e7e;
}
.cid-rRZhTNby6h {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #85122d;
}
@media (max-width: 767px) {
  .cid-rRZhTNby6h h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRZhTNby6h .container {
    position: relative;
  }
  .cid-rRZhTNby6h .row {
    margin: 0;
  }
  .cid-rRZhTNby6h h2 {
    margin: 0;
  }
}
.cid-rRZhTNby6h .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
}
.cid-rRZhTNby6h .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRZhTNby6h .mbr-text {
  color: #ffffff;
}
.cid-rRZhTO2a9C {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rRZhTO2a9C h2 {
    margin-bottom: 1rem;
  }
  .cid-rRZhTO2a9C .wrapper {
    display: flex;
    flex-direction: column;
  }
  .cid-rRZhTO2a9C .mbr-section-btn {
    margin-left: 1px;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .cid-rRZhTO2a9C .container-column {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rRZhTO2a9C .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
  }
  .cid-rRZhTO2a9C .container {
    position: relative;
  }
  .cid-rRZhTO2a9C h2 {
    margin: 0;
  }
}
.cid-rRZhTO2a9C .btn {
  margin: 0;
  position: relative;
  padding: 0.7rem 2.4rem;
  color: #101010 !important;
}
.cid-rRZhTO2a9C hr {
  width: 40px;
  height: 2px;
  top: -2.6rem;
}
.cid-rRZhTO2a9C .mbr-section-subtitle {
  color: #e9204f;
}
.cid-rRZhTO2a9C .btn:hover {
  color: #ffffff !important;
}
.cid-rRZhTO2a9C .container-column,
.cid-rRZhTO2a9C h2 {
  color: #1c2f5e;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .nav-item:focus,
.cid-rT0MrLP3IS .nav-link:focus {
  outline: none;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rT0MrLP3IS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  font-size: inherit;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rT0MrLP3IS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rT0MrLP3IS .collapsed .mbr-iconfont {
  padding-left: 0rem !important;
}
.cid-rT0MrLP3IS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #0b57c9;
  background: none;
}
.cid-rT0MrLP3IS .navbar.opened {
  transition: all .3s;
  background: #0b57c9 !important;
}
.cid-rT0MrLP3IS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rT0MrLP3IS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rT0MrLP3IS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rT0MrLP3IS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rT0MrLP3IS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rT0MrLP3IS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rT0MrLP3IS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rT0MrLP3IS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rT0MrLP3IS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rT0MrLP3IS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rT0MrLP3IS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rT0MrLP3IS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rT0MrLP3IS .navbar .icons-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-short {
  background: #0b57c9 !important;
  min-height: 60px;
  opacity: 0.9;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rT0MrLP3IS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rT0MrLP3IS .navbar-short {
  padding: 1rem 0 !important;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rT0MrLP3IS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rT0MrLP3IS .dropdown-item.active,
.cid-rT0MrLP3IS .dropdown-item:active {
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 0rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 0rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle {
    margin: 1rem 1rem !important;
  }
  .cid-rT0MrLP3IS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
    margin-right: 0;
    padding: 0.667em 1.25em;
  }
  .cid-rT0MrLP3IS .nav-link {
    margin: 1rem 1.25rem;
  }
  .cid-rT0MrLP3IS .mbr-iconfont {
    padding-left: 1rem;
  }
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #0b57c9;
}
.cid-rT0MrLP3IS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rT0MrLP3IS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rT0MrLP3IS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rT0MrLP3IS .navbar-buttons {
  text-align: center;
}
.cid-rT0MrLP3IS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rT0MrLP3IS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rT0MrLP3IS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rT0MrLP3IS .navbar-dropdown {
  padding: 3rem 0rem;
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rT0MrLP3IS .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-rT0MrLP3IS .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rT0MrLP3IS .navbar {
    height: 77px;
  }
  .cid-rT0MrLP3IS .navbar.opened {
    height: auto;
  }
  .cid-rT0MrLP3IS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rT0MrLP3IS 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-rT0MrLP3IS a.nav-link:hover::before {
  height: 2px;
  width: 20px;
  background-color: #0b57c9;
}
.cid-rT0MrLP3IS .nav-link {
  padding: 0.5rem 0rem !important;
}
@media (min-width: 767px) {
  .cid-rT0MrLP3IS .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
