body {
  font-family: Montserrat;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.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: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-sm {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0.25rem;
}
.bg-primary {
  background-color: #d1e9f5 !important;
}
.bg-success {
  background-color: #1dc9cb !important;
}
.bg-info {
  background-color: #188ef4 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #d1e9f5 !important;
  border-color: #d1e9f5 !important;
  transition: all .5s;
  color: #2479a3 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  transition: all .5s;
  color: #2479a3 !important;
  background-color: #92cbe7 !important;
  border-color: #92cbe7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2479a3 !important;
  background-color: #92cbe7 !important;
  border-color: #92cbe7 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #04367c !important;
  border-color: #04367c !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #021632 !important;
  border-color: #021632 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0966b7 !important;
  border-color: #0966b7 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #138788 !important;
  border-color: #138788 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  transition: all .5s;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  transition: all .5s;
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  transition: all .5s;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  transition: all .5s;
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none !important;
  border-color: #7dc1e3 !important;
  color: #7dc1e3 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #2479a3 !important;
  background-color: #d1e9f5 !important;
  border-color: #d1e9f5 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2479a3 !important;
  background-color: #d1e9f5 !important;
  border-color: #d1e9f5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none !important;
  border-color: #010b19 !important;
  color: #010b19 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #04367c !important;
  border-color: #04367c !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none !important;
  border-color: #08589e !important;
  color: #08589e !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #188ef4 !important;
  border-color: #188ef4 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none !important;
  border-color: #107172 !important;
  color: #107172 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1dc9cb !important;
  border-color: #1dc9cb !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none !important;
  border-color: #8e8e8e !important;
  color: #8e8e8e !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none !important;
  border-color: #111111 !important;
  color: #111111 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none !important;
  border-color: #000000 !important;
  color: #000000 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.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: #d1e9f5 !important;
}
.text-secondary {
  color: #04367c !important;
}
.text-success {
  color: #1dc9cb !important;
}
.text-info {
  color: #188ef4 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7dc1e3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #010b19 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #107172 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #08589e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #1dc9cb;
}
.alert-info {
  background-color: #188ef4;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.mbr-section-btn a.btn:hover,
.mbr-section-btn a.btn:focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d1e9f5;
  border-color: #d1e9f5;
  color: #2888b8;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #d1e9f5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #bef5f6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dbedfd;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.mbr-arrow-up a {
  width: 61px;
  height: 61px;
}
#scrollToTop a {
  background: #188ef4;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffffff;
  width: 3%;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.mbr-arrow i {
  color: #188ef4;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #d1e9f5;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #d1e9f5;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #d1e9f5;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d1e9f5;
  color: #000000;
}
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d1e9f5;
  border-bottom-color: #d1e9f5;
}
.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: #000000 !important;
  background-color: #d1e9f5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #04367c !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d1e9f5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-sD3icrWMKN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sD3icrWMKN .nav-item,
