body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #154269 !important;
}
.bg-success {
  background-color: #257eb8 !important;
}
.bg-info {
  background-color: #f2c744 !important;
}
.bg-warning {
  background-color: #010407 !important;
}
.bg-danger {
  background-color: #f6fafd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #154269 !important;
  border-color: #154269 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #071521 !important;
  border-color: #071521 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #071521 !important;
  border-color: #071521 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #d91e6b !important;
  border-color: #d91e6b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8d1345 !important;
  border-color: #8d1345 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8d1345 !important;
  border-color: #8d1345 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f2c744 !important;
  border-color: #f2c744 !important;
  color: #332804 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d1a10f !important;
  border-color: #d1a10f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #332804 !important;
  background-color: #d1a10f !important;
  border-color: #d1a10f !important;
}
.btn-success,
.btn-success:active {
  background-color: #257eb8 !important;
  border-color: #257eb8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #164d70 !important;
  border-color: #164d70 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #164d70 !important;
  border-color: #164d70 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #010407 !important;
  border-color: #010407 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f6fafd !important;
  border-color: #f6fafd !important;
  color: #2c85c8 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #1d5681 !important;
  background-color: #afd3ed !important;
  border-color: #afd3ed !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2c85c8 !important;
  background-color: #afd3ed !important;
  border-color: #afd3ed !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #154269;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #071521 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #154269 !important;
  border-color: #154269 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d91e6b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8d1345 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #d91e6b !important;
  border-color: #d91e6b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f2c744;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d1a10f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #332804 !important;
  background-color: #f2c744 !important;
  border-color: #f2c744 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #257eb8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #164d70 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #257eb8 !important;
  border-color: #257eb8 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #010407;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #010407 !important;
  border-color: #010407 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f6fafd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #afd3ed !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2c85c8 !important;
  background-color: #f6fafd !important;
  border-color: #f6fafd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #154269 !important;
}
.text-secondary {
  color: #d91e6b !important;
}
.text-success {
  color: #257eb8 !important;
}
.text-info {
  color: #f2c744 !important;
}
.text-warning {
  color: #010407 !important;
}
.text-danger {
  color: #f6fafd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #040d14 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f123f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #144463 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2960e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #a3ccea !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #154269;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f2c744;
}
.alert-warning {
  background-color: #010407;
}
.alert-danger {
  background-color: #f6fafd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #154269;
  border-color: #154269;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #154269;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2a85d3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #79bae4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #80b6ed;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #154269 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #154269;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #154269;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #154269;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #154269;
  border-bottom-color: #154269;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #154269 !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: #d91e6b !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23154269' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-teSohJ6hNz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-teSohJ6hNz nav.navbar {
  position: fixed;
}
.cid-teSohJ6hNz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teSohJ6hNz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teSohJ6hNz .dropdown-item:hover,
.cid-teSohJ6hNz .dropdown-item:focus {
  background: #154269 !important;
  color: white !important;
}
.cid-teSohJ6hNz .dropdown-item:hover span {
  color: white;
}
.cid-teSohJ6hNz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teSohJ6hNz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teSohJ6hNz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teSohJ6hNz .nav-link {
  position: relative;
}
.cid-teSohJ6hNz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .container {
    flex-wrap: nowrap;
  }
}
.cid-teSohJ6hNz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-teSohJ6hNz .iconfont-wrapper:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .dropdown-menu,
.cid-teSohJ6hNz .navbar.opened {
  background: #1b1b46 !important;
}
.cid-teSohJ6hNz .nav-item:focus,
.cid-teSohJ6hNz .nav-link:focus {
  outline: none;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teSohJ6hNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teSohJ6hNz .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b46;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-teSohJ6hNz .navbar.opened {
  transition: all 0.3s;
}
.cid-teSohJ6hNz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teSohJ6hNz .navbar .navbar-logo img {
  width: auto;
}
.cid-teSohJ6hNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teSohJ6hNz .navbar.collapsed {
  justify-content: center;
}
.cid-teSohJ6hNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teSohJ6hNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-teSohJ6hNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teSohJ6hNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teSohJ6hNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-teSohJ6hNz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teSohJ6hNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teSohJ6hNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-teSohJ6hNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teSohJ6hNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teSohJ6hNz .navbar.navbar-short {
  min-height: 96px;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-teSohJ6hNz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-teSohJ6hNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teSohJ6hNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teSohJ6hNz .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-teSohJ6hNz .dropdown-item.active,
.cid-teSohJ6hNz .dropdown-item:active {
  background-color: transparent;
}
.cid-teSohJ6hNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b46;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teSohJ6hNz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teSohJ6hNz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teSohJ6hNz .navbar-buttons {
  text-align: center;
}
.cid-teSohJ6hNz .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-teSohJ6hNz .navbar-buttons .btn:hover {
  color: #d91e6b !important;
}
@media (max-width: 575px) {
  .cid-teSohJ6hNz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-teSohJ6hNz .navbar-buttons .btn-black {
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz .navbar-buttons .btn-black:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #1b1b46 !important;
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teSohJ6hNz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teSohJ6hNz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teSohJ6hNz .navbar {
    height: 70px;
  }
  .cid-teSohJ6hNz .navbar.opened {
    height: auto;
  }
  .cid-teSohJ6hNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teSohJ6hNz .navbar-nav {
  margin: 0 auto;
}
.cid-teSohJ6hNz .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-teSohJ6hNz .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-teSohJ6hNz .nav-item .nav-link::after {
  color: #d91e6b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-teSohJ6hNz .nav-item .nav-link:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-teSohJ6hNz .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item {
  color: #1b1b46 !important;
  background-color: transparent !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #154269 !important;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar {
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-teSohJ6hNz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tedlR9HSq9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background-728537-1920-1920x1357.jpg");
}
@media (max-width: 767px) {
  .cid-tedlR9HSq9 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cid-tedlR9HSq9 img {
  width: 100%;
  border-radius: 30px;
}
.cid-tedlR9HSq9 .mbr-section-title {
  color: #eff6fa;
  text-align: center;
}
.cid-tedlR9HSq9 .mbr-section-subtitle {
  background-color: #d91e6b;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-tedlR9HSq9 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tedlR9HSq9 .svg-1 path {
  fill: #eff6fa;
}
.cid-tedlR9HSq9 .container-fluid {
  max-width: 1200px;
}
.cid-tedlR9HSq9 .mbr-arrow {
  z-index: 1;
}
.cid-tedlR9HSq9 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-tedlR9HSq9 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-tedlR9HSq9 .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tedlR9HSq9 .container-fluid {
    padding: 0 1rem;
  }
  .cid-tedlR9HSq9 .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-tedlR9HSq9 .row > div,
.cid-tedlR9HSq9 .mbr-section-title {
  color: #d91e6b;
}
.cid-tedlR9HSq9 .row > div,
.cid-tedlR9HSq9 .mbr-section-subtitle {
  text-align: center;
}
.cid-tdaUvha7qk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdaUvha7qk .mbr-section-subtitle {
  text-align: center;
  color: #154269;
}
.cid-tdaUvha7qk .mbr-section-title {
  text-align: center;
  color: #010407;
}
.cid-tdaUvha7qk .mbr-text {
  text-align: center;
}
.cid-tcH8JGyKxJ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tcH8JGyKxJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcH8JGyKxJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcH8JGyKxJ .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-tcH8JGyKxJ .col-text {
    padding-right: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .col-text {
    order: 2;
  }
}
.cid-tcH8JGyKxJ .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-tcH8JGyKxJ .col-img {
    padding-left: 28px;
  }
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .col-img {
    order: 1;
  }
}
.cid-tcH8JGyKxJ .card-title {
  color: #161616;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-tcH8JGyKxJ .mbr-text {
  color: #161616;
  margin-top: 2rem;
  margin-bottom: 0 !important;
  width: 100%;
  max-width: 480px;
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .mbr-text {
    text-align: center !important;
    padding-right: 0;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-tcH8JGyKxJ .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-tcH8JGyKxJ .mbr-section-btn {
    width: 100%;
  }
}
.cid-tcH8JGyKxJ .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 408px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .image-wrapper {
    height: 288px;
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .cid-tcH8JGyKxJ .image-wrapper {
    height: auto;
  }
}
.cid-tcH8JGyKxJ .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tcH8JGyKxJ .circle-blur {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  display: block;
  width: 560px;
  height: 560px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  background-image: linear-gradient(132deg, #257eb8 27%, #d91e6b 50%, #f2c744 79%);
  opacity: .97;
  -webkit-filter: blur(64px) blur(64px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 991px) {
  .cid-tcH8JGyKxJ .circle-blur {
    width: 320px;
    height: 320px;
    top: -10%;
    right: -5%;
    transform: translate(0, 0);
  }
}
.cid-tcH8JGyKxJ .card-title,
.cid-tcH8JGyKxJ .mbr-section-btn {
  color: #154269;
  text-align: center;
}
.cid-tcH8JGyKxJ .mbr-text,
.cid-tcH8JGyKxJ .link-wrap {
  color: #010407;
  text-align: center;
}
.cid-tdaZnKZdLF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdaZnKZdLF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdaZnKZdLF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdaZnKZdLF .mbr-section-title {
  color: #154269;
}
.cid-tdaNZ9n6UI {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tdaNZ9n6UI .mbr-section-title {
  color: #010407;
  margin-bottom: 60px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.cid-tdaNZ9n6UI .card-heading {
  line-height: 1.2;
  margin: 0px;
  font-weight: 500;
  color: #4c4c4c;
}
.cid-tdaNZ9n6UI .item-wrapper:hover {
  cursor: pointer;
}
.cid-tdaNZ9n6UI .item-wrapper:hover .link {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.cid-tdaNZ9n6UI .mbr-section-subtitle {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #154269;
  width: 100%;
  text-align: center;
}
.cid-tdaNZ9n6UI .side-subtitle {
  transform: rotate(90deg) translate(100%, 0);
  position: absolute;
  top: -100px;
  right: -40px;
}
.cid-tdaNZ9n6UI a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-tdaNZ9n6UI rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-tdaNZ9n6UI .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-tdaNZ9n6UI svg {
  margin-left: 15px;
}
.cid-tdaNZ9n6UI path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-tdaNZ9n6UI .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-tdaNZ9n6UI .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-tdaNZ9n6UI .link {
  margin-top: 26px;
}
.cid-tdaNZ9n6UI img {
  margin-bottom: 29px;
}
.cid-tdaNZ9n6UI .date {
  font-weight: 700;
  margin-bottom: 13px;
  color: #010407;
  text-align: center;
}
@media (max-width: 770px) {
  .cid-tdaNZ9n6UI .top {
    margin-top: 60px;
  }
}
.cid-tdaNZ9n6UI .link a {
  background-image: none !important;
}
.cid-tdeF2soxyC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tdeF2soxyC img {
  width: 120px;
  margin: auto;
}
.cid-tdeF2soxyC .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  opacity: 0.7;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tdeF2soxyC .card {
    max-width: 12.5%;
  }
}
.cid-tdaX6h35c9 {
  overflow: hidden;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eae8e4;
}
.cid-tdaX6h35c9 .mbr-section-title {
  margin-bottom: 26px;
  color: #d91e6b;
}
.cid-tdaX6h35c9 .mbr-text {
  margin-bottom: 30px;
}
.cid-tdaX6h35c9 .card-title {
  color: #d91e6b;
}
.cid-tdaX6h35c9 .icon_block .iconfont-wrapper {
  display: inline-block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.cid-tdaX6h35c9 .icon_block .iconfont-wrapper:before {
  content: "";
  top: 0;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 60px;
  position: absolute;
  background-color: rgba(217, 30, 107, 0.07);
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 95%, 0% 100%);
}
.cid-tdaX6h35c9 .icon_block .iconfont-wrapper .mbr-iconfont {
  color: #d91e6b;
  height: 75px;
  line-height: 75px;
  font-size: 46px;
  text-align: center;
}
.cid-tdaX6h35c9 .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-tdaX6h35c9 .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-tdaX6h35c9 .btn_link:hover {
  cursor: pointer;
}
.cid-tdaX6h35c9 .btn_link:hover a {
  color: #154269 !important;
}
.cid-tdaX6h35c9 .btn_link:hover span {
  transform: translatex(5px);
}
.cid-tdaX6h35c9 .card_wrapper {
  margin-bottom: 20px;
}
.cid-tdaX6h35c9 .card_icon {
  display: block;
  margin-bottom: 25px;
}
.cid-tdaX6h35c9 .card_icon .mbr-iconfont {
  font-size: 48px;
  color: #ffffff;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-shadow: 0 14px 30px rgba(217, 30, 107, 0.4);
  background: -webkit-linear-gradient(40deg, #d91e6b 0%, rgba(217, 30, 107, 0.3) 100%);
}
@media (min-width: 992px) {
  .cid-tdaX6h35c9 .title_block {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tdaX6h35c9 .title_block,
  .cid-tdaX6h35c9 .card_wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
  .cid-tdaX6h35c9 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tdaX6h35c9 .icon_block .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tdaX6h35c9 .mbr-text,
.cid-tdaX6h35c9 .btn_link {
  color: #010407;
}
.cid-tdaX6h35c9 .card-text {
  color: #010407;
}
.cid-tdaX6h35c9 .mbr-section-title,
.cid-tdaX6h35c9 .icon_block {
  color: #154269;
}
.cid-tdaX6h35c9 .card-title,
.cid-tdaX6h35c9 .card_icon {
  color: #154269;
}
.cid-tdeGhEzjLw {
  background-color: #010407;
}
@media (min-width: 768px) {
  .cid-tdeGhEzjLw {
    background-image: url("../../../assets/images/team2.jpg");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 50% auto;
  }
}
.cid-tdeGhEzjLw .row {
  align-items: center;
}
.cid-tdeGhEzjLw .image-wrapper {
  padding: 1rem;
}
.cid-tdeGhEzjLw .col-text {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-tdeGhEzjLw .col-text .radial-svg {
  display: none;
}
@media (min-width: 992px) {
  .cid-tdeGhEzjLw .col-text .radial-svg {
    display: block;
    position: absolute;
    top: 0;
    right: -90px;
    bottom: 0;
    height: 100%;
    width: 200px;
    z-index: 1;
  }
  .cid-tdeGhEzjLw .col-text .radial-svg path {
    fill: #010407;
  }
}
.cid-tdeGhEzjLw .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .cid-tdeGhEzjLw .text-wrapper {
    max-width: 400px;
  }
}
.cid-tdeGhEzjLw .label-text {
  width: 100%;
  color: #154269;
}
.cid-tdeGhEzjLw .mbr-section-title {
  margin-bottom: 1.425rem;
  width: 100%;
  color: #f6fafd;
}
.cid-tdeGhEzjLw .mbr-text {
  color: #ffffff;
  width: 100%;
  margin-bottom: 12px;
}
.cid-tdeGhEzjLw .btn-container {
  width: 100%;
}
.cid-tdeGhEzjLw .mbr-section-btn {
  margin-top: 10px;
}
@media (max-width: 575px) {
  .cid-tdeGhEzjLw .mbr-section-btn {
    display: flex;
    flex-wrap: wrap;
  }
  .cid-tdeGhEzjLw .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tdeGhEzjLw .btn-white-outline {
  border: 1px solid currentColor;
}
.cid-tdeGhEzjLw .btn-white-outline:hover {
  color: #154269 !important;
  background: #ffffff !important;
}
.cid-tdeGhEzjLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdeGhEzjLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdeGhEzjLw .mbr-text,
.cid-tdeGhEzjLw .mbr-section-btn {
  color: #f6fafd;
}
.cid-tcHcKFpi9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #154269;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .content {
    text-align: center;
  }
  .cid-tcHcKFpi9J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcHcKFpi9J .logo-subtitle {
  color: #8d97ad;
}
.cid-tcHcKFpi9J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcHcKFpi9J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcHcKFpi9J .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcHcKFpi9J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tcHcKFpi9J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcHcKFpi9J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tcHcKFpi9J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcHcKFpi9J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcHcKFpi9J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcHcKFpi9J .list-item {
  display: flex;
}
.cid-tcHcKFpi9J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tcHcKFpi9J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tcHcKFpi9J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tcHcKFpi9J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
  color: #d91e6b;
}
.cid-tcHcKFpi9J P {
  color: #f6fafd;
  text-align: left;
}
.cid-tcHcKFpi9J .column-title {
  color: #f6fafd;
  text-align: left;
}
.cid-tcHcKFpi9J .mbr-text {
  color: #f6fafd;
}
.cid-tcHcKFpi9J .logo-subtitle,
.cid-tcHcKFpi9J .media-wrap {
  color: #f6fafd;
}
.cid-tcHcKFpi9J .mbr-text UL {
  text-align: left;
}
.cid-tdeylFXNXC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdeylFXNXC .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tdeAC9xz3c {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #010407;
}
.cid-tdeAC9xz3c .row {
  flex-direction: row-reverse;
}
.cid-tdeAC9xz3c .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #154269;
}
@media (max-width: 991px) {
  .cid-tdeAC9xz3c .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-tdeAC9xz3c .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-tdeAC9xz3c .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-tdeAC9xz3c .image-wrapper {
    margin-left: 0;
  }
}
.cid-tdeAC9xz3c .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-tdeAC9xz3c .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-tdeAC9xz3c .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tdeAC9xz3c .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-tdeAC9xz3c .content {
    text-align: center;
  }
}
.cid-tdeAC9xz3c .mbr-section-title {
  color: #257eb8;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tdeAC9xz3c .mbr-section-title span {
  position: relative;
}
.cid-tdeAC9xz3c .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tdeAC9xz3c .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tdeAC9xz3c .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tdeAC9xz3c .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tdeAC9xz3c .mbr-section-title span svg path {
  fill: #d91e6b;
}
.cid-tdeAC9xz3c .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tdeAC9xz3c .mbr-section-subtitle span {
  position: relative;
}
.cid-tdeAC9xz3c .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tdeAC9xz3c .mbr-section-subtitle span svg path {
  fill: #f2c744;
}
@media (max-width: 599px) {
  .cid-tdeAC9xz3c .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tdeAC9xz3c .mbr-section-btn {
  margin-top: 3rem;
}
.cid-tdeAC9xz3c .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tdeAC9xz3c .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tdeAC9xz3c .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tdeAC9xz3c .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tdfTsel9bP {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tdfTsel9bP .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tdfTsel9bP .content-wrapper {
    padding: 1rem;
  }
}
.cid-tdfTsel9bP .mbr-section-title {
  color: #154269;
  text-align: center;
}
.cid-tdfTsel9bP .mbr-text {
  color: #6c7577;
}
.cid-tdfTsel9bP .btn {
  padding: 1rem 3.4rem;
}
.cid-tdfTsel9bP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdfTsel9bP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdfTsel9bP .mbr-text,
.cid-tdfTsel9bP .mbr-section-btn {
  color: #010407;
}
.cid-tds9NlmnIo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tds9NlmnIo .text-wrapper {
  padding-left: 2rem;
  padding-right: 3rem;
}
@media (max-width: 921px) {
  .cid-tds9NlmnIo .text-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tds9NlmnIo .title-wrap {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 921px) {
  .cid-tds9NlmnIo .title-wrap {
    justify-content: center;
  }
}
.cid-tds9NlmnIo .image-wrap {
  width: 34px;
  height: 34px;
  margin-right: 1rem;
  display: none;
}
@media (max-width: 349px) {
  .cid-tds9NlmnIo .image-wrap {
    display: none;
  }
}
.cid-tds9NlmnIo .image-wrap svg {
  width: 45px;
  height: 40px;
  transform: rotate(9deg);
}
.cid-tds9NlmnIo .image-wrap svg path {
  fill: #d91e6b;
}
@media (max-width: 921px) {
  .cid-tds9NlmnIo .image-wrapper {
    margin-top: 50px;
  }
}
.cid-tds9NlmnIo .image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.cid-tds9NlmnIo .mbr-section-btn {
  margin-top: 45.4px;
}
@media (max-width: 921px) {
  .cid-tds9NlmnIo .mbr-section-btn {
    justify-content: center!important;
  }
}
.cid-tds9NlmnIo .card-title {
  color: #257eb8;
}
.cid-tds9NlmnIo .mbr-text,
.cid-tds9NlmnIo .mbr-section-btn {
  color: #010407;
}
.cid-td4RPxyjjm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-td4RPxyjjm img {
  transition: all 0.3s;
  object-fit: cover;
}
.cid-td4RPxyjjm .image-wrapper {
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .cid-td4RPxyjjm .image-wrapper {
    padding: 1rem;
  }
}
.cid-td4RPxyjjm .image-wrapper:hover img {
  transform: scale(1.15) rotate(-5deg);
}
.cid-td4RPxyjjm .image-wrapper:hover .img-link {
  background: #154269;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-td4RPxyjjm .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-td4RPxyjjm .img-link {
  background: #257eb8;
  transition: all 0.3s;
  padding: 2rem;
  position: absolute;
  bottom: -1rem;
  cursor: pointer;
  left: 0;
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-td4RPxyjjm .text-wrapper {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-td4RPxyjjm p {
    max-width: 500px;
  }
}
.cid-td4RPxyjjm .mbr-text,
.cid-td4RPxyjjm .mbr-section-btn {
  color: #010407;
}
.cid-td4RPxyjjm .mbr-section-title {
  color: #000000;
}
.cid-td4RPxyjjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-td4RPxyjjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td51GzLGys {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #eff6fa;
}
.cid-td51GzLGys .title_block {
  margin-bottom: 80px;
}
.cid-td51GzLGys .mbr-section-subtitle {
  margin-bottom: 16px;
  color: #d91e6b;
  letter-spacing: 1.6px;
  line-height: 1;
  font-weight: 600;
}
.cid-td51GzLGys .mbr-section-title {
  color: #154269;
}
.cid-td51GzLGys .card_wrapper {
  padding: 0 35px;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-td51GzLGys .card_wrapper:hover .card_title a {
  color: #154269 !important;
}
.cid-td51GzLGys .card_wrapper:hover .shape {
  opacity: 1;
}
.cid-td51GzLGys .card_wrapper:hover .shape_1 {
  top: -5px;
  left: -6px;
}
.cid-td51GzLGys .card_wrapper:hover .shape_2 {
  transform: rotate(345deg);
  top: -20px;
  right: 12px;
}
.cid-td51GzLGys .card_wrapper:hover .shape_3 {
  left: -6px;
  bottom: -6px;
  transform: rotate(360deg);
}
.cid-td51GzLGys .card_wrapper:hover .shape_4 {
  right: -20px;
  bottom: 24px;
}
.cid-td51GzLGys .row .item:nth-child(1) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(21, 66, 105, 0.4);
  background-image: linear-gradient(40deg, #154269 0%, #2677be 100%);
}
.cid-td51GzLGys .row .item:nth-child(2) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(37, 126, 184, 0.4);
  background-image: linear-gradient(40deg, #257eb8 0%, #63afe0 100%);
}
.cid-td51GzLGys .row .item:nth-child(3) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(1, 4, 7, 0.4);
  background-image: linear-gradient(40deg, #010407 0%, #0e3760 100%);
}
.cid-td51GzLGys .row .item:nth-child(4) .iconfont-wrapper {
  box-shadow: 0px 14px 30px 0px rgba(242, 199, 68, 0.4);
  background-image: linear-gradient(40deg, #f2c744 0%, #f9e4a3 100%);
}
.cid-td51GzLGys .icon_block {
  margin-bottom: 40px;
}
.cid-td51GzLGys .icon_block .iconfont-wrapper {
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border-top-right-radius: 0;
  text-align: center;
  display: inline-block;
  position: relative;
}
.cid-td51GzLGys .icon_block .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-td51GzLGys .card_title {
  margin-bottom: 20px;
  color: #d91e6b;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-td51GzLGys .card_text {
  margin-bottom: 0;
}
.cid-td51GzLGys .card_link {
  display: block;
  margin-top: 15px;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-td51GzLGys .card_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-td51GzLGys .card_link:hover {
  cursor: pointer;
}
.cid-td51GzLGys .card_link:hover a {
  color: #154269 !important;
}
.cid-td51GzLGys .card_link:hover span {
  transform: translatex(5px);
}
.cid-td51GzLGys .shape {
  opacity: 0;
  z-index: -1;
  line-height: 1;
  position: absolute;
  transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  max-width: 10px;
}
.cid-td51GzLGys .shape_1 {
  top: 9px;
  left: 12px;
  width: 10px;
  height: 10px;
  background: #257eb8;
  border-radius: 50%;
}
.cid-td51GzLGys .shape_2 {
  top: 0;
  right: 12px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #f2c744;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.cid-td51GzLGys .shape_3 {
  left: 12px;
  bottom: 9px;
  width: 10px;
  height: 10px;
  background-color: #010407;
}
.cid-td51GzLGys .shape_4 {
  right: 12px;
  bottom: 9px;
  width: 8px;
  height: 8px;
  background: #f6fafd;
  transform: rotate(-45deg);
}
.cid-td51GzLGys .mbr-section-btn {
  margin-top: 80px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-td51GzLGys .title_block {
    margin-bottom: 15px;
  }
  .cid-td51GzLGys .card_wrapper {
    padding: 0 30px;
    max-width: 370px;
    margin: 50px auto 0;
  }
  .cid-td51GzLGys .card_title {
    margin-bottom: 15px;
  }
  .cid-td51GzLGys .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-td51GzLGys .card_text,
.cid-td51GzLGys .card_link {
  color: #010407;
}
.cid-td51GzLGys .card_title,
.cid-td51GzLGys .icon_block {
  color: #154269;
}
.cid-td5dhDz4Tm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1265.jpg");
}
.cid-td5dhDz4Tm .mbr-fallback-image.disabled {
  display: none;
}
.cid-td5dhDz4Tm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td5dhDz4Tm .mbr-section-title {
  text-align: center;
}
.cid-td5dhDz4Tm .mbr-text,
.cid-td5dhDz4Tm .mbr-section-btn {
  text-align: center;
  color: #010407;
}
.cid-td5dhDz4Tm .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-td5dhDz4Tm .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-td5dhDz4Tm .mbr-section-title,
.cid-td5dhDz4Tm .dot {
  color: #d91e6b;
  text-align: center;
}
.cid-td5dhDz4Tm .mbr-section-subtitle {
  text-align: center;
  color: #154269;
}
.cid-tcHcKFpi9J {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #154269;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .content {
    text-align: center;
  }
  .cid-tcHcKFpi9J .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tcHcKFpi9J .logo-subtitle {
  color: #8d97ad;
}
.cid-tcHcKFpi9J .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tcHcKFpi9J .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tcHcKFpi9J .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tcHcKFpi9J .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tcHcKFpi9J .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tcHcKFpi9J .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tcHcKFpi9J .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tcHcKFpi9J .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tcHcKFpi9J .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tcHcKFpi9J .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tcHcKFpi9J .list-item {
  display: flex;
}
.cid-tcHcKFpi9J .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tcHcKFpi9J ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tcHcKFpi9J ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tcHcKFpi9J ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
  color: #d91e6b;
}
.cid-tcHcKFpi9J P {
  color: #f6fafd;
  text-align: left;
}
.cid-tcHcKFpi9J .column-title {
  color: #f6fafd;
  text-align: left;
}
.cid-tcHcKFpi9J .mbr-text {
  color: #f6fafd;
}
.cid-tcHcKFpi9J .logo-subtitle,
.cid-tcHcKFpi9J .media-wrap {
  color: #f6fafd;
}
.cid-tcHcKFpi9J .mbr-text UL {
  text-align: left;
}
.cid-teSohJ6hNz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-teSohJ6hNz nav.navbar {
  position: fixed;
}
.cid-teSohJ6hNz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teSohJ6hNz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teSohJ6hNz .dropdown-item:hover,
.cid-teSohJ6hNz .dropdown-item:focus {
  background: #154269 !important;
  color: white !important;
}
.cid-teSohJ6hNz .dropdown-item:hover span {
  color: white;
}
.cid-teSohJ6hNz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teSohJ6hNz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teSohJ6hNz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teSohJ6hNz .nav-link {
  position: relative;
}
.cid-teSohJ6hNz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .container {
    flex-wrap: nowrap;
  }
}
.cid-teSohJ6hNz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-teSohJ6hNz .iconfont-wrapper:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .dropdown-menu,
.cid-teSohJ6hNz .navbar.opened {
  background: #1b1b46 !important;
}
.cid-teSohJ6hNz .nav-item:focus,
.cid-teSohJ6hNz .nav-link:focus {
  outline: none;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teSohJ6hNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teSohJ6hNz .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b46;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-teSohJ6hNz .navbar.opened {
  transition: all 0.3s;
}
.cid-teSohJ6hNz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teSohJ6hNz .navbar .navbar-logo img {
  width: auto;
}
.cid-teSohJ6hNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teSohJ6hNz .navbar.collapsed {
  justify-content: center;
}
.cid-teSohJ6hNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teSohJ6hNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-teSohJ6hNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teSohJ6hNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teSohJ6hNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-teSohJ6hNz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teSohJ6hNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teSohJ6hNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-teSohJ6hNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teSohJ6hNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teSohJ6hNz .navbar.navbar-short {
  min-height: 96px;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-teSohJ6hNz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-teSohJ6hNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teSohJ6hNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teSohJ6hNz .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-teSohJ6hNz .dropdown-item.active,
.cid-teSohJ6hNz .dropdown-item:active {
  background-color: transparent;
}
.cid-teSohJ6hNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b46;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teSohJ6hNz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teSohJ6hNz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teSohJ6hNz .navbar-buttons {
  text-align: center;
}
.cid-teSohJ6hNz .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-teSohJ6hNz .navbar-buttons .btn:hover {
  color: #d91e6b !important;
}
@media (max-width: 575px) {
  .cid-teSohJ6hNz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-teSohJ6hNz .navbar-buttons .btn-black {
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz .navbar-buttons .btn-black:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #1b1b46 !important;
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teSohJ6hNz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teSohJ6hNz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teSohJ6hNz .navbar {
    height: 70px;
  }
  .cid-teSohJ6hNz .navbar.opened {
    height: auto;
  }
  .cid-teSohJ6hNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teSohJ6hNz .navbar-nav {
  margin: 0 auto;
}
.cid-teSohJ6hNz .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-teSohJ6hNz .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-teSohJ6hNz .nav-item .nav-link::after {
  color: #d91e6b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-teSohJ6hNz .nav-item .nav-link:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-teSohJ6hNz .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item {
  color: #1b1b46 !important;
  background-color: transparent !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #154269 !important;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar {
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-teSohJ6hNz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-tdb4iXVRNX {
  padding-top: 15.6rem;
  padding-bottom: 12rem;
  background-color: #154269;
}
.cid-tdb4iXVRNX .mbr-overlay {
  z-index: 2;
  pointer-events: none;
}
.cid-tdb4iXVRNX .image-wrapper {
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.cid-tdb4iXVRNX .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tdb4iXVRNX .content {
  width: 32%;
  position: relative;
  z-index: 3;
}
@media (max-width: 859px) {
  .cid-tdb4iXVRNX .content {
    width: 100%;
    text-align: center!important;
  }
}
.cid-tdb4iXVRNX .mbr-section-title {
  color: #f6fafd;
  margin-bottom: 20px;
  position: relative;
  padding: 1rem 2rem;
  border-top: 2px solid #d91e6b;
  border-bottom: 2px solid #d91e6b;
}
.cid-tdb4iXVRNX .mbr-section-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #257eb8;
  opacity: 0.2;
  z-index: -1;
}
.cid-tdb4iXVRNX .mbr-section-btn {
  margin-top: 3rem;
}
@media (max-width: 859px) {
  .cid-tdb4iXVRNX .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tdb4iXVRNX .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tdb4iXVRNX .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
  z-index: 4;
}
.cid-tdb4iXVRNX .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tdb4iXVRNX .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tdb2PDNgX2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tdb2PDNgX2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tdb2PDNgX2 .container-fluid {
  padding: 0 !important;
}
.cid-tdb2PDNgX2 .google-map {
  height: 300px;
  position: relative;
  margin-bottom: 65px;
}
.cid-tdb2PDNgX2 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdb2PDNgX2 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tdb2PDNgX2 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tdb2PDNgX2 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tdb2PDNgX2 .wrapper {
  margin-bottom: 50px;
}
.cid-tdb2PDNgX2 .mbr-section-title {
  margin-bottom: 0;
  color: #154269;
}
.cid-tdb2PDNgX2 .mbr-text {
  color: #010407;
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-tdb2PDNgX2 .subscribe__form {
  margin-top: 30px;
}
.cid-tdb2PDNgX2 .form-group {
  margin-bottom: 0;
}
.cid-tdb2PDNgX2 .dragArea .form-control {
  color: #010407;
  margin-bottom: 35px;
  border: 2px solid #257eb8 !important;
  font-weight: 700;
  padding: 0 25px;
  height: 50px;
  font-size: 18px;
  border-radius: 30px;
  background-color: #f6fafd !important;
}
.cid-tdb2PDNgX2 .dragArea textarea {
  height: 170px !important;
  border-radius: 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  resize: none;
}
.cid-tdb2PDNgX2 .dragArea input::placeholder {
  color: #010407;
  opacity: .6;
}
.cid-tdb2PDNgX2 .dragArea textarea::placeholder {
  color: #010407;
  opacity: .6;
}
.cid-tdb2PDNgX2 .dragArea .form-control-label {
  margin-bottom: 10px;
  font-weight: 500;
}
.cid-tdb2PDNgX2 .dragArea .input-group-btn .btn {
  width: 100%;
  margin: 35px 0 0;
  font-weight: 500;
  height: 50px;
}
@media (max-width: 991px) {
  .cid-tdb2PDNgX2 .dragArea .input-group-btn .btn {
    margin-top: 0;
  }
}
.cid-tdb2PDNgX2 .title__right {
  margin-bottom: 0;
  color: #154269;
}
.cid-tdb2PDNgX2 .text__right {
  margin: 20px 0 40px;
  color: #010407;
}
.cid-tdb2PDNgX2 .tel {
  margin: 10px 0 0;
  font-weight: 500;
  transition: all .25s;
  color: #010407;
}
.cid-tdb2PDNgX2 .tel .mbr-iconfont {
  width: 30px;
  font-size: 18px;
  color: #257eb8;
}
.cid-tdb2PDNgX2 .tel:hover {
  color: #f2c744;
}
.cid-tdb2PDNgX2 .divider {
  width: 100%;
  height: 2px;
  background-color: #ebeaed;
  margin: 50px 0 40px;
}
.cid-tdb2PDNgX2 .title__right_social {
  margin-bottom: 20px;
  color: #154269;
}
.cid-tdb2PDNgX2 .socials {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: 140px;
}
.cid-tdb2PDNgX2 .socials .soc-item {
  margin-bottom: 15px;
  width: 48%;
  padding-right: 20px;
}
.cid-tdb2PDNgX2 .socials .mbr-iconfont {
  color: #1e0e62;
  margin-right: 15px;
  font-size: 18px;
}
.cid-tdb2PDNgX2 .socname {
  transition: all .25s;
  color: #010407;
}
.cid-tdb2PDNgX2 .socname:hover {
  color: #5d6a79;
}
.cid-teLwBfD5yu {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #257eb8;
}
.cid-teLwBfD5yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-teLwBfD5yu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teLwBfD5yu .mbr-section-title {
  text-align: center;
}
.cid-teLwBfD5yu .mbr-text,
.cid-teLwBfD5yu .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-teLwBfD5yu .dot {
  width: 6px;
  height: 6px;
  background: currentColor;
}
.cid-teLwBfD5yu .dot-right {
  margin-right: 0;
  margin-left: auto;
}
.cid-teLwBfD5yu .mbr-section-title,
.cid-teLwBfD5yu .dot {
  color: #ffffff;
  text-align: center;
}
.cid-teLwBfD5yu .mbr-section-subtitle {
  text-align: center;
}
.cid-tdeHFMRswP {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1920x1080.png");
}
.cid-tdeHFMRswP .content {
  width: 35%;
}
@media (max-width: 859px) {
  .cid-tdeHFMRswP .content {
    width: 100%;
    text-align: center;
  }
}
.cid-tdeHFMRswP .mbr-section-title {
  color: #f6fafd;
  margin-bottom: 20px;
  text-align: center;
}
.cid-tdeHFMRswP .mbr-section-title span {
  position: relative;
}
.cid-tdeHFMRswP .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
}
@media (max-width: 992px) {
  .cid-tdeHFMRswP .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-tdeHFMRswP .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-tdeHFMRswP .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-tdeHFMRswP .mbr-section-title span svg path {
  fill: #d91e6b;
}
.cid-tdeHFMRswP .mbr-section-subtitle {
  color: #257eb8;
}
.cid-tdeHFMRswP .mbr-section-subtitle span {
  position: relative;
}
.cid-tdeHFMRswP .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
}
.cid-tdeHFMRswP .mbr-section-subtitle span svg path {
  fill: #f2c744;
}
@media (max-width: 599px) {
  .cid-tdeHFMRswP .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-tdeHFMRswP .mbr-section-btn {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 859px) {
  .cid-tdeHFMRswP .mbr-section-btn {
    justify-content: center !important;
  }
}
.cid-tdeHFMRswP .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-tdeHFMRswP .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-tdeHFMRswP .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-tdeHFMRswP .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-tdb1ndOjhY {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #154269;
}
@media (max-width: 767px) {
  .cid-tdb1ndOjhY .content {
    text-align: center;
  }
  .cid-tdb1ndOjhY .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tdb1ndOjhY .logo-subtitle {
  color: #8d97ad;
}
.cid-tdb1ndOjhY .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tdb1ndOjhY .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-tdb1ndOjhY .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tdb1ndOjhY .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-tdb1ndOjhY .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tdb1ndOjhY .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-tdb1ndOjhY .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tdb1ndOjhY .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tdb1ndOjhY .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-tdb1ndOjhY .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-tdb1ndOjhY .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tdb1ndOjhY .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tdb1ndOjhY .list-item {
  display: flex;
}
.cid-tdb1ndOjhY .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-tdb1ndOjhY ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-tdb1ndOjhY ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-tdb1ndOjhY ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
  color: #d91e6b;
}
.cid-tdb1ndOjhY P {
  color: #f6fafd;
  text-align: left;
}
.cid-tdb1ndOjhY .column-title {
  color: #f6fafd;
  text-align: left;
}
.cid-tdb1ndOjhY .mbr-text {
  color: #f6fafd;
}
.cid-tdb1ndOjhY .logo-subtitle,
.cid-tdb1ndOjhY .media-wrap {
  color: #f6fafd;
}
.cid-tdb1ndOjhY .mbr-text UL {
  text-align: left;
}
.cid-teSohJ6hNz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-teSohJ6hNz nav.navbar {
  position: fixed;
}
.cid-teSohJ6hNz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-teSohJ6hNz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-teSohJ6hNz .dropdown-item:hover,
.cid-teSohJ6hNz .dropdown-item:focus {
  background: #154269 !important;
  color: white !important;
}
.cid-teSohJ6hNz .dropdown-item:hover span {
  color: white;
}
.cid-teSohJ6hNz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-teSohJ6hNz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-teSohJ6hNz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-teSohJ6hNz .nav-link {
  position: relative;
}
.cid-teSohJ6hNz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .container {
    flex-wrap: nowrap;
  }
}
.cid-teSohJ6hNz .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
}
.cid-teSohJ6hNz .iconfont-wrapper:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .dropdown-menu,
.cid-teSohJ6hNz .navbar.opened {
  background: #1b1b46 !important;
}
.cid-teSohJ6hNz .nav-item:focus,
.cid-teSohJ6hNz .nav-link:focus {
  outline: none;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-teSohJ6hNz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-teSohJ6hNz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-teSohJ6hNz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-teSohJ6hNz .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #1b1b46;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-teSohJ6hNz .navbar.opened {
  transition: all 0.3s;
}
.cid-teSohJ6hNz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-teSohJ6hNz .navbar .navbar-logo img {
  width: auto;
}
.cid-teSohJ6hNz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-teSohJ6hNz .navbar.collapsed {
  justify-content: center;
}
.cid-teSohJ6hNz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-teSohJ6hNz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-teSohJ6hNz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.7rem);
  }
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-teSohJ6hNz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-teSohJ6hNz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-teSohJ6hNz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-teSohJ6hNz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-teSohJ6hNz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-teSohJ6hNz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-teSohJ6hNz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-teSohJ6hNz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-teSohJ6hNz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-teSohJ6hNz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-teSohJ6hNz .navbar.navbar-short {
  min-height: 96px;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-teSohJ6hNz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
  padding: 0;
}
.cid-teSohJ6hNz .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-teSohJ6hNz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-teSohJ6hNz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-teSohJ6hNz .navbar-brand:hover {
  transform: scale(1.1);
}
.cid-teSohJ6hNz .dropdown-item.active,
.cid-teSohJ6hNz .dropdown-item:active {
  background-color: transparent;
}
.cid-teSohJ6hNz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-teSohJ6hNz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #1b1b46;
}
.cid-teSohJ6hNz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-teSohJ6hNz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teSohJ6hNz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-teSohJ6hNz .navbar-buttons {
  text-align: center;
}
.cid-teSohJ6hNz .navbar-buttons .btn {
  padding: 9px 18px;
  min-width: 100px;
  min-height: 52px;
  border-radius: 0.3rem;
}
.cid-teSohJ6hNz .navbar-buttons .btn:hover {
  color: #d91e6b !important;
}
@media (max-width: 575px) {
  .cid-teSohJ6hNz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-teSohJ6hNz .navbar-buttons .btn-black {
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz .navbar-buttons .btn-black:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler {
  outline: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 0.3rem;
  background-color: #1b1b46 !important;
  border: solid 2px #154269 !important;
  box-shadow: 3px 3px 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler:hover {
  border: solid 2px #154269 !important;
  color: #d91e6b !important;
  box-shadow: 0 0 0 0 #154269 !important;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 9px;
  left: 8px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 8px;
  top: 17px;
  transition: all 0.15s;
}
.cid-teSohJ6hNz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 8px;
  top: 25px;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-teSohJ6hNz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-teSohJ6hNz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-teSohJ6hNz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-teSohJ6hNz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-teSohJ6hNz .navbar {
    height: 70px;
  }
  .cid-teSohJ6hNz .navbar.opened {
    height: auto;
  }
  .cid-teSohJ6hNz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teSohJ6hNz .navbar-nav {
  margin: 0 auto;
}
.cid-teSohJ6hNz .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-teSohJ6hNz .nav-item .nav-link {
  padding: 6px 32px !important;
  margin: 0 !important;
}
.cid-teSohJ6hNz .nav-item .nav-link::after {
  color: #d91e6b !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-teSohJ6hNz .nav-item .nav-link:hover {
  color: #d91e6b !important;
}
.cid-teSohJ6hNz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-teSohJ6hNz .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item {
  color: #1b1b46 !important;
  background-color: transparent !important;
}
.cid-teSohJ6hNz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #154269 !important;
}
@media (max-width: 991px) {
  .cid-teSohJ6hNz .navbar {
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-teSohJ6hNz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-teSohJ6hNz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-teSohJ6hNz .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
