body {
  font-family: Bellota Text;
}
.display-1 {
  font-family: 'Bellota Text', display;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.display-2 {
  font-family: 'Bellota Text', display;
  font-size: 2.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Bellota Text', display;
  font-size: 1.1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'Bellota Text', display;
  font-size: 1.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 2.2rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #36187d !important;
}
.bg-success {
  background-color: #35b8fc !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #6c758f !important;
}
.bg-danger {
  background-color: #36187d !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #36187d !important;
  background-color: transparent !important;
  border-color: #36187d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a0c3d !important;
  border-color: #1a0c3d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ea2396 !important;
  background-color: transparent !important;
  border-color: #ea2396 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b0116d !important;
  border-color: #b0116d !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #47b5ed !important;
  background-color: transparent !important;
  border-color: #47b5ed !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1593d3 !important;
  border-color: #1593d3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #35b8fc !important;
  background-color: transparent !important;
  border-color: #35b8fc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #0395e1 !important;
  border-color: #0395e1 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6c758f !important;
  border-color: #6c758f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #6c758f !important;
  background-color: transparent !important;
  border-color: #6c758f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #4b5163 !important;
  border-color: #4b5163 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #36187d !important;
  border-color: #36187d !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #36187d !important;
  background-color: transparent !important;
  border-color: #36187d !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a0c3d !important;
  border-color: #1a0c3d !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: transparent !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #333333 !important;
  background-color: transparent !important;
  border-color: #333333 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #110827;
  color: #110827;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #980f5e;
  color: #980f5e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ea2396;
  border-color: #ea2396;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea2396 !important;
  border-color: #ea2396 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #1283bc;
  color: #1283bc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #47b5ed;
  border-color: #47b5ed;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #0385c8;
  color: #0385c8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #35b8fc;
  border-color: #35b8fc;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #35b8fc !important;
  border-color: #35b8fc !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #404555;
  color: #404555;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #6c758f;
  border-color: #6c758f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6c758f !important;
  border-color: #6c758f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #110827;
  color: #110827;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #36187d;
  border-color: #36187d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #36187d !important;
  border-color: #36187d !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #36187d !important;
}
.text-secondary {
  color: #ea2396 !important;
}
.text-success {
  color: #35b8fc !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #6c758f !important;
}
.text-danger {
  color: #36187d !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ea2396 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #980f5e !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ea2396 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #ea2396 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ea2396 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ea2396 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ea2396 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #ea2396 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #6c758f;
}
.alert-danger {
  background-color: #36187d;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #36187d;
  border-color: #36187d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #36187d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6a3bd9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #feffff;
}
.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: #b4b9c6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #6a3bd9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
  -webkit-transform: rotate(45deg);
}
.form-control {
  background-color: #ffffff;
  box-shadow: none;
  color: #767676;
  border: 3px solid #ebeced;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.43;
  min-height: 46px;
  padding: 0.5rem 1.2rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
.form-control:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
blockquote {
  border-color: #36187d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #36187d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #ffffff;
  border: 3px solid #ebeced;
}
.jq-number__spin:focus {
  outline: none;
  border: 3px solid #ebeced;
  background-color: #f5f5f7;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #36187d;
  border-bottom-color: #36187d;
}
.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: #36187d !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: #ea2396 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2336187d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-svGKGHe1ar {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-svGKGHe1ar .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-svGKGHe1ar .container {
    padding: 0 ;
  }
}
.cid-svGKGHe1ar .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-svGKGHe1ar .navbar.opened {
  transition: all 0.3s;
}
.cid-svGKGHe1ar .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-svGKGHe1ar .navbar .navbar-logo img {
  width: auto;
}
.cid-svGKGHe1ar .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar.collapsed {
  justify-content: center;
}
.cid-svGKGHe1ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svGKGHe1ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svGKGHe1ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-svGKGHe1ar .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-svGKGHe1ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svGKGHe1ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-svGKGHe1ar .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-svGKGHe1ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-svGKGHe1ar .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svGKGHe1ar .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-svGKGHe1ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-svGKGHe1ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-svGKGHe1ar .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-svGKGHe1ar .navbar.navbar-short {
  min-height: 110px;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-svGKGHe1ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-svGKGHe1ar .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-svGKGHe1ar nav.navbar {
  position: fixed;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-svGKGHe1ar .dropdown-item:hover,
.cid-svGKGHe1ar .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-svGKGHe1ar .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-svGKGHe1ar .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-svGKGHe1ar .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-svGKGHe1ar .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown-menu,
.cid-svGKGHe1ar .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-svGKGHe1ar .nav-item:focus,
.cid-svGKGHe1ar .nav-link:focus {
  outline: none;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-svGKGHe1ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-svGKGHe1ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svGKGHe1ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svGKGHe1ar .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svGKGHe1ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svGKGHe1ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svGKGHe1ar .dropdown-item.active,
.cid-svGKGHe1ar .dropdown-item:active {
  background-color: transparent;
}
.cid-svGKGHe1ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svGKGHe1ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-svGKGHe1ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svGKGHe1ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svGKGHe1ar ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-svGKGHe1ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-svGKGHe1ar button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-svGKGHe1ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-svGKGHe1ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-svGKGHe1ar .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-svGKGHe1ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-svGKGHe1ar .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-svGKGHe1ar .navbar {
    height: 70px;
  }
  .cid-svGKGHe1ar .navbar.opened {
    height: auto;
  }
  .cid-svGKGHe1ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-svGKGHe1ar .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-svGKGwmqjv {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0f7699;
}
.cid-svGKGwmqjv .mbr-section-title {
  color: #ffffff;
}
.cid-svGKGwmqjv .mbr-section-subtitle {
  color: #0196e3;
}
.cid-svGKGwmqjv .mbr-text {
  color: #ffffff;
}
.cid-svGKGwmqjv .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-svGKGwmqjv .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-svGKGwmqjv .text-col {
  align-items: center;
  display: flex;
}
.cid-svGKGwmqjv .mbr-section-subtitle,
.cid-svGKGwmqjv .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-t4fPn1IAYk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t4fPn1IAYk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t4fPn1IAYk H2 {
  color: #36404c;
}
.cid-t4fPn1IAYk H3 {
  color: #36404c;
}
.cid-t4fPn1IAYk .mbr-text,
.cid-t4fPn1IAYk .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-t4fPn1IAYk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-t4fPn1IAYk img {
  filter: invert(0.5);
  width: auto;
}
.cid-t7FKVsLoVT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t7FKVsLoVT .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t7FKVsLoVT H2 {
  color: #36404c;
}
.cid-t7FKVsLoVT H3 {
  color: #36404c;
}
.cid-t7FKVsLoVT .mbr-text,
.cid-t7FKVsLoVT .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-t7FKVsLoVT .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-t7FKVsLoVT img {
  filter: invert(0.5);
  width: auto;
}
.cid-svMI8yuE9y {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f2f3f7;
}
.cid-svMI8yuE9y img,
.cid-svMI8yuE9y .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-svMI8yuE9y .item:focus,
.cid-svMI8yuE9y span:focus {
  outline: none;
}
.cid-svMI8yuE9y .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-svMI8yuE9y .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-svMI8yuE9y .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-svMI8yuE9y .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-svMI8yuE9y .item-content {
    padding: 1rem 0;
  }
}
.cid-svMI8yuE9y .mbr-section-title {
  color: #36187d;
}
.cid-svMI8yuE9y .item-title {
  color: #36187d;
}
.cid-svMI8yuE9y .item-subtitle {
  color: #232323;
}
.cid-svMI8yuE9y .mbr-text,
.cid-svMI8yuE9y .mbr-section-btn {
  color: #6c758f;
}
.cid-svMI8yuE9y .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-sVovPxea8A {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-sVovPxea8A img,
.cid-sVovPxea8A .item-img {
  border-radius: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sVovPxea8A .item:focus,
.cid-sVovPxea8A span:focus {
  outline: none;
}
.cid-sVovPxea8A .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sVovPxea8A .item-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 3rem;
  background: #f2f3f7;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
.cid-sVovPxea8A .item-wrapper:hover img {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .cid-sVovPxea8A .item-wrapper {
    border-radius: 2rem;
  }
}
.cid-sVovPxea8A .item-content {
  padding: 1.5rem 1rem;
}
@media (max-width: 767px) {
  .cid-sVovPxea8A .item-content {
    padding: 1rem 0;
  }
}
.cid-sVovPxea8A .mbr-section-title {
  color: #36187d;
}
.cid-sVovPxea8A .item-title {
  color: #232323;
}
.cid-sVovPxea8A .item-subtitle {
  color: #232323;
}
.cid-sVovPxea8A .mbr-text,
.cid-sVovPxea8A .mbr-section-btn {
  color: #6c758f;
}
.cid-sVovPxea8A .mbr-link {
  color: #0196e3;
  display: block;
}
.cid-t7FeMovo1y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t7FeMovo1y .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7FeMovo1y .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7FeMovo1y .row {
    text-align: center;
  }
  .cid-t7FeMovo1y .row > div {
    margin: auto;
  }
  .cid-t7FeMovo1y .social-row {
    justify-content: center;
  }
}
.cid-t7FeMovo1y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7FeMovo1y .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 0rem;
  }
}
.cid-t7FeMovo1y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7FeMovo1y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sYHdPxzkRg {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sYHdPxzkRg .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-sYHdPxzkRg .container {
    padding: 0 ;
  }
}
.cid-sYHdPxzkRg .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-sYHdPxzkRg .navbar.opened {
  transition: all 0.3s;
}
.cid-sYHdPxzkRg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sYHdPxzkRg .navbar .navbar-logo img {
  width: auto;
}
.cid-sYHdPxzkRg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sYHdPxzkRg .navbar.collapsed {
  justify-content: center;
}
.cid-sYHdPxzkRg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sYHdPxzkRg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sYHdPxzkRg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sYHdPxzkRg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sYHdPxzkRg .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-sYHdPxzkRg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sYHdPxzkRg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sYHdPxzkRg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sYHdPxzkRg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sYHdPxzkRg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sYHdPxzkRg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sYHdPxzkRg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sYHdPxzkRg .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-sYHdPxzkRg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sYHdPxzkRg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sYHdPxzkRg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sYHdPxzkRg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sYHdPxzkRg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sYHdPxzkRg .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-sYHdPxzkRg .navbar.navbar-short {
  min-height: 110px;
}
.cid-sYHdPxzkRg .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sYHdPxzkRg .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sYHdPxzkRg .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-sYHdPxzkRg nav.navbar {
  position: fixed;
}
.cid-sYHdPxzkRg .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-sYHdPxzkRg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-sYHdPxzkRg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sYHdPxzkRg .dropdown-item:hover,
.cid-sYHdPxzkRg .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-sYHdPxzkRg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sYHdPxzkRg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sYHdPxzkRg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sYHdPxzkRg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sYHdPxzkRg .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sYHdPxzkRg .dropdown-menu,
.cid-sYHdPxzkRg .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-sYHdPxzkRg .nav-item:focus,
.cid-sYHdPxzkRg .nav-link:focus {
  outline: none;
}
.cid-sYHdPxzkRg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sYHdPxzkRg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sYHdPxzkRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sYHdPxzkRg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sYHdPxzkRg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sYHdPxzkRg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sYHdPxzkRg .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sYHdPxzkRg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sYHdPxzkRg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sYHdPxzkRg .dropdown-item.active,
.cid-sYHdPxzkRg .dropdown-item:active {
  background-color: transparent;
}
.cid-sYHdPxzkRg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sYHdPxzkRg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sYHdPxzkRg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sYHdPxzkRg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-sYHdPxzkRg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sYHdPxzkRg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sYHdPxzkRg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sYHdPxzkRg .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sYHdPxzkRg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sYHdPxzkRg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-sYHdPxzkRg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sYHdPxzkRg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYHdPxzkRg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sYHdPxzkRg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sYHdPxzkRg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYHdPxzkRg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sYHdPxzkRg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sYHdPxzkRg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sYHdPxzkRg .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sYHdPxzkRg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sYHdPxzkRg .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-sYHdPxzkRg .navbar {
    height: 70px;
  }
  .cid-sYHdPxzkRg .navbar.opened {
    height: auto;
  }
  .cid-sYHdPxzkRg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sYHdPxzkRg .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-sYHdPxzkRg .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-sYHdPycmKE {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-sYHdPycmKE .mbr-section-title {
  color: #ffffff;
}
.cid-sYHdPycmKE .mbr-section-subtitle {
  color: #0196e3;
}
.cid-sYHdPycmKE .mbr-text {
  color: #ffffff;
}
.cid-sYHdPycmKE .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-sYHdPycmKE .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-sYHdPycmKE .text-col {
  align-items: center;
  display: flex;
}
.cid-sYHdPycmKE .mbr-section-subtitle,
.cid-sYHdPycmKE .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-t0FUlxmYV4 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-t0FUlxmYV4 .container {
  max-width: 800px;
}
.cid-t0FUlxmYV4 .col-text {
  position: relative;
  margin-bottom: 8rem;
}
.cid-t0FUlxmYV4 .mbr-text {
  color: #002549;
  position: relative;
  z-index: 2;
  text-align: left;
}
.cid-t0FUlxmYV4 .icon-box {
  position: absolute;
  bottom: -3.2rem;
  right: -5.5rem;
}
@media (max-width: 1199px) {
  .cid-t0FUlxmYV4 .icon-box {
    bottom: -6.6rem;
    right: 1.2rem;
  }
}
.cid-t0FUlxmYV4 .icon-box span {
  color: #e1965f;
}
.cid-sYHg1qSsU8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sYHg1qSsU8 .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sYHg1qSsU8 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sYHg1qSsU8 .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-sYHg1qSsU8 p {
  font-weight: 400;
}
.cid-sYHg1qSsU8 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sYHg1qSsU8 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sYHg1qSsU8 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sYHg1qSsU8 .bg1 {
  background: #ed4266;
}
.cid-sYHg1qSsU8 .bg2 {
  background: #255085;
}
.cid-sYHg1qSsU8 .bg3 {
  background: #ff7f9f;
}
.cid-sYHg1qSsU8 .bg4 {
  background: #255085;
}
.cid-sYHg1qSsU8 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sYHg1qSsU8 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sYHg1qSsU8 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sYHg1qSsU8 .card-title,
.cid-sYHg1qSsU8 .card-ico,
.cid-sYHg1qSsU8 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sYHg1qSsU8 .mbr-text,
.cid-sYHg1qSsU8 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYHg1qSsU8 .row {
    padding: 0 1rem;
  }
}
.cid-t01ili3HdX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01ili3HdX .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01ili3HdX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01ili3HdX .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01ili3HdX p {
  font-weight: 400;
}
.cid-t01ili3HdX .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01ili3HdX .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01ili3HdX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01ili3HdX .bg1 {
  background: #ed4266;
}
.cid-t01ili3HdX .bg2 {
  background: #255085;
}
.cid-t01ili3HdX .bg3 {
  background: #ff7f9f;
}
.cid-t01ili3HdX .bg4 {
  background: #255085;
}
.cid-t01ili3HdX .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01ili3HdX .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01ili3HdX .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01ili3HdX .card-title,
.cid-t01ili3HdX .card-ico,
.cid-t01ili3HdX .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01ili3HdX .mbr-text,
.cid-t01ili3HdX .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01ili3HdX .row {
    padding: 0 1rem;
  }
}
.cid-t01imBk7wn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01imBk7wn .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01imBk7wn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01imBk7wn .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01imBk7wn p {
  font-weight: 400;
}
.cid-t01imBk7wn .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01imBk7wn .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01imBk7wn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01imBk7wn .bg1 {
  background: #ed4266;
}
.cid-t01imBk7wn .bg2 {
  background: #255085;
}
.cid-t01imBk7wn .bg3 {
  background: #ff7f9f;
}
.cid-t01imBk7wn .bg4 {
  background: #255085;
}
.cid-t01imBk7wn .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01imBk7wn .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01imBk7wn .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01imBk7wn .card-title,
.cid-t01imBk7wn .card-ico,
.cid-t01imBk7wn .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01imBk7wn .mbr-text,
.cid-t01imBk7wn .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01imBk7wn .row {
    padding: 0 1rem;
  }
}
.cid-sYTjsxf2c2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sYTjsxf2c2 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-sYTjsxf2c2 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sYTjsxf2c2 .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-sYTjsxf2c2 p {
  font-weight: 400;
}
.cid-sYTjsxf2c2 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-sYTjsxf2c2 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sYTjsxf2c2 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sYTjsxf2c2 .bg1 {
  background: #ed4266;
}
.cid-sYTjsxf2c2 .bg2 {
  background: #255085;
}
.cid-sYTjsxf2c2 .bg3 {
  background: #ff7f9f;
}
.cid-sYTjsxf2c2 .bg4 {
  background: #149dcc;
}
.cid-sYTjsxf2c2 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-sYTjsxf2c2 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-sYTjsxf2c2 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-sYTjsxf2c2 .card-title,
.cid-sYTjsxf2c2 .card-ico,
.cid-sYTjsxf2c2 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-sYTjsxf2c2 .mbr-text,
.cid-sYTjsxf2c2 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sYTjsxf2c2 .row {
    padding: 0 1rem;
  }
}
.cid-t7FeMovo1y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t7FeMovo1y .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7FeMovo1y .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7FeMovo1y .row {
    text-align: center;
  }
  .cid-t7FeMovo1y .row > div {
    margin: auto;
  }
  .cid-t7FeMovo1y .social-row {
    justify-content: center;
  }
}
.cid-t7FeMovo1y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7FeMovo1y .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 0rem;
  }
}
.cid-t7FeMovo1y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7FeMovo1y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t01qUxSRf6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t01qUxSRf6 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t01qUxSRf6 .container {
    padding: 0 ;
  }
}
.cid-t01qUxSRf6 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t01qUxSRf6 .navbar.opened {
  transition: all 0.3s;
}
.cid-t01qUxSRf6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t01qUxSRf6 .navbar .navbar-logo img {
  width: auto;
}
.cid-t01qUxSRf6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t01qUxSRf6 .navbar.collapsed {
  justify-content: center;
}
.cid-t01qUxSRf6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t01qUxSRf6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t01qUxSRf6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t01qUxSRf6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t01qUxSRf6 .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-t01qUxSRf6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t01qUxSRf6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t01qUxSRf6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t01qUxSRf6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t01qUxSRf6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t01qUxSRf6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t01qUxSRf6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t01qUxSRf6 .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-t01qUxSRf6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t01qUxSRf6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t01qUxSRf6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t01qUxSRf6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t01qUxSRf6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t01qUxSRf6 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t01qUxSRf6 .navbar.navbar-short {
  min-height: 110px;
}
.cid-t01qUxSRf6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t01qUxSRf6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t01qUxSRf6 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t01qUxSRf6 nav.navbar {
  position: fixed;
}
.cid-t01qUxSRf6 .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-t01qUxSRf6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t01qUxSRf6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t01qUxSRf6 .dropdown-item:hover,
.cid-t01qUxSRf6 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-t01qUxSRf6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t01qUxSRf6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t01qUxSRf6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t01qUxSRf6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t01qUxSRf6 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t01qUxSRf6 .dropdown-menu,
.cid-t01qUxSRf6 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t01qUxSRf6 .nav-item:focus,
.cid-t01qUxSRf6 .nav-link:focus {
  outline: none;
}
.cid-t01qUxSRf6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t01qUxSRf6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t01qUxSRf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t01qUxSRf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t01qUxSRf6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t01qUxSRf6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t01qUxSRf6 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t01qUxSRf6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t01qUxSRf6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t01qUxSRf6 .dropdown-item.active,
.cid-t01qUxSRf6 .dropdown-item:active {
  background-color: transparent;
}
.cid-t01qUxSRf6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t01qUxSRf6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t01qUxSRf6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t01qUxSRf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t01qUxSRf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t01qUxSRf6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t01qUxSRf6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t01qUxSRf6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t01qUxSRf6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t01qUxSRf6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-t01qUxSRf6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t01qUxSRf6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t01qUxSRf6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t01qUxSRf6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t01qUxSRf6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t01qUxSRf6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t01qUxSRf6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t01qUxSRf6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t01qUxSRf6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t01qUxSRf6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t01qUxSRf6 .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-t01qUxSRf6 .navbar {
    height: 70px;
  }
  .cid-t01qUxSRf6 .navbar.opened {
    height: auto;
  }
  .cid-t01qUxSRf6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t01qUxSRf6 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t01qUxSRf6 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t01qUyKirf {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t01qUyKirf .mbr-section-title {
  color: #ffffff;
}
.cid-t01qUyKirf .mbr-section-subtitle {
  color: #0196e3;
}
.cid-t01qUyKirf .mbr-text {
  color: #ffffff;
}
.cid-t01qUyKirf .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-t01qUyKirf .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-t01qUyKirf .text-col {
  align-items: center;
  display: flex;
}
.cid-t01qUyKirf .mbr-section-subtitle,
.cid-t01qUyKirf .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tq3LgMqg6l {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tq3LgMqg6l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tq3LgMqg6l H2 {
  color: #36404c;
}
.cid-tq3LgMqg6l H3 {
  color: #36404c;
}
.cid-tq3LgMqg6l .mbr-text,
.cid-tq3LgMqg6l .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tq3LgMqg6l .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tq3LgMqg6l img {
  filter: invert(0.5);
  width: auto;
}
.cid-t01qUzafa7 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01qUzafa7 .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01qUzafa7 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01qUzafa7 .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01qUzafa7 p {
  font-weight: 400;
}
.cid-t01qUzafa7 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01qUzafa7 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUzafa7 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01qUzafa7 .bg1 {
  background: #ed4266;
}
.cid-t01qUzafa7 .bg2 {
  background: #255085;
}
.cid-t01qUzafa7 .bg3 {
  background: #ff7f9f;
}
.cid-t01qUzafa7 .bg4 {
  background: #255085;
}
.cid-t01qUzafa7 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01qUzafa7 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUzafa7 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01qUzafa7 .card-title,
.cid-t01qUzafa7 .card-ico,
.cid-t01qUzafa7 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01qUzafa7 .mbr-text,
.cid-t01qUzafa7 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01qUzafa7 .row {
    padding: 0 1rem;
  }
}
.cid-t01qUzUdYP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01qUzUdYP .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01qUzUdYP .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01qUzUdYP .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01qUzUdYP p {
  font-weight: 400;
}
.cid-t01qUzUdYP .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01qUzUdYP .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUzUdYP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01qUzUdYP .bg1 {
  background: #ed4266;
}
.cid-t01qUzUdYP .bg2 {
  background: #255085;
}
.cid-t01qUzUdYP .bg3 {
  background: #ff7f9f;
}
.cid-t01qUzUdYP .bg4 {
  background: #255085;
}
.cid-t01qUzUdYP .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01qUzUdYP .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUzUdYP .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01qUzUdYP .card-title,
.cid-t01qUzUdYP .card-ico,
.cid-t01qUzUdYP .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01qUzUdYP .mbr-text,
.cid-t01qUzUdYP .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01qUzUdYP .row {
    padding: 0 1rem;
  }
}
.cid-t01qUAuz3v {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01qUAuz3v .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01qUAuz3v .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01qUAuz3v .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01qUAuz3v p {
  font-weight: 400;
}
.cid-t01qUAuz3v .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01qUAuz3v .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUAuz3v .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01qUAuz3v .bg1 {
  background: #ed4266;
}
.cid-t01qUAuz3v .bg2 {
  background: #255085;
}
.cid-t01qUAuz3v .bg3 {
  background: #ff7f9f;
}
.cid-t01qUAuz3v .bg4 {
  background: #255085;
}
.cid-t01qUAuz3v .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01qUAuz3v .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUAuz3v .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01qUAuz3v .card-title,
.cid-t01qUAuz3v .card-ico,
.cid-t01qUAuz3v .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01qUAuz3v .mbr-text,
.cid-t01qUAuz3v .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01qUAuz3v .row {
    padding: 0 1rem;
  }
}
.cid-t01qUB8dBN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t01qUB8dBN .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01qUB8dBN .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01qUB8dBN .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01qUB8dBN p {
  font-weight: 400;
}
.cid-t01qUB8dBN .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01qUB8dBN .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUB8dBN .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01qUB8dBN .bg1 {
  background: #ed4266;
}
.cid-t01qUB8dBN .bg2 {
  background: #255085;
}
.cid-t01qUB8dBN .bg3 {
  background: #ff7f9f;
}
.cid-t01qUB8dBN .bg4 {
  background: #149dcc;
}
.cid-t01qUB8dBN .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01qUB8dBN .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01qUB8dBN .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01qUB8dBN .card-title,
.cid-t01qUB8dBN .card-ico,
.cid-t01qUB8dBN .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01qUB8dBN .mbr-text,
.cid-t01qUB8dBN .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01qUB8dBN .row {
    padding: 0 1rem;
  }
}
.cid-t7FeMovo1y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t7FeMovo1y .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7FeMovo1y .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7FeMovo1y .row {
    text-align: center;
  }
  .cid-t7FeMovo1y .row > div {
    margin: auto;
  }
  .cid-t7FeMovo1y .social-row {
    justify-content: center;
  }
}
.cid-t7FeMovo1y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7FeMovo1y .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 0rem;
  }
}
.cid-t7FeMovo1y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7FeMovo1y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t01JoQG9xd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t01JoQG9xd .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t01JoQG9xd .container {
    padding: 0 ;
  }
}
.cid-t01JoQG9xd .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t01JoQG9xd .navbar.opened {
  transition: all 0.3s;
}
.cid-t01JoQG9xd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t01JoQG9xd .navbar .navbar-logo img {
  width: auto;
}
.cid-t01JoQG9xd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t01JoQG9xd .navbar.collapsed {
  justify-content: center;
}
.cid-t01JoQG9xd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t01JoQG9xd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t01JoQG9xd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t01JoQG9xd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t01JoQG9xd .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-t01JoQG9xd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t01JoQG9xd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t01JoQG9xd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t01JoQG9xd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t01JoQG9xd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t01JoQG9xd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t01JoQG9xd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t01JoQG9xd .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-t01JoQG9xd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t01JoQG9xd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t01JoQG9xd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t01JoQG9xd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t01JoQG9xd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t01JoQG9xd .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t01JoQG9xd .navbar.navbar-short {
  min-height: 110px;
}
.cid-t01JoQG9xd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t01JoQG9xd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t01JoQG9xd .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t01JoQG9xd nav.navbar {
  position: fixed;
}
.cid-t01JoQG9xd .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-t01JoQG9xd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t01JoQG9xd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t01JoQG9xd .dropdown-item:hover,
.cid-t01JoQG9xd .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-t01JoQG9xd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t01JoQG9xd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t01JoQG9xd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t01JoQG9xd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t01JoQG9xd .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t01JoQG9xd .dropdown-menu,
.cid-t01JoQG9xd .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t01JoQG9xd .nav-item:focus,
.cid-t01JoQG9xd .nav-link:focus {
  outline: none;
}
.cid-t01JoQG9xd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t01JoQG9xd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t01JoQG9xd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t01JoQG9xd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t01JoQG9xd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t01JoQG9xd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t01JoQG9xd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t01JoQG9xd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t01JoQG9xd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t01JoQG9xd .dropdown-item.active,
.cid-t01JoQG9xd .dropdown-item:active {
  background-color: transparent;
}
.cid-t01JoQG9xd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t01JoQG9xd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t01JoQG9xd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t01JoQG9xd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t01JoQG9xd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t01JoQG9xd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t01JoQG9xd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t01JoQG9xd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t01JoQG9xd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t01JoQG9xd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-t01JoQG9xd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t01JoQG9xd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t01JoQG9xd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t01JoQG9xd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t01JoQG9xd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t01JoQG9xd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t01JoQG9xd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t01JoQG9xd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t01JoQG9xd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t01JoQG9xd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t01JoQG9xd .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-t01JoQG9xd .navbar {
    height: 70px;
  }
  .cid-t01JoQG9xd .navbar.opened {
    height: auto;
  }
  .cid-t01JoQG9xd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t01JoQG9xd .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t01JoQG9xd .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t01JoRmrsi {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t01JoRmrsi .mbr-section-title {
  color: #ffffff;
}
.cid-t01JoRmrsi .mbr-section-subtitle {
  color: #0196e3;
}
.cid-t01JoRmrsi .mbr-text {
  color: #ffffff;
}
.cid-t01JoRmrsi .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-t01JoRmrsi .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-t01JoRmrsi .text-col {
  align-items: center;
  display: flex;
}
.cid-t01JoRmrsi .mbr-section-subtitle,
.cid-t01JoRmrsi .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tkd5WCi8lS {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tkd5WCi8lS .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tkd5WCi8lS H2 {
  color: #36404c;
}
.cid-tkd5WCi8lS H3 {
  color: #36404c;
}
.cid-tkd5WCi8lS .mbr-text,
.cid-tkd5WCi8lS .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tkd5WCi8lS .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tkd5WCi8lS img {
  filter: invert(0.5);
  width: auto;
}
.cid-t01JoRJZFI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01JoRJZFI .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01JoRJZFI .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01JoRJZFI .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01JoRJZFI p {
  font-weight: 400;
}
.cid-t01JoRJZFI .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01JoRJZFI .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoRJZFI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01JoRJZFI .bg1 {
  background: #ed4266;
}
.cid-t01JoRJZFI .bg2 {
  background: #255085;
}
.cid-t01JoRJZFI .bg3 {
  background: #ff7f9f;
}
.cid-t01JoRJZFI .bg4 {
  background: #255085;
}
.cid-t01JoRJZFI .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01JoRJZFI .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoRJZFI .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01JoRJZFI .card-title,
.cid-t01JoRJZFI .card-ico,
.cid-t01JoRJZFI .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01JoRJZFI .mbr-text,
.cid-t01JoRJZFI .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01JoRJZFI .row {
    padding: 0 1rem;
  }
}
.cid-t01JoSonBu {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01JoSonBu .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01JoSonBu .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01JoSonBu .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01JoSonBu p {
  font-weight: 400;
}
.cid-t01JoSonBu .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01JoSonBu .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoSonBu .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01JoSonBu .bg1 {
  background: #ed4266;
}
.cid-t01JoSonBu .bg2 {
  background: #255085;
}
.cid-t01JoSonBu .bg3 {
  background: #ff7f9f;
}
.cid-t01JoSonBu .bg4 {
  background: #255085;
}
.cid-t01JoSonBu .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01JoSonBu .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoSonBu .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01JoSonBu .card-title,
.cid-t01JoSonBu .card-ico,
.cid-t01JoSonBu .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01JoSonBu .mbr-text,
.cid-t01JoSonBu .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01JoSonBu .row {
    padding: 0 1rem;
  }
}
.cid-t01JoSYlAn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t01JoSYlAn .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01JoSYlAn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01JoSYlAn .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01JoSYlAn p {
  font-weight: 400;
}
.cid-t01JoSYlAn .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01JoSYlAn .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoSYlAn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01JoSYlAn .bg1 {
  background: #ed4266;
}
.cid-t01JoSYlAn .bg2 {
  background: #255085;
}
.cid-t01JoSYlAn .bg3 {
  background: #ff7f9f;
}
.cid-t01JoSYlAn .bg4 {
  background: #255085;
}
.cid-t01JoSYlAn .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01JoSYlAn .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoSYlAn .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01JoSYlAn .card-title,
.cid-t01JoSYlAn .card-ico,
.cid-t01JoSYlAn .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01JoSYlAn .mbr-text,
.cid-t01JoSYlAn .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01JoSYlAn .row {
    padding: 0 1rem;
  }
}
.cid-t01JoTzWBE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t01JoTzWBE .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-t01JoTzWBE .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-t01JoTzWBE .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-t01JoTzWBE p {
  font-weight: 400;
}
.cid-t01JoTzWBE .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-t01JoTzWBE .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoTzWBE .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-t01JoTzWBE .bg1 {
  background: #ed4266;
}
.cid-t01JoTzWBE .bg2 {
  background: #255085;
}
.cid-t01JoTzWBE .bg3 {
  background: #ff7f9f;
}
.cid-t01JoTzWBE .bg4 {
  background: #149dcc;
}
.cid-t01JoTzWBE .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-t01JoTzWBE .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-t01JoTzWBE .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-t01JoTzWBE .card-title,
.cid-t01JoTzWBE .card-ico,
.cid-t01JoTzWBE .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-t01JoTzWBE .mbr-text,
.cid-t01JoTzWBE .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-t01JoTzWBE .row {
    padding: 0 1rem;
  }
}
.cid-t7FeMovo1y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t7FeMovo1y .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7FeMovo1y .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7FeMovo1y .row {
    text-align: center;
  }
  .cid-t7FeMovo1y .row > div {
    margin: auto;
  }
  .cid-t7FeMovo1y .social-row {
    justify-content: center;
  }
}
.cid-t7FeMovo1y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7FeMovo1y .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 0rem;
  }
}
.cid-t7FeMovo1y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7FeMovo1y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t1wNucA5dN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t1wNucA5dN .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t1wNucA5dN .container {
    padding: 0 ;
  }
}
.cid-t1wNucA5dN .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t1wNucA5dN .navbar.opened {
  transition: all 0.3s;
}
.cid-t1wNucA5dN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t1wNucA5dN .navbar .navbar-logo img {
  width: auto;
}
.cid-t1wNucA5dN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t1wNucA5dN .navbar.collapsed {
  justify-content: center;
}
.cid-t1wNucA5dN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t1wNucA5dN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t1wNucA5dN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t1wNucA5dN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t1wNucA5dN .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-t1wNucA5dN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t1wNucA5dN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t1wNucA5dN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t1wNucA5dN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t1wNucA5dN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t1wNucA5dN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t1wNucA5dN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t1wNucA5dN .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-t1wNucA5dN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t1wNucA5dN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t1wNucA5dN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t1wNucA5dN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t1wNucA5dN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t1wNucA5dN .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t1wNucA5dN .navbar.navbar-short {
  min-height: 110px;
}
.cid-t1wNucA5dN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t1wNucA5dN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t1wNucA5dN .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t1wNucA5dN nav.navbar {
  position: fixed;
}
.cid-t1wNucA5dN .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-t1wNucA5dN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t1wNucA5dN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t1wNucA5dN .dropdown-item:hover,
.cid-t1wNucA5dN .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-t1wNucA5dN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t1wNucA5dN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t1wNucA5dN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t1wNucA5dN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t1wNucA5dN .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t1wNucA5dN .dropdown-menu,
.cid-t1wNucA5dN .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t1wNucA5dN .nav-item:focus,
.cid-t1wNucA5dN .nav-link:focus {
  outline: none;
}
.cid-t1wNucA5dN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t1wNucA5dN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t1wNucA5dN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t1wNucA5dN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t1wNucA5dN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t1wNucA5dN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t1wNucA5dN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t1wNucA5dN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t1wNucA5dN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t1wNucA5dN .dropdown-item.active,
.cid-t1wNucA5dN .dropdown-item:active {
  background-color: transparent;
}
.cid-t1wNucA5dN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t1wNucA5dN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t1wNucA5dN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t1wNucA5dN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t1wNucA5dN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t1wNucA5dN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t1wNucA5dN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t1wNucA5dN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t1wNucA5dN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t1wNucA5dN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-t1wNucA5dN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t1wNucA5dN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1wNucA5dN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t1wNucA5dN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t1wNucA5dN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1wNucA5dN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t1wNucA5dN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t1wNucA5dN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t1wNucA5dN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t1wNucA5dN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t1wNucA5dN .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-t1wNucA5dN .navbar {
    height: 70px;
  }
  .cid-t1wNucA5dN .navbar.opened {
    height: auto;
  }
  .cid-t1wNucA5dN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t1wNucA5dN .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t1wNucA5dN .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t1wNudyn3a {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0f7699;
}
.cid-t1wNudyn3a .mbr-section-title {
  color: #ffffff;
}
.cid-t1wNudyn3a .mbr-section-subtitle {
  color: #0196e3;
}
.cid-t1wNudyn3a .mbr-text {
  color: #ffffff;
}
.cid-t1wNudyn3a .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-t1wNudyn3a .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-t1wNudyn3a .text-col {
  align-items: center;
  display: flex;
}
.cid-t1wNudyn3a .mbr-section-subtitle,
.cid-t1wNudyn3a .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-t1wO36G52O {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1wO36G52O .nav-tabs .nav-item.open .nav-link:focus,
.cid-t1wO36G52O .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t1wO36G52O .nav-link.active {
  background: #ed4266;
}
.cid-t1wO36G52O .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t1wO36G52O .nav-link:hover {
  background: #ed4266;
}
.cid-t1wO36G52O .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t1wO36G52O .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t1wO36G52O p {
  padding-left: 2rem;
}
.cid-t1wO36G52O .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t1wO36G52O .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t1wO36G52O .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t1wO36G52O .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t1wO36G52O P {
  color: #767676;
}
.cid-t1wO36G52O H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t1wO36G52O .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t1wO36G52O .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wO36G52O p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t1wO36G52O .mbr-text,
  .cid-t1wO36G52O .nav-link {
    text-align: center;
  }
  .cid-t1wO36G52O .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wO36G52O .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t1wO36G52O p {
    padding-left: 0rem;
  }
}
.cid-t1wOG50ujx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1wOG50ujx .nav-tabs .nav-item.open .nav-link:focus,
.cid-t1wOG50ujx .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t1wOG50ujx .nav-link.active {
  background: #ed4266;
}
.cid-t1wOG50ujx .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t1wOG50ujx .nav-link:hover {
  background: #ed4266;
}
.cid-t1wOG50ujx .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t1wOG50ujx .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t1wOG50ujx p {
  padding-left: 2rem;
}
.cid-t1wOG50ujx .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t1wOG50ujx .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t1wOG50ujx .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t1wOG50ujx .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t1wOG50ujx P {
  color: #767676;
}
.cid-t1wOG50ujx H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t1wOG50ujx .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t1wOG50ujx .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOG50ujx p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t1wOG50ujx .mbr-text,
  .cid-t1wOG50ujx .nav-link {
    text-align: center;
  }
  .cid-t1wOG50ujx .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOG50ujx .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t1wOG50ujx p {
    padding-left: 0rem;
  }
}
.cid-t1wOGQxheK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1wOGQxheK .nav-tabs .nav-item.open .nav-link:focus,
.cid-t1wOGQxheK .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t1wOGQxheK .nav-link.active {
  background: #ed4266;
}
.cid-t1wOGQxheK .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t1wOGQxheK .nav-link:hover {
  background: #ed4266;
}
.cid-t1wOGQxheK .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t1wOGQxheK .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t1wOGQxheK p {
  padding-left: 2rem;
}
.cid-t1wOGQxheK .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t1wOGQxheK .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t1wOGQxheK .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t1wOGQxheK .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t1wOGQxheK P {
  color: #767676;
}
.cid-t1wOGQxheK H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t1wOGQxheK .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t1wOGQxheK .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOGQxheK p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t1wOGQxheK .mbr-text,
  .cid-t1wOGQxheK .nav-link {
    text-align: center;
  }
  .cid-t1wOGQxheK .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOGQxheK .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t1wOGQxheK p {
    padding-left: 0rem;
  }
}
.cid-t1wOHzm3qt {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-t1wOHzm3qt .nav-tabs .nav-item.open .nav-link:focus,
.cid-t1wOHzm3qt .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t1wOHzm3qt .nav-link.active {
  background: #ed4266;
}
.cid-t1wOHzm3qt .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t1wOHzm3qt .nav-link:hover {
  background: #ed4266;
}
.cid-t1wOHzm3qt .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t1wOHzm3qt .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t1wOHzm3qt p {
  padding-left: 2rem;
}
.cid-t1wOHzm3qt .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t1wOHzm3qt .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t1wOHzm3qt .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t1wOHzm3qt .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t1wOHzm3qt P {
  color: #767676;
}
.cid-t1wOHzm3qt H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t1wOHzm3qt .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t1wOHzm3qt .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOHzm3qt p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t1wOHzm3qt .mbr-text,
  .cid-t1wOHzm3qt .nav-link {
    text-align: center;
  }
  .cid-t1wOHzm3qt .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOHzm3qt .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t1wOHzm3qt p {
    padding-left: 0rem;
  }
}
.cid-t1wOIk1VLR {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-t1wOIk1VLR .nav-tabs .nav-item.open .nav-link:focus,
.cid-t1wOIk1VLR .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-t1wOIk1VLR .nav-link.active {
  background: #ed4266;
}
.cid-t1wOIk1VLR .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
.cid-t1wOIk1VLR .nav-link:hover {
  background: #ed4266;
}
.cid-t1wOIk1VLR .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  flex-direction: column;
}
.cid-t1wOIk1VLR .nav-tabs .nav-item {
  padding: 0.5rem;
}
.cid-t1wOIk1VLR p {
  padding-left: 2rem;
}
.cid-t1wOIk1VLR .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-t1wOIk1VLR .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s;
  border: none;
}
.cid-t1wOIk1VLR .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-t1wOIk1VLR .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
.cid-t1wOIk1VLR P {
  color: #767676;
}
.cid-t1wOIk1VLR H2 {
  color: #36404c;
}
@media (max-width: 992px) {
  .cid-t1wOIk1VLR .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-t1wOIk1VLR .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOIk1VLR p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-t1wOIk1VLR .mbr-text,
  .cid-t1wOIk1VLR .nav-link {
    text-align: center;
  }
  .cid-t1wOIk1VLR .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-t1wOIk1VLR .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-t1wOIk1VLR p {
    padding-left: 0rem;
  }
}
.cid-t7FeMovo1y {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t7FeMovo1y .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t7FeMovo1y .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t7FeMovo1y .row {
    text-align: center;
  }
  .cid-t7FeMovo1y .row > div {
    margin: auto;
  }
  .cid-t7FeMovo1y .social-row {
    justify-content: center;
  }
}
.cid-t7FeMovo1y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t7FeMovo1y .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t7FeMovo1y .list {
    margin-bottom: 0rem;
  }
}
.cid-t7FeMovo1y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t7FeMovo1y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t7FeMovo1y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-t8MxyIrAR4 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-t8MxyIrAR4 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-t8MxyIrAR4 .container {
    padding: 0 ;
  }
}
.cid-t8MxyIrAR4 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-t8MxyIrAR4 .navbar.opened {
  transition: all 0.3s;
}
.cid-t8MxyIrAR4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-t8MxyIrAR4 .navbar .navbar-logo img {
  width: auto;
}
.cid-t8MxyIrAR4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8MxyIrAR4 .navbar.collapsed {
  justify-content: center;
}
.cid-t8MxyIrAR4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8MxyIrAR4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8MxyIrAR4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8MxyIrAR4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8MxyIrAR4 .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-t8MxyIrAR4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8MxyIrAR4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-t8MxyIrAR4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-t8MxyIrAR4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8MxyIrAR4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8MxyIrAR4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8MxyIrAR4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8MxyIrAR4 .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-t8MxyIrAR4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-t8MxyIrAR4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8MxyIrAR4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8MxyIrAR4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-t8MxyIrAR4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-t8MxyIrAR4 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-t8MxyIrAR4 .navbar.navbar-short {
  min-height: 110px;
}
.cid-t8MxyIrAR4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-t8MxyIrAR4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-t8MxyIrAR4 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-t8MxyIrAR4 nav.navbar {
  position: fixed;
}
.cid-t8MxyIrAR4 .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-t8MxyIrAR4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-t8MxyIrAR4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-t8MxyIrAR4 .dropdown-item:hover,
.cid-t8MxyIrAR4 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-t8MxyIrAR4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-t8MxyIrAR4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-t8MxyIrAR4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-t8MxyIrAR4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-t8MxyIrAR4 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-t8MxyIrAR4 .dropdown-menu,
.cid-t8MxyIrAR4 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-t8MxyIrAR4 .nav-item:focus,
.cid-t8MxyIrAR4 .nav-link:focus {
  outline: none;
}
.cid-t8MxyIrAR4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-t8MxyIrAR4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8MxyIrAR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-t8MxyIrAR4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-t8MxyIrAR4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8MxyIrAR4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8MxyIrAR4 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8MxyIrAR4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8MxyIrAR4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8MxyIrAR4 .dropdown-item.active,
.cid-t8MxyIrAR4 .dropdown-item:active {
  background-color: transparent;
}
.cid-t8MxyIrAR4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8MxyIrAR4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8MxyIrAR4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8MxyIrAR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-t8MxyIrAR4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8MxyIrAR4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t8MxyIrAR4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-t8MxyIrAR4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-t8MxyIrAR4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-t8MxyIrAR4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-t8MxyIrAR4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-t8MxyIrAR4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8MxyIrAR4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-t8MxyIrAR4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-t8MxyIrAR4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8MxyIrAR4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-t8MxyIrAR4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-t8MxyIrAR4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-t8MxyIrAR4 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-t8MxyIrAR4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t8MxyIrAR4 .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-t8MxyIrAR4 .navbar {
    height: 70px;
  }
  .cid-t8MxyIrAR4 .navbar.opened {
    height: auto;
  }
  .cid-t8MxyIrAR4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8MxyIrAR4 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-t8MxyIrAR4 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-t8MxyLr4pk {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0f7699;
}
.cid-t8MxyLr4pk .mbr-section-title {
  color: #ffffff;
}
.cid-t8MxyLr4pk .mbr-section-subtitle {
  color: #0196e3;
}
.cid-t8MxyLr4pk .mbr-text {
  color: #ffffff;
}
.cid-t8MxyLr4pk .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-t8MxyLr4pk .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-t8MxyLr4pk .text-col {
  align-items: center;
  display: flex;
}
.cid-t8MxyLr4pk .mbr-section-subtitle,
.cid-t8MxyLr4pk .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-t8MxyLF4AX {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t8MxyLF4AX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t8MxyLF4AX H2 {
  color: #36404c;
}
.cid-t8MxyLF4AX H3 {
  color: #36404c;
}
.cid-t8MxyLF4AX .mbr-text,
.cid-t8MxyLF4AX .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-t8MxyLF4AX .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-t8MxyLF4AX img {
  filter: invert(0.5);
  width: auto;
}
.cid-tjVRZFjHxm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjVRZFjHxm .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tjVRZFjHxm H2 {
  color: #36404c;
}
.cid-tjVRZFjHxm H3 {
  color: #36404c;
}
.cid-tjVRZFjHxm .mbr-text,
.cid-tjVRZFjHxm .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tjVRZFjHxm .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tjVRZFjHxm img {
  filter: invert(0.5);
  width: auto;
}
.cid-tjV7xfx97E {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tjV7xfx97E .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tjV7xfx97E .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tjV7xfx97E .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tjV7xfx97E p {
  font-weight: 400;
}
.cid-tjV7xfx97E .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tjV7xfx97E .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tjV7xfx97E .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tjV7xfx97E .bg1 {
  background: #ed4266;
}
.cid-tjV7xfx97E .bg2 {
  background: #255085;
}
.cid-tjV7xfx97E .bg3 {
  background: #ff7f9f;
}
.cid-tjV7xfx97E .bg4 {
  background: #255085;
}
.cid-tjV7xfx97E .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tjV7xfx97E .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tjV7xfx97E .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tjV7xfx97E .card-title,
.cid-tjV7xfx97E .card-ico,
.cid-tjV7xfx97E .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tjV7xfx97E .mbr-text,
.cid-tjV7xfx97E .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tjV7xfx97E .row {
    padding: 0 1rem;
  }
}
.cid-tk0eTRZAOH {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tk0eTRZAOH .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tk0eTRZAOH .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tk0eTRZAOH .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tk0eTRZAOH p {
  font-weight: 400;
}
.cid-tk0eTRZAOH .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tk0eTRZAOH .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eTRZAOH .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tk0eTRZAOH .bg1 {
  background: #ed4266;
}
.cid-tk0eTRZAOH .bg2 {
  background: #255085;
}
.cid-tk0eTRZAOH .bg3 {
  background: #ff7f9f;
}
.cid-tk0eTRZAOH .bg4 {
  background: #255085;
}
.cid-tk0eTRZAOH .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tk0eTRZAOH .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eTRZAOH .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tk0eTRZAOH .card-title,
.cid-tk0eTRZAOH .card-ico,
.cid-tk0eTRZAOH .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tk0eTRZAOH .mbr-text,
.cid-tk0eTRZAOH .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tk0eTRZAOH .row {
    padding: 0 1rem;
  }
}
.cid-tk0eVIUL6L {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tk0eVIUL6L .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tk0eVIUL6L .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tk0eVIUL6L .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tk0eVIUL6L p {
  font-weight: 400;
}
.cid-tk0eVIUL6L .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tk0eVIUL6L .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eVIUL6L .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tk0eVIUL6L .bg1 {
  background: #ed4266;
}
.cid-tk0eVIUL6L .bg2 {
  background: #255085;
}
.cid-tk0eVIUL6L .bg3 {
  background: #ff7f9f;
}
.cid-tk0eVIUL6L .bg4 {
  background: #255085;
}
.cid-tk0eVIUL6L .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tk0eVIUL6L .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eVIUL6L .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tk0eVIUL6L .card-title,
.cid-tk0eVIUL6L .card-ico,
.cid-tk0eVIUL6L .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tk0eVIUL6L .mbr-text,
.cid-tk0eVIUL6L .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tk0eVIUL6L .row {
    padding: 0 1rem;
  }
}
.cid-tk0eX89W4X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tk0eX89W4X .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tk0eX89W4X .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tk0eX89W4X .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tk0eX89W4X p {
  font-weight: 400;
}
.cid-tk0eX89W4X .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tk0eX89W4X .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eX89W4X .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tk0eX89W4X .bg1 {
  background: #ed4266;
}
.cid-tk0eX89W4X .bg2 {
  background: #255085;
}
.cid-tk0eX89W4X .bg3 {
  background: #ff7f9f;
}
.cid-tk0eX89W4X .bg4 {
  background: #149dcc;
}
.cid-tk0eX89W4X .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tk0eX89W4X .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tk0eX89W4X .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tk0eX89W4X .card-title,
.cid-tk0eX89W4X .card-ico,
.cid-tk0eX89W4X .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tk0eX89W4X .mbr-text,
.cid-tk0eX89W4X .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tk0eX89W4X .row {
    padding: 0 1rem;
  }
}
.cid-t8MxyMWviR {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-t8MxyMWviR .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-t8MxyMWviR .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-t8MxyMWviR .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-t8MxyMWviR .row {
    text-align: center;
  }
  .cid-t8MxyMWviR .row > div {
    margin: auto;
  }
  .cid-t8MxyMWviR .social-row {
    justify-content: center;
  }
}
.cid-t8MxyMWviR .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-t8MxyMWviR .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-t8MxyMWviR .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8MxyMWviR .list {
    margin-bottom: 0rem;
  }
}
.cid-t8MxyMWviR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-t8MxyMWviR .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-t8MxyMWviR div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tnROeYwFdB {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tnROeYwFdB .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tnROeYwFdB .container {
    padding: 0 ;
  }
}
.cid-tnROeYwFdB .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tnROeYwFdB .navbar.opened {
  transition: all 0.3s;
}
.cid-tnROeYwFdB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tnROeYwFdB .navbar .navbar-logo img {
  width: auto;
}
.cid-tnROeYwFdB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tnROeYwFdB .navbar.collapsed {
  justify-content: center;
}
.cid-tnROeYwFdB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tnROeYwFdB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tnROeYwFdB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tnROeYwFdB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tnROeYwFdB .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-tnROeYwFdB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tnROeYwFdB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tnROeYwFdB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tnROeYwFdB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tnROeYwFdB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tnROeYwFdB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tnROeYwFdB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tnROeYwFdB .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-tnROeYwFdB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tnROeYwFdB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tnROeYwFdB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tnROeYwFdB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tnROeYwFdB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tnROeYwFdB .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tnROeYwFdB .navbar.navbar-short {
  min-height: 110px;
}
.cid-tnROeYwFdB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tnROeYwFdB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tnROeYwFdB .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tnROeYwFdB nav.navbar {
  position: fixed;
}
.cid-tnROeYwFdB .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-tnROeYwFdB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tnROeYwFdB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tnROeYwFdB .dropdown-item:hover,
.cid-tnROeYwFdB .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-tnROeYwFdB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tnROeYwFdB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tnROeYwFdB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tnROeYwFdB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tnROeYwFdB .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tnROeYwFdB .dropdown-menu,
.cid-tnROeYwFdB .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tnROeYwFdB .nav-item:focus,
.cid-tnROeYwFdB .nav-link:focus {
  outline: none;
}
.cid-tnROeYwFdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tnROeYwFdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tnROeYwFdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tnROeYwFdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tnROeYwFdB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tnROeYwFdB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tnROeYwFdB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tnROeYwFdB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tnROeYwFdB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tnROeYwFdB .dropdown-item.active,
.cid-tnROeYwFdB .dropdown-item:active {
  background-color: transparent;
}
.cid-tnROeYwFdB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tnROeYwFdB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tnROeYwFdB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tnROeYwFdB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tnROeYwFdB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tnROeYwFdB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tnROeYwFdB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tnROeYwFdB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tnROeYwFdB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tnROeYwFdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tnROeYwFdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tnROeYwFdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnROeYwFdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tnROeYwFdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tnROeYwFdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnROeYwFdB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tnROeYwFdB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tnROeYwFdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tnROeYwFdB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tnROeYwFdB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tnROeYwFdB .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-tnROeYwFdB .navbar {
    height: 70px;
  }
  .cid-tnROeYwFdB .navbar.opened {
    height: auto;
  }
  .cid-tnROeYwFdB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tnROeYwFdB .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tnROeYwFdB .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tnROeZ2XmA {
  padding-top: 9rem;
  padding-bottom: 7rem;
  background-color: #0f7699;
}
.cid-tnROeZ2XmA .mbr-section-title {
  color: #ffffff;
}
.cid-tnROeZ2XmA .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tnROeZ2XmA .mbr-text {
  color: #ffffff;
}
.cid-tnROeZ2XmA .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tnROeZ2XmA .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tnROeZ2XmA .text-col {
  align-items: center;
  display: flex;
}
.cid-tnROeZ2XmA .mbr-section-subtitle,
.cid-tnROeZ2XmA .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tnROeZhuVV {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tnROeZhuVV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tnROeZhuVV H2 {
  color: #36404c;
}
.cid-tnROeZhuVV H3 {
  color: #36404c;
}
.cid-tnROeZhuVV .mbr-text,
.cid-tnROeZhuVV .mbr-section-btn {
  color: #767676;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tnROeZhuVV .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tnROeZhuVV img {
  filter: invert(0.5);
  width: auto;
}
.cid-tnROeZAKsk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnROeZAKsk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tnROeZAKsk H2 {
  color: #36404c;
}
.cid-tnROeZAKsk H3 {
  color: #36404c;
}
.cid-tnROeZAKsk .mbr-text,
.cid-tnROeZAKsk .mbr-section-btn {
  color: #767676;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-tnROeZAKsk .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tnROeZAKsk img {
  filter: invert(0.5);
  width: auto;
}
.cid-tnROeZOI5l {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnROeZOI5l .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tnROeZOI5l .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tnROeZOI5l .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tnROeZOI5l p {
  font-weight: 400;
}
.cid-tnROeZOI5l .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tnROeZOI5l .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROeZOI5l .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tnROeZOI5l .bg1 {
  background: #ed4266;
}
.cid-tnROeZOI5l .bg2 {
  background: #255085;
}
.cid-tnROeZOI5l .bg3 {
  background: #ff7f9f;
}
.cid-tnROeZOI5l .bg4 {
  background: #255085;
}
.cid-tnROeZOI5l .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tnROeZOI5l .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROeZOI5l .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tnROeZOI5l .card-title,
.cid-tnROeZOI5l .card-ico,
.cid-tnROeZOI5l .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tnROeZOI5l .mbr-text,
.cid-tnROeZOI5l .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnROeZOI5l .row {
    padding: 0 1rem;
  }
}
.cid-tnROf09yzx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnROf09yzx .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tnROf09yzx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tnROf09yzx .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tnROf09yzx p {
  font-weight: 400;
}
.cid-tnROf09yzx .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tnROf09yzx .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf09yzx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tnROf09yzx .bg1 {
  background: #ed4266;
}
.cid-tnROf09yzx .bg2 {
  background: #255085;
}
.cid-tnROf09yzx .bg3 {
  background: #ff7f9f;
}
.cid-tnROf09yzx .bg4 {
  background: #255085;
}
.cid-tnROf09yzx .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tnROf09yzx .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf09yzx .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tnROf09yzx .card-title,
.cid-tnROf09yzx .card-ico,
.cid-tnROf09yzx .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tnROf09yzx .mbr-text,
.cid-tnROf09yzx .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnROf09yzx .row {
    padding: 0 1rem;
  }
}
.cid-tnROf0ugum {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tnROf0ugum .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tnROf0ugum .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tnROf0ugum .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tnROf0ugum p {
  font-weight: 400;
}
.cid-tnROf0ugum .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tnROf0ugum .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf0ugum .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tnROf0ugum .bg1 {
  background: #ed4266;
}
.cid-tnROf0ugum .bg2 {
  background: #255085;
}
.cid-tnROf0ugum .bg3 {
  background: #ff7f9f;
}
.cid-tnROf0ugum .bg4 {
  background: #255085;
}
.cid-tnROf0ugum .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tnROf0ugum .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf0ugum .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tnROf0ugum .card-title,
.cid-tnROf0ugum .card-ico,
.cid-tnROf0ugum .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tnROf0ugum .mbr-text,
.cid-tnROf0ugum .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnROf0ugum .row {
    padding: 0 1rem;
  }
}
.cid-tnROf0ROR5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tnROf0ROR5 .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tnROf0ROR5 .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tnROf0ROR5 .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tnROf0ROR5 p {
  font-weight: 400;
}
.cid-tnROf0ROR5 .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tnROf0ROR5 .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf0ROR5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tnROf0ROR5 .bg1 {
  background: #ed4266;
}
.cid-tnROf0ROR5 .bg2 {
  background: #255085;
}
.cid-tnROf0ROR5 .bg3 {
  background: #ff7f9f;
}
.cid-tnROf0ROR5 .bg4 {
  background: #149dcc;
}
.cid-tnROf0ROR5 .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tnROf0ROR5 .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tnROf0ROR5 .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tnROf0ROR5 .card-title,
.cid-tnROf0ROR5 .card-ico,
.cid-tnROf0ROR5 .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tnROf0ROR5 .mbr-text,
.cid-tnROf0ROR5 .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tnROf0ROR5 .row {
    padding: 0 1rem;
  }
}
.cid-tnROf1cAEU {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-tnROf1cAEU .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tnROf1cAEU .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tnROf1cAEU .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tnROf1cAEU .row {
    text-align: center;
  }
  .cid-tnROf1cAEU .row > div {
    margin: auto;
  }
  .cid-tnROf1cAEU .social-row {
    justify-content: center;
  }
}
.cid-tnROf1cAEU .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tnROf1cAEU .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-tnROf1cAEU .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tnROf1cAEU .list {
    margin-bottom: 0rem;
  }
}
.cid-tnROf1cAEU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tnROf1cAEU .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tnROf1cAEU div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ttkTDcAMSY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ttkTDcAMSY .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ttkTDcAMSY .container {
    padding: 0 ;
  }
}
.cid-ttkTDcAMSY .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ttkTDcAMSY .navbar.opened {
  transition: all 0.3s;
}
.cid-ttkTDcAMSY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ttkTDcAMSY .navbar .navbar-logo img {
  width: auto;
}
.cid-ttkTDcAMSY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ttkTDcAMSY .navbar.collapsed {
  justify-content: center;
}
.cid-ttkTDcAMSY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttkTDcAMSY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttkTDcAMSY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttkTDcAMSY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttkTDcAMSY .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-ttkTDcAMSY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttkTDcAMSY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ttkTDcAMSY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ttkTDcAMSY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttkTDcAMSY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttkTDcAMSY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttkTDcAMSY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ttkTDcAMSY .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-ttkTDcAMSY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttkTDcAMSY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ttkTDcAMSY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ttkTDcAMSY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttkTDcAMSY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttkTDcAMSY .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ttkTDcAMSY .navbar.navbar-short {
  min-height: 110px;
}
.cid-ttkTDcAMSY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttkTDcAMSY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttkTDcAMSY .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ttkTDcAMSY nav.navbar {
  position: fixed;
}
.cid-ttkTDcAMSY .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-ttkTDcAMSY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ttkTDcAMSY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ttkTDcAMSY .dropdown-item:hover,
.cid-ttkTDcAMSY .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-ttkTDcAMSY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ttkTDcAMSY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ttkTDcAMSY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ttkTDcAMSY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ttkTDcAMSY .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ttkTDcAMSY .dropdown-menu,
.cid-ttkTDcAMSY .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ttkTDcAMSY .nav-item:focus,
.cid-ttkTDcAMSY .nav-link:focus {
  outline: none;
}
.cid-ttkTDcAMSY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttkTDcAMSY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttkTDcAMSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttkTDcAMSY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttkTDcAMSY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttkTDcAMSY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttkTDcAMSY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ttkTDcAMSY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttkTDcAMSY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttkTDcAMSY .dropdown-item.active,
.cid-ttkTDcAMSY .dropdown-item:active {
  background-color: transparent;
}
.cid-ttkTDcAMSY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttkTDcAMSY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttkTDcAMSY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttkTDcAMSY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ttkTDcAMSY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ttkTDcAMSY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttkTDcAMSY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ttkTDcAMSY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttkTDcAMSY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ttkTDcAMSY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ttkTDcAMSY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttkTDcAMSY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttkTDcAMSY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttkTDcAMSY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttkTDcAMSY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttkTDcAMSY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttkTDcAMSY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttkTDcAMSY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttkTDcAMSY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ttkTDcAMSY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ttkTDcAMSY .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-ttkTDcAMSY .navbar {
    height: 70px;
  }
  .cid-ttkTDcAMSY .navbar.opened {
    height: auto;
  }
  .cid-ttkTDcAMSY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttkTDcAMSY .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ttkTDcAMSY .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ttkTDd5cHu {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-ttkTDd5cHu .mbr-section-title {
  color: #ffffff;
}
.cid-ttkTDd5cHu .mbr-section-subtitle {
  color: #0196e3;
}
.cid-ttkTDd5cHu .mbr-text {
  color: #ffffff;
}
.cid-ttkTDd5cHu .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-ttkTDd5cHu .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-ttkTDd5cHu .text-col {
  align-items: center;
  display: flex;
}
.cid-ttkTDd5cHu .mbr-section-subtitle,
.cid-ttkTDd5cHu .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-ttkTDdiAUM {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-ttkTDdiAUM .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-ttkTDdiAUM H2 {
  color: #36404c;
}
.cid-ttkTDdiAUM H3 {
  color: #36404c;
}
.cid-ttkTDdiAUM .mbr-text,
.cid-ttkTDdiAUM .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-ttkTDdiAUM .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-ttkTDdiAUM img {
  filter: invert(0.5);
  width: auto;
}
.cid-ttkTDdA80M {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttkTDdA80M .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-ttkTDdA80M .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ttkTDdA80M .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-ttkTDdA80M p {
  font-weight: 400;
}
.cid-ttkTDdA80M .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ttkTDdA80M .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDdA80M .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ttkTDdA80M .bg1 {
  background: #ed4266;
}
.cid-ttkTDdA80M .bg2 {
  background: #255085;
}
.cid-ttkTDdA80M .bg3 {
  background: #ff7f9f;
}
.cid-ttkTDdA80M .bg4 {
  background: #255085;
}
.cid-ttkTDdA80M .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ttkTDdA80M .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDdA80M .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ttkTDdA80M .card-title,
.cid-ttkTDdA80M .card-ico,
.cid-ttkTDdA80M .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ttkTDdA80M .mbr-text,
.cid-ttkTDdA80M .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttkTDdA80M .row {
    padding: 0 1rem;
  }
}
.cid-ttkTDdUXcn {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttkTDdUXcn .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-ttkTDdUXcn .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ttkTDdUXcn .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-ttkTDdUXcn p {
  font-weight: 400;
}
.cid-ttkTDdUXcn .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ttkTDdUXcn .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDdUXcn .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ttkTDdUXcn .bg1 {
  background: #ed4266;
}
.cid-ttkTDdUXcn .bg2 {
  background: #255085;
}
.cid-ttkTDdUXcn .bg3 {
  background: #ff7f9f;
}
.cid-ttkTDdUXcn .bg4 {
  background: #255085;
}
.cid-ttkTDdUXcn .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ttkTDdUXcn .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDdUXcn .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ttkTDdUXcn .card-title,
.cid-ttkTDdUXcn .card-ico,
.cid-ttkTDdUXcn .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ttkTDdUXcn .mbr-text,
.cid-ttkTDdUXcn .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttkTDdUXcn .row {
    padding: 0 1rem;
  }
}
.cid-ttkTDedyDx {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-ttkTDedyDx .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-ttkTDedyDx .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ttkTDedyDx .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-ttkTDedyDx p {
  font-weight: 400;
}
.cid-ttkTDedyDx .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ttkTDedyDx .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDedyDx .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ttkTDedyDx .bg1 {
  background: #ed4266;
}
.cid-ttkTDedyDx .bg2 {
  background: #255085;
}
.cid-ttkTDedyDx .bg3 {
  background: #ff7f9f;
}
.cid-ttkTDedyDx .bg4 {
  background: #255085;
}
.cid-ttkTDedyDx .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ttkTDedyDx .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDedyDx .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ttkTDedyDx .card-title,
.cid-ttkTDedyDx .card-ico,
.cid-ttkTDedyDx .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ttkTDedyDx .mbr-text,
.cid-ttkTDedyDx .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttkTDedyDx .row {
    padding: 0 1rem;
  }
}
.cid-ttkTDez4MK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-ttkTDez4MK .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-ttkTDez4MK .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-ttkTDez4MK .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-ttkTDez4MK p {
  font-weight: 400;
}
.cid-ttkTDez4MK .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-ttkTDez4MK .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDez4MK .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-ttkTDez4MK .bg1 {
  background: #ed4266;
}
.cid-ttkTDez4MK .bg2 {
  background: #255085;
}
.cid-ttkTDez4MK .bg3 {
  background: #ff7f9f;
}
.cid-ttkTDez4MK .bg4 {
  background: #149dcc;
}
.cid-ttkTDez4MK .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-ttkTDez4MK .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-ttkTDez4MK .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-ttkTDez4MK .card-title,
.cid-ttkTDez4MK .card-ico,
.cid-ttkTDez4MK .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-ttkTDez4MK .mbr-text,
.cid-ttkTDez4MK .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ttkTDez4MK .row {
    padding: 0 1rem;
  }
}
.cid-ttkTDeSnEe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-ttkTDeSnEe .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-ttkTDeSnEe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-ttkTDeSnEe .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-ttkTDeSnEe .row {
    text-align: center;
  }
  .cid-ttkTDeSnEe .row > div {
    margin: auto;
  }
  .cid-ttkTDeSnEe .social-row {
    justify-content: center;
  }
}
.cid-ttkTDeSnEe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-ttkTDeSnEe .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-ttkTDeSnEe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttkTDeSnEe .list {
    margin-bottom: 0rem;
  }
}
.cid-ttkTDeSnEe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-ttkTDeSnEe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-ttkTDeSnEe div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-txMhPweLzR {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-txMhPweLzR .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-txMhPweLzR .container {
    padding: 0 ;
  }
}
.cid-txMhPweLzR .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-txMhPweLzR .navbar.opened {
  transition: all 0.3s;
}
.cid-txMhPweLzR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-txMhPweLzR .navbar .navbar-logo img {
  width: auto;
}
.cid-txMhPweLzR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-txMhPweLzR .navbar.collapsed {
  justify-content: center;
}
.cid-txMhPweLzR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-txMhPweLzR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-txMhPweLzR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-txMhPweLzR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-txMhPweLzR .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-txMhPweLzR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-txMhPweLzR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-txMhPweLzR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-txMhPweLzR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-txMhPweLzR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-txMhPweLzR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-txMhPweLzR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-txMhPweLzR .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-txMhPweLzR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-txMhPweLzR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-txMhPweLzR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-txMhPweLzR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-txMhPweLzR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-txMhPweLzR .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-txMhPweLzR .navbar.navbar-short {
  min-height: 110px;
}
.cid-txMhPweLzR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-txMhPweLzR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-txMhPweLzR .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-txMhPweLzR nav.navbar {
  position: fixed;
}
.cid-txMhPweLzR .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-txMhPweLzR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-txMhPweLzR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-txMhPweLzR .dropdown-item:hover,
.cid-txMhPweLzR .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-txMhPweLzR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-txMhPweLzR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-txMhPweLzR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-txMhPweLzR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-txMhPweLzR .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-txMhPweLzR .dropdown-menu,
.cid-txMhPweLzR .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-txMhPweLzR .nav-item:focus,
.cid-txMhPweLzR .nav-link:focus {
  outline: none;
}
.cid-txMhPweLzR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-txMhPweLzR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-txMhPweLzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-txMhPweLzR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-txMhPweLzR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-txMhPweLzR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-txMhPweLzR .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-txMhPweLzR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-txMhPweLzR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-txMhPweLzR .dropdown-item.active,
.cid-txMhPweLzR .dropdown-item:active {
  background-color: transparent;
}
.cid-txMhPweLzR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-txMhPweLzR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-txMhPweLzR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-txMhPweLzR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-txMhPweLzR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-txMhPweLzR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-txMhPweLzR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-txMhPweLzR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-txMhPweLzR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-txMhPweLzR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-txMhPweLzR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-txMhPweLzR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txMhPweLzR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-txMhPweLzR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-txMhPweLzR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txMhPweLzR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-txMhPweLzR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-txMhPweLzR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-txMhPweLzR .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-txMhPweLzR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-txMhPweLzR .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-txMhPweLzR .navbar {
    height: 70px;
  }
  .cid-txMhPweLzR .navbar.opened {
    height: auto;
  }
  .cid-txMhPweLzR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-txMhPweLzR .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-txMhPweLzR .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-txMhPwwud2 {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-txMhPwwud2 .mbr-section-title {
  color: #ffffff;
}
.cid-txMhPwwud2 .mbr-section-subtitle {
  color: #0196e3;
}
.cid-txMhPwwud2 .mbr-text {
  color: #ffffff;
}
.cid-txMhPwwud2 .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-txMhPwwud2 .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-txMhPwwud2 .text-col {
  align-items: center;
  display: flex;
}
.cid-txMhPwwud2 .mbr-section-subtitle,
.cid-txMhPwwud2 .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-txMhPwIoPq {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-txMhPwIoPq .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-txMhPwIoPq H2 {
  color: #36404c;
}
.cid-txMhPwIoPq H3 {
  color: #36404c;
}
.cid-txMhPwIoPq .mbr-text,
.cid-txMhPwIoPq .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-txMhPwIoPq .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-txMhPwIoPq img {
  filter: invert(0.5);
  width: auto;
}
.cid-txMhPwX1YX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txMhPwX1YX .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-txMhPwX1YX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-txMhPwX1YX .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-txMhPwX1YX p {
  font-weight: 400;
}
.cid-txMhPwX1YX .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-txMhPwX1YX .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPwX1YX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-txMhPwX1YX .bg1 {
  background: #ed4266;
}
.cid-txMhPwX1YX .bg2 {
  background: #255085;
}
.cid-txMhPwX1YX .bg3 {
  background: #ff7f9f;
}
.cid-txMhPwX1YX .bg4 {
  background: #255085;
}
.cid-txMhPwX1YX .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-txMhPwX1YX .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPwX1YX .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-txMhPwX1YX .card-title,
.cid-txMhPwX1YX .card-ico,
.cid-txMhPwX1YX .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-txMhPwX1YX .mbr-text,
.cid-txMhPwX1YX .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txMhPwX1YX .row {
    padding: 0 1rem;
  }
}
.cid-txMhPxijxp {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txMhPxijxp .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-txMhPxijxp .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-txMhPxijxp .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-txMhPxijxp p {
  font-weight: 400;
}
.cid-txMhPxijxp .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-txMhPxijxp .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxijxp .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-txMhPxijxp .bg1 {
  background: #ed4266;
}
.cid-txMhPxijxp .bg2 {
  background: #255085;
}
.cid-txMhPxijxp .bg3 {
  background: #ff7f9f;
}
.cid-txMhPxijxp .bg4 {
  background: #255085;
}
.cid-txMhPxijxp .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-txMhPxijxp .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxijxp .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-txMhPxijxp .card-title,
.cid-txMhPxijxp .card-ico,
.cid-txMhPxijxp .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-txMhPxijxp .mbr-text,
.cid-txMhPxijxp .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txMhPxijxp .row {
    padding: 0 1rem;
  }
}
.cid-txMhPxBouX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-txMhPxBouX .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-txMhPxBouX .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-txMhPxBouX .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-txMhPxBouX p {
  font-weight: 400;
}
.cid-txMhPxBouX .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-txMhPxBouX .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxBouX .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-txMhPxBouX .bg1 {
  background: #ed4266;
}
.cid-txMhPxBouX .bg2 {
  background: #255085;
}
.cid-txMhPxBouX .bg3 {
  background: #ff7f9f;
}
.cid-txMhPxBouX .bg4 {
  background: #255085;
}
.cid-txMhPxBouX .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-txMhPxBouX .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxBouX .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-txMhPxBouX .card-title,
.cid-txMhPxBouX .card-ico,
.cid-txMhPxBouX .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-txMhPxBouX .mbr-text,
.cid-txMhPxBouX .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txMhPxBouX .row {
    padding: 0 1rem;
  }
}
.cid-txMhPxVgjd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-txMhPxVgjd .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-txMhPxVgjd .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-txMhPxVgjd .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-txMhPxVgjd p {
  font-weight: 400;
}
.cid-txMhPxVgjd .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-txMhPxVgjd .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxVgjd .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-txMhPxVgjd .bg1 {
  background: #ed4266;
}
.cid-txMhPxVgjd .bg2 {
  background: #255085;
}
.cid-txMhPxVgjd .bg3 {
  background: #ff7f9f;
}
.cid-txMhPxVgjd .bg4 {
  background: #149dcc;
}
.cid-txMhPxVgjd .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-txMhPxVgjd .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-txMhPxVgjd .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-txMhPxVgjd .card-title,
.cid-txMhPxVgjd .card-ico,
.cid-txMhPxVgjd .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-txMhPxVgjd .mbr-text,
.cid-txMhPxVgjd .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-txMhPxVgjd .row {
    padding: 0 1rem;
  }
}
.cid-txMhPyfSsb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-txMhPyfSsb .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-txMhPyfSsb .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-txMhPyfSsb .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-txMhPyfSsb .row {
    text-align: center;
  }
  .cid-txMhPyfSsb .row > div {
    margin: auto;
  }
  .cid-txMhPyfSsb .social-row {
    justify-content: center;
  }
}
.cid-txMhPyfSsb .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-txMhPyfSsb .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-txMhPyfSsb .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-txMhPyfSsb .list {
    margin-bottom: 0rem;
  }
}
.cid-txMhPyfSsb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-txMhPyfSsb .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-txMhPyfSsb div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tAwJfjkHk0 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tAwJfjkHk0 .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-tAwJfjkHk0 .container {
    padding: 0 ;
  }
}
.cid-tAwJfjkHk0 .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-tAwJfjkHk0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tAwJfjkHk0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tAwJfjkHk0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tAwJfjkHk0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAwJfjkHk0 .navbar.collapsed {
  justify-content: center;
}
.cid-tAwJfjkHk0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAwJfjkHk0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tAwJfjkHk0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAwJfjkHk0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tAwJfjkHk0 .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-tAwJfjkHk0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAwJfjkHk0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tAwJfjkHk0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tAwJfjkHk0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAwJfjkHk0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAwJfjkHk0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAwJfjkHk0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tAwJfjkHk0 .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-tAwJfjkHk0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tAwJfjkHk0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAwJfjkHk0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tAwJfjkHk0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tAwJfjkHk0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tAwJfjkHk0 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-tAwJfjkHk0 .navbar.navbar-short {
  min-height: 110px;
}
.cid-tAwJfjkHk0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tAwJfjkHk0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tAwJfjkHk0 .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-tAwJfjkHk0 nav.navbar {
  position: fixed;
}
.cid-tAwJfjkHk0 .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-tAwJfjkHk0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-tAwJfjkHk0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tAwJfjkHk0 .dropdown-item:hover,
.cid-tAwJfjkHk0 .dropdown-item:focus {
  background: #36187d !important;
  color: white !important;
}
.cid-tAwJfjkHk0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tAwJfjkHk0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tAwJfjkHk0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tAwJfjkHk0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tAwJfjkHk0 .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tAwJfjkHk0 .dropdown-menu,
.cid-tAwJfjkHk0 .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-tAwJfjkHk0 .nav-item:focus,
.cid-tAwJfjkHk0 .nav-link:focus {
  outline: none;
}
.cid-tAwJfjkHk0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tAwJfjkHk0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tAwJfjkHk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tAwJfjkHk0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tAwJfjkHk0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAwJfjkHk0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAwJfjkHk0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAwJfjkHk0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAwJfjkHk0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAwJfjkHk0 .dropdown-item.active,
.cid-tAwJfjkHk0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tAwJfjkHk0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tAwJfjkHk0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAwJfjkHk0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAwJfjkHk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-tAwJfjkHk0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAwJfjkHk0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAwJfjkHk0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tAwJfjkHk0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tAwJfjkHk0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tAwJfjkHk0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-tAwJfjkHk0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tAwJfjkHk0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAwJfjkHk0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tAwJfjkHk0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tAwJfjkHk0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAwJfjkHk0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tAwJfjkHk0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tAwJfjkHk0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tAwJfjkHk0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tAwJfjkHk0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tAwJfjkHk0 .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-tAwJfjkHk0 .navbar {
    height: 70px;
  }
  .cid-tAwJfjkHk0 .navbar.opened {
    height: auto;
  }
  .cid-tAwJfjkHk0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAwJfjkHk0 .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tAwJfjkHk0 .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-tAwJfjDR1c {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-tAwJfjDR1c .mbr-section-title {
  color: #ffffff;
}
.cid-tAwJfjDR1c .mbr-section-subtitle {
  color: #0196e3;
}
.cid-tAwJfjDR1c .mbr-text {
  color: #ffffff;
}
.cid-tAwJfjDR1c .title-col {
  border-right: 2px solid currentColor;
  color: #0196e3;
  margin-right: 3rem;
  align-items: center;
  display: inline-flex;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tAwJfjDR1c .title-col {
    margin-right: 0;
    border-right: 0;
  }
}
.cid-tAwJfjDR1c .text-col {
  align-items: center;
  display: flex;
}
.cid-tAwJfjDR1c .mbr-section-subtitle,
.cid-tAwJfjDR1c .title-col {
  width: 100%;
  color: #ffffff;
}
.cid-tAwJfjPDeb {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAwJfjPDeb .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ed4266;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-tAwJfjPDeb H2 {
  color: #36404c;
}
.cid-tAwJfjPDeb H3 {
  color: #36404c;
}
.cid-tAwJfjPDeb .mbr-text,
.cid-tAwJfjPDeb .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tAwJfjPDeb .md-pb {
    padding-bottom: 2rem;
  }
}
.cid-tAwJfjPDeb img {
  filter: invert(0.5);
  width: auto;
}
.cid-tAwJfk57lP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAwJfk57lP .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tAwJfk57lP .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tAwJfk57lP .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tAwJfk57lP p {
  font-weight: 400;
}
.cid-tAwJfk57lP .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tAwJfk57lP .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfk57lP .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tAwJfk57lP .bg1 {
  background: #ed4266;
}
.cid-tAwJfk57lP .bg2 {
  background: #255085;
}
.cid-tAwJfk57lP .bg3 {
  background: #ff7f9f;
}
.cid-tAwJfk57lP .bg4 {
  background: #255085;
}
.cid-tAwJfk57lP .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tAwJfk57lP .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfk57lP .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tAwJfk57lP .card-title,
.cid-tAwJfk57lP .card-ico,
.cid-tAwJfk57lP .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tAwJfk57lP .mbr-text,
.cid-tAwJfk57lP .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAwJfk57lP .row {
    padding: 0 1rem;
  }
}
.cid-tAwJfkolkV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAwJfkolkV .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tAwJfkolkV .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tAwJfkolkV .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tAwJfkolkV p {
  font-weight: 400;
}
.cid-tAwJfkolkV .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tAwJfkolkV .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfkolkV .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tAwJfkolkV .bg1 {
  background: #ed4266;
}
.cid-tAwJfkolkV .bg2 {
  background: #255085;
}
.cid-tAwJfkolkV .bg3 {
  background: #ff7f9f;
}
.cid-tAwJfkolkV .bg4 {
  background: #255085;
}
.cid-tAwJfkolkV .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tAwJfkolkV .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfkolkV .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tAwJfkolkV .card-title,
.cid-tAwJfkolkV .card-ico,
.cid-tAwJfkolkV .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tAwJfkolkV .mbr-text,
.cid-tAwJfkolkV .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAwJfkolkV .row {
    padding: 0 1rem;
  }
}
.cid-tAwJfkHhIZ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tAwJfkHhIZ .card-icon {
  font-size: 48px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tAwJfkHhIZ .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tAwJfkHhIZ .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tAwJfkHhIZ p {
  font-weight: 400;
}
.cid-tAwJfkHhIZ .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tAwJfkHhIZ .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfkHhIZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tAwJfkHhIZ .bg1 {
  background: #ed4266;
}
.cid-tAwJfkHhIZ .bg2 {
  background: #255085;
}
.cid-tAwJfkHhIZ .bg3 {
  background: #ff7f9f;
}
.cid-tAwJfkHhIZ .bg4 {
  background: #255085;
}
.cid-tAwJfkHhIZ .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tAwJfkHhIZ .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfkHhIZ .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tAwJfkHhIZ .card-title,
.cid-tAwJfkHhIZ .card-ico,
.cid-tAwJfkHhIZ .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tAwJfkHhIZ .mbr-text,
.cid-tAwJfkHhIZ .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAwJfkHhIZ .row {
    padding: 0 1rem;
  }
}
.cid-tAwJfl0GXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tAwJfl0GXc .card-icon {
  font-size: 56px;
  color: #ffffff;
  transition: color 0.3s;
}
.cid-tAwJfl0GXc .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-tAwJfl0GXc .card {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}
.cid-tAwJfl0GXc p {
  font-weight: 400;
}
.cid-tAwJfl0GXc .link-ico {
  font-size: 0.8rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
  transition: all 0.3s;
}
.cid-tAwJfl0GXc .link-ico:hover {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfl0GXc .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #ffffff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-tAwJfl0GXc .bg1 {
  background: #ed4266;
}
.cid-tAwJfl0GXc .bg2 {
  background: #255085;
}
.cid-tAwJfl0GXc .bg3 {
  background: #ff7f9f;
}
.cid-tAwJfl0GXc .bg4 {
  background: #149dcc;
}
.cid-tAwJfl0GXc .card-wrapper {
  padding: 4rem 2rem;
  transition: background 0.3s;
}
.cid-tAwJfl0GXc .card-wrapper:hover .link-ico {
  background-color: #ffffff;
  border-color: #ffffff;
  color: gray !important;
}
.cid-tAwJfl0GXc .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.cid-tAwJfl0GXc .card-title,
.cid-tAwJfl0GXc .card-ico,
.cid-tAwJfl0GXc .line-wrap {
  text-align: center;
  color: #ffffff;
}
.cid-tAwJfl0GXc .mbr-text,
.cid-tAwJfl0GXc .card-link {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tAwJfl0GXc .row {
    padding: 0 1rem;
  }
}
.cid-tAwJfljbPe {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #0f7699;
}
.cid-tAwJfljbPe .media-wrap {
  padding: 0;
  max-width: 50%;
}
@media (max-width: 991px) {
  .cid-tAwJfljbPe .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-tAwJfljbPe .media-wrap {
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tAwJfljbPe .row {
    text-align: center;
  }
  .cid-tAwJfljbPe .row > div {
    margin: auto;
  }
  .cid-tAwJfljbPe .social-row {
    justify-content: center;
  }
}
.cid-tAwJfljbPe .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tAwJfljbPe .list {
  list-style: none;
  padding-left: 0;
  color: #b9cdd0;
}
@media (max-width: 991px) {
  .cid-tAwJfljbPe .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tAwJfljbPe .list {
    margin-bottom: 0rem;
  }
}
.cid-tAwJfljbPe .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tAwJfljbPe .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tAwJfljbPe div > *:last-child {
    margin-top: 0 !important;
  }
}