.cid-sD3icrWMKN .nav-link,
.cid-sD3icrWMKN .navbar-caption {
  font-weight: normal;
}
.cid-sD3icrWMKN .nav-item:focus,
.cid-sD3icrWMKN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sD3icrWMKN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sD3icrWMKN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sD3icrWMKN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sD3icrWMKN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sD3icrWMKN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sD3icrWMKN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD3icrWMKN .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-sD3icrWMKN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3icrWMKN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3icrWMKN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-sD3icrWMKN .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-sD3icrWMKN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sD3icrWMKN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3icrWMKN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3icrWMKN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sD3icrWMKN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sD3icrWMKN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3icrWMKN .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-sD3icrWMKN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3icrWMKN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD3icrWMKN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sD3icrWMKN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3icrWMKN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3icrWMKN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sD3icrWMKN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3icrWMKN .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-sD3icrWMKN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD3icrWMKN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3icrWMKN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sD3icrWMKN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sD3icrWMKN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sD3icrWMKN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sD3icrWMKN .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-sD3icrWMKN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD3icrWMKN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD3icrWMKN .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-sD3icrWMKN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3icrWMKN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3icrWMKN .dropdown-item.active,
.cid-sD3icrWMKN .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3icrWMKN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3icrWMKN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3icrWMKN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-sD3icrWMKN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3icrWMKN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3icrWMKN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD3icrWMKN .navbar-buttons {
  text-align: center;
}
.cid-sD3icrWMKN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD3icrWMKN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-sD3icrWMKN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD3icrWMKN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3icrWMKN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3icrWMKN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD3icrWMKN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3icrWMKN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD3icrWMKN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD3icrWMKN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3icrWMKN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sD3icrWMKN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sD3icrWMKN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sD3icrWMKN .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sD3icrWMKN .soc-item {
  margin: .5rem .3rem;
}
.cid-sD3icrWMKN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD3icrWMKN .navbar {
    height: 77px;
  }
  .cid-sD3icrWMKN .navbar.opened {
    height: auto;
  }
  .cid-sD3icrWMKN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3i8b98LL .mbr-section-title {
  color: #04367c;
}
.cid-sD3i8b98LL .mbr-section-subtitle,
.cid-sD3i8b98LL .mbr-section-btn {
  color: #04367c;
}
.cid-v95o5vqhqO .mbr-section-title {
  color: #04367c;
}
.cid-v95o5vqhqO .mbr-section-subtitle,
.cid-v95o5vqhqO .mbr-section-btn {
  color: #04367c;
}
.cid-uvnMcwU7vA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #41a582;
}
.cid-uvnMcwU7vA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvnMcwU7vA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvnMcwU7vA .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-uvnMcwU7vA .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uvnMcwU7vA .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvnMcwU7vA .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvnMcwU7vA .row {
  flex-direction: row-reverse;
}
.cid-uvnMcwU7vA .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uvnMcwU7vA img,
.cid-uvnMcwU7vA .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uvnMcwU7vA .mbr-section-title {
  color: #1a3c22;
}
.cid-uvnMcwU7vA .mbr-text {
  color: #000000;
}
.cid-uvnMcwU7vA .mbr-text,
.cid-uvnMcwU7vA .mbr-section-btn {
  color: #1a3c22;
}
.cid-uvsvnwULGQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #c4aa0e;
}
.cid-uvsvnwULGQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvsvnwULGQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvsvnwULGQ .card-wrapper {
  overflow: hidden;
  background: #c1c1c1;
}
.cid-uvsvnwULGQ .text-wrapper {
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-uvsvnwULGQ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uvsvnwULGQ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uvsvnwULGQ .row {
  flex-direction: row-reverse;
}
.cid-uvsvnwULGQ .image-wrapper {
  padding: 0 0.75rem;
}
.cid-uvsvnwULGQ img,
.cid-uvsvnwULGQ .image-wrapper {
  height: 600px;
  border-radius: 2rem;
  object-fit: cover;
}
.cid-uvsvnwULGQ .mbr-section-title {
  color: #1a3c22;
}
.cid-uvsvnwULGQ .mbr-text {
  color: #000000;
}
.cid-uvsvnwULGQ .mbr-text,
.cid-uvsvnwULGQ .mbr-section-btn {
  color: #1a3c22;
}
.cid-ujPNjOMJfX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/fundoblue-2000x1412.png");
}
.cid-ujPNjOMJfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ujPNjOMJfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ujPNjOMJfX .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ujPNjOMJfX .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-ujPNjOMJfX .container {
    padding: 0 28px;
  }
}
.cid-ujPNjOMJfX .row {
  justify-content: center;
}
.cid-ujPNjOMJfX .title-wrapper .mbr-section-title {
  margin-bottom: 34px;
}
.cid-ujPNjOMJfX .mbr-figure iframe {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-ujPNjOMJfX .mbr-figure iframe {
    height: 350px;
  }
}
.cid-ujPNjOMJfX .mbr-figure .app-video-wrapper img {
  border-radius: 0 !important;
  object-fit: cover;
  height: 550px;
}
@media (max-width: 992px) {
  .cid-ujPNjOMJfX .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ujPNjOMJfX .mbr-figure .app-video-wrapper::before {
  color: #f2d122;
  text-shadow: none;
}
.cid-ujPNjOMJfX .mbr-section-title {
  color: #ffffff;
}
.cid-ucj3L8azHY {
  overflow: hidden !important;
  background-color: #abee5e;
}
.cid-ucj3L8azHY .container-fluid {
  padding: 0 5rem;
}
.cid-ucj3L8azHY .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucj3L8azHY .mbr-section-title {
  padding-bottom: 2rem;
  color: #ff4f7b;
}
.cid-ucj3L8azHY .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ucj3L8azHY .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ucj3L8azHY .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ucj3L8azHY .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucj3L8azHY .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ucj3L8azHY .mbr-section-title {
    text-align: center !important;
  }
  .cid-ucj3L8azHY .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ucj3L8azHY .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucj3L8azHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucj3L8azHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucj3L8azHY .mbr-section-subtitle,
.cid-ucj3L8azHY .mbr-section-btn {
  text-align: right;
}
.cid-udk528RExH {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-udk528RExH .mbr-fallback-image.disabled {
  display: none;
}
.cid-udk528RExH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udk528RExH .row {
  flex-direction: row-reverse;
}
.cid-sT0ydBLTqm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3e83c;
}
.cid-sT0ydBLTqm .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-sT0ydBLTqm .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-sT0ydBLTqm .button-align {
  text-align: center;
}
.cid-sT0ydBLTqm .mbr-section-btn {
  display: block;
}
.cid-sT0ydBLTqm .container {
  max-width: 739px;
}
.cid-sT0ydBLTqm .btn {
  margin-top: 20px;
}
.cid-sT0ydBLTqm a.btn > span {
  margin-left: 0.5rem;
}
.cid-t8tH7lbaEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-t8tH7lbaEu .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-t8tH7lbaEu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8tH7lbaEu .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8tH7lbaEu .mbr-section-title {
  color: #2e6b75;
}
.cid-t8tH7lbaEu .mbr-text {
  color: #6c7577;
}
.cid-t8tH7lbaEu .mbr-description {
  color: #6c7577;
}
.cid-u88DoNpKOW {
  overflow: hidden !important;
  background-color: #d1e9f5;
}
.cid-u88DoNpKOW .container-fluid {
  padding: 0 5rem;
}
.cid-u88DoNpKOW .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u88DoNpKOW .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-u88DoNpKOW .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-u88DoNpKOW .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-u88DoNpKOW .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u88DoNpKOW .container-fluid {
    padding: 0 1rem;
  }
  .cid-u88DoNpKOW .mbr-figure {
    margin-top: 1rem;
  }
  .cid-u88DoNpKOW .mbr-section-title {
    text-align: center !important;
  }
  .cid-u88DoNpKOW .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-u88DoNpKOW .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-u88DoNpKOW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u88DoNpKOW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8jIdcFP1d {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #d1e9f5;
}
.cid-u8jIdcFP1d .video-wrapper iframe {
  width: 100%;
}
.cid-u8jIdcFP1d h2,
.cid-u8jIdcFP1d h4,
.cid-u8jIdcFP1d p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-u8jIdcFP1d .col-md-6 {
    width: 100%;
  }
}
.cid-u8jIdcFP1d .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-u8jIdcFP1d .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-u8jIdcFP1d .mbr-section-head {
    text-align: center;
  }
}
.cid-u8jIdcFP1d .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-u8jIdcFP1d .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-u8jIdcFP1d .mbr-text {
  color: #6b6b6b;
}
.cid-tPcu4csfvN {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #04367c;
}
.cid-tPcu4csfvN .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-tPcu4csfvN .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-tPcu4csfvN .text-content {
  padding-right: 1.5rem;
}
.cid-tPcu4csfvN .mbr-text {
  color: #8d97ad;
}
.cid-tPcu4csfvN .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-tPcu4csfvN .counter-container {
  padding-top: 1rem;
}
.cid-tPcu4csfvN .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-tPcu4csfvN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-tPcu4csfvN .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-tPcu4csfvN .main-row {
    margin: 0;
  }
  .cid-tPcu4csfvN .mbr-section-title,
  .cid-tPcu4csfvN .mbr-text,
  .cid-tPcu4csfvN .list,
  .cid-tPcu4csfvN .mbr-section-btn {
    text-align: center !important;
  }
  .cid-tPcu4csfvN .text-content {
    padding: 0;
  }
}
.cid-tPcu4csfvN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tPcu4csfvN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tPcu4csfvN .mbr-text,
.cid-tPcu4csfvN .mbr-section-btn {
  color: #f4f8fa;
}
.cid-tPcu4csfvN .mbr-section-title {
  color: #f4f8fa;
}
.cid-sWZCyc1shZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #3b7cb7;
}
.cid-sWZCyc1shZ .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sWZCyc1shZ .title-wrapper {
  padding: 0 12px;
}
.cid-sWZCyc1shZ .text-block {
  padding: 48px 24px;
}
.cid-sWZCyc1shZ .video-wrapper iframe {
  width: 100%;
}
.cid-sWZCyc1shZ .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sWZCyc1shZ .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-sWZCyc1shZ .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sWZCyc1shZ .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sWZCyc1shZ .mbr-text,
.cid-sWZCyc1shZ .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sWZCyc1shZ .video-block {
    border-left: none;
  }
  .cid-sWZCyc1shZ .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sWZCyc1shZ .title-wrapper {
    padding: 0 48px;
  }
  .cid-sWZCyc1shZ .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sSi8vnyzCN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1e9f5;
}
.cid-sSi8vnyzCN .video-wrapper iframe {
  width: 100%;
}
.cid-sSi8vnyzCN h2,
.cid-sSi8vnyzCN h4,
.cid-sSi8vnyzCN p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sSi8vnyzCN .col-md-6 {
    width: 100%;
  }
}
.cid-sSi8vnyzCN .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-sSi8vnyzCN .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-sSi8vnyzCN .mbr-section-head {
    text-align: center;
  }
}
.cid-sSi8vnyzCN .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-sSi8vnyzCN .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-sSi8vnyzCN .mbr-text {
  color: #6b6b6b;
}
.cid-sRQIz2pkHo {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1e9f5;
}
.cid-sRQIz2pkHo .mbr-figure img {
  border-radius: .25rem;
}
.cid-sRQIz2pkHo .mbr-text {
  color: #8d97ad;
}
.cid-sRQIz2pkHo .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sRQIz2pkHo .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-sRQIz2pkHo .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-sRQIz2pkHo .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-sRQIz2pkHo .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-sRQIz2pkHo .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-sRQIz2pkHo .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sRQIz2pkHo .icon-description {
  margin-left: 1rem;
}
.cid-sRQIz2pkHo a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-sRQIz2pkHo a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sRQIz2pkHo .mbr-section-title,
  .cid-sRQIz2pkHo .mbr-text {
    text-align: center;
  }
  .cid-sRQIz2pkHo .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-sRQIz2pkHo .mbr-text,
.cid-sRQIz2pkHo .mbr-section-btn {
  color: #04367c;
}
.cid-sPp8KpzLDI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #d1e9f5;
}
.cid-sPp8KpzLDI .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sPp8KpzLDI .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-sPp8KpzLDI .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sPp8KpzLDI .section-text,
.cid-sPp8KpzLDI .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-sPp8KpzLDI .section-text,
  .cid-sPp8KpzLDI .card-text,
  .cid-sPp8KpzLDI .card-title,
  .cid-sPp8KpzLDI .mbr-section-title {
    text-align: center;
  }
}
.cid-sPp8KpzLDI .section-text {
  color: #04367c;
}
.cid-sPp8KpzLDI .card-text,
.cid-sPp8KpzLDI .mbr-section-btn {
  color: #04367c;
}
.cid-sQ17VlJXw4 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #d1e9f5;
}
.cid-sQ17VlJXw4 .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-sQ17VlJXw4 .title-wrapper {
  padding: 0 12px;
}
.cid-sQ17VlJXw4 .text-block {
  padding: 48px 24px;
}
.cid-sQ17VlJXw4 .video-wrapper iframe {
  width: 100%;
}
.cid-sQ17VlJXw4 .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-sQ17VlJXw4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-sQ17VlJXw4 .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-sQ17VlJXw4 .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-sQ17VlJXw4 .mbr-text,
.cid-sQ17VlJXw4 .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-sQ17VlJXw4 .video-block {
    border-left: none;
  }
  .cid-sQ17VlJXw4 .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-sQ17VlJXw4 .title-wrapper {
    padding: 0 48px;
  }
  .cid-sQ17VlJXw4 .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-sQ17VlJXw4 .mbr-text {
  color: #000000;
}
.cid-sQ17VlJXw4 .mbr-section-subtitle {
  color: #000000;
}
.cid-sD3z9LhmYv {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sD3z9LhmYv .mbr-title {
  color: #08579f;
}
.cid-sD3z9LhmYv .mbr-text {
  color: #04367c;
}
.cid-sD3z9LhmYv .row {
  align-items: center;
}
.cid-sNVWNt90A6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sNVWNt90A6 .nav-item,
.cid-sNVWNt90A6 .nav-link,
.cid-sNVWNt90A6 .navbar-caption {
  font-weight: normal;
}
.cid-sNVWNt90A6 .nav-item:focus,
.cid-sNVWNt90A6 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sNVWNt90A6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sNVWNt90A6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sNVWNt90A6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sNVWNt90A6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sNVWNt90A6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sNVWNt90A6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sNVWNt90A6 .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-sNVWNt90A6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNVWNt90A6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNVWNt90A6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-sNVWNt90A6 .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-sNVWNt90A6 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sNVWNt90A6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNVWNt90A6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNVWNt90A6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sNVWNt90A6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sNVWNt90A6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNVWNt90A6 .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-sNVWNt90A6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNVWNt90A6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sNVWNt90A6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sNVWNt90A6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNVWNt90A6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNVWNt90A6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sNVWNt90A6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNVWNt90A6 .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-sNVWNt90A6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sNVWNt90A6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNVWNt90A6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sNVWNt90A6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sNVWNt90A6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sNVWNt90A6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sNVWNt90A6 .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-sNVWNt90A6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sNVWNt90A6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sNVWNt90A6 .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-sNVWNt90A6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNVWNt90A6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNVWNt90A6 .dropdown-item.active,
.cid-sNVWNt90A6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNVWNt90A6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNVWNt90A6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNVWNt90A6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-sNVWNt90A6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNVWNt90A6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNVWNt90A6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sNVWNt90A6 .navbar-buttons {
  text-align: center;
}
.cid-sNVWNt90A6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNVWNt90A6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-sNVWNt90A6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sNVWNt90A6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sNVWNt90A6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sNVWNt90A6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sNVWNt90A6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNVWNt90A6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sNVWNt90A6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sNVWNt90A6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sNVWNt90A6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sNVWNt90A6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sNVWNt90A6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sNVWNt90A6 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sNVWNt90A6 .soc-item {
  margin: .5rem .3rem;
}
.cid-sNVWNt90A6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sNVWNt90A6 .navbar {
    height: 77px;
  }
  .cid-sNVWNt90A6 .navbar.opened {
    height: auto;
  }
  .cid-sNVWNt90A6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNWiksiEta {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/passarinho2.png");
}
.cid-sNWiksiEta .mbr-section-title,
.cid-sNWiksiEta .mbr-section-subtitle {
  color: #000000;
}
.cid-sNWiksiEta .mbr-section-text {
  color: #232323;
}
.cid-sNWiksiEta .mbr-text,
.cid-sNWiksiEta .typed-text,
.cid-sNWiksiEta .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sNWiksiEta .btn {
  margin-left: 4px !important;
}
.cid-sNWiksiEta .animated-element {
  color: #c4aa0e;
}
.cid-sNWiksiEta .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c4aa0e;
}
.cid-sNWiksiEta .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sNWiksiEta .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sNWiksiEta .typed-text,
  .cid-sNWiksiEta .mbr-section-subtitle,
  .cid-sNWiksiEta .mbr-section-text,
  .cid-sNWiksiEta .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sNWiksiEta .mbr-section-subtitle,
.cid-sNWiksiEta .typed-text {
  text-align: left;
}
.cid-sNVWNvgREM {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-sNVWNvgREM .container-fluid {
  padding: 0 5rem;
}
.cid-sNVWNvgREM .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sNVWNvgREM .mbr-section-title {
  padding-bottom: 2rem;
  color: #098484;
}
.cid-sNVWNvgREM .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sNVWNvgREM .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sNVWNvgREM .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sNVWNvgREM .container-fluid {
    padding: 0 1rem;
  }
  .cid-sNVWNvgREM .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sNVWNvgREM .mbr-section-title {
    text-align: center !important;
  }
  .cid-sNVWNvgREM .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sNVWNvgREM .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sNVWNyhxBO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sNVWNyhxBO .mbr-title {
  color: #08579f;
}
.cid-sNVWNyhxBO .mbr-text {
  color: #04367c;
}
.cid-sNVWNyhxBO .row {
  align-items: center;
}
.cid-sO8buE1LPP .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sO8buE1LPP .nav-item,
.cid-sO8buE1LPP .nav-link,
.cid-sO8buE1LPP .navbar-caption {
  font-weight: normal;
}
.cid-sO8buE1LPP .nav-item:focus,
.cid-sO8buE1LPP .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sO8buE1LPP .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sO8buE1LPP .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sO8buE1LPP .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sO8buE1LPP .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sO8buE1LPP .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sO8buE1LPP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sO8buE1LPP .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-sO8buE1LPP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sO8buE1LPP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sO8buE1LPP .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-sO8buE1LPP .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-sO8buE1LPP .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sO8buE1LPP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sO8buE1LPP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sO8buE1LPP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sO8buE1LPP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sO8buE1LPP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sO8buE1LPP .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-sO8buE1LPP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sO8buE1LPP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sO8buE1LPP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sO8buE1LPP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sO8buE1LPP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sO8buE1LPP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sO8buE1LPP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sO8buE1LPP .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-sO8buE1LPP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sO8buE1LPP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sO8buE1LPP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sO8buE1LPP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sO8buE1LPP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sO8buE1LPP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sO8buE1LPP .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-sO8buE1LPP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sO8buE1LPP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sO8buE1LPP .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-sO8buE1LPP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sO8buE1LPP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sO8buE1LPP .dropdown-item.active,
.cid-sO8buE1LPP .dropdown-item:active {
  background-color: transparent;
}
.cid-sO8buE1LPP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sO8buE1LPP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sO8buE1LPP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-sO8buE1LPP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sO8buE1LPP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sO8buE1LPP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sO8buE1LPP .navbar-buttons {
  text-align: center;
}
.cid-sO8buE1LPP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sO8buE1LPP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-sO8buE1LPP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sO8buE1LPP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sO8buE1LPP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sO8buE1LPP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sO8buE1LPP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sO8buE1LPP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sO8buE1LPP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sO8buE1LPP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sO8buE1LPP .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sO8buE1LPP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sO8buE1LPP .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sO8buE1LPP .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sO8buE1LPP .soc-item {
  margin: .5rem .3rem;
}
.cid-sO8buE1LPP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sO8buE1LPP .navbar {
    height: 77px;
  }
  .cid-sO8buE1LPP .navbar.opened {
    height: auto;
  }
  .cid-sO8buE1LPP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sO8buD96jd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1.jpg");
}
.cid-sO8buD96jd .mbr-overlay {
  background: #a9e2e2;
  background: linear-gradient(90deg, #a9e2e2, #c4aa0e);
}
.cid-sO8buD96jd H1 {
  color: #04367c;
}
.cid-sO8buD96jd .mbr-section-subtitle,
.cid-sO8buD96jd .mbr-section-btn {
  color: #000000;
}
.cid-sO8buF21cl {
  background-image: url("../../../assets/images/passarinho2.png");
}
.cid-sO8buF21cl .mbr-section-title,
.cid-sO8buF21cl .mbr-section-subtitle {
  color: #000000;
}
.cid-sO8buF21cl .mbr-section-text {
  color: #232323;
}
.cid-sO8buF21cl .mbr-text,
.cid-sO8buF21cl .typed-text,
.cid-sO8buF21cl .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sO8buF21cl .btn {
  margin-left: 4px !important;
}
.cid-sO8buF21cl .animated-element {
  color: #c4aa0e;
}
.cid-sO8buF21cl .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c4aa0e;
}
.cid-sO8buF21cl .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sO8buF21cl .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sO8buF21cl .typed-text,
  .cid-sO8buF21cl .mbr-section-subtitle,
  .cid-sO8buF21cl .mbr-section-text,
  .cid-sO8buF21cl .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sO8buF21cl .mbr-section-subtitle,
.cid-sO8buF21cl .typed-text {
  text-align: left;
}
.cid-sO8buFTvZh {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-sO8buFTvZh .container-fluid {
  padding: 0 5rem;
}
.cid-sO8buFTvZh .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sO8buFTvZh .mbr-section-title {
  padding-bottom: 2rem;
  color: #098484;
}
.cid-sO8buFTvZh .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sO8buFTvZh .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sO8buFTvZh .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sO8buFTvZh .container-fluid {
    padding: 0 1rem;
  }
  .cid-sO8buFTvZh .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sO8buFTvZh .mbr-section-title {
    text-align: center !important;
  }
  .cid-sO8buFTvZh .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sO8buFTvZh .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sO8buGIn0b {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sO8buGIn0b .mbr-title {
  color: #08579f;
}
.cid-sO8buGIn0b .mbr-text {
  color: #04367c;
}
.cid-sO8buGIn0b .row {
  align-items: center;
}
.cid-sT0sJ4qVwF .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sT0sJ4qVwF .nav-item,
.cid-sT0sJ4qVwF .nav-link,
.cid-sT0sJ4qVwF .navbar-caption {
  font-weight: normal;
}
.cid-sT0sJ4qVwF .nav-item:focus,
.cid-sT0sJ4qVwF .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sT0sJ4qVwF .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sT0sJ4qVwF .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sT0sJ4qVwF .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sT0sJ4qVwF .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sT0sJ4qVwF .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sT0sJ4qVwF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sT0sJ4qVwF .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-sT0sJ4qVwF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sT0sJ4qVwF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sT0sJ4qVwF .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-sT0sJ4qVwF .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-sT0sJ4qVwF .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sT0sJ4qVwF .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sT0sJ4qVwF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sT0sJ4qVwF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sT0sJ4qVwF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sT0sJ4qVwF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sT0sJ4qVwF .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-sT0sJ4qVwF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sT0sJ4qVwF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sT0sJ4qVwF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sT0sJ4qVwF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sT0sJ4qVwF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sT0sJ4qVwF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sT0sJ4qVwF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sT0sJ4qVwF .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-sT0sJ4qVwF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sT0sJ4qVwF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sT0sJ4qVwF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sT0sJ4qVwF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sT0sJ4qVwF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sT0sJ4qVwF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sT0sJ4qVwF .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-sT0sJ4qVwF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sT0sJ4qVwF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sT0sJ4qVwF .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-sT0sJ4qVwF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sT0sJ4qVwF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sT0sJ4qVwF .dropdown-item.active,
.cid-sT0sJ4qVwF .dropdown-item:active {
  background-color: transparent;
}
.cid-sT0sJ4qVwF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sT0sJ4qVwF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sT0sJ4qVwF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-sT0sJ4qVwF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sT0sJ4qVwF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sT0sJ4qVwF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sT0sJ4qVwF .navbar-buttons {
  text-align: center;
}
.cid-sT0sJ4qVwF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sT0sJ4qVwF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-sT0sJ4qVwF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sT0sJ4qVwF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sT0sJ4qVwF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sT0sJ4qVwF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sT0sJ4qVwF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT0sJ4qVwF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sT0sJ4qVwF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sT0sJ4qVwF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sT0sJ4qVwF .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sT0sJ4qVwF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sT0sJ4qVwF .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sT0sJ4qVwF .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sT0sJ4qVwF .soc-item {
  margin: .5rem .3rem;
}
.cid-sT0sJ4qVwF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sT0sJ4qVwF .navbar {
    height: 77px;
  }
  .cid-sT0sJ4qVwF .navbar.opened {
    height: auto;
  }
  .cid-sT0sJ4qVwF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sT0sJ3KLH3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-sT0sJ3KLH3 .mbr-overlay {
  background: #a9e2e2;
  background: linear-gradient(90deg, #a9e2e2, #c4aa0e);
}
.cid-sT0sJ3KLH3 H1 {
  color: #04367c;
}
.cid-sT0sJ3KLH3 .mbr-section-subtitle,
.cid-sT0sJ3KLH3 .mbr-section-btn {
  color: #000000;
}
.cid-sT0sJ5fNFw {
  background-image: url("../../../assets/images/passarocomtrigo-1.png");
}
.cid-sT0sJ5fNFw .mbr-section-title,
.cid-sT0sJ5fNFw .mbr-section-subtitle {
  color: #000000;
}
.cid-sT0sJ5fNFw .mbr-section-text {
  color: #232323;
}
.cid-sT0sJ5fNFw .mbr-text,
.cid-sT0sJ5fNFw .typed-text,
.cid-sT0sJ5fNFw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sT0sJ5fNFw .btn {
  margin-left: 4px !important;
}
.cid-sT0sJ5fNFw .animated-element {
  color: #c4aa0e;
}
.cid-sT0sJ5fNFw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c4aa0e;
}
.cid-sT0sJ5fNFw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sT0sJ5fNFw .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sT0sJ5fNFw .typed-text,
  .cid-sT0sJ5fNFw .mbr-section-subtitle,
  .cid-sT0sJ5fNFw .mbr-section-text,
  .cid-sT0sJ5fNFw .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sT0sJ5fNFw .mbr-section-subtitle,
.cid-sT0sJ5fNFw .typed-text {
  text-align: left;
}
.cid-sWvm5VfpE9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sWvm5VfpE9 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-sWvm5VfpE9 .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-sWvm5VfpE9 .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sWvm5VfpE9 .section-text,
.cid-sWvm5VfpE9 .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-sWvm5VfpE9 .section-text,
  .cid-sWvm5VfpE9 .card-text,
  .cid-sWvm5VfpE9 .card-title,
  .cid-sWvm5VfpE9 .mbr-section-title {
    text-align: center;
  }
}
.cid-sWvm5VfpE9 .section-text {
  color: #333333;
}
.cid-sT0sJ6agMX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sT0sJ6agMX .mbr-title {
  color: #08579f;
}
.cid-sT0sJ6agMX .mbr-text {
  color: #04367c;
}
.cid-sT0sJ6agMX .row {
  align-items: center;
}
.cid-tV4t7kKNOZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-tV4t7kKNOZ .nav-item,
.cid-tV4t7kKNOZ .nav-link,
.cid-tV4t7kKNOZ .navbar-caption {
  font-weight: normal;
}
.cid-tV4t7kKNOZ .nav-item:focus,
.cid-tV4t7kKNOZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tV4t7kKNOZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tV4t7kKNOZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-tV4t7kKNOZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tV4t7kKNOZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tV4t7kKNOZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tV4t7kKNOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tV4t7kKNOZ .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-tV4t7kKNOZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tV4t7kKNOZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tV4t7kKNOZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-tV4t7kKNOZ .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-tV4t7kKNOZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tV4t7kKNOZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tV4t7kKNOZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tV4t7kKNOZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tV4t7kKNOZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tV4t7kKNOZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tV4t7kKNOZ .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-tV4t7kKNOZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tV4t7kKNOZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tV4t7kKNOZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tV4t7kKNOZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tV4t7kKNOZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tV4t7kKNOZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tV4t7kKNOZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tV4t7kKNOZ .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-tV4t7kKNOZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tV4t7kKNOZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tV4t7kKNOZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tV4t7kKNOZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tV4t7kKNOZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tV4t7kKNOZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tV4t7kKNOZ .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-tV4t7kKNOZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tV4t7kKNOZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tV4t7kKNOZ .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-tV4t7kKNOZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tV4t7kKNOZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tV4t7kKNOZ .dropdown-item.active,
.cid-tV4t7kKNOZ .dropdown-item:active {
  background-color: transparent;
}
.cid-tV4t7kKNOZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tV4t7kKNOZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tV4t7kKNOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-tV4t7kKNOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tV4t7kKNOZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tV4t7kKNOZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tV4t7kKNOZ .navbar-buttons {
  text-align: center;
}
.cid-tV4t7kKNOZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tV4t7kKNOZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-tV4t7kKNOZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tV4t7kKNOZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tV4t7kKNOZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tV4t7kKNOZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tV4t7kKNOZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV4t7kKNOZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tV4t7kKNOZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tV4t7kKNOZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tV4t7kKNOZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tV4t7kKNOZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tV4t7kKNOZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tV4t7kKNOZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tV4t7kKNOZ .soc-item {
  margin: .5rem .3rem;
}
.cid-tV4t7kKNOZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tV4t7kKNOZ .navbar {
    height: 77px;
  }
  .cid-tV4t7kKNOZ .navbar.opened {
    height: auto;
  }
  .cid-tV4t7kKNOZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tV4t7lxjRe {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-tV4t7lxjRe .mbr-overlay {
  background: #a9e2e2;
  background: linear-gradient(90deg, #a9e2e2, #c4aa0e);
}
.cid-tV4t7lxjRe H1 {
  color: #04367c;
}
.cid-tV4t7lxjRe .mbr-section-subtitle,
.cid-tV4t7lxjRe .mbr-section-btn {
  color: #000000;
}
.cid-tX7fxOun7E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #52e5e5;
}
.cid-tX7fxOun7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tX7fxOun7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tX7fxOun7E .container {
  max-width: 1280px;
}
.cid-tX7fxOun7E .row {
  justify-content: center;
}
.cid-tX7fxOun7E .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #37abcb;
  justify-content: flex-start;
  padding: 4rem;
  border-radius: 4.17rem;
}
@media (max-width: 991px) {
  .cid-tX7fxOun7E .content-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .cid-tX7fxOun7E .content-wrapper {
    padding: 4rem 6vw;
  }
}
@media (max-width: 575px) {
  .cid-tX7fxOun7E .content-wrapper {
    padding: 4rem 6vw 1.5rem;
  }
}
.cid-tX7fxOun7E .text-wrapper {
  width: 40%;
}
@media (max-width: 991px) {
  .cid-tX7fxOun7E .text-wrapper {
    width: 100%;
  }
}
.cid-tX7fxOun7E .mbr-section-title {
  color: #FFFFFF;
}
.cid-tX7fxOun7E .mbr-section-subtitle {
  color: #FFFFFF;
  opacity: 0.8;
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tX7fxOun7E .mbr-section-subtitle {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .cid-tX7fxOun7E .mbr-section-subtitle {
    margin-top: 24px;
  }
}
.cid-tX7fxOun7E .link {
  text-decoration: underline !important;
}
.cid-tX7fxOun7E .col-video {
  position: relative;
  display: flex;
  width: 60%;
  right: -8rem;
}
@media (max-width: 1599px) {
  .cid-tX7fxOun7E .col-video {
    right: calc(-4rem - 4vw);
  }
}
@media (max-width: 991px) {
  .cid-tX7fxOun7E .col-video {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 40px;
    height: 350px;
  }
}
.cid-tX7fxOun7E .col-video img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 1.76rem;
}
.cid-tX7fxOun7E .col-video .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 2.08rem;
  position: relative;
  background-image: linear-gradient(90deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  padding: 5px;
}
.cid-tX7fxOun7E .col-video .box .box-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2.08rem;
  background-image: linear-gradient(135deg, #ffdd65 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #8e59ff 99.93%);
  -webkit-filter: blur(1rem);
  filter: blur(1rem);
}
.cid-tX7fxOun7E .col-video .link-container {
  display: flex;
  margin-bottom: 2rem;
}
.cid-tX7fxOun7E .col-video .link {
  margin-right: 1rem;
}
.cid-tX7fxOun7E .col-video .mbr-media {
  display: flex;
  height: 100%;
  width: 100%;
  border-radius: 1.76rem;
  overflow: hidden;
}
.cid-tX7fxOun7E .col-video .mbr-media a:hover {
  background-image: none !important;
}
.cid-tX7fxOun7E .mbr-media {
  position: relative;
}
.cid-tX7fxOun7E .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tX7fxOun7E .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition: all .3s;
}
.cid-tX7fxOun7E .icon-wrap:hover {
  transform: translate(-50%, -50%);
}
.cid-tX7fxOun7E .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-tX7fxOun7E .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tX7fxOun7E .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tX7fxOun7E .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tX7fxOun7E .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tX7fxOun7E .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tX7fxOun7E a:hover {
  text-decoration-line: none !important;
}
.cid-tV4t7lXCuM {
  background-image: url("../../../assets/images/passarocomtrigo-1.png");
}
.cid-tV4t7lXCuM .mbr-section-title,
.cid-tV4t7lXCuM .mbr-section-subtitle {
  color: #000000;
}
.cid-tV4t7lXCuM .mbr-section-text {
  color: #232323;
}
.cid-tV4t7lXCuM .mbr-text,
.cid-tV4t7lXCuM .typed-text,
.cid-tV4t7lXCuM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-tV4t7lXCuM .btn {
  margin-left: 4px !important;
}
.cid-tV4t7lXCuM .animated-element {
  color: #c4aa0e;
}
.cid-tV4t7lXCuM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #c4aa0e;
}
.cid-tV4t7lXCuM .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tV4t7lXCuM .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tV4t7lXCuM .typed-text,
  .cid-tV4t7lXCuM .mbr-section-subtitle,
  .cid-tV4t7lXCuM .mbr-section-text,
  .cid-tV4t7lXCuM .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-tV4t7lXCuM .mbr-section-subtitle,
.cid-tV4t7lXCuM .typed-text {
  text-align: left;
}
.cid-tV4t7mwdmC {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tV4t7mwdmC .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tV4t7mwdmC .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-tV4t7mwdmC .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-tV4t7mwdmC .section-text,
.cid-tV4t7mwdmC .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-tV4t7mwdmC .section-text,
  .cid-tV4t7mwdmC .card-text,
  .cid-tV4t7mwdmC .card-title,
  .cid-tV4t7mwdmC .mbr-section-title {
    text-align: center;
  }
}
.cid-tV4t7mwdmC .section-text {
  color: #333333;
}
.cid-tV4t7mUzXH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-tV4t7mUzXH .mbr-title {
  color: #08579f;
}
.cid-tV4t7mUzXH .mbr-text {
  color: #04367c;
}
.cid-tV4t7mUzXH .row {
  align-items: center;
}
.cid-sD3CkFZs8P .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-sD3CkFZs8P .nav-item,
.cid-sD3CkFZs8P .nav-link,
.cid-sD3CkFZs8P .navbar-caption {
  font-weight: normal;
}
.cid-sD3CkFZs8P .nav-item:focus,
.cid-sD3CkFZs8P .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sD3CkFZs8P .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sD3CkFZs8P .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sD3CkFZs8P .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sD3CkFZs8P .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sD3CkFZs8P .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sD3CkFZs8P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD3CkFZs8P .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-sD3CkFZs8P .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD3CkFZs8P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD3CkFZs8P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-sD3CkFZs8P .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-sD3CkFZs8P .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sD3CkFZs8P .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sD3CkFZs8P .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD3CkFZs8P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sD3CkFZs8P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sD3CkFZs8P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD3CkFZs8P .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-sD3CkFZs8P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD3CkFZs8P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD3CkFZs8P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sD3CkFZs8P .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD3CkFZs8P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD3CkFZs8P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sD3CkFZs8P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD3CkFZs8P .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-sD3CkFZs8P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD3CkFZs8P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD3CkFZs8P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sD3CkFZs8P .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sD3CkFZs8P .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sD3CkFZs8P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sD3CkFZs8P .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-sD3CkFZs8P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD3CkFZs8P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD3CkFZs8P .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-sD3CkFZs8P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD3CkFZs8P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD3CkFZs8P .dropdown-item.active,
.cid-sD3CkFZs8P .dropdown-item:active {
  background-color: transparent;
}
.cid-sD3CkFZs8P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD3CkFZs8P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD3CkFZs8P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-sD3CkFZs8P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD3CkFZs8P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD3CkFZs8P ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD3CkFZs8P .navbar-buttons {
  text-align: center;
}
.cid-sD3CkFZs8P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD3CkFZs8P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-sD3CkFZs8P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sD3CkFZs8P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3CkFZs8P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sD3CkFZs8P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sD3CkFZs8P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3CkFZs8P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sD3CkFZs8P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sD3CkFZs8P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sD3CkFZs8P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sD3CkFZs8P a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sD3CkFZs8P .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sD3CkFZs8P .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sD3CkFZs8P .soc-item {
  margin: .5rem .3rem;
}
.cid-sD3CkFZs8P .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD3CkFZs8P .navbar {
    height: 77px;
  }
  .cid-sD3CkFZs8P .navbar.opened {
    height: auto;
  }
  .cid-sD3CkFZs8P .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD3CkH2Wwr {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-sD3CkH2Wwr .container-fluid {
  padding: 0 5rem;
}
.cid-sD3CkH2Wwr .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD3CkH2Wwr .mbr-section-title {
  padding-bottom: 2rem;
  color: #098484;
}
.cid-sD3CkH2Wwr .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sD3CkH2Wwr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sD3CkH2Wwr .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sD3CkH2Wwr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD3CkH2Wwr .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sD3CkH2Wwr .mbr-section-title {
    text-align: center !important;
  }
  .cid-sD3CkH2Wwr .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sD3CkH2Wwr .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sD4LitTVQM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sD4LitTVQM .mbr-text {
  color: #333333;
}
.cid-tXwwvSjLHl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tXwwvSjLHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXwwvSjLHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXwwvSjLHl p {
  line-height: 2;
}
.cid-tXwwvSjLHl a:hover {
  text-decoration: underline;
}
.cid-sD4NxU4ZyU {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-sD4NxU4ZyU .container-fluid {
  padding: 0 5rem;
}
.cid-sD4NxU4ZyU .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4NxU4ZyU .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-sD4NxU4ZyU .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sD4NxU4ZyU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sD4NxU4ZyU .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sD4NxU4ZyU .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD4NxU4ZyU .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sD4NxU4ZyU .mbr-section-title {
    text-align: center !important;
  }
  .cid-sD4NxU4ZyU .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sD4NxU4ZyU .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sD4PUZGdbA {
  padding-top: 120px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-sD4PUZGdbA .container {
  margin-bottom: 15%;
}
.cid-sD4PUZGdbA .content-container .btn-bgr {
  z-index: 0;
}
.cid-sD4PUZGdbA .container-boxes {
  padding-bottom: 90px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #f4f8fa;
}
.cid-sD4PUZGdbA .icon-block-top span {
  background-color: #188ef4;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-sD4PUZGdbA .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-sD4PUZGdbA .box-item:first-child {
  background-color: #ffffff;
  margin-top: -150px;
}
.cid-sD4PUZGdbA .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-sD4PUZGdbA .box-item:last-child {
  background-color: #ffffff;
  margin-right: 0;
}
.cid-sD4PUZGdbA .mbr-text,
.cid-sD4PUZGdbA .box-item-text {
  color: #8d97ad;
}
.cid-sD4PUZGdbA .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-sD4PUZGdbA .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-sD4PUZGdbA .box-list li:last-child {
  border-bottom: none;
}
.cid-sD4PUZGdbA .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-sD4PUZGdbA .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-sD4PUZGdbA .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sD4PUZGdbA .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sD4PUZGdbA .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-sD4PUZGdbA .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-sD4PUZGdbA .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-sD4PUZGdbA .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-sD4PUZGdbA .box-item-text,
.cid-sD4PUZGdbA .mbr-section-btn {
  text-align: center;
}
.cid-sD4PUZGdbA .box-item-title {
  text-align: center;
}
.cid-sD4ORjHSsu {
  overflow: hidden !important;
  background-color: #d1e9f5;
}
.cid-sD4ORjHSsu .container-fluid {
  padding: 0 5rem;
}
.cid-sD4ORjHSsu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD4ORjHSsu .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-sD4ORjHSsu .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sD4ORjHSsu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sD4ORjHSsu .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sD4ORjHSsu .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD4ORjHSsu .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sD4ORjHSsu .mbr-section-title {
    text-align: center !important;
  }
  .cid-sD4ORjHSsu .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sD4ORjHSsu .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sD4ORjHSsu .mbr-section-subtitle,
.cid-sD4ORjHSsu .mbr-section-btn {
  text-align: left;
}
.cid-sD4ORjHSsu .mbr-section-subtitle,
.cid-sD4ORjHSsu .mbr-section-btn DIV {
  text-align: left;
}
.cid-sD52tuQlZY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-sD52tuQlZY .mbr-iconfont {
  font-size: 48px;
  transition: color .3s;
  color: #1dc9cb;
}
.cid-sD52tuQlZY .mbr-section-title {
  margin: 0;
}
.cid-sD52tuQlZY .card-img {
  text-align: center;
}
.cid-sD52tuQlZY .mbr-section-subtitle,
.cid-sD52tuQlZY .mbr-text {
  color: #8d97ad;
}
.cid-sD52tuQlZY .row-item {
  border-radius: .25rem;
  background: #ffffff;
  padding: 2.5rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 767px) {
  .cid-sD52tuQlZY .card-img,
  .cid-sD52tuQlZY .mbr-text,
  .cid-sD52tuQlZY .mbr-card-title,
  .cid-sD52tuQlZY .mbr-section-subtitle,
  .cid-sD52tuQlZY .mbr-section-title,
  .cid-sD52tuQlZY .underline {
    text-align: center !important;
  }
}
@media (max-width: 991px) {
  .cid-sD52tuQlZY .row-item {
    margin-bottom: 2rem;
  }
}
.cid-sD52tuQlZY .mbr-text {
  text-align: left;
}
.cid-sD56MyQExu {
  overflow: hidden !important;
  background-color: #cfeef1;
}
.cid-sD56MyQExu .container-fluid {
  padding: 0 5rem;
}
.cid-sD56MyQExu .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD56MyQExu .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-sD56MyQExu .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-sD56MyQExu .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-sD56MyQExu .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-sD56MyQExu .container-fluid {
    padding: 0 1rem;
  }
  .cid-sD56MyQExu .mbr-figure {
    margin-top: 1rem;
  }
  .cid-sD56MyQExu .mbr-section-title {
    text-align: center !important;
  }
  .cid-sD56MyQExu .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-sD56MyQExu .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sD57OKP5pQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #a9e2e2;
}
.cid-sD57OKP5pQ .mbr-section-subtitle,
.cid-sD57OKP5pQ .caption-text {
  color: #8d97ad;
}
.cid-sD57OKP5pQ .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-sD57OKP5pQ .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sD57OKP5pQ .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sD57OKP5pQ .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sD58R48I63 {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-sD58R48I63 .mbr-section-subtitle,
.cid-sD58R48I63 .caption-text {
  color: #8d97ad;
}
.cid-sD58R48I63 .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-sD58R48I63 .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sD58R48I63 .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sD58R48I63 .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sEYviY5gYO {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f2f3f7;
}
.cid-sEYviY5gYO .mbr-section-title {
  color: #36187d;
}
.cid-sEYviY5gYO .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sEYviY5gYO .mbr-text {
  color: #36187d;
}
.cid-sEYviY5gYO .title-col {
  border-right: 3px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sEYviY5gYO .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sEYviY5gYO .text-col {
  align-items: center;
  display: flex;
}
.cid-sEYviY5gYO .mbr-section-subtitle,
.cid-sEYviY5gYO .title-col {
  width: 100%;
}
.cid-sD59bIYExt {
  padding-top: 75px;
  padding-bottom: 45px;
  background: #f4f8fa;
}
.cid-sD59bIYExt .mbr-section-subtitle,
.cid-sD59bIYExt .caption-text {
  color: #8d97ad;
}
.cid-sD59bIYExt .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
}
.cid-sD59bIYExt .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-sD59bIYExt .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sD59bIYExt .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sD59qzHTXl {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f4f8fa;
}
.cid-sD59qzHTXl .mbr-section-subtitle,
.cid-sD59qzHTXl .caption-text {
  color: #8d97ad;
}
.cid-sD59qzHTXl .image-block {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: auto;
  width: 100% !important;
}
.cid-sD59qzHTXl .image-block img {
  width: 100%;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: 0;
}
.cid-sD59qzHTXl .image-block .img-caption {
  background: transparent;
  width: 100%;
  padding: 1rem 1rem;
}
.cid-sD59qzHTXl .image-block .img-caption p {
  margin-bottom: 0;
}
.cid-sDV0KBigJP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sDV0KBigJP .mbr-text {
  color: #8d97ad;
}
.cid-sD3CkHCJxG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-sD3CkHCJxG .mbr-title {
  color: #08579f;
}
.cid-sD3CkHCJxG .mbr-text {
  color: #04367c;
}
.cid-sD3CkHCJxG .row {
  align-items: center;
}
.cid-ucXWdUkCZN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -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-ucXWdUkCZN .nav-item,
.cid-ucXWdUkCZN .nav-link,
.cid-ucXWdUkCZN .navbar-caption {
  font-weight: normal;
}
.cid-ucXWdUkCZN .nav-item:focus,
.cid-ucXWdUkCZN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-ucXWdUkCZN .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-ucXWdUkCZN .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-ucXWdUkCZN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-ucXWdUkCZN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-ucXWdUkCZN .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucXWdUkCZN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-ucXWdUkCZN .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-ucXWdUkCZN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucXWdUkCZN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucXWdUkCZN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #08579f;
}
.cid-ucXWdUkCZN .navbar.opened {
  transition: all .3s;
  background: #08579f !important;
}
.cid-ucXWdUkCZN .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-ucXWdUkCZN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucXWdUkCZN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucXWdUkCZN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ucXWdUkCZN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-ucXWdUkCZN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucXWdUkCZN .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-ucXWdUkCZN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucXWdUkCZN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ucXWdUkCZN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-ucXWdUkCZN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucXWdUkCZN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucXWdUkCZN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucXWdUkCZN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucXWdUkCZN .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-ucXWdUkCZN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-ucXWdUkCZN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucXWdUkCZN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucXWdUkCZN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucXWdUkCZN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-ucXWdUkCZN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-ucXWdUkCZN .navbar.navbar-short {
  background: #08579f !important;
  min-height: 60px;
}
.cid-ucXWdUkCZN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-ucXWdUkCZN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucXWdUkCZN .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-ucXWdUkCZN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucXWdUkCZN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucXWdUkCZN .dropdown-item.active,
.cid-ucXWdUkCZN .dropdown-item:active {
  background-color: transparent;
}
.cid-ucXWdUkCZN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucXWdUkCZN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucXWdUkCZN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08579f;
}
.cid-ucXWdUkCZN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucXWdUkCZN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucXWdUkCZN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-ucXWdUkCZN .navbar-buttons {
  text-align: center;
}
.cid-ucXWdUkCZN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucXWdUkCZN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f4f8fa;
}
.cid-ucXWdUkCZN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucXWdUkCZN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucXWdUkCZN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucXWdUkCZN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucXWdUkCZN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucXWdUkCZN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucXWdUkCZN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucXWdUkCZN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucXWdUkCZN .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-ucXWdUkCZN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucXWdUkCZN .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-ucXWdUkCZN .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-ucXWdUkCZN .soc-item {
  margin: .5rem .3rem;
}
.cid-ucXWdUkCZN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucXWdUkCZN .navbar {
    height: 77px;
  }
  .cid-ucXWdUkCZN .navbar.opened {
    height: auto;
  }
  .cid-ucXWdUkCZN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucXWdUJsg0 .mbr-section-title {
  color: #04367c;
}
.cid-ucXWdUJsg0 .mbr-section-subtitle,
.cid-ucXWdUJsg0 .mbr-section-btn {
  color: #04367c;
}
.cid-ucXWdV0eck {
  overflow: hidden !important;
  background-color: #abee5e;
}
.cid-ucXWdV0eck .container-fluid {
  padding: 0 5rem;
}
.cid-ucXWdV0eck .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucXWdV0eck .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-ucXWdV0eck .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ucXWdV0eck .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ucXWdV0eck .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ucXWdV0eck .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucXWdV0eck .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ucXWdV0eck .mbr-section-title {
    text-align: center !important;
  }
  .cid-ucXWdV0eck .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ucXWdV0eck .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucXWdV0eck .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXWdV0eck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXWdVc7Qf {
  overflow: hidden !important;
  background-color: #abee5e;
}
.cid-ucXWdVc7Qf .container-fluid {
  padding: 0 5rem;
}
.cid-ucXWdVc7Qf .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucXWdVc7Qf .mbr-section-title {
  padding-bottom: 2rem;
  color: #ff4f7b;
}
.cid-ucXWdVc7Qf .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ucXWdVc7Qf .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ucXWdVc7Qf .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ucXWdVc7Qf .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucXWdVc7Qf .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ucXWdVc7Qf .mbr-section-title {
    text-align: center !important;
  }
  .cid-ucXWdVc7Qf .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ucXWdVc7Qf .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucXWdVc7Qf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXWdVc7Qf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXWdVc7Qf .mbr-section-subtitle,
.cid-ucXWdVc7Qf .mbr-section-btn {
  text-align: right;
}
.cid-ucXWdVouyC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f3e83c;
}
.cid-ucXWdVouyC .mbr-section-title {
  width: 100%;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #14142b;
}
.cid-ucXWdVouyC .mbr-text {
  color: #8c8c95;
  margin-bottom: 26px;
  text-align: center;
}
.cid-ucXWdVouyC .button-align {
  text-align: center;
}
.cid-ucXWdVouyC .mbr-section-btn {
  display: block;
}
.cid-ucXWdVouyC .container {
  max-width: 739px;
}
.cid-ucXWdVouyC .btn {
  margin-top: 20px;
}
.cid-ucXWdVouyC a.btn > span {
  margin-left: 0.5rem;
}
.cid-ucXWdVxZiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ucXWdVxZiv .image-wrapper {
    margin-bottom: 1rem;
    margin-top: 2rem;
  }
}
.cid-ucXWdVxZiv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ucXWdVxZiv .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ucXWdVxZiv .mbr-section-title {
  color: #2e6b75;
}
.cid-ucXWdVxZiv .mbr-text {
  color: #6c7577;
}
.cid-ucXWdVxZiv .mbr-description {
  color: #6c7577;
}
.cid-ucXWdVLSLw {
  overflow: hidden !important;
  background-color: #d1e9f5;
}
.cid-ucXWdVLSLw .container-fluid {
  padding: 0 5rem;
}
.cid-ucXWdVLSLw .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ucXWdVLSLw .mbr-section-title {
  padding-bottom: 2rem;
  color: #3e4555;
}
.cid-ucXWdVLSLw .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ucXWdVLSLw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ucXWdVLSLw .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ucXWdVLSLw .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucXWdVLSLw .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ucXWdVLSLw .mbr-section-title {
    text-align: center !important;
  }
  .cid-ucXWdVLSLw .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ucXWdVLSLw .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucXWdVLSLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXWdVLSLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXWdW0nX4 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #d1e9f5;
}
.cid-ucXWdW0nX4 .video-wrapper iframe {
  width: 100%;
}
.cid-ucXWdW0nX4 h2,
.cid-ucXWdW0nX4 h4,
.cid-ucXWdW0nX4 p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ucXWdW0nX4 .col-md-6 {
    width: 100%;
  }
}
.cid-ucXWdW0nX4 .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ucXWdW0nX4 .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucXWdW0nX4 .mbr-section-head {
    text-align: center;
  }
}
.cid-ucXWdW0nX4 .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-ucXWdW0nX4 .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ucXWdW0nX4 .mbr-text {
  color: #6b6b6b;
}
.cid-ucXWdWfuIv {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #04367c;
}
.cid-ucXWdWfuIv .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-ucXWdWfuIv .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ucXWdWfuIv .text-content {
  padding-right: 1.5rem;
}
.cid-ucXWdWfuIv .mbr-text {
  color: #8d97ad;
}
.cid-ucXWdWfuIv .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-ucXWdWfuIv .counter-container {
  padding-top: 1rem;
}
.cid-ucXWdWfuIv .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ucXWdWfuIv .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-ucXWdWfuIv .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-ucXWdWfuIv .main-row {
    margin: 0;
  }
  .cid-ucXWdWfuIv .mbr-section-title,
  .cid-ucXWdWfuIv .mbr-text,
  .cid-ucXWdWfuIv .list,
  .cid-ucXWdWfuIv .mbr-section-btn {
    text-align: center !important;
  }
  .cid-ucXWdWfuIv .text-content {
    padding: 0;
  }
}
.cid-ucXWdWfuIv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucXWdWfuIv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucXWdWfuIv .mbr-text,
.cid-ucXWdWfuIv .mbr-section-btn {
  color: #f4f8fa;
}
.cid-ucXWdWfuIv .mbr-section-title {
  color: #f4f8fa;
}
.cid-ucXWdWrpxp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #3b7cb7;
}
.cid-ucXWdWrpxp .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-ucXWdWrpxp .title-wrapper {
  padding: 0 12px;
}
.cid-ucXWdWrpxp .text-block {
  padding: 48px 24px;
}
.cid-ucXWdWrpxp .video-wrapper iframe {
  width: 100%;
}
.cid-ucXWdWrpxp .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-ucXWdWrpxp .mbr-section-title {
  text-align: center;
  color: #FFFFFF;
}
.cid-ucXWdWrpxp .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-ucXWdWrpxp .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-ucXWdWrpxp .mbr-text,
.cid-ucXWdWrpxp .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ucXWdWrpxp .video-block {
    border-left: none;
  }
  .cid-ucXWdWrpxp .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-ucXWdWrpxp .title-wrapper {
    padding: 0 48px;
  }
  .cid-ucXWdWrpxp .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-ucXWdWCdyl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1e9f5;
}
.cid-ucXWdWCdyl .video-wrapper iframe {
  width: 100%;
}
.cid-ucXWdWCdyl h2,
.cid-ucXWdWCdyl h4,
.cid-ucXWdWCdyl p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ucXWdWCdyl .col-md-6 {
    width: 100%;
  }
}
.cid-ucXWdWCdyl .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-ucXWdWCdyl .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucXWdWCdyl .mbr-section-head {
    text-align: center;
  }
}
.cid-ucXWdWCdyl .mbr-section-title {
  color: #000000;
  margin-bottom: 1rem;
}
.cid-ucXWdWCdyl .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-ucXWdWCdyl .mbr-text {
  color: #6b6b6b;
}
.cid-ucXWdWQste {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1e9f5;
}
.cid-ucXWdWQste .mbr-figure img {
  border-radius: .25rem;
}
.cid-ucXWdWQste .mbr-text {
  color: #8d97ad;
}
.cid-ucXWdWQste .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-ucXWdWQste .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-ucXWdWQste .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-ucXWdWQste .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-ucXWdWQste .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-ucXWdWQste .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-ucXWdWQste .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-ucXWdWQste .icon-description {
  margin-left: 1rem;
}
.cid-ucXWdWQste a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-ucXWdWQste a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ucXWdWQste .mbr-section-title,
  .cid-ucXWdWQste .mbr-text {
    text-align: center;
  }
  .cid-ucXWdWQste .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-ucXWdWQste .mbr-text,
.cid-ucXWdWQste .mbr-section-btn {
  color: #04367c;
}
.cid-ucXWdX8yYb {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #d1e9f5;
}
.cid-ucXWdX8yYb .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-ucXWdX8yYb .card-img {
  padding-bottom: 2rem;
  border-radius: .25rem;
  overflow: hidden;
}
.cid-ucXWdX8yYb .card-img img {
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
}
.cid-ucXWdX8yYb .section-text,
.cid-ucXWdX8yYb .card-text {
  color: #8d97ad;
}
@media (max-width: 767px) {
  .cid-ucXWdX8yYb .section-text,
  .cid-ucXWdX8yYb .card-text,
  .cid-ucXWdX8yYb .card-title,
  .cid-ucXWdX8yYb .mbr-section-title {
    text-align: center;
  }
}
.cid-ucXWdX8yYb .section-text {
  color: #04367c;
}
.cid-ucXWdX8yYb .card-text,
.cid-ucXWdX8yYb .mbr-section-btn {
  color: #04367c;
}
.cid-ucXWdXmyce {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #d1e9f5;
}
.cid-ucXWdXmyce .row {
  display: flex;
  flex-direction: row-reverse;
  border: 1px solid #ffffff;
  margin-top: -1px;
}
.cid-ucXWdXmyce .title-wrapper {
  padding: 0 12px;
}
.cid-ucXWdXmyce .text-block {
  padding: 48px 24px;
}
.cid-ucXWdXmyce .video-wrapper iframe {
  width: 100%;
}
.cid-ucXWdXmyce .video-block {
  border-left: 1px solid #ffffff;
  padding: 0;
}
.cid-ucXWdXmyce .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucXWdXmyce .mbr-description {
  text-align: center;
  color: #FFFFFF;
  padding: 16px;
}
@media (min-width: 992px) {
  .cid-ucXWdXmyce .mbr-description {
    padding: 16px 60px 16px;
  }
}
.cid-ucXWdXmyce .mbr-text,
.cid-ucXWdXmyce .mbr-section-subtitle {
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-ucXWdXmyce .video-block {
    border-left: none;
  }
  .cid-ucXWdXmyce .text-block {
    border-top: 1px solid #ffffff;
  }
}
@media (min-width: 992px) {
  .cid-ucXWdXmyce .title-wrapper {
    padding: 0 48px;
  }
  .cid-ucXWdXmyce .text-block {
    padding: 60px;
    border-right: 1px solid #ffffff;
    margin-right: -1px;
    margin-bottom: auto;
  }
}
.cid-ucXWdXmyce .mbr-text {
  color: #000000;
}
.cid-ucXWdXmyce .mbr-section-subtitle {
  color: #000000;
}
.cid-ucXWdXAde3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f2f3f7;
  overflow: hidden;
}
.cid-ucXWdXAde3 .mbr-title {
  color: #08579f;
}
.cid-ucXWdXAde3 .mbr-text {
  color: #04367c;
}
.cid-ucXWdXAde3 .row {
  align-items: center;
}
