@import url(https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Jim+Nightshade:400&display=swap);





body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Jim Nightshade', handwriting;
  font-size: 2.4rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #3b5abb !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #3b5abb !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3b5abb !important;
  border-color: #3b5abb !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #293e81 !important;
  border-color: #293e81 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #293e81 !important;
  border-color: #293e81 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #3b5abb !important;
  border-color: #3b5abb !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #293e81 !important;
  border-color: #293e81 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #293e81 !important;
  border-color: #293e81 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #23356d;
  color: #23356d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #3b5abb;
  border-color: #3b5abb;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3b5abb !important;
  border-color: #3b5abb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #23356d;
  color: #23356d;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #3b5abb;
  border-color: #3b5abb;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #3b5abb !important;
  border-color: #3b5abb !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: #3b5abb !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #3b5abb !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #23356d !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #23356d !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #3b5abb;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3b5abb;
  border-color: #3b5abb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3b5abb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #97a8de;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #97a8de;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #3b5abb;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3b5abb;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3b5abb;
  border-bottom-color: #3b5abb;
}
.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: #3b5abb !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%233b5abb' %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-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-soxwLhL3u8 {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-soxwLhL3u8 .card-wrapper {
  z-index: 3;
}
.cid-soxwLhL3u8 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxwLhL3u8:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxwLhL3u8 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxwLhL3u8 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sIr5BfdjMP {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background6.jpg");
  overflow: hidden;
}
.cid-sIr5BfdjMP svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sIr5BfdjMP #e2_shape {
  fill: #ffffff !important;
}
.cid-sIr5BfdjMP img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-sIr5BfdjMP img {
    width: 90%!important;
  }
}
.cid-sIr5BfdjMP H1 {
  color: #ffffff;
  text-align: center;
}
.cid-snOgGsvsTl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/sedona-1200x300.jpg");
}
.cid-snOgGsvsTl img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-snOgGsvsTl .row {
  justify-content: center;
}
.cid-snOgGsvsTl .mbr-text,
.cid-snOgGsvsTl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-snOgGsvsTl .icon-box {
  display: flex;
  align-items: center;
}
.cid-snOgGsvsTl .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-snOgGsvsTl .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem !important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-snOgGsvsTl .date {
  margin: 0;
  color: #cccccc;
}
.cid-snOgGsvsTl .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-snOgGsvsTl .icon-box {
    flex-direction: column;
  }
  .cid-snOgGsvsTl .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-snOgGsvsTl img {
    margin-bottom: 2rem;
  }
}
.cid-snOgGsvsTl H1 {
  text-align: center;
}
.cid-t2diVXgRWy {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2diVXgRWy .content-block {
  text-align: center;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80%;
  background-color: #187dec;
  transition: all 0.4s ease-in-out;
}
.cid-t2diVXgRWy .content-block .mbr-text {
  margin: 0;
}
.cid-t2diVXgRWy .content-section {
  height: 100%;
  padding: 0 3rem;
  margin-bottom: 2rem;
}
.cid-t2diVXgRWy .image-wrap:hover img {
  opacity: 1;
  -webkit-transform: translateY(-4%);
  transform: translateY(-4%);
}
.cid-t2diVXgRWy .image-wrap:hover > .content-block {
  opacity: .6;
}
.cid-t2diVXgRWy .image-wrap {
  width: 100%;
  height: 100%;
}
.cid-t2diVXgRWy .image-wrap img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.cid-t2diVXgRWy h4.mbr-text a {
  display: block;
  min-width: 100%;
}
.cid-tfz67Ucs5g {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #f3fbff;
}
.cid-tfz67Ucs5g .mbr-text {
  color: #767676;
}
.cid-tfz67Ucs5g .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-tfz67Ucs5g .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tfz67Ucs5g .card-wrapper:hover .ico2 {
  color: #3b5abb !important;
}
.cid-tfz67Ucs5g .text-info:hover {
  color: inherit!important;
}
.cid-tfz67Ucs5g .ico2 {
  color: #879a9f !important;
  transition: all 0.6s;
}
.cid-tfz67Ucs5g .card-box {
  padding: 0rem 1rem;
}
.cid-tfz67Ucs5g .card-img {
  width: auto;
}
.cid-tfz67Ucs5g .ico1 {
  font-size: 2rem !important;
}
.cid-tfz67Ucs5g h3,
.cid-tfz67Ucs5g h4 {
  padding: 0;
  margin: 0;
}
.cid-tfz67Ucs5g .card-title,
.cid-tfz67Ucs5g .card-img {
  color: #232323;
}
.cid-tfz67Ucs5g H3 {
  color: #767676;
}
.cid-tfz67Ucs5g H1 {
  color: #232323;
}
.cid-svaOeUZTwP {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-svaOeUZTwP h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-svaOeUZTwP h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-svaOeUZTwP h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-svaOeUZTwP .mbr-text,
.cid-svaOeUZTwP .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-svaOeUZTwP h3:before,
  .cid-svaOeUZTwP h3:after {
    display: none;
  }
}
.cid-svaOeUZTwP H3 {
  color: #ffffff;
}
.cid-suppR8dtKa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-suppR8dtKa h4 {
  margin-bottom: 0;
}
.cid-suppR8dtKa p {
  color: #767676;
}
.cid-suppR8dtKa .cardcenter {
  background-color: #149dcc;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-suppR8dtKa .cardcenter:hover {
  background-color: #106dd2;
}
.cid-suppR8dtKa .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-suppR8dtKa .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-suppR8dtKa .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-suppR8dtKa .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-suppR8dtKa .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-suppR8dtKa .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #3b5abb !important;
  box-shadow: none!important;
}
.cid-suppR8dtKa .btn[class*="-outline"]:active,
.cid-suppR8dtKa .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-suppR8dtKa .card-box {
  padding-top: 2rem;
}
.cid-suppR8dtKa .card-wrapper {
  height: 100%;
}
.cid-suppR8dtKa .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-suppR8dtKa img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-suppR8dtKa .card-title {
  color: #149dcc;
}
.cid-suppR8dtKa .main-title {
  color: #232323;
}
.cid-suppR8dtKa .text {
  color: #ffffff;
}
.cid-suppR8dtKa .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-suppR8dtKa .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-suppR8dtKa .link {
    margin: auto;
  }
}
.cid-snOVacfb0Y {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snOVacfb0Y h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-snOVacfb0Y h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snOVacfb0Y h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-snOVacfb0Y .mbr-text,
.cid-snOVacfb0Y .mbr-section-btn {
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-snOVacfb0Y h3:before,
  .cid-snOVacfb0Y h3:after {
    display: none;
  }
}
.cid-snOVacfb0Y H1 {
  color: #ffffff;
}
.cid-rymwwwoGgw {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rymwwwoGgw .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rymwwwoGgw .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rymwwwoGgw .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rymwwwoGgw .media-content {
  padding-left: 2rem;
}
.cid-rymwwwoGgw textarea {
  min-height: 150px;
}
.cid-rymwwwoGgw .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rymwwwoGgw .form-control,
.cid-rymwwwoGgw .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-rymwwwoGgw .form-control input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control input:-moz-placeholder,
.cid-rymwwwoGgw .field-input input:-moz-placeholder,
.cid-rymwwwoGgw .form-control textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rymwwwoGgw .form-control:hover,
.cid-rymwwwoGgw .field-input:hover,
.cid-rymwwwoGgw .form-control:focus,
.cid-rymwwwoGgw .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .form-control:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus input::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea::-webkit-input-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .form-control:hover input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus input:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus input:-moz-placeholder,
.cid-rymwwwoGgw .form-control:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:hover textarea:-moz-placeholder,
.cid-rymwwwoGgw .form-control:focus textarea:-moz-placeholder,
.cid-rymwwwoGgw .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rymwwwoGgw .jq-number__spin:hover,
.cid-rymwwwoGgw .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rymwwwoGgw .jq-selectbox li,
.cid-rymwwwoGgw .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox li:hover,
.cid-rymwwwoGgw .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rymwwwoGgw .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:hover:after,
.cid-rymwwwoGgw .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rymwwwoGgw .jq-number__spin.minus:after,
.cid-rymwwwoGgw .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rymwwwoGgw input::-webkit-clear-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-inner-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-outer-spin-button {
  display: none;
}
.cid-rymwwwoGgw input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rymwwwoGgw .mbr-text,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #767676;
}
.cid-rymwwwoGgw .text2,
.cid-rymwwwoGgw .mbr-section-btn {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-rymwwwoGgw .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-sImLMkS83Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #a8c3e1;
}
.cid-sImLMkS83Z .listico {
  padding-right: 1rem;
  font-size: 2rem;
}
.cid-sImLMkS83Z .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sImLMkS83Z .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sImLMkS83Z .form-group {
  padding-right: 0;
}
.cid-sImLMkS83Z .card {
  padding: 3rem 8rem;
}
.cid-sImLMkS83Z .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sImLMkS83Z .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sImLMkS83Z .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sImLMkS83Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sImLMkS83Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sImLMkS83Z .map-placeholder {
  display: none;
}
.cid-sImLMkS83Z .btn-primary {
  border: 1px solid #3b5abb !important;
}
.cid-sImLMkS83Z .btn-primary:hover {
  border: 1px solid #3b5abb !important;
}
.cid-sImLMkS83Z .stripe {
  border-bottom: 1px solid #0087ab;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sImLMkS83Z .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sImLMkS83Z .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sImLMkS83Z .mbr-text {
  color: #444;
}
.cid-sImLMkS83Z h5 {
  margin-bottom: 0;
}
.cid-sImLMkS83Z .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sImLMkS83Z .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sImLMkS83Z .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sImLMkS83Z .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sImLMkS83Z .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sImLMkS83Z .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sImLMkS83Z .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sImLMkS83Z .social-list a:hover {
  opacity: 0.4;
}
.cid-sImLMkS83Z .media-container-row > div {
  padding: 0px;
}
.cid-sImLMkS83Z .text2 {
  color: #000000;
  text-align: left;
}
.cid-sImLMkS83Z .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sImLMkS83Z .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sImLMkS83Z .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sImLMkS83Z .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sImLMkS83Z h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sImLMkS83Z .form-group {
    max-width: 180px;
  }
  .cid-sImLMkS83Z .card {
    padding: 2rem 1rem;
  }
}
.cid-sImLMkS83Z .links span {
  color: #9e9e9e;
}
.cid-sImLMkS83Z .logo-title,
.cid-sImLMkS83Z .logo-sub-title {
  text-align: center;
}
.cid-sImLMkS83Z .logo-sub-title i {
  color: #9e9e9e;
}
.cid-snOZPaCMpS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snOZPaCMpS .mbr-text {
  color: #767676;
}
.cid-snOZPaCMpS .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-snOZPaCMpS .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-snOZPaCMpS .card-wrapper:hover .ico2 {
  color: #3b5abb !important;
}
.cid-snOZPaCMpS .text-info:hover {
  color: inherit!important;
}
.cid-snOZPaCMpS .ico2 {
  color: #879a9f !important;
  transition: all 0.6s;
}
.cid-snOZPaCMpS .card-box {
  padding: 0rem 1rem;
}
.cid-snOZPaCMpS .card-img {
  width: auto;
}
.cid-snOZPaCMpS .ico1 {
  font-size: 3rem !important;
}
.cid-snOZPaCMpS h3,
.cid-snOZPaCMpS h4 {
  padding: 0;
  margin: 0;
}
.cid-snOZPaCMpS .card-title,
.cid-snOZPaCMpS .card-img {
  color: #232323;
}
.cid-snOZPaCMpS H3 {
  color: #ffffff;
}
.cid-snOZPaCMpS H1 {
  color: #232323;
}
.cid-snOZPaCMpS .card-title {
  color: #879a9f;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sqJux4LknO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqJux4LknO .mbr-section-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin-bottom: 2rem;
}
.cid-sqJux4LknO .mbr-section-subtitle {
  color: #232323;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-sqJux4LknO .btn {
  margin: 0px !important;
}
.cid-sqJux4LknO .second-col {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqJux4LknO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqJux4LknO .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-sqJux4LknO .carousel-item .wrap-img {
  text-align: center;
}
.cid-sqJux4LknO .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-sqJux4LknO .carousel {
  display: flex;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: 100%;
}
.cid-sqJux4LknO .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-sqJux4LknO .carousel-indicators li {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
  border: 4px solid #cccccc;
}
.cid-sqJux4LknO .carousel-indicators li.active {
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-sqJux4LknO .second-col {
    padding-top: 2rem;
  }
}
.cid-snP3cSFB84 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snP3cSFB84 .container {
  max-width: 1400px;
}
.cid-snP3cSFB84 .card-img2 span {
  padding-top: 6px;
}
.cid-snP3cSFB84 .soc-item a {
  padding-top: 5px;
}
.cid-snP3cSFB84 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snP3cSFB84 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snP3cSFB84 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snP3cSFB84 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snP3cSFB84 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snP3cSFB84 #e2_shape {
  fill: #ffffff !important;
}
.cid-snP3cSFB84 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snP3cSFB84 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snP3cSFB84 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snP3cSFB84 .card-img {
  width: auto;
}
.cid-snP3cSFB84 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snP3cSFB84 .soc-item span {
  font-size: 1.4rem;
}
.cid-snP3cSFB84 .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snP3cSFB84 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snP3cSFB84 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snP3cSFB84 .media-wrap {
  margin-bottom: 1rem;
}
.cid-snP3cSFB84 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snP3cSFB84 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snP3cSFB84 .item {
    justify-content: center;
  }
  .cid-snP3cSFB84 .quote::after {
    left: 60px;
  }
}
.cid-snP3cSFB84 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snP3cSFB84 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snP3cSFB84 .text1 {
  color: #ffffff;
}
.cid-snP3cSFB84 .item-title {
  color: #ffffff;
}
.cid-snP3cSFB84 H5 {
  color: #ffffff;
}
.cid-snP3cSFB84 .theme {
  color: #ffffff;
}
.cid-snP3cSFB84 .copyright > p {
  color: #ff3366;
}
.cid-snP3cSFB84 .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-soxyyUrjYM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxyyUrjYM .card-wrapper {
  z-index: 3;
}
.cid-soxyyUrjYM .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxyyUrjYM:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxyyUrjYM .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxyyUrjYM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-snSpIXzMCZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snSpIXzMCZ .mbr-text {
  color: #232323;
}
.cid-snSpIXzMCZ .mbr-subtitle {
  color: #767676;
}
.cid-snSpIXzMCZ .mbr-text P {
  text-align: left;
}
.cid-snSaUqyYK9 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaUqyYK9 .container {
  max-width: 1400px;
}
.cid-snSaUqyYK9 .card-img2 span {
  padding-top: 6px;
}
.cid-snSaUqyYK9 .soc-item a {
  padding-top: 5px;
}
.cid-snSaUqyYK9 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaUqyYK9 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaUqyYK9 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaUqyYK9 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaUqyYK9 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaUqyYK9 #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaUqyYK9 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaUqyYK9 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaUqyYK9 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaUqyYK9 .card-img {
  width: auto;
}
.cid-snSaUqyYK9 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaUqyYK9 .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaUqyYK9 .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaUqyYK9 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaUqyYK9 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaUqyYK9 .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaUqyYK9 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaUqyYK9 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaUqyYK9 .item {
    justify-content: center;
  }
  .cid-snSaUqyYK9 .quote::after {
    left: 60px;
  }
}
.cid-snSaUqyYK9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaUqyYK9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaUqyYK9 .text1 {
  color: #ffffff;
}
.cid-snSaUqyYK9 .item-title {
  color: #ffffff;
}
.cid-snSaUqyYK9 H5 {
  color: #ffffff;
}
.cid-snSaUqyYK9 .theme {
  color: #ffffff;
}
.cid-snSaUqyYK9 .copyright > p {
  color: #ff3366;
}
.cid-snSaUqyYK9 .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-soxyjOo42a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxyjOo42a .card-wrapper {
  z-index: 3;
}
.cid-soxyjOo42a .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxyjOo42a:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxyjOo42a .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxyjOo42a .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sox8GEVhkj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-sox8GEVhkj .mbr-text {
    text-align: center;
  }
}
.cid-sox8GEVhkj .container-fluid {
  padding: 0;
}
.cid-sox8GEVhkj .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-sox8GEVhkj img {
  height: 100%;
  object-fit: cover;
}
.cid-sox8GEVhkj .mbr-figure {
  height: 100%;
}
.cid-sox8GEVhkj .col-lg-7 {
  padding: 0;
}
.cid-sox8GEVhkj .row {
  margin: 0;
}
.cid-snSaZ8T94E {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaZ8T94E .container {
  max-width: 1400px;
}
.cid-snSaZ8T94E .card-img2 span {
  padding-top: 6px;
}
.cid-snSaZ8T94E .soc-item a {
  padding-top: 5px;
}
.cid-snSaZ8T94E .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaZ8T94E .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaZ8T94E .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaZ8T94E .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaZ8T94E svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaZ8T94E #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaZ8T94E .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaZ8T94E .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaZ8T94E .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaZ8T94E .card-img {
  width: auto;
}
.cid-snSaZ8T94E .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaZ8T94E .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaZ8T94E .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaZ8T94E .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaZ8T94E .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaZ8T94E .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaZ8T94E .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaZ8T94E img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaZ8T94E .item {
    justify-content: center;
  }
  .cid-snSaZ8T94E .quote::after {
    left: 60px;
  }
}
.cid-snSaZ8T94E .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaZ8T94E .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaZ8T94E .text1 {
  color: #ffffff;
}
.cid-snSaZ8T94E .item-title {
  color: #ffffff;
}
.cid-snSaZ8T94E H5 {
  color: #ffffff;
}
.cid-snSaZ8T94E .theme {
  color: #ffffff;
}
.cid-snSaZ8T94E .copyright > p {
  color: #ff3366;
}
.cid-snSaZ8T94E .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-soxyeglzNM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxyeglzNM .card-wrapper {
  z-index: 3;
}
.cid-soxyeglzNM .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxyeglzNM:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxyeglzNM .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxyeglzNM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-soxklX4ohu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
@media (max-width: 767px) {
  .cid-soxklX4ohu .mbr-text {
    text-align: center;
  }
}
.cid-soxklX4ohu .container-fluid {
  padding: 0;
}
.cid-soxklX4ohu .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-soxklX4ohu img {
  height: 100%;
  object-fit: cover;
}
.cid-soxklX4ohu .mbr-figure {
  height: 100%;
}
.cid-soxklX4ohu .col-lg-7 {
  padding: 0;
}
.cid-soxklX4ohu .row {
  margin: 0;
}
.cid-snSaJwGaW1 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaJwGaW1 .container {
  max-width: 1400px;
}
.cid-snSaJwGaW1 .card-img2 span {
  padding-top: 6px;
}
.cid-snSaJwGaW1 .soc-item a {
  padding-top: 5px;
}
.cid-snSaJwGaW1 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaJwGaW1 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaJwGaW1 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaJwGaW1 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaJwGaW1 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaJwGaW1 #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaJwGaW1 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaJwGaW1 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaJwGaW1 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaJwGaW1 .card-img {
  width: auto;
}
.cid-snSaJwGaW1 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaJwGaW1 .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaJwGaW1 .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaJwGaW1 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaJwGaW1 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaJwGaW1 .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaJwGaW1 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaJwGaW1 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaJwGaW1 .item {
    justify-content: center;
  }
  .cid-snSaJwGaW1 .quote::after {
    left: 60px;
  }
}
.cid-snSaJwGaW1 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaJwGaW1 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaJwGaW1 .text1 {
  color: #ffffff;
}
.cid-snSaJwGaW1 .item-title {
  color: #ffffff;
}
.cid-snSaJwGaW1 H5 {
  color: #ffffff;
}
.cid-snSaJwGaW1 .theme {
  color: #ffffff;
}
.cid-snSaJwGaW1 .copyright > p {
  color: #ff3366;
}
.cid-snSaJwGaW1 .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snS58p7VQ3 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.cid-snS58p7VQ3 .mbr-overlay {
  background: #879a9f;
}
.cid-snS58p7VQ3 .mbr-section-title {
  letter-spacing: -1px;
}
.cid-snS59KSIvD {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
  background: linear-gradient(90deg, #f4f8fa, #4289a7);
}
.cid-snS59KSIvD .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snS59KSIvD .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snS59KSIvD .text-content {
  padding-right: 1.5rem;
}
.cid-snS59KSIvD .mbr-text,
.cid-snS59KSIvD .mbr-section-btn {
  color: #767676;
}
.cid-snS59KSIvD .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-snS59KSIvD .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snS59KSIvD .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snS59KSIvD .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snS59KSIvD .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snS59KSIvD .main-row {
    margin: 0;
  }
  .cid-snS59KSIvD .mbr-section-title,
  .cid-snS59KSIvD .mbr-text,
  .cid-snS59KSIvD .list,
  .cid-snS59KSIvD .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snS59KSIvD .text-content {
    padding: 0;
  }
}
.cid-snS5be8NeI {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #4289a7;
  background: linear-gradient(90deg, #4289a7, #ffffff);
}
.cid-snS5be8NeI .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snS5be8NeI .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snS5be8NeI .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-snS5be8NeI .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-snS5be8NeI .mbr-text,
.cid-snS5be8NeI .mbr-section-btn {
  color: #767676;
}
.cid-snS5be8NeI .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-snS5be8NeI .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snS5be8NeI .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snS5be8NeI .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snS5be8NeI .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snS5be8NeI .main-row {
    margin: 0;
  }
  .cid-snS5be8NeI .mbr-section-title,
  .cid-snS5be8NeI .mbr-text,
  .cid-snS5be8NeI .list,
  .cid-snS5be8NeI .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snS5be8NeI .text-content {
    padding: 0;
  }
}
.cid-snS5bSATaZ {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #4289a7);
}
.cid-snS5bSATaZ .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snS5bSATaZ .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snS5bSATaZ .text-content {
  padding-right: 1.5rem;
}
.cid-snS5bSATaZ .mbr-text,
.cid-snS5bSATaZ .mbr-section-btn {
  color: #767676;
}
.cid-snS5bSATaZ .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-snS5bSATaZ .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snS5bSATaZ .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snS5bSATaZ .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snS5bSATaZ .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snS5bSATaZ .main-row {
    margin: 0;
  }
  .cid-snS5bSATaZ .mbr-section-title,
  .cid-snS5bSATaZ .mbr-text,
  .cid-snS5bSATaZ .list,
  .cid-snS5bSATaZ .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snS5bSATaZ .text-content {
    padding: 0;
  }
}
.cid-snS5fZ3xDa {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #4289a7;
  background: linear-gradient(90deg, #4289a7, #ffffff);
}
.cid-snS5fZ3xDa .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snS5fZ3xDa .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snS5fZ3xDa .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-snS5fZ3xDa .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-snS5fZ3xDa .mbr-text,
.cid-snS5fZ3xDa .mbr-section-btn {
  color: #767676;
}
.cid-snS5fZ3xDa .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-snS5fZ3xDa .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snS5fZ3xDa .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snS5fZ3xDa .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snS5fZ3xDa .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snS5fZ3xDa .main-row {
    margin: 0;
  }
  .cid-snS5fZ3xDa .mbr-section-title,
  .cid-snS5fZ3xDa .mbr-text,
  .cid-snS5fZ3xDa .list,
  .cid-snS5fZ3xDa .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snS5fZ3xDa .text-content {
    padding: 0;
  }
}
.cid-snS5hUuatq {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #4289a7);
}
.cid-snS5hUuatq .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-snS5hUuatq .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-snS5hUuatq .text-content {
  padding-right: 1.5rem;
}
.cid-snS5hUuatq .mbr-text,
.cid-snS5hUuatq .mbr-section-btn {
  color: #767676;
}
.cid-snS5hUuatq .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-snS5hUuatq .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-snS5hUuatq .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-snS5hUuatq .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snS5hUuatq .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-snS5hUuatq .main-row {
    margin: 0;
  }
  .cid-snS5hUuatq .mbr-section-title,
  .cid-snS5hUuatq .mbr-text,
  .cid-snS5hUuatq .list,
  .cid-snS5hUuatq .mbr-section-btn {
    text-align: center !important;
  }
  .cid-snS5hUuatq .text-content {
    padding: 0;
  }
}
.cid-sqldEncNPH {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  background: linear-gradient(90deg, #ffffff, #4289a7);
}
.cid-sqldEncNPH .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-sqldEncNPH .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sqldEncNPH .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sqldEncNPH .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sqldEncNPH .mbr-text,
.cid-sqldEncNPH .mbr-section-btn {
  color: #767676;
}
.cid-sqldEncNPH .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-sqldEncNPH .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-sqldEncNPH .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sqldEncNPH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqldEncNPH .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-sqldEncNPH .main-row {
    margin: 0;
  }
  .cid-sqldEncNPH .mbr-section-title,
  .cid-sqldEncNPH .mbr-text,
  .cid-sqldEncNPH .list,
  .cid-sqldEncNPH .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sqldEncNPH .text-content {
    padding: 0;
  }
}
.cid-snSaDz6F3o {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaDz6F3o .container {
  max-width: 1400px;
}
.cid-snSaDz6F3o .card-img2 span {
  padding-top: 6px;
}
.cid-snSaDz6F3o .soc-item a {
  padding-top: 5px;
}
.cid-snSaDz6F3o .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaDz6F3o .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaDz6F3o .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaDz6F3o .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaDz6F3o svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaDz6F3o #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaDz6F3o .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaDz6F3o .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaDz6F3o .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaDz6F3o .card-img {
  width: auto;
}
.cid-snSaDz6F3o .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaDz6F3o .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaDz6F3o .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaDz6F3o .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaDz6F3o .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaDz6F3o .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaDz6F3o .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaDz6F3o img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaDz6F3o .item {
    justify-content: center;
  }
  .cid-snSaDz6F3o .quote::after {
    left: 60px;
  }
}
.cid-snSaDz6F3o .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaDz6F3o .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaDz6F3o .text1 {
  color: #ffffff;
}
.cid-snSaDz6F3o .item-title {
  color: #ffffff;
}
.cid-snSaDz6F3o H5 {
  color: #ffffff;
}
.cid-snSaDz6F3o .theme {
  color: #ffffff;
}
.cid-snSaDz6F3o .copyright > p {
  color: #ff3366;
}
.cid-snSaDz6F3o .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snS4cZNyd8 {
  overflow: hidden !important;
  background-image: url("../../../assets/images/logo-banner-boc-2000x997.png");
}
.cid-snS4cZNyd8 .container-fluid {
  padding: 0 3rem;
}
.cid-snS4cZNyd8 .animated-element {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-snS4cZNyd8 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-snS4dHrUxF {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-snS4dHrUxF .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-snS4dHrUxF .mbr-section-title {
  margin: 0;
}
.cid-snS4dHrUxF .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-snS4dHrUxF .card-img {
  text-align: inherit;
}
.cid-snS4dHrUxF .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-snS4dHrUxF .mbr-text {
  color: #8d97ad;
}
.cid-snS4dHrUxF .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-snS4dHrUxF .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-suYy9LyUBd {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f4f8fa;
}
.cid-suYy9LyUBd .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-suYy9LyUBd .mbr-section-title {
  margin: 0;
}
.cid-suYy9LyUBd .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-suYy9LyUBd .card-img {
  text-align: inherit;
}
.cid-suYy9LyUBd .card-img span {
  background: linear-gradient(90deg, #2bdc9d, #1dc9cb);
}
.cid-suYy9LyUBd .mbr-text {
  color: #8d97ad;
}
.cid-suYy9LyUBd .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-suYy9LyUBd .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-snSazFw12N {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSazFw12N .container {
  max-width: 1400px;
}
.cid-snSazFw12N .card-img2 span {
  padding-top: 6px;
}
.cid-snSazFw12N .soc-item a {
  padding-top: 5px;
}
.cid-snSazFw12N .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSazFw12N .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSazFw12N .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSazFw12N .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSazFw12N svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSazFw12N #e2_shape {
  fill: #ffffff !important;
}
.cid-snSazFw12N .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSazFw12N .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSazFw12N .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSazFw12N .card-img {
  width: auto;
}
.cid-snSazFw12N .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSazFw12N .soc-item span {
  font-size: 1.4rem;
}
.cid-snSazFw12N .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSazFw12N .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSazFw12N .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSazFw12N .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSazFw12N .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSazFw12N img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSazFw12N .item {
    justify-content: center;
  }
  .cid-snSazFw12N .quote::after {
    left: 60px;
  }
}
.cid-snSazFw12N .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSazFw12N .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSazFw12N .text1 {
  color: #ffffff;
}
.cid-snSazFw12N .item-title {
  color: #ffffff;
}
.cid-snSazFw12N H5 {
  color: #ffffff;
}
.cid-snSazFw12N .theme {
  color: #ffffff;
}
.cid-snSazFw12N .copyright > p {
  color: #ff3366;
}
.cid-snSazFw12N .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snPdzdOV6k {
  overflow-x: hidden !important;
}
.cid-snPdzdOV6k,
.cid-snPdzdOV6k .scroll-wrapper {
  padding-top: 225px;
  padding-bottom: 225px;
}
.cid-snPdzdOV6k .mbr-section-title {
  color: #ffffff;
}
.cid-snPdzdOV6k .mbr-section-title span {
  color: #3b5abb;
}
.cid-snPdzdOV6k .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-snPdzdOV6k .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/banner-image-1364x520.png");
  -webkit-animation: scroll-wrapper linear infinite;
  -moz-animation: scroll-wrapper linear infinite;
  -o-animation: scroll-wrapper linear infinite;
  animation: scroll-wrapper linear infinite;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.cid-snPdzdOV6k .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-snPdzdOV6k .mbr-overlay {
  z-index: 1;
}
.cid-snPdzdOV6k .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-snPdAR2i0Y {
  padding-top: 75px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/lake-image-960x540.jpg");
}
.cid-snPdAR2i0Y .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snPdAR2i0Y .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-snPdAR2i0Y .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snPdAR2i0Y .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snPdAR2i0Y .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-snPdAR2i0Y .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snPdAR2i0Y .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snPdAR2i0Y .mbr-card-text {
  margin: 0;
}
.cid-snPdBPt80c {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/mountain-sunset-960x640.jpg");
}
.cid-snPdBPt80c .card {
  display: flex;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snPdBPt80c .card .card-wrapper {
  background: #ffffff;
  height: 1%;
}
.cid-snPdBPt80c .card .card-wrapper .card-img {
  position: relative;
  overflow: hidden;
  border-radius: 0;
  z-index: 1;
}
.cid-snPdBPt80c .card .card-wrapper .card-img img {
  transition: all .5s;
}
.cid-snPdBPt80c .card .card-wrapper .card-img .img-text {
  position: absolute;
  padding: .6rem;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 1;
  border-radius: 100px;
  background-color: #66458e;
}
.cid-snPdBPt80c .card .card-wrapper .card-img .img-text span {
  display: block;
}
.cid-snPdBPt80c .card .card-wrapper .card-box {
  padding: 1.5rem;
}
.cid-snPdBPt80c .mbr-card-text {
  margin: 0;
}
.cid-snSavpJ6cL {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSavpJ6cL .container {
  max-width: 1400px;
}
.cid-snSavpJ6cL .card-img2 span {
  padding-top: 6px;
}
.cid-snSavpJ6cL .soc-item a {
  padding-top: 5px;
}
.cid-snSavpJ6cL .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSavpJ6cL .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSavpJ6cL .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSavpJ6cL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSavpJ6cL svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSavpJ6cL #e2_shape {
  fill: #ffffff !important;
}
.cid-snSavpJ6cL .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSavpJ6cL .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSavpJ6cL .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSavpJ6cL .card-img {
  width: auto;
}
.cid-snSavpJ6cL .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSavpJ6cL .soc-item span {
  font-size: 1.4rem;
}
.cid-snSavpJ6cL .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSavpJ6cL .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSavpJ6cL .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSavpJ6cL .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSavpJ6cL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSavpJ6cL img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSavpJ6cL .item {
    justify-content: center;
  }
  .cid-snSavpJ6cL .quote::after {
    left: 60px;
  }
}
.cid-snSavpJ6cL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSavpJ6cL .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSavpJ6cL .text1 {
  color: #ffffff;
}
.cid-snSavpJ6cL .item-title {
  color: #ffffff;
}
.cid-snSavpJ6cL H5 {
  color: #ffffff;
}
.cid-snSavpJ6cL .theme {
  color: #ffffff;
}
.cid-snSavpJ6cL .copyright > p {
  color: #ff3366;
}
.cid-snSavpJ6cL .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-soxy3tcuzU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxy3tcuzU .card-wrapper {
  z-index: 3;
}
.cid-soxy3tcuzU .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxy3tcuzU:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxy3tcuzU .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxy3tcuzU .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-snPbwfAf5C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-snPbwfAf5C .mbr-text {
    text-align: center;
  }
}
.cid-snPbwfAf5C .mbr-text,
.cid-snPbwfAf5C .mbr-section-btn {
  color: #767676;
  text-align: left;
}
.cid-snSarYMfIh {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSarYMfIh .container {
  max-width: 1400px;
}
.cid-snSarYMfIh .card-img2 span {
  padding-top: 6px;
}
.cid-snSarYMfIh .soc-item a {
  padding-top: 5px;
}
.cid-snSarYMfIh .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSarYMfIh .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSarYMfIh .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSarYMfIh .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSarYMfIh svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSarYMfIh #e2_shape {
  fill: #ffffff !important;
}
.cid-snSarYMfIh .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSarYMfIh .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSarYMfIh .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSarYMfIh .card-img {
  width: auto;
}
.cid-snSarYMfIh .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSarYMfIh .soc-item span {
  font-size: 1.4rem;
}
.cid-snSarYMfIh .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSarYMfIh .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSarYMfIh .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSarYMfIh .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSarYMfIh .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSarYMfIh img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSarYMfIh .item {
    justify-content: center;
  }
  .cid-snSarYMfIh .quote::after {
    left: 60px;
  }
}
.cid-snSarYMfIh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSarYMfIh .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSarYMfIh .text1 {
  color: #ffffff;
}
.cid-snSarYMfIh .item-title {
  color: #ffffff;
}
.cid-snSarYMfIh H5 {
  color: #ffffff;
}
.cid-snSarYMfIh .theme {
  color: #ffffff;
}
.cid-snSarYMfIh .copyright > p {
  color: #ff3366;
}
.cid-snSarYMfIh .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-soxxUM7gH2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxxUM7gH2 .card-wrapper {
  z-index: 3;
}
.cid-soxxUM7gH2 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxxUM7gH2:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxxUM7gH2 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxxUM7gH2 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-snPgoi5P0q {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rings-on-wood-250-373x248.png");
}
.cid-snPgoi5P0q .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snPgoi5P0q .form-control,
.cid-snPgoi5P0q .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-snPgoi5P0q .form-control::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input::-webkit-input-placeholder,
.cid-snPgoi5P0q .form-control::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-snPgoi5P0q .form-control:-moz-placeholder,
.cid-snPgoi5P0q .field-input:-moz-placeholder,
.cid-snPgoi5P0q .form-control:-moz-placeholder,
.cid-snPgoi5P0q .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-snPgoi5P0q .form-control:hover,
.cid-snPgoi5P0q .field-input:hover,
.cid-snPgoi5P0q .form-control:focus,
.cid-snPgoi5P0q .field-input:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-snPgoi5P0q .form-control:hover::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input:hover::-webkit-input-placeholder,
.cid-snPgoi5P0q .form-control:focus::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input:focus::-webkit-input-placeholder,
.cid-snPgoi5P0q .form-control:hover::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input:hover::-webkit-input-placeholder,
.cid-snPgoi5P0q .form-control:focus::-webkit-input-placeholder,
.cid-snPgoi5P0q .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-snPgoi5P0q .form-control:hover:-moz-placeholder,
.cid-snPgoi5P0q .field-input:hover:-moz-placeholder,
.cid-snPgoi5P0q .form-control:focus:-moz-placeholder,
.cid-snPgoi5P0q .field-input:focus:-moz-placeholder,
.cid-snPgoi5P0q .form-control:hover:-moz-placeholder,
.cid-snPgoi5P0q .field-input:hover:-moz-placeholder,
.cid-snPgoi5P0q .form-control:focus:-moz-placeholder,
.cid-snPgoi5P0q .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-snPgoi5P0q .jq-number__spin:hover,
.cid-snPgoi5P0q .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-snPgoi5P0q .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-snPgoi5P0q .jq-selectbox li,
.cid-snPgoi5P0q .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-snPgoi5P0q .jq-selectbox li:hover,
.cid-snPgoi5P0q .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-snPgoi5P0q .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-snPgoi5P0q .jq-number__spin.minus:hover:after,
.cid-snPgoi5P0q .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-snPgoi5P0q .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-snPgoi5P0q .jq-number__spin.minus:after,
.cid-snPgoi5P0q .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-snPgoi5P0q input::-webkit-clear-button {
  display: none;
}
.cid-snPgoi5P0q input::-webkit-inner-spin-button {
  display: none;
}
.cid-snPgoi5P0q input::-webkit-outer-spin-button {
  display: none;
}
.cid-snPgoi5P0q input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-snPgqn4ihp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snPgqn4ihp .mbr-text {
  color: #767676;
}
.cid-snPgqn4ihp .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-snPgqn4ihp .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snPgqn4ihp .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-snPgqn4ihp .mbr-text P {
  text-align: left;
}
.cid-snSao5blrf {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSao5blrf .container {
  max-width: 1400px;
}
.cid-snSao5blrf .card-img2 span {
  padding-top: 6px;
}
.cid-snSao5blrf .soc-item a {
  padding-top: 5px;
}
.cid-snSao5blrf .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSao5blrf .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSao5blrf .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSao5blrf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSao5blrf svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSao5blrf #e2_shape {
  fill: #ffffff !important;
}
.cid-snSao5blrf .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSao5blrf .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSao5blrf .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSao5blrf .card-img {
  width: auto;
}
.cid-snSao5blrf .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSao5blrf .soc-item span {
  font-size: 1.4rem;
}
.cid-snSao5blrf .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSao5blrf .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSao5blrf .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSao5blrf .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSao5blrf .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSao5blrf img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSao5blrf .item {
    justify-content: center;
  }
  .cid-snSao5blrf .quote::after {
    left: 60px;
  }
}
.cid-snSao5blrf .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSao5blrf .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSao5blrf .text1 {
  color: #ffffff;
}
.cid-snSao5blrf .item-title {
  color: #ffffff;
}
.cid-snSao5blrf H5 {
  color: #ffffff;
}
.cid-snSao5blrf .theme {
  color: #ffffff;
}
.cid-snSao5blrf .copyright > p {
  color: #ff3366;
}
.cid-snSao5blrf .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-soxxLdCzb0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxxLdCzb0 .card-wrapper {
  z-index: 3;
}
.cid-soxxLdCzb0 .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxxLdCzb0:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxxLdCzb0 .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxxLdCzb0 .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-snPg5XzVzM {
  padding-top: 60px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rings-on-wood-250-373x248.png");
}
.cid-snPg5XzVzM .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snPg5XzVzM .form-control,
.cid-snPg5XzVzM .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-snPg5XzVzM .form-control::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input::-webkit-input-placeholder,
.cid-snPg5XzVzM .form-control::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-snPg5XzVzM .form-control:-moz-placeholder,
.cid-snPg5XzVzM .field-input:-moz-placeholder,
.cid-snPg5XzVzM .form-control:-moz-placeholder,
.cid-snPg5XzVzM .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-snPg5XzVzM .form-control:hover,
.cid-snPg5XzVzM .field-input:hover,
.cid-snPg5XzVzM .form-control:focus,
.cid-snPg5XzVzM .field-input:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-snPg5XzVzM .form-control:hover::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input:hover::-webkit-input-placeholder,
.cid-snPg5XzVzM .form-control:focus::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input:focus::-webkit-input-placeholder,
.cid-snPg5XzVzM .form-control:hover::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input:hover::-webkit-input-placeholder,
.cid-snPg5XzVzM .form-control:focus::-webkit-input-placeholder,
.cid-snPg5XzVzM .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-snPg5XzVzM .form-control:hover:-moz-placeholder,
.cid-snPg5XzVzM .field-input:hover:-moz-placeholder,
.cid-snPg5XzVzM .form-control:focus:-moz-placeholder,
.cid-snPg5XzVzM .field-input:focus:-moz-placeholder,
.cid-snPg5XzVzM .form-control:hover:-moz-placeholder,
.cid-snPg5XzVzM .field-input:hover:-moz-placeholder,
.cid-snPg5XzVzM .form-control:focus:-moz-placeholder,
.cid-snPg5XzVzM .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-snPg5XzVzM .jq-number__spin:hover,
.cid-snPg5XzVzM .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-snPg5XzVzM .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-snPg5XzVzM .jq-selectbox li,
.cid-snPg5XzVzM .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-snPg5XzVzM .jq-selectbox li:hover,
.cid-snPg5XzVzM .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-snPg5XzVzM .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-snPg5XzVzM .jq-number__spin.minus:hover:after,
.cid-snPg5XzVzM .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-snPg5XzVzM .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-snPg5XzVzM .jq-number__spin.minus:after,
.cid-snPg5XzVzM .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-snPg5XzVzM input::-webkit-clear-button {
  display: none;
}
.cid-snPg5XzVzM input::-webkit-inner-spin-button {
  display: none;
}
.cid-snPg5XzVzM input::-webkit-outer-spin-button {
  display: none;
}
.cid-snPg5XzVzM input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-snPfGSTmWU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snPfGSTmWU .mbr-text {
  color: #767676;
}
.cid-snPfGSTmWU .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-snPfGSTmWU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-snPfGSTmWU .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-snPfGSTmWU .mbr-text P {
  text-align: left;
}
.cid-snSak0rYOR {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSak0rYOR .container {
  max-width: 1400px;
}
.cid-snSak0rYOR .card-img2 span {
  padding-top: 6px;
}
.cid-snSak0rYOR .soc-item a {
  padding-top: 5px;
}
.cid-snSak0rYOR .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSak0rYOR .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSak0rYOR .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSak0rYOR .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSak0rYOR svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSak0rYOR #e2_shape {
  fill: #ffffff !important;
}
.cid-snSak0rYOR .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSak0rYOR .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSak0rYOR .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSak0rYOR .card-img {
  width: auto;
}
.cid-snSak0rYOR .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSak0rYOR .soc-item span {
  font-size: 1.4rem;
}
.cid-snSak0rYOR .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSak0rYOR .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSak0rYOR .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSak0rYOR .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSak0rYOR .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSak0rYOR img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSak0rYOR .item {
    justify-content: center;
  }
  .cid-snSak0rYOR .quote::after {
    left: 60px;
  }
}
.cid-snSak0rYOR .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSak0rYOR .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSak0rYOR .text1 {
  color: #ffffff;
}
.cid-snSak0rYOR .item-title {
  color: #ffffff;
}
.cid-snSak0rYOR H5 {
  color: #ffffff;
}
.cid-snSak0rYOR .theme {
  color: #ffffff;
}
.cid-snSak0rYOR .copyright > p {
  color: #ff3366;
}
.cid-snSak0rYOR .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
#custom-html-1n {
  /* Type valid CSS here */
}
#custom-html-1n div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1n p {
  font-size: 60px;
  color: #777;
}
.cid-snSaf4HMWW {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaf4HMWW .container {
  max-width: 1400px;
}
.cid-snSaf4HMWW .card-img2 span {
  padding-top: 6px;
}
.cid-snSaf4HMWW .soc-item a {
  padding-top: 5px;
}
.cid-snSaf4HMWW .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaf4HMWW .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaf4HMWW .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaf4HMWW .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaf4HMWW svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaf4HMWW #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaf4HMWW .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaf4HMWW .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaf4HMWW .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaf4HMWW .card-img {
  width: auto;
}
.cid-snSaf4HMWW .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaf4HMWW .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaf4HMWW .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaf4HMWW .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaf4HMWW .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaf4HMWW .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaf4HMWW .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaf4HMWW img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaf4HMWW .item {
    justify-content: center;
  }
  .cid-snSaf4HMWW .quote::after {
    left: 60px;
  }
}
.cid-snSaf4HMWW .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaf4HMWW .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaf4HMWW .text1 {
  color: #ffffff;
}
.cid-snSaf4HMWW .item-title {
  color: #ffffff;
}
.cid-snSaf4HMWW H5 {
  color: #ffffff;
}
.cid-snSaf4HMWW .theme {
  color: #ffffff;
}
.cid-snSaf4HMWW .copyright > p {
  color: #ff3366;
}
.cid-snSaf4HMWW .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-snS9VFNb7T {
  padding-top: 135px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-snS9VFNb7T .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-snSaanWqLN {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSaanWqLN .container {
  max-width: 1400px;
}
.cid-snSaanWqLN .card-img2 span {
  padding-top: 6px;
}
.cid-snSaanWqLN .soc-item a {
  padding-top: 5px;
}
.cid-snSaanWqLN .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSaanWqLN .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSaanWqLN .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSaanWqLN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSaanWqLN svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSaanWqLN #e2_shape {
  fill: #ffffff !important;
}
.cid-snSaanWqLN .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSaanWqLN .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSaanWqLN .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSaanWqLN .card-img {
  width: auto;
}
.cid-snSaanWqLN .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSaanWqLN .soc-item span {
  font-size: 1.4rem;
}
.cid-snSaanWqLN .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSaanWqLN .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSaanWqLN .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSaanWqLN .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSaanWqLN .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSaanWqLN img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSaanWqLN .item {
    justify-content: center;
  }
  .cid-snSaanWqLN .quote::after {
    left: 60px;
  }
}
.cid-snSaanWqLN .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSaanWqLN .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSaanWqLN .text1 {
  color: #ffffff;
}
.cid-snSaanWqLN .item-title {
  color: #ffffff;
}
.cid-snSaanWqLN H5 {
  color: #ffffff;
}
.cid-snSaanWqLN .theme {
  color: #ffffff;
}
.cid-snSaanWqLN .copyright > p {
  color: #ff3366;
}
.cid-snSaanWqLN .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-soxxpbAT7S {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxxpbAT7S .card-wrapper {
  z-index: 3;
}
.cid-soxxpbAT7S .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxxpbAT7S:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxxpbAT7S .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxxpbAT7S .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-snSqrozu1m {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snSqrozu1m .mbr-iconfont {
  font-size: 34px;
  transition: color .3s;
}
.cid-snSqrozu1m .mbr-section-title {
  margin: 0;
}
.cid-snSqrozu1m .card-img {
  text-align: center;
}
.cid-snSqrozu1m .row-item {
  padding-bottom: 2rem;
  padding: 5rem 2rem;
}
.cid-snSqrozu1m .row-item.card1 {
  background: #bcc2d8;
}
.cid-snSqrozu1m .row-item.card2 {
  background: #92b5d5;
}
.cid-snSqrozu1m .row-item.card3 {
  background: #4289a7;
}
.cid-snSqrozu1m .row-item.card4 {
  background: #2bdc9d;
}
.cid-snSqrozu1m .mbr-text {
  color: #efefef;
}
@media (max-width: 767px) {
  .cid-snSqrozu1m .card-img,
  .cid-snSqrozu1m .mbr-text,
  .cid-snSqrozu1m .mbr-card-title,
  .cid-snSqrozu1m .mbr-section-subtitle,
  .cid-snSqrozu1m .mbr-section-title,
  .cid-snSqrozu1m .underline {
    text-align: center !important;
  }
}
.cid-snSpZLAayH {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-snSpZLAayH .container {
  max-width: 1400px;
}
.cid-snSpZLAayH .card-img2 span {
  padding-top: 6px;
}
.cid-snSpZLAayH .soc-item a {
  padding-top: 5px;
}
.cid-snSpZLAayH .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-snSpZLAayH .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-snSpZLAayH .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-snSpZLAayH .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-snSpZLAayH svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-snSpZLAayH #e2_shape {
  fill: #ffffff !important;
}
.cid-snSpZLAayH .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-snSpZLAayH .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-snSpZLAayH .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-snSpZLAayH .card-img {
  width: auto;
}
.cid-snSpZLAayH .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-snSpZLAayH .soc-item span {
  font-size: 1.4rem;
}
.cid-snSpZLAayH .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-snSpZLAayH .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-snSpZLAayH .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-snSpZLAayH .media-wrap {
  margin-bottom: 1rem;
}
.cid-snSpZLAayH .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-snSpZLAayH img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-snSpZLAayH .item {
    justify-content: center;
  }
  .cid-snSpZLAayH .quote::after {
    left: 60px;
  }
}
.cid-snSpZLAayH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-snSpZLAayH .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snSpZLAayH .text1 {
  color: #ffffff;
}
.cid-snSpZLAayH .item-title {
  color: #ffffff;
}
.cid-snSpZLAayH H5 {
  color: #ffffff;
}
.cid-snSpZLAayH .theme {
  color: #ffffff;
}
.cid-snSpZLAayH .copyright > p {
  color: #ff3366;
}
.cid-snSpZLAayH .text2 {
  color: #ffffff;
}
.cid-sotI95753N .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sotI95753N .navbar-fixed-top {
  padding-top: 0;
}
.cid-sotI95753N .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sotI95753N .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sotI95753N .dropdown-item {
  padding: 0;
}
.cid-sotI95753N .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-sotI95753N .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sotI95753N .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sotI95753N .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sotI95753N a {
  font-style: normal;
}
.cid-sotI95753N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sotI95753N .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sotI95753N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sotI95753N .content-text {
  margin-bottom: 0;
}
.cid-sotI95753N .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sotI95753N .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sotI95753N .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sotI95753N .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sotI95753N .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sotI95753N .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sotI95753N .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sotI95753N .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sotI95753N .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sotI95753N .nav-dropdown .link {
  font-weight: 400;
}
.cid-sotI95753N .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sotI95753N .content-right-side {
  text-align: center;
}
.cid-sotI95753N .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sotI95753N .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sotI95753N .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sotI95753N .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sotI95753N .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sotI95753N .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sotI95753N .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sotI95753N .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sotI95753N .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sotI95753N .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sotI95753N .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sotI95753N .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sotI95753N .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sotI95753N .navbar {
    display: block;
    padding: 0;
  }
  .cid-sotI95753N .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sotI95753N .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sotI95753N .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sotI95753N .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sotI95753N .navbar-toggler {
    display: none;
  }
  .cid-sotI95753N .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sotI95753N .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sotI95753N .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sotI95753N .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sotI95753N .menu-logo {
  margin-right: auto;
}
.cid-sotI95753N .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sotI95753N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sotI95753N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sotI95753N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sotI95753N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sotI95753N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sotI95753N .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sotI95753N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sotI95753N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sotI95753N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sotI95753N .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sotI95753N .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sotI95753N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sotI95753N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sotI95753N .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sotI95753N .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sotI95753N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sotI95753N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sotI95753N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sotI95753N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sotI95753N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sotI95753N button.navbar-toggler:focus {
  outline: none;
}
.cid-sotI95753N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sotI95753N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sotI95753N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sotI95753N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sotI95753N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sotI95753N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sotI95753N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sotI95753N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sotI95753N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sotI95753N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sotI95753N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sotI95753N .collapsed .btn {
  display: flex;
}
.cid-sotI95753N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sotI95753N .collapsed .navbar-collapse.collapsing,
.cid-sotI95753N .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sotI95753N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sotI95753N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sotI95753N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sotI95753N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sotI95753N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sotI95753N .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sotI95753N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sotI95753N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sotI95753N .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sotI95753N .collapsed button.navbar-toggler {
  display: block;
}
.cid-sotI95753N .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sotI95753N .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sotI95753N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sotI95753N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sotI95753N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sotI95753N .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sotI95753N .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sotI95753N .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sotI95753N .navbar-collapse.collapsing,
  .cid-sotI95753N .navbar-collapse.show {
    display: block !important;
  }
  .cid-sotI95753N .navbar-collapse.collapsing .navbar-nav,
  .cid-sotI95753N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sotI95753N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sotI95753N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sotI95753N .navbar-collapse.collapsing .navbar-buttons,
  .cid-sotI95753N .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sotI95753N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sotI95753N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sotI95753N .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sotI95753N img {
    height: 3.8rem !important;
  }
  .cid-sotI95753N .btn {
    display: flex;
  }
  .cid-sotI95753N button.navbar-toggler {
    display: block;
  }
  .cid-sotI95753N .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sotI95753N .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sotI95753N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sotI95753N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sotI95753N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sotI95753N .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sotI95753N .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sotI95753N .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sotI95753N .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sotI95753N .nav-link:focus {
  outline: none;
}
.cid-sotI95753N .navbar-toggler {
  position: relative;
}
.cid-sotI95753N .dropdown-item.active,
.cid-sotI95753N .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-soxytiqbXK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-soxytiqbXK .card-wrapper {
  z-index: 3;
}
.cid-soxytiqbXK .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-soxytiqbXK:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-soxytiqbXK .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-soxytiqbXK .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-soxzqhyRBI {
  padding-top: 45px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-soxzqhyRBI h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-soxzqhyRBI h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-soxzqhyRBI h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-soxzqhyRBI h3:before,
  .cid-soxzqhyRBI h3:after {
    display: none;
  }
}
.cid-soxANcQts9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-soxANcQts9 .card-title {
  line-height: 1.6;
  padding: 15px 25px;
  background: linear-gradient(to top, #333333, transparent);
  margin: 0;
  text-align: left;
  color: #ffffff;
}
.cid-soxANcQts9 .card-wrapper {
  position: relative;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
}
.cid-soxANcQts9 .card-img {
  position: relative;
}
.cid-soxANcQts9 .card-img:hover .card-title {
  background: linear-gradient(to top, #106dd2, transparent);
}
.cid-soxANcQts9 .card-img img {
  height: 100%;
  object-fit: cover;
}
.cid-soxANcQts9 .card {
  margin-bottom: 2rem;
  owerflow: hidden;
}
.cid-soxANcQts9 .text-box {
  display: -webkit-flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px;
}
.cid-soxANcQts9 .text-box p {
  margin: 0;
}
.cid-soxANcQts9 .ico2 {
  color: #232323;
  font-size: 1.5rem;
}
.cid-soxANcQts9 .icobig {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  color: #ffffff;
  font-size: 2rem;
}
.cid-soxANcQts9 .ico-box {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px;
}
.cid-soxANcQts9 .ico-box p {
  margin: 0;
}
.cid-soxANcQts9 .ico-wrap {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cid-soxANcQts9 .p-box {
  background-color: #f4f4f4;
  width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-soxANcQts9 .p-box p {
  padding: 10px;
  margin: 0;
  line-height: 1.5;
}
.cid-soxANcQts9 .card-box {
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  padding: 0px;
  transition: all 0.3s;
}
.cid-soxANcQts9 .mbr-section-title {
  color: #232323;
}
.cid-soxANcQts9 .card-box {
  bottom: 0px;
}
@media (min-width: 576px) {
  .cid-soxANcQts9 .card-wrapper {
    display: flex;
  }
  .cid-soxANcQts9 .card-img {
    width: 30%;
  }
  .cid-soxANcQts9 .content-wrapper {
    width: 70%;
  }
  .cid-soxANcQts9 .p-box {
    display: flex;
  }
}
@media (max-width: 576px) {
  .cid-soxANcQts9 .text-box {
    display: block;
  }
  .cid-soxANcQts9 .mbr-section-btn {
    margin-top: 1rem;
  }
  .cid-soxANcQts9 .ico-box {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .cid-soxANcQts9 .card-box {
    bottom: 0px;
  }
  .cid-soxANcQts9 .p-box {
    padding: 8px;
  }
  .cid-soxANcQts9 .card-title {
    padding: 10px 15px;
  }
}
.cid-soxANcQts9 .card-text {
  color: #767676;
  text-align: center;
}
.cid-soxANcQts9 .phone {
  color: #767676;
}
.cid-soxANcQts9 .card-title2 {
  color: #232323;
}
.cid-sphTElcuHz {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-sphTElcuHz H1 {
  color: #232323;
}
.cid-sphTElcuHz .mbr-text,
.cid-sphTElcuHz .mbr-section-btn {
  color: #767676;
}
.cid-sphTElcuHz .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-sphTElcuHz .relative {
  position: relative;
}
.cid-sphTElcuHz .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-sphTElcuHz .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-sphTElcuHz .card-img2 .img2 {
  width: 120%;
}
.cid-sphTElcuHz .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-sphTElcuHz .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-sphTElcuHz .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-soxDyZzydp {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-soxDyZzydp H1 {
  color: #232323;
}
.cid-soxDyZzydp .mbr-text,
.cid-soxDyZzydp .mbr-section-btn {
  color: #767676;
}
.cid-soxDyZzydp .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-soxDyZzydp .relative {
  position: relative;
}
.cid-soxDyZzydp .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-soxDyZzydp .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-soxDyZzydp .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-soxDyZzydp .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-soxDyZzydp .card-img1 .img1 {
  width: 180%;
}
.cid-soxDyZzydp .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-soxGuyC2zv {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-soxGuyC2zv H1 {
  color: #232323;
}
.cid-soxGuyC2zv .mbr-text,
.cid-soxGuyC2zv .mbr-section-btn {
  color: #767676;
}
.cid-soxGuyC2zv .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-soxGuyC2zv .relative {
  position: relative;
}
.cid-soxGuyC2zv .card-img {
  width: 100%;
}
.cid-soxHQ09XWm {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-soxHQ09XWm H1 {
  color: #232323;
}
.cid-soxHQ09XWm .mbr-text,
.cid-soxHQ09XWm .mbr-section-btn {
  color: #767676;
}
.cid-soxHQ09XWm .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-soxHQ09XWm .relative {
  position: relative;
}
.cid-soxHQ09XWm .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-soxHQ09XWm .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-soxHQ09XWm .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-soxHQ09XWm .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-soxHQ09XWm .card-img1 .img1 {
  width: 180%;
}
.cid-soxHQ09XWm .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-soxJESUVP1 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-soxJESUVP1 H1 {
  color: #232323;
}
.cid-soxJESUVP1 .mbr-text,
.cid-soxJESUVP1 .mbr-section-btn {
  color: #767676;
}
.cid-soxJESUVP1 .img1 {
  width: 100%;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-soxJESUVP1 .relative {
  position: relative;
}
.cid-soxJESUVP1 .card-img {
  width: 100%;
}
.cid-sotI95P8T0 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sotI95P8T0 .container {
  max-width: 1400px;
}
.cid-sotI95P8T0 .card-img2 span {
  padding-top: 6px;
}
.cid-sotI95P8T0 .soc-item a {
  padding-top: 5px;
}
.cid-sotI95P8T0 .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sotI95P8T0 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sotI95P8T0 .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sotI95P8T0 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sotI95P8T0 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sotI95P8T0 #e2_shape {
  fill: #ffffff !important;
}
.cid-sotI95P8T0 .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sotI95P8T0 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sotI95P8T0 .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sotI95P8T0 .card-img {
  width: auto;
}
.cid-sotI95P8T0 .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sotI95P8T0 .soc-item span {
  font-size: 1.4rem;
}
.cid-sotI95P8T0 .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sotI95P8T0 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sotI95P8T0 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sotI95P8T0 .media-wrap {
  margin-bottom: 1rem;
}
.cid-sotI95P8T0 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sotI95P8T0 img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sotI95P8T0 .item {
    justify-content: center;
  }
  .cid-sotI95P8T0 .quote::after {
    left: 60px;
  }
}
.cid-sotI95P8T0 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sotI95P8T0 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sotI95P8T0 .text1 {
  color: #ffffff;
}
.cid-sotI95P8T0 .item-title {
  color: #ffffff;
}
.cid-sotI95P8T0 H5 {
  color: #ffffff;
}
.cid-sotI95P8T0 .theme {
  color: #ffffff;
}
.cid-sotI95P8T0 .copyright > p {
  color: #ff3366;
}
.cid-sotI95P8T0 .text2 {
  color: #ffffff;
}
.cid-soxFogiF8c .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-soxFogiF8c .navbar-fixed-top {
  padding-top: 0;
}
.cid-soxFogiF8c .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-soxFogiF8c .navbar-buttons {
  flex-wrap: wrap;
}
.cid-soxFogiF8c .dropdown-item {
  padding: 0;
}
.cid-soxFogiF8c .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-soxFogiF8c .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-soxFogiF8c .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soxFogiF8c .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-soxFogiF8c a {
  font-style: normal;
}
.cid-soxFogiF8c .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-soxFogiF8c .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-soxFogiF8c .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soxFogiF8c .content-text {
  margin-bottom: 0;
}
.cid-soxFogiF8c .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-soxFogiF8c .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-soxFogiF8c .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-soxFogiF8c .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-soxFogiF8c .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-soxFogiF8c .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-soxFogiF8c .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-soxFogiF8c .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-soxFogiF8c .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-soxFogiF8c .nav-dropdown .link {
  font-weight: 400;
}
.cid-soxFogiF8c .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-soxFogiF8c .content-right-side {
  text-align: center;
}
.cid-soxFogiF8c .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-soxFogiF8c .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-soxFogiF8c .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-soxFogiF8c .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-soxFogiF8c .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soxFogiF8c .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-soxFogiF8c .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-soxFogiF8c .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-soxFogiF8c .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-soxFogiF8c .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-soxFogiF8c .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-soxFogiF8c .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-soxFogiF8c .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-soxFogiF8c .navbar {
    display: block;
    padding: 0;
  }
  .cid-soxFogiF8c .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-soxFogiF8c .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-soxFogiF8c .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-soxFogiF8c .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-soxFogiF8c .navbar-toggler {
    display: none;
  }
  .cid-soxFogiF8c .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-soxFogiF8c .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-soxFogiF8c .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soxFogiF8c .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-soxFogiF8c .menu-logo {
  margin-right: auto;
}
.cid-soxFogiF8c .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-soxFogiF8c .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-soxFogiF8c .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-soxFogiF8c .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-soxFogiF8c .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-soxFogiF8c .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-soxFogiF8c .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-soxFogiF8c .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-soxFogiF8c .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-soxFogiF8c .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-soxFogiF8c .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-soxFogiF8c .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-soxFogiF8c .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-soxFogiF8c .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-soxFogiF8c .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-soxFogiF8c .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-soxFogiF8c .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-soxFogiF8c .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-soxFogiF8c .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-soxFogiF8c button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-soxFogiF8c button.navbar-toggler:focus {
  outline: none;
}
.cid-soxFogiF8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-soxFogiF8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-soxFogiF8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soxFogiF8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-soxFogiF8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-soxFogiF8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soxFogiF8c nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-soxFogiF8c nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-soxFogiF8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-soxFogiF8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-soxFogiF8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-soxFogiF8c .collapsed .btn {
  display: flex;
}
.cid-soxFogiF8c .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-soxFogiF8c .collapsed .navbar-collapse.collapsing,
.cid-soxFogiF8c .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-soxFogiF8c .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-soxFogiF8c .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-soxFogiF8c .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-soxFogiF8c .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-soxFogiF8c .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-soxFogiF8c .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-soxFogiF8c .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-soxFogiF8c .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-soxFogiF8c .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-soxFogiF8c .collapsed button.navbar-toggler {
  display: block;
}
.cid-soxFogiF8c .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-soxFogiF8c .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-soxFogiF8c .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-soxFogiF8c .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-soxFogiF8c .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-soxFogiF8c .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-soxFogiF8c .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-soxFogiF8c .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-soxFogiF8c .navbar-collapse.collapsing,
  .cid-soxFogiF8c .navbar-collapse.show {
    display: block !important;
  }
  .cid-soxFogiF8c .navbar-collapse.collapsing .navbar-nav,
  .cid-soxFogiF8c .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-soxFogiF8c .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-soxFogiF8c .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-soxFogiF8c .navbar-collapse.collapsing .navbar-buttons,
  .cid-soxFogiF8c .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-soxFogiF8c .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-soxFogiF8c .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-soxFogiF8c .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-soxFogiF8c img {
    height: 3.8rem !important;
  }
  .cid-soxFogiF8c .btn {
    display: flex;
  }
  .cid-soxFogiF8c button.navbar-toggler {
    display: block;
  }
  .cid-soxFogiF8c .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-soxFogiF8c .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-soxFogiF8c .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-soxFogiF8c .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-soxFogiF8c .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-soxFogiF8c .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-soxFogiF8c .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-soxFogiF8c .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-soxFogiF8c .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-soxFogiF8c .nav-link:focus {
  outline: none;
}
.cid-soxFogiF8c .navbar-toggler {
  position: relative;
}
.cid-soxFogiF8c .dropdown-item.active,
.cid-soxFogiF8c .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-soxFohbxrb {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-soxFohJF1K {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-soxFohJF1K .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soxFoiDYpz {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-soxFoiDYpz .container {
  max-width: 1400px;
}
.cid-soxFoiDYpz .card-img2 span {
  padding-top: 6px;
}
.cid-soxFoiDYpz .soc-item a {
  padding-top: 5px;
}
.cid-soxFoiDYpz .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-soxFoiDYpz .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-soxFoiDYpz .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-soxFoiDYpz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-soxFoiDYpz svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-soxFoiDYpz #e2_shape {
  fill: #ffffff !important;
}
.cid-soxFoiDYpz .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-soxFoiDYpz .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-soxFoiDYpz .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-soxFoiDYpz .card-img {
  width: auto;
}
.cid-soxFoiDYpz .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-soxFoiDYpz .soc-item span {
  font-size: 1.4rem;
}
.cid-soxFoiDYpz .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-soxFoiDYpz .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-soxFoiDYpz .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-soxFoiDYpz .media-wrap {
  margin-bottom: 1rem;
}
.cid-soxFoiDYpz .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-soxFoiDYpz img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-soxFoiDYpz .item {
    justify-content: center;
  }
  .cid-soxFoiDYpz .quote::after {
    left: 60px;
  }
}
.cid-soxFoiDYpz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-soxFoiDYpz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-soxFoiDYpz .text1 {
  color: #ffffff;
}
.cid-soxFoiDYpz .item-title {
  color: #ffffff;
}
.cid-soxFoiDYpz H5 {
  color: #ffffff;
}
.cid-soxFoiDYpz .theme {
  color: #ffffff;
}
.cid-soxFoiDYpz .copyright > p {
  color: #ff3366;
}
.cid-soxFoiDYpz .text2 {
  color: #ffffff;
}
.cid-spIxvVMC70 .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-spIxvVMC70 .navbar-fixed-top {
  padding-top: 0;
}
.cid-spIxvVMC70 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spIxvVMC70 .navbar-buttons {
  flex-wrap: wrap;
}
.cid-spIxvVMC70 .dropdown-item {
  padding: 0;
}
.cid-spIxvVMC70 .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-spIxvVMC70 .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-spIxvVMC70 .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxvVMC70 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spIxvVMC70 a {
  font-style: normal;
}
.cid-spIxvVMC70 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-spIxvVMC70 .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-spIxvVMC70 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxvVMC70 .content-text {
  margin-bottom: 0;
}
.cid-spIxvVMC70 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spIxvVMC70 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spIxvVMC70 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-spIxvVMC70 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-spIxvVMC70 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-spIxvVMC70 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxvVMC70 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxvVMC70 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spIxvVMC70 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxvVMC70 .nav-dropdown .link {
  font-weight: 400;
}
.cid-spIxvVMC70 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spIxvVMC70 .content-right-side {
  text-align: center;
}
.cid-spIxvVMC70 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-spIxvVMC70 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-spIxvVMC70 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-spIxvVMC70 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-spIxvVMC70 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxvVMC70 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-spIxvVMC70 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-spIxvVMC70 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-spIxvVMC70 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-spIxvVMC70 .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-spIxvVMC70 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-spIxvVMC70 .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxvVMC70 .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spIxvVMC70 .navbar {
    display: block;
    padding: 0;
  }
  .cid-spIxvVMC70 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxvVMC70 .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-spIxvVMC70 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-spIxvVMC70 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-spIxvVMC70 .navbar-toggler {
    display: none;
  }
  .cid-spIxvVMC70 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxvVMC70 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-spIxvVMC70 .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxvVMC70 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spIxvVMC70 .menu-logo {
  margin-right: auto;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-spIxvVMC70 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spIxvVMC70 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-spIxvVMC70 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spIxvVMC70 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxvVMC70 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spIxvVMC70 .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spIxvVMC70 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spIxvVMC70 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spIxvVMC70 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spIxvVMC70 .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-spIxvVMC70 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spIxvVMC70 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spIxvVMC70 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-spIxvVMC70 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spIxvVMC70 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxvVMC70 button.navbar-toggler:focus {
  outline: none;
}
.cid-spIxvVMC70 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spIxvVMC70 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spIxvVMC70 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxvVMC70 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxvVMC70 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spIxvVMC70 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxvVMC70 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spIxvVMC70 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spIxvVMC70 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxvVMC70 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spIxvVMC70 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spIxvVMC70 .collapsed .btn {
  display: flex;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse.collapsing,
.cid-spIxvVMC70 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spIxvVMC70 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spIxvVMC70 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spIxvVMC70 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-spIxvVMC70 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spIxvVMC70 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spIxvVMC70 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxvVMC70 .collapsed button.navbar-toggler {
  display: block;
}
.cid-spIxvVMC70 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-spIxvVMC70 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spIxvVMC70 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-spIxvVMC70 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spIxvVMC70 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spIxvVMC70 .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-spIxvVMC70 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-spIxvVMC70 .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spIxvVMC70 .navbar-collapse.collapsing,
  .cid-spIxvVMC70 .navbar-collapse.show {
    display: block !important;
  }
  .cid-spIxvVMC70 .navbar-collapse.collapsing .navbar-nav,
  .cid-spIxvVMC70 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spIxvVMC70 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spIxvVMC70 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spIxvVMC70 .navbar-collapse.collapsing .navbar-buttons,
  .cid-spIxvVMC70 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-spIxvVMC70 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spIxvVMC70 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spIxvVMC70 .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spIxvVMC70 img {
    height: 3.8rem !important;
  }
  .cid-spIxvVMC70 .btn {
    display: flex;
  }
  .cid-spIxvVMC70 button.navbar-toggler {
    display: block;
  }
  .cid-spIxvVMC70 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-spIxvVMC70 .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spIxvVMC70 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-spIxvVMC70 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spIxvVMC70 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spIxvVMC70 .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-spIxvVMC70 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-spIxvVMC70 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-spIxvVMC70 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spIxvVMC70 .nav-link:focus {
  outline: none;
}
.cid-spIxvVMC70 .navbar-toggler {
  position: relative;
}
.cid-spIxvVMC70 .dropdown-item.active,
.cid-spIxvVMC70 .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-spIxvXoVju {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-spIxvXPWfW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spIxvXPWfW .card-wrapper {
  z-index: 3;
}
.cid-spIxvXPWfW .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spIxvXPWfW:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spIxvXPWfW .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spIxvXPWfW .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spIxvYqiBb {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rings-on-wood-250-373x248.png");
}
.cid-spIxvYqiBb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-spIxvYqiBb .form-control,
.cid-spIxvYqiBb .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spIxvYqiBb .form-control::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input::-webkit-input-placeholder,
.cid-spIxvYqiBb .form-control::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-spIxvYqiBb .form-control:-moz-placeholder,
.cid-spIxvYqiBb .field-input:-moz-placeholder,
.cid-spIxvYqiBb .form-control:-moz-placeholder,
.cid-spIxvYqiBb .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-spIxvYqiBb .form-control:hover,
.cid-spIxvYqiBb .field-input:hover,
.cid-spIxvYqiBb .form-control:focus,
.cid-spIxvYqiBb .field-input:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-spIxvYqiBb .form-control:hover::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input:hover::-webkit-input-placeholder,
.cid-spIxvYqiBb .form-control:focus::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input:focus::-webkit-input-placeholder,
.cid-spIxvYqiBb .form-control:hover::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input:hover::-webkit-input-placeholder,
.cid-spIxvYqiBb .form-control:focus::-webkit-input-placeholder,
.cid-spIxvYqiBb .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-spIxvYqiBb .form-control:hover:-moz-placeholder,
.cid-spIxvYqiBb .field-input:hover:-moz-placeholder,
.cid-spIxvYqiBb .form-control:focus:-moz-placeholder,
.cid-spIxvYqiBb .field-input:focus:-moz-placeholder,
.cid-spIxvYqiBb .form-control:hover:-moz-placeholder,
.cid-spIxvYqiBb .field-input:hover:-moz-placeholder,
.cid-spIxvYqiBb .form-control:focus:-moz-placeholder,
.cid-spIxvYqiBb .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-spIxvYqiBb .jq-number__spin:hover,
.cid-spIxvYqiBb .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-spIxvYqiBb .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spIxvYqiBb .jq-selectbox li,
.cid-spIxvYqiBb .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-spIxvYqiBb .jq-selectbox li:hover,
.cid-spIxvYqiBb .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-spIxvYqiBb .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-spIxvYqiBb .jq-number__spin.minus:hover:after,
.cid-spIxvYqiBb .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-spIxvYqiBb .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-spIxvYqiBb .jq-number__spin.minus:after,
.cid-spIxvYqiBb .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-spIxvYqiBb input::-webkit-clear-button {
  display: none;
}
.cid-spIxvYqiBb input::-webkit-inner-spin-button {
  display: none;
}
.cid-spIxvYqiBb input::-webkit-outer-spin-button {
  display: none;
}
.cid-spIxvYqiBb input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqa2TnLCLX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqa2TnLCLX .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqa2TnLCLX .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/img-6232-640x480.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqa2TnLCLX .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-sqa2TnLCLX .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqa2TnLCLX .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqa2TnLCLX .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqa2TnLCLX .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqa2TnLCLX .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqa2TnLCLX .col:hover .box-title2,
.cid-sqa2TnLCLX .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqa2TnLCLX .box-title2,
.cid-sqa2TnLCLX .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqa2TnLCLX .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-sqa2TnLCLX .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqa2TnLCLX .img-content {
    opacity: 1;
  }
  .cid-sqa2TnLCLX .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqa2TnLCLX .box-content {
    width: 100%;
  }
  .cid-sqa2TnLCLX .box-title2,
  .cid-sqa2TnLCLX .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqa2TnLCLX .content-block,
  .cid-sqa2TnLCLX .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sqa2TnLCLX .box-text1 {
  color: #333333;
}
.cid-sqa2TnLCLX .box-title2 {
  color: #ffffff;
}
.cid-spIxvZhdWd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spIxvZhdWd .mbr-text {
  color: #767676;
}
.cid-spIxvZhdWd .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-spIxvZhdWd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spIxvZhdWd .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-spIxvZhdWd .mbr-text P {
  text-align: left;
}
.cid-sqa8q6ND5m {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sqa8q6ND5m .image-block {
  margin: auto;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.cid-sqa8q6ND5m .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-sqa8q6ND5m .image-block:hover:before {
  opacity: 0.4;
}
.cid-sqa8q6ND5m .image-block:hover .wrap {
  opacity: 1;
}
.cid-sqa8q6ND5m .image-block:hover img {
  transform: scale(1.05);
}
.cid-sqa8q6ND5m h4 {
  letter-spacing: 2px;
}
.cid-sqa8q6ND5m figcaption {
  position: relative;
}
.cid-sqa8q6ND5m figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-sqa8q6ND5m img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sqa8q6ND5m .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-sqa8q6ND5m .wrap {
    opacity: 1!important;
  }
  .cid-sqa8q6ND5m .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-spIxvZIfIF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-spIxvZIfIF .container {
  max-width: 1400px;
}
.cid-spIxvZIfIF .card-img2 span {
  padding-top: 6px;
}
.cid-spIxvZIfIF .soc-item a {
  padding-top: 5px;
}
.cid-spIxvZIfIF .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-spIxvZIfIF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-spIxvZIfIF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-spIxvZIfIF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spIxvZIfIF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-spIxvZIfIF #e2_shape {
  fill: #ffffff !important;
}
.cid-spIxvZIfIF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-spIxvZIfIF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-spIxvZIfIF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spIxvZIfIF .card-img {
  width: auto;
}
.cid-spIxvZIfIF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-spIxvZIfIF .soc-item span {
  font-size: 1.4rem;
}
.cid-spIxvZIfIF .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-spIxvZIfIF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-spIxvZIfIF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spIxvZIfIF .media-wrap {
  margin-bottom: 1rem;
}
.cid-spIxvZIfIF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spIxvZIfIF img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-spIxvZIfIF .item {
    justify-content: center;
  }
  .cid-spIxvZIfIF .quote::after {
    left: 60px;
  }
}
.cid-spIxvZIfIF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-spIxvZIfIF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxvZIfIF .text1 {
  color: #ffffff;
}
.cid-spIxvZIfIF .item-title {
  color: #ffffff;
}
.cid-spIxvZIfIF H5 {
  color: #ffffff;
}
.cid-spIxvZIfIF .theme {
  color: #ffffff;
}
.cid-spIxvZIfIF .copyright > p {
  color: #ff3366;
}
.cid-spIxvZIfIF .text2 {
  color: #ffffff;
}
.cid-spIxyAeaor .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-spIxyAeaor .navbar-fixed-top {
  padding-top: 0;
}
.cid-spIxyAeaor .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spIxyAeaor .navbar-buttons {
  flex-wrap: wrap;
}
.cid-spIxyAeaor .dropdown-item {
  padding: 0;
}
.cid-spIxyAeaor .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-spIxyAeaor .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-spIxyAeaor .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxyAeaor .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spIxyAeaor a {
  font-style: normal;
}
.cid-spIxyAeaor .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-spIxyAeaor .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-spIxyAeaor .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxyAeaor .content-text {
  margin-bottom: 0;
}
.cid-spIxyAeaor .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spIxyAeaor .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spIxyAeaor .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-spIxyAeaor .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-spIxyAeaor .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-spIxyAeaor .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxyAeaor .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxyAeaor .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spIxyAeaor .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxyAeaor .nav-dropdown .link {
  font-weight: 400;
}
.cid-spIxyAeaor .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spIxyAeaor .content-right-side {
  text-align: center;
}
.cid-spIxyAeaor .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-spIxyAeaor .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-spIxyAeaor .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-spIxyAeaor .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-spIxyAeaor .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxyAeaor .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-spIxyAeaor .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-spIxyAeaor .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-spIxyAeaor .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-spIxyAeaor .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-spIxyAeaor .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-spIxyAeaor .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxyAeaor .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spIxyAeaor .navbar {
    display: block;
    padding: 0;
  }
  .cid-spIxyAeaor .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxyAeaor .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-spIxyAeaor .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-spIxyAeaor .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-spIxyAeaor .navbar-toggler {
    display: none;
  }
  .cid-spIxyAeaor .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxyAeaor .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-spIxyAeaor .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxyAeaor .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spIxyAeaor .menu-logo {
  margin-right: auto;
}
.cid-spIxyAeaor .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxyAeaor .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-spIxyAeaor .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spIxyAeaor .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spIxyAeaor .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-spIxyAeaor .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spIxyAeaor .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-spIxyAeaor .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spIxyAeaor .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxyAeaor .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spIxyAeaor .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spIxyAeaor .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spIxyAeaor .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spIxyAeaor .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spIxyAeaor .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-spIxyAeaor .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spIxyAeaor .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spIxyAeaor .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-spIxyAeaor .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spIxyAeaor button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxyAeaor button.navbar-toggler:focus {
  outline: none;
}
.cid-spIxyAeaor button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spIxyAeaor button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spIxyAeaor button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxyAeaor button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxyAeaor button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spIxyAeaor nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxyAeaor nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spIxyAeaor nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spIxyAeaor nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxyAeaor .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spIxyAeaor .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spIxyAeaor .collapsed .btn {
  display: flex;
}
.cid-spIxyAeaor .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spIxyAeaor .collapsed .navbar-collapse.collapsing,
.cid-spIxyAeaor .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spIxyAeaor .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spIxyAeaor .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spIxyAeaor .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spIxyAeaor .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spIxyAeaor .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spIxyAeaor .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-spIxyAeaor .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spIxyAeaor .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spIxyAeaor .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxyAeaor .collapsed button.navbar-toggler {
  display: block;
}
.cid-spIxyAeaor .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-spIxyAeaor .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spIxyAeaor .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-spIxyAeaor .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spIxyAeaor .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spIxyAeaor .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-spIxyAeaor .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-spIxyAeaor .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spIxyAeaor .navbar-collapse.collapsing,
  .cid-spIxyAeaor .navbar-collapse.show {
    display: block !important;
  }
  .cid-spIxyAeaor .navbar-collapse.collapsing .navbar-nav,
  .cid-spIxyAeaor .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spIxyAeaor .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spIxyAeaor .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spIxyAeaor .navbar-collapse.collapsing .navbar-buttons,
  .cid-spIxyAeaor .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-spIxyAeaor .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spIxyAeaor .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spIxyAeaor .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spIxyAeaor img {
    height: 3.8rem !important;
  }
  .cid-spIxyAeaor .btn {
    display: flex;
  }
  .cid-spIxyAeaor button.navbar-toggler {
    display: block;
  }
  .cid-spIxyAeaor .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-spIxyAeaor .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spIxyAeaor .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-spIxyAeaor .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spIxyAeaor .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spIxyAeaor .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-spIxyAeaor .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-spIxyAeaor .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-spIxyAeaor .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spIxyAeaor .nav-link:focus {
  outline: none;
}
.cid-spIxyAeaor .navbar-toggler {
  position: relative;
}
.cid-spIxyAeaor .dropdown-item.active,
.cid-spIxyAeaor .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-spIxyBmq4w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-spIxyBS9VI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spIxyBS9VI .card-wrapper {
  z-index: 3;
}
.cid-spIxyBS9VI .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spIxyBS9VI:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spIxyBS9VI .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spIxyBS9VI .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-spIxyCpVDI {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rings-on-wood-250-373x248.png");
}
.cid-spIxyCpVDI .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-spIxyCpVDI .form-control,
.cid-spIxyCpVDI .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spIxyCpVDI .form-control::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input::-webkit-input-placeholder,
.cid-spIxyCpVDI .form-control::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-spIxyCpVDI .form-control:-moz-placeholder,
.cid-spIxyCpVDI .field-input:-moz-placeholder,
.cid-spIxyCpVDI .form-control:-moz-placeholder,
.cid-spIxyCpVDI .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-spIxyCpVDI .form-control:hover,
.cid-spIxyCpVDI .field-input:hover,
.cid-spIxyCpVDI .form-control:focus,
.cid-spIxyCpVDI .field-input:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-spIxyCpVDI .form-control:hover::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input:hover::-webkit-input-placeholder,
.cid-spIxyCpVDI .form-control:focus::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input:focus::-webkit-input-placeholder,
.cid-spIxyCpVDI .form-control:hover::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input:hover::-webkit-input-placeholder,
.cid-spIxyCpVDI .form-control:focus::-webkit-input-placeholder,
.cid-spIxyCpVDI .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-spIxyCpVDI .form-control:hover:-moz-placeholder,
.cid-spIxyCpVDI .field-input:hover:-moz-placeholder,
.cid-spIxyCpVDI .form-control:focus:-moz-placeholder,
.cid-spIxyCpVDI .field-input:focus:-moz-placeholder,
.cid-spIxyCpVDI .form-control:hover:-moz-placeholder,
.cid-spIxyCpVDI .field-input:hover:-moz-placeholder,
.cid-spIxyCpVDI .form-control:focus:-moz-placeholder,
.cid-spIxyCpVDI .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-spIxyCpVDI .jq-number__spin:hover,
.cid-spIxyCpVDI .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-spIxyCpVDI .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-spIxyCpVDI .jq-selectbox li,
.cid-spIxyCpVDI .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-spIxyCpVDI .jq-selectbox li:hover,
.cid-spIxyCpVDI .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-spIxyCpVDI .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-spIxyCpVDI .jq-number__spin.minus:hover:after,
.cid-spIxyCpVDI .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-spIxyCpVDI .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-spIxyCpVDI .jq-number__spin.minus:after,
.cid-spIxyCpVDI .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-spIxyCpVDI input::-webkit-clear-button {
  display: none;
}
.cid-spIxyCpVDI input::-webkit-inner-spin-button {
  display: none;
}
.cid-spIxyCpVDI input::-webkit-outer-spin-button {
  display: none;
}
.cid-spIxyCpVDI input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqgZgWRptJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqgZgWRptJ .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqgZgWRptJ .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/coffin-1960x900.png");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqgZgWRptJ .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-sqgZgWRptJ .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqgZgWRptJ .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqgZgWRptJ .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqgZgWRptJ .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqgZgWRptJ .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqgZgWRptJ .col:hover .box-title2,
.cid-sqgZgWRptJ .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqgZgWRptJ .box-title2,
.cid-sqgZgWRptJ .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqgZgWRptJ .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-sqgZgWRptJ .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqgZgWRptJ .img-content {
    opacity: 1;
  }
  .cid-sqgZgWRptJ .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqgZgWRptJ .box-content {
    width: 100%;
  }
  .cid-sqgZgWRptJ .box-title2,
  .cid-sqgZgWRptJ .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqgZgWRptJ .content-block,
  .cid-sqgZgWRptJ .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sqgZgWRptJ .box-text1 {
  color: #333333;
}
.cid-sqgZgWRptJ .box-title2 {
  color: #ffffff;
}
.cid-spIxyDqKq5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spIxyDqKq5 .mbr-text {
  color: #767676;
}
.cid-spIxyDqKq5 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-spIxyDqKq5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-spIxyDqKq5 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-spIxyDqKq5 .mbr-text P {
  text-align: left;
}
.cid-spIxyE0wBZ {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-spIxyE0wBZ .container {
  max-width: 1400px;
}
.cid-spIxyE0wBZ .card-img2 span {
  padding-top: 6px;
}
.cid-spIxyE0wBZ .soc-item a {
  padding-top: 5px;
}
.cid-spIxyE0wBZ .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-spIxyE0wBZ .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-spIxyE0wBZ .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-spIxyE0wBZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spIxyE0wBZ svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-spIxyE0wBZ #e2_shape {
  fill: #ffffff !important;
}
.cid-spIxyE0wBZ .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-spIxyE0wBZ .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-spIxyE0wBZ .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spIxyE0wBZ .card-img {
  width: auto;
}
.cid-spIxyE0wBZ .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-spIxyE0wBZ .soc-item span {
  font-size: 1.4rem;
}
.cid-spIxyE0wBZ .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-spIxyE0wBZ .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-spIxyE0wBZ .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spIxyE0wBZ .media-wrap {
  margin-bottom: 1rem;
}
.cid-spIxyE0wBZ .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spIxyE0wBZ img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-spIxyE0wBZ .item {
    justify-content: center;
  }
  .cid-spIxyE0wBZ .quote::after {
    left: 60px;
  }
}
.cid-spIxyE0wBZ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-spIxyE0wBZ .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxyE0wBZ .text1 {
  color: #ffffff;
}
.cid-spIxyE0wBZ .item-title {
  color: #ffffff;
}
.cid-spIxyE0wBZ H5 {
  color: #ffffff;
}
.cid-spIxyE0wBZ .theme {
  color: #ffffff;
}
.cid-spIxyE0wBZ .copyright > p {
  color: #ff3366;
}
.cid-spIxyE0wBZ .text2 {
  color: #ffffff;
}
.cid-sqkCFqBlGb .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-sqkCFqBlGb .navbar-fixed-top {
  padding-top: 0;
}
.cid-sqkCFqBlGb .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-sqkCFqBlGb .navbar-buttons {
  flex-wrap: wrap;
}
.cid-sqkCFqBlGb .dropdown-item {
  padding: 0;
}
.cid-sqkCFqBlGb .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-sqkCFqBlGb .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-sqkCFqBlGb .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqkCFqBlGb .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sqkCFqBlGb a {
  font-style: normal;
}
.cid-sqkCFqBlGb .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-sqkCFqBlGb .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-sqkCFqBlGb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqkCFqBlGb .content-text {
  margin-bottom: 0;
}
.cid-sqkCFqBlGb .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-sqkCFqBlGb .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-sqkCFqBlGb .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-sqkCFqBlGb .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-sqkCFqBlGb .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-sqkCFqBlGb .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqkCFqBlGb .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-sqkCFqBlGb .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-sqkCFqBlGb .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sqkCFqBlGb .nav-dropdown .link {
  font-weight: 400;
}
.cid-sqkCFqBlGb .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-sqkCFqBlGb .content-right-side {
  text-align: center;
}
.cid-sqkCFqBlGb .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-sqkCFqBlGb .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-sqkCFqBlGb .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-sqkCFqBlGb .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-sqkCFqBlGb .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqkCFqBlGb .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-sqkCFqBlGb .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-sqkCFqBlGb .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-sqkCFqBlGb .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-sqkCFqBlGb .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-sqkCFqBlGb .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-sqkCFqBlGb .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqkCFqBlGb .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-sqkCFqBlGb .navbar {
    display: block;
    padding: 0;
  }
  .cid-sqkCFqBlGb .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-sqkCFqBlGb .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-sqkCFqBlGb .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-sqkCFqBlGb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-sqkCFqBlGb .navbar-toggler {
    display: none;
  }
  .cid-sqkCFqBlGb .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqkCFqBlGb .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-sqkCFqBlGb .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqkCFqBlGb .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-sqkCFqBlGb .menu-logo {
  margin-right: auto;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-sqkCFqBlGb .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sqkCFqBlGb .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-sqkCFqBlGb .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sqkCFqBlGb .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqkCFqBlGb .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sqkCFqBlGb .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sqkCFqBlGb .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sqkCFqBlGb .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sqkCFqBlGb .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-sqkCFqBlGb .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sqkCFqBlGb .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sqkCFqBlGb .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-sqkCFqBlGb .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sqkCFqBlGb button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqkCFqBlGb button.navbar-toggler:focus {
  outline: none;
}
.cid-sqkCFqBlGb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqkCFqBlGb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sqkCFqBlGb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkCFqBlGb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sqkCFqBlGb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sqkCFqBlGb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkCFqBlGb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sqkCFqBlGb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sqkCFqBlGb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sqkCFqBlGb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqkCFqBlGb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqkCFqBlGb .collapsed .btn {
  display: flex;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse.collapsing,
.cid-sqkCFqBlGb .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sqkCFqBlGb .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sqkCFqBlGb .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sqkCFqBlGb .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-sqkCFqBlGb .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sqkCFqBlGb .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sqkCFqBlGb .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-sqkCFqBlGb .collapsed button.navbar-toggler {
  display: block;
}
.cid-sqkCFqBlGb .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-sqkCFqBlGb .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sqkCFqBlGb .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-sqkCFqBlGb .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sqkCFqBlGb .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sqkCFqBlGb .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-sqkCFqBlGb .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sqkCFqBlGb .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sqkCFqBlGb .navbar-collapse.collapsing,
  .cid-sqkCFqBlGb .navbar-collapse.show {
    display: block !important;
  }
  .cid-sqkCFqBlGb .navbar-collapse.collapsing .navbar-nav,
  .cid-sqkCFqBlGb .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sqkCFqBlGb .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sqkCFqBlGb .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sqkCFqBlGb .navbar-collapse.collapsing .navbar-buttons,
  .cid-sqkCFqBlGb .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-sqkCFqBlGb .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sqkCFqBlGb .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sqkCFqBlGb .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sqkCFqBlGb img {
    height: 3.8rem !important;
  }
  .cid-sqkCFqBlGb .btn {
    display: flex;
  }
  .cid-sqkCFqBlGb button.navbar-toggler {
    display: block;
  }
  .cid-sqkCFqBlGb .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-sqkCFqBlGb .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sqkCFqBlGb .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-sqkCFqBlGb .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sqkCFqBlGb .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sqkCFqBlGb .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-sqkCFqBlGb .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-sqkCFqBlGb .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-sqkCFqBlGb .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-sqkCFqBlGb .nav-link:focus {
  outline: none;
}
.cid-sqkCFqBlGb .navbar-toggler {
  position: relative;
}
.cid-sqkCFqBlGb .dropdown-item.active,
.cid-sqkCFqBlGb .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-sqkCFrbcCR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sqkCFrwWOx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqkCFrwWOx .card-wrapper {
  z-index: 3;
}
.cid-sqkCFrwWOx .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-sqkCFrwWOx:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-sqkCFrwWOx .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-sqkCFrwWOx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sqkCFrUNJy {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/rings-on-wood-250-373x248.png");
}
.cid-sqkCFrUNJy .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sqkCFrUNJy .form-control,
.cid-sqkCFrUNJy .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqkCFrUNJy .form-control::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input::-webkit-input-placeholder,
.cid-sqkCFrUNJy .form-control::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sqkCFrUNJy .form-control:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:-moz-placeholder,
.cid-sqkCFrUNJy .form-control:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sqkCFrUNJy .form-control:hover,
.cid-sqkCFrUNJy .field-input:hover,
.cid-sqkCFrUNJy .form-control:focus,
.cid-sqkCFrUNJy .field-input:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #232323;
  box-shadow: none;
  outline: none;
}
.cid-sqkCFrUNJy .form-control:hover::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input:hover::-webkit-input-placeholder,
.cid-sqkCFrUNJy .form-control:focus::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input:focus::-webkit-input-placeholder,
.cid-sqkCFrUNJy .form-control:hover::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input:hover::-webkit-input-placeholder,
.cid-sqkCFrUNJy .form-control:focus::-webkit-input-placeholder,
.cid-sqkCFrUNJy .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-sqkCFrUNJy .form-control:hover:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:hover:-moz-placeholder,
.cid-sqkCFrUNJy .form-control:focus:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:focus:-moz-placeholder,
.cid-sqkCFrUNJy .form-control:hover:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:hover:-moz-placeholder,
.cid-sqkCFrUNJy .form-control:focus:-moz-placeholder,
.cid-sqkCFrUNJy .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-sqkCFrUNJy .jq-number__spin:hover,
.cid-sqkCFrUNJy .jq-number__spin:focus {
  background-color: #cccccc;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-sqkCFrUNJy .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sqkCFrUNJy .jq-selectbox li,
.cid-sqkCFrUNJy .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sqkCFrUNJy .jq-selectbox li:hover,
.cid-sqkCFrUNJy .jq-selectbox li.selected {
  background-color: #cccccc;
  color: #000000;
}
.cid-sqkCFrUNJy .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sqkCFrUNJy .jq-number__spin.minus:hover:after,
.cid-sqkCFrUNJy .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sqkCFrUNJy .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sqkCFrUNJy .jq-number__spin.minus:after,
.cid-sqkCFrUNJy .jq-number__spin.plus:after {
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
}
.cid-sqkCFrUNJy input::-webkit-clear-button {
  display: none;
}
.cid-sqkCFrUNJy input::-webkit-inner-spin-button {
  display: none;
}
.cid-sqkCFrUNJy input::-webkit-outer-spin-button {
  display: none;
}
.cid-sqkCFrUNJy input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sqkCFsrVdh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqkCFsrVdh .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-sqkCFsrVdh .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/steve-hilts-baptism-2000x1094.png");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-sqkCFsrVdh .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-sqkCFsrVdh .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-sqkCFsrVdh .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-sqkCFsrVdh .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-sqkCFsrVdh .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-sqkCFsrVdh .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-sqkCFsrVdh .col:hover .box-title2,
.cid-sqkCFsrVdh .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-sqkCFsrVdh .box-title2,
.cid-sqkCFsrVdh .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-sqkCFsrVdh .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-sqkCFsrVdh .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-sqkCFsrVdh .img-content {
    opacity: 1;
  }
  .cid-sqkCFsrVdh .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-sqkCFsrVdh .box-content {
    width: 100%;
  }
  .cid-sqkCFsrVdh .box-title2,
  .cid-sqkCFsrVdh .box-text2 {
    color: #ffffff !important;
  }
  .cid-sqkCFsrVdh .content-block,
  .cid-sqkCFsrVdh .content1 {
    padding: 3rem 1rem;
  }
}
.cid-sqkCFsrVdh .box-text1 {
  color: #333333;
}
.cid-sqkCFsrVdh .box-title2 {
  color: #ffffff;
}
.cid-sqkCFsNQeV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sqkCFsNQeV .mbr-text {
  color: #767676;
}
.cid-sqkCFsNQeV .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sqkCFsNQeV .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-sqkCFsNQeV .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #188ef4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #188ef4, #5eeebb);
}
.cid-sqkCFsNQeV .mbr-text P {
  text-align: left;
}
.cid-sqkCFt8Vus {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sqkCFt8Vus .container {
  max-width: 1400px;
}
.cid-sqkCFt8Vus .card-img2 span {
  padding-top: 6px;
}
.cid-sqkCFt8Vus .soc-item a {
  padding-top: 5px;
}
.cid-sqkCFt8Vus .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sqkCFt8Vus .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sqkCFt8Vus .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sqkCFt8Vus .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqkCFt8Vus svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sqkCFt8Vus #e2_shape {
  fill: #ffffff !important;
}
.cid-sqkCFt8Vus .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sqkCFt8Vus .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sqkCFt8Vus .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqkCFt8Vus .card-img {
  width: auto;
}
.cid-sqkCFt8Vus .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sqkCFt8Vus .soc-item span {
  font-size: 1.4rem;
}
.cid-sqkCFt8Vus .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sqkCFt8Vus .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sqkCFt8Vus .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sqkCFt8Vus .media-wrap {
  margin-bottom: 1rem;
}
.cid-sqkCFt8Vus .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sqkCFt8Vus img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sqkCFt8Vus .item {
    justify-content: center;
  }
  .cid-sqkCFt8Vus .quote::after {
    left: 60px;
  }
}
.cid-sqkCFt8Vus .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sqkCFt8Vus .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sqkCFt8Vus .text1 {
  color: #ffffff;
}
.cid-sqkCFt8Vus .item-title {
  color: #ffffff;
}
.cid-sqkCFt8Vus H5 {
  color: #ffffff;
}
.cid-sqkCFt8Vus .theme {
  color: #ffffff;
}
.cid-sqkCFt8Vus .copyright > p {
  color: #ff3366;
}
.cid-sqkCFt8Vus .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-szD7CioKRF {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-szD7CioKRF h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-szD7CioKRF h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-szD7CioKRF h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-szD7CioKRF .mbr-text,
.cid-szD7CioKRF .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-szD7CioKRF h3:before,
  .cid-szD7CioKRF h3:after {
    display: none;
  }
}
#custom-html-4s {
  /* Type valid CSS here */
}
#custom-html-4s div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4s p {
  font-size: 60px;
  color: #777;
}
.cid-szD6KK9JZm {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-szD6KK9JZm .container {
  max-width: 1400px;
}
.cid-szD6KK9JZm .card-img2 span {
  padding-top: 6px;
}
.cid-szD6KK9JZm .soc-item a {
  padding-top: 5px;
}
.cid-szD6KK9JZm .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-szD6KK9JZm .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-szD6KK9JZm .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-szD6KK9JZm .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-szD6KK9JZm svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-szD6KK9JZm #e2_shape {
  fill: #ffffff !important;
}
.cid-szD6KK9JZm .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-szD6KK9JZm .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-szD6KK9JZm .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-szD6KK9JZm .card-img {
  width: auto;
}
.cid-szD6KK9JZm .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-szD6KK9JZm .soc-item span {
  font-size: 1.4rem;
}
.cid-szD6KK9JZm .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-szD6KK9JZm .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-szD6KK9JZm .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-szD6KK9JZm .media-wrap {
  margin-bottom: 1rem;
}
.cid-szD6KK9JZm .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-szD6KK9JZm img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-szD6KK9JZm .item {
    justify-content: center;
  }
  .cid-szD6KK9JZm .quote::after {
    left: 60px;
  }
}
.cid-szD6KK9JZm .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-szD6KK9JZm .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-szD6KK9JZm .text1 {
  color: #ffffff;
}
.cid-szD6KK9JZm .item-title {
  color: #ffffff;
}
.cid-szD6KK9JZm H5 {
  color: #ffffff;
}
.cid-szD6KK9JZm .theme {
  color: #ffffff;
}
.cid-szD6KK9JZm .copyright > p {
  color: #ff3366;
}
.cid-szD6KK9JZm .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sBc2NXs1yu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sBc2NXs1yu span {
  color: #c1c1c1;
}
.cid-sBc2NXs1yu .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sBc2NXs1yu .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sBc2NXs1yu .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sBc2NXs1yu .block-quote {
  color: #767676;
}
#custom-html-4x {
  /* Type valid CSS here */
}
#custom-html-4x div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-4x p {
  font-size: 60px;
  color: #777;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sBK6vrGbdI {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sBK6vrGbdI span {
  color: #c1c1c1;
}
.cid-sBK6vrGbdI .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sBK6vrGbdI .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-sBK6vrGbdI .flex-block span {
    margin-left: 2rem;
  }
}
.cid-sBK6vrGbdI .block-quote {
  color: #767676;
}
.cid-sBK6iTLqRi {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ben-white-ejpzqdlbfia-unsplash-2000x1335.jpg");
}
.cid-sBK6iTLqRi h4 {
  display: flex;
  color: #232323;
}
.cid-sBK6iTLqRi .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sBK6iTLqRi .wrap {
  display: flex;
}
.cid-sBK6iTLqRi .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBK6iTLqRi img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBK6iTLqRi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-sBK6iTLqRi p {
  margin: 0;
}
.cid-sBK6iTLqRi .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBK6iTLqRi .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sBK6iTLqRi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBK6iTLqRi .panel-group {
  width: 100%;
}
.cid-sBK6iTLqRi .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBK6iTLqRi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBK6iTLqRi .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBK6iTLqRi .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBK6iTLqRi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBK6iTLqRi .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBK6iTLqRi .card .panel-body {
  background: #ffffff;
}
.cid-sBK6iTLqRi .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBK6iTLqRi .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBK6iTLqRi .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBK6iTLqRi .header-text,
.cid-sBK6iTLqRi .sign {
  color: #ffffff;
}
.cid-sBLvwKV1Xi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/old-country-church-2000x1333.jpg");
}
.cid-sBLvwKV1Xi h4 {
  display: flex;
  color: #232323;
}
.cid-sBLvwKV1Xi .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sBLvwKV1Xi .wrap {
  display: flex;
}
.cid-sBLvwKV1Xi .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sBLvwKV1Xi img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sBLvwKV1Xi .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sBLvwKV1Xi p {
  margin: 0;
}
.cid-sBLvwKV1Xi .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sBLvwKV1Xi .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sBLvwKV1Xi .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sBLvwKV1Xi .panel-group {
  width: 100%;
}
.cid-sBLvwKV1Xi .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sBLvwKV1Xi .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sBLvwKV1Xi .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sBLvwKV1Xi .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sBLvwKV1Xi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sBLvwKV1Xi .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sBLvwKV1Xi .card .panel-body {
  background: #ffffff;
}
.cid-sBLvwKV1Xi .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sBLvwKV1Xi .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sBLvwKV1Xi .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sBLvwKV1Xi .header-text,
.cid-sBLvwKV1Xi .sign {
  color: #ffffff;
}
.cid-sC1jzVm4Il {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ucpc-8-2000x1335.jpg");
}
.cid-sC1jzVm4Il h4 {
  display: flex;
  color: #232323;
}
.cid-sC1jzVm4Il .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sC1jzVm4Il .wrap {
  display: flex;
}
.cid-sC1jzVm4Il .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sC1jzVm4Il img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sC1jzVm4Il .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sC1jzVm4Il p {
  margin: 0;
}
.cid-sC1jzVm4Il .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sC1jzVm4Il .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sC1jzVm4Il .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sC1jzVm4Il .panel-group {
  width: 100%;
}
.cid-sC1jzVm4Il .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sC1jzVm4Il .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sC1jzVm4Il .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sC1jzVm4Il .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sC1jzVm4Il .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sC1jzVm4Il .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sC1jzVm4Il .card .panel-body {
  background: #ffffff;
}
.cid-sC1jzVm4Il .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sC1jzVm4Il .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sC1jzVm4Il .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sC1jzVm4Il .header-text,
.cid-sC1jzVm4Il .sign {
  color: #ffffff;
}
.cid-sCoBtQC22z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ephesus-2000x1201.jpg");
}
.cid-sCoBtQC22z h4 {
  display: flex;
  color: #232323;
}
.cid-sCoBtQC22z .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sCoBtQC22z .wrap {
  display: flex;
}
.cid-sCoBtQC22z .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sCoBtQC22z img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sCoBtQC22z .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sCoBtQC22z p {
  margin: 0;
}
.cid-sCoBtQC22z .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sCoBtQC22z .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sCoBtQC22z .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sCoBtQC22z .panel-group {
  width: 100%;
}
.cid-sCoBtQC22z .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sCoBtQC22z .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sCoBtQC22z .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sCoBtQC22z .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sCoBtQC22z .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCoBtQC22z .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sCoBtQC22z .card .panel-body {
  background: #ffffff;
}
.cid-sCoBtQC22z .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCoBtQC22z .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sCoBtQC22z .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sCoBtQC22z .header-text,
.cid-sCoBtQC22z .sign {
  color: #ffffff;
}
.cid-sCV5lCvptM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/love-1074x600.jpg");
}
.cid-sCV5lCvptM h4 {
  display: flex;
  color: #232323;
}
.cid-sCV5lCvptM .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sCV5lCvptM .wrap {
  display: flex;
}
.cid-sCV5lCvptM .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sCV5lCvptM img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sCV5lCvptM .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sCV5lCvptM p {
  margin: 0;
}
.cid-sCV5lCvptM .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sCV5lCvptM .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sCV5lCvptM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sCV5lCvptM .panel-group {
  width: 100%;
}
.cid-sCV5lCvptM .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sCV5lCvptM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sCV5lCvptM .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sCV5lCvptM .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sCV5lCvptM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sCV5lCvptM .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sCV5lCvptM .card .panel-body {
  background: #ffffff;
}
.cid-sCV5lCvptM .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sCV5lCvptM .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sCV5lCvptM .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sCV5lCvptM .header-text,
.cid-sCV5lCvptM .sign {
  color: #ffffff;
}
.cid-sDy1nJD6Dw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/persecution3-894x502.jpg");
}
.cid-sDy1nJD6Dw h4 {
  display: flex;
  color: #232323;
}
.cid-sDy1nJD6Dw .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sDy1nJD6Dw .wrap {
  display: flex;
}
.cid-sDy1nJD6Dw .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sDy1nJD6Dw img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sDy1nJD6Dw .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sDy1nJD6Dw p {
  margin: 0;
}
.cid-sDy1nJD6Dw .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sDy1nJD6Dw .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sDy1nJD6Dw .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sDy1nJD6Dw .panel-group {
  width: 100%;
}
.cid-sDy1nJD6Dw .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sDy1nJD6Dw .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sDy1nJD6Dw .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sDy1nJD6Dw .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sDy1nJD6Dw .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sDy1nJD6Dw .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sDy1nJD6Dw .card .panel-body {
  background: #ffffff;
}
.cid-sDy1nJD6Dw .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sDy1nJD6Dw .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sDy1nJD6Dw .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sDy1nJD6Dw .header-text,
.cid-sDy1nJD6Dw .sign {
  color: #ffffff;
}
.cid-sER1BDorSx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/bonfire-gathering-750x500.jpg");
}
.cid-sER1BDorSx h4 {
  display: flex;
  color: #232323;
}
.cid-sER1BDorSx .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sER1BDorSx .wrap {
  display: flex;
}
.cid-sER1BDorSx .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sER1BDorSx img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sER1BDorSx .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sER1BDorSx p {
  margin: 0;
}
.cid-sER1BDorSx .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sER1BDorSx .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sER1BDorSx .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sER1BDorSx .panel-group {
  width: 100%;
}
.cid-sER1BDorSx .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sER1BDorSx .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sER1BDorSx .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sER1BDorSx .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sER1BDorSx .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sER1BDorSx .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sER1BDorSx .card .panel-body {
  background: #ffffff;
}
.cid-sER1BDorSx .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sER1BDorSx .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sER1BDorSx .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sER1BDorSx .header-text,
.cid-sER1BDorSx .sign {
  color: #ffffff;
}
.cid-sHIJlTrqDa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/woman-reading-2-700x330.jpg");
}
.cid-sHIJlTrqDa h4 {
  display: flex;
  color: #232323;
}
.cid-sHIJlTrqDa .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sHIJlTrqDa .wrap {
  display: flex;
}
.cid-sHIJlTrqDa .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sHIJlTrqDa img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sHIJlTrqDa .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sHIJlTrqDa p {
  margin: 0;
}
.cid-sHIJlTrqDa .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sHIJlTrqDa .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sHIJlTrqDa .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sHIJlTrqDa .panel-group {
  width: 100%;
}
.cid-sHIJlTrqDa .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sHIJlTrqDa .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sHIJlTrqDa .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sHIJlTrqDa .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sHIJlTrqDa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sHIJlTrqDa .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sHIJlTrqDa .card .panel-body {
  background: #ffffff;
}
.cid-sHIJlTrqDa .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sHIJlTrqDa .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sHIJlTrqDa .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sHIJlTrqDa .header-text,
.cid-sHIJlTrqDa .sign {
  color: #ffffff;
}
.cid-sILj3UkFGz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/ucpc-6-2000x1335.jpg");
}
.cid-sILj3UkFGz h4 {
  display: flex;
  color: #232323;
}
.cid-sILj3UkFGz .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sILj3UkFGz .wrap {
  display: flex;
}
.cid-sILj3UkFGz .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sILj3UkFGz img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sILj3UkFGz .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sILj3UkFGz p {
  margin: 0;
}
.cid-sILj3UkFGz .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sILj3UkFGz .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sILj3UkFGz .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sILj3UkFGz .panel-group {
  width: 100%;
}
.cid-sILj3UkFGz .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sILj3UkFGz .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sILj3UkFGz .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sILj3UkFGz .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sILj3UkFGz .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sILj3UkFGz .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sILj3UkFGz .card .panel-body {
  background: #ffffff;
}
.cid-sILj3UkFGz .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sILj3UkFGz .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sILj3UkFGz .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sILj3UkFGz .header-text,
.cid-sILj3UkFGz .sign {
  color: #ffffff;
}
.cid-sMju9egZgN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/16horsefarm-span-jumbo-1024x684.jpg");
}
.cid-sMju9egZgN h4 {
  display: flex;
  color: #232323;
}
.cid-sMju9egZgN .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sMju9egZgN .wrap {
  display: flex;
}
.cid-sMju9egZgN .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sMju9egZgN img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sMju9egZgN .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sMju9egZgN p {
  margin: 0;
}
.cid-sMju9egZgN .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sMju9egZgN .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sMju9egZgN .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sMju9egZgN .panel-group {
  width: 100%;
}
.cid-sMju9egZgN .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sMju9egZgN .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sMju9egZgN .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sMju9egZgN .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sMju9egZgN .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sMju9egZgN .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sMju9egZgN .card .panel-body {
  background: #ffffff;
}
.cid-sMju9egZgN .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sMju9egZgN .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sMju9egZgN .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sMju9egZgN .header-text,
.cid-sMju9egZgN .sign {
  color: #ffffff;
}
.cid-sPBI79gDU8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/christ-teaches-640x480.jpg");
}
.cid-sPBI79gDU8 h4 {
  display: flex;
  color: #232323;
}
.cid-sPBI79gDU8 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sPBI79gDU8 .wrap {
  display: flex;
}
.cid-sPBI79gDU8 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sPBI79gDU8 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sPBI79gDU8 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sPBI79gDU8 p {
  margin: 0;
}
.cid-sPBI79gDU8 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sPBI79gDU8 .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sPBI79gDU8 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sPBI79gDU8 .panel-group {
  width: 100%;
}
.cid-sPBI79gDU8 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sPBI79gDU8 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sPBI79gDU8 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sPBI79gDU8 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sPBI79gDU8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sPBI79gDU8 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sPBI79gDU8 .card .panel-body {
  background: #ffffff;
}
.cid-sPBI79gDU8 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sPBI79gDU8 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sPBI79gDU8 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sPBI79gDU8 .header-text,
.cid-sPBI79gDU8 .sign {
  color: #ffffff;
}
.cid-sQKzYuBEqC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/christ-statue-724x483.jpg");
}
.cid-sQKzYuBEqC h4 {
  display: flex;
  color: #232323;
}
.cid-sQKzYuBEqC .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-sQKzYuBEqC .wrap {
  display: flex;
}
.cid-sQKzYuBEqC .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-sQKzYuBEqC img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-sQKzYuBEqC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-sQKzYuBEqC p {
  margin: 0;
}
.cid-sQKzYuBEqC .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-sQKzYuBEqC .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-sQKzYuBEqC .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-sQKzYuBEqC .panel-group {
  width: 100%;
}
.cid-sQKzYuBEqC .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-sQKzYuBEqC .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-sQKzYuBEqC .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-sQKzYuBEqC .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-sQKzYuBEqC .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sQKzYuBEqC .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-sQKzYuBEqC .card .panel-body {
  background: #ffffff;
}
.cid-sQKzYuBEqC .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-sQKzYuBEqC .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sQKzYuBEqC .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-sQKzYuBEqC .header-text,
.cid-sQKzYuBEqC .sign {
  color: #ffffff;
}
.cid-t01gF6as8p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/article-image-1800x600.png");
}
.cid-t01gF6as8p h4 {
  display: flex;
  color: #232323;
}
.cid-t01gF6as8p .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-t01gF6as8p .wrap {
  display: flex;
}
.cid-t01gF6as8p .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t01gF6as8p img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t01gF6as8p .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t01gF6as8p p {
  margin: 0;
}
.cid-t01gF6as8p .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t01gF6as8p .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-t01gF6as8p .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t01gF6as8p .panel-group {
  width: 100%;
}
.cid-t01gF6as8p .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t01gF6as8p .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t01gF6as8p .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t01gF6as8p .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t01gF6as8p .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t01gF6as8p .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t01gF6as8p .card .panel-body {
  background: #ffffff;
}
.cid-t01gF6as8p .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t01gF6as8p .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t01gF6as8p .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t01gF6as8p .header-text,
.cid-t01gF6as8p .sign {
  color: #ffffff;
}
.cid-t01ocIukw9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/go-and-tell-799x457.jpg");
}
.cid-t01ocIukw9 h4 {
  display: flex;
  color: #232323;
}
.cid-t01ocIukw9 .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-t01ocIukw9 .wrap {
  display: flex;
}
.cid-t01ocIukw9 .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t01ocIukw9 img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t01ocIukw9 .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t01ocIukw9 p {
  margin: 0;
}
.cid-t01ocIukw9 .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t01ocIukw9 .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-t01ocIukw9 .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t01ocIukw9 .panel-group {
  width: 100%;
}
.cid-t01ocIukw9 .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t01ocIukw9 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t01ocIukw9 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t01ocIukw9 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t01ocIukw9 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t01ocIukw9 .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t01ocIukw9 .card .panel-body {
  background: #ffffff;
}
.cid-t01ocIukw9 .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t01ocIukw9 .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t01ocIukw9 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t01ocIukw9 .header-text,
.cid-t01ocIukw9 .sign {
  color: #ffffff;
}
.cid-t86hJVAwdE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/helping-hand-540x360.jpg");
}
.cid-t86hJVAwdE h4 {
  display: flex;
  color: #232323;
}
.cid-t86hJVAwdE .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-t86hJVAwdE .wrap {
  display: flex;
}
.cid-t86hJVAwdE .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t86hJVAwdE img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t86hJVAwdE .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t86hJVAwdE p {
  margin: 0;
}
.cid-t86hJVAwdE .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t86hJVAwdE .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-t86hJVAwdE .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t86hJVAwdE .panel-group {
  width: 100%;
}
.cid-t86hJVAwdE .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t86hJVAwdE .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t86hJVAwdE .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t86hJVAwdE .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t86hJVAwdE .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t86hJVAwdE .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t86hJVAwdE .card .panel-body {
  background: #ffffff;
}
.cid-t86hJVAwdE .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t86hJVAwdE .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t86hJVAwdE .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t86hJVAwdE .header-text,
.cid-t86hJVAwdE .sign {
  color: #ffffff;
}
.cid-t86hKUdErh {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/youth-group-holding-bible-1600x1064.jpg");
}
.cid-t86hKUdErh h4 {
  display: flex;
  color: #232323;
}
.cid-t86hKUdErh .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-t86hKUdErh .wrap {
  display: flex;
}
.cid-t86hKUdErh .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t86hKUdErh img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t86hKUdErh .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t86hKUdErh p {
  margin: 0;
}
.cid-t86hKUdErh .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t86hKUdErh .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-t86hKUdErh .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t86hKUdErh .panel-group {
  width: 100%;
}
.cid-t86hKUdErh .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t86hKUdErh .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t86hKUdErh .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t86hKUdErh .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t86hKUdErh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t86hKUdErh .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t86hKUdErh .card .panel-body {
  background: #ffffff;
}
.cid-t86hKUdErh .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t86hKUdErh .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t86hKUdErh .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t86hKUdErh .header-text,
.cid-t86hKUdErh .sign {
  color: #ffffff;
}
.cid-t9Bnbi5x7T {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t9Bnbi5x7T h4 {
  display: flex;
  color: #232323;
}
.cid-t9Bnbi5x7T .panel-text {
  color: #767676;
  line-height: 1.7;
}
.cid-t9Bnbi5x7T .wrap {
  display: flex;
}
.cid-t9Bnbi5x7T .icon {
  background: #2461d8;
  min-width: 33px;
  min-height: 33px;
  border-radius: 100%;
  color: white!important;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 900;
}
.cid-t9Bnbi5x7T img {
  max-width: 600px;
  width: 100%;
  margin: auto;
  padding: 2rem;
}
.cid-t9Bnbi5x7T .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-t9Bnbi5x7T p {
  margin: 0;
}
.cid-t9Bnbi5x7T .card .card-header a.panel-title {
  background-color: transparent!important;
  margin-top: 0px!important;
}
.cid-t9Bnbi5x7T .mbr-section-subtitle {
  font-weight: 500;
  color: #656565;
  text-align: center;
}
.cid-t9Bnbi5x7T .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-t9Bnbi5x7T .panel-group {
  width: 100%;
}
.cid-t9Bnbi5x7T .panel-title {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-t9Bnbi5x7T .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-t9Bnbi5x7T .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-t9Bnbi5x7T .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-t9Bnbi5x7T .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t9Bnbi5x7T .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem;
  margin-bottom: 0;
}
.cid-t9Bnbi5x7T .card .panel-body {
  background: #ffffff;
}
.cid-t9Bnbi5x7T .media-container-row .accordion-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-t9Bnbi5x7T .media-container-row > div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-t9Bnbi5x7T .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-t9Bnbi5x7T .header-text,
.cid-t9Bnbi5x7T .sign {
  color: #232323;
}
.cid-sBKbcekBSF {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sBKbcekBSF .container {
  max-width: 1400px;
}
.cid-sBKbcekBSF .card-img2 span {
  padding-top: 6px;
}
.cid-sBKbcekBSF .soc-item a {
  padding-top: 5px;
}
.cid-sBKbcekBSF .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sBKbcekBSF .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sBKbcekBSF .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sBKbcekBSF .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sBKbcekBSF svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sBKbcekBSF #e2_shape {
  fill: #ffffff !important;
}
.cid-sBKbcekBSF .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sBKbcekBSF .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sBKbcekBSF .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sBKbcekBSF .card-img {
  width: auto;
}
.cid-sBKbcekBSF .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sBKbcekBSF .soc-item span {
  font-size: 1.4rem;
}
.cid-sBKbcekBSF .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sBKbcekBSF .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sBKbcekBSF .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sBKbcekBSF .media-wrap {
  margin-bottom: 1rem;
}
.cid-sBKbcekBSF .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sBKbcekBSF img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sBKbcekBSF .item {
    justify-content: center;
  }
  .cid-sBKbcekBSF .quote::after {
    left: 60px;
  }
}
.cid-sBKbcekBSF .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sBKbcekBSF .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sBKbcekBSF .text1 {
  color: #ffffff;
}
.cid-sBKbcekBSF .item-title {
  color: #ffffff;
}
.cid-sBKbcekBSF H5 {
  color: #ffffff;
}
.cid-sBKbcekBSF .theme {
  color: #ffffff;
}
.cid-sBKbcekBSF .copyright > p {
  color: #ff3366;
}
.cid-sBKbcekBSF .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sIycjdfSdV {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIycjdfSdV .mbr-text {
  color: #767676;
}
.cid-sIycjdfSdV .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sIycjdfSdV .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sIy2ULlZHW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/foster-cutout-1502x650.png");
}
.cid-sIy2ULlZHW .link {
  position: relative;
  letter-spacing: 2px;
}
.cid-sIy2ULlZHW .link:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-sIy2ULlZHW .card {
  position: relative;
}
.cid-sIy2ULlZHW .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity: 0.7;
  transition: all 0.6s;
}
.cid-sIy2ULlZHW .card:hover:before {
  opacity: 0.9;
}
.cid-sIy2ULlZHW .card-box {
  padding: 4rem 1rem;
  z-index: 2;
}
.cid-sIy2ULlZHW .mbr-text {
  color: #000000;
}
.cid-sIydndbm4Y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sIydndbm4Y H1 {
  color: #57468b;
}
.cid-sIydndbm4Y .mbr-text,
.cid-sIydndbm4Y .mbr-section-btn {
  color: #716c80;
}
.cid-sIydndbm4Y img {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .cid-sIydndbm4Y .col-lg-6 {
    padding: 0 2rem;
  }
}
.cid-sIy269MCUV {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sIy269MCUV .container {
  max-width: 1400px;
}
.cid-sIy269MCUV .card-img2 span {
  padding-top: 6px;
}
.cid-sIy269MCUV .soc-item a {
  padding-top: 5px;
}
.cid-sIy269MCUV .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIy269MCUV .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIy269MCUV .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIy269MCUV .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIy269MCUV svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIy269MCUV #e2_shape {
  fill: #ffffff !important;
}
.cid-sIy269MCUV .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIy269MCUV .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIy269MCUV .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIy269MCUV .card-img {
  width: auto;
}
.cid-sIy269MCUV .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIy269MCUV .soc-item span {
  font-size: 1.4rem;
}
.cid-sIy269MCUV .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sIy269MCUV .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIy269MCUV .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIy269MCUV .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIy269MCUV .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIy269MCUV img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIy269MCUV .item {
    justify-content: center;
  }
  .cid-sIy269MCUV .quote::after {
    left: 60px;
  }
}
.cid-sIy269MCUV .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIy269MCUV .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIy269MCUV .text1 {
  color: #ffffff;
}
.cid-sIy269MCUV .item-title {
  color: #ffffff;
}
.cid-sIy269MCUV H5 {
  color: #ffffff;
}
.cid-sIy269MCUV .theme {
  color: #ffffff;
}
.cid-sIy269MCUV .copyright > p {
  color: #ff3366;
}
.cid-sIy269MCUV .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sIyilCifuR {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIyilCifuR .mbr-text {
  color: #767676;
}
.cid-sIyilCifuR .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sIyilCifuR .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sIyl0qMaiE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIyl0qMaiE .mbr-text {
  color: #767676;
}
.cid-sIyl0qMaiE .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-sIyl0qMaiE .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sIyhZA9JZU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sIyhZA9JZU .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIyhZA9JZU .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-sIyhZA9JZU .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-sIyhZA9JZU textarea {
  min-height: 150px;
}
.cid-sIyhZA9JZU .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-sIyhZA9JZU .form-control,
.cid-sIyhZA9JZU .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-sIyhZA9JZU .form-control:hover,
.cid-sIyhZA9JZU .field-input:hover,
.cid-sIyhZA9JZU .form-control:focus,
.cid-sIyhZA9JZU .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none;
  outline: none;
}
.cid-sIyhZA9JZU .form-control:hover input::-webkit-input-placeholder,
.cid-sIyhZA9JZU .field-input:hover input::-webkit-input-placeholder,
.cid-sIyhZA9JZU .form-control:focus input::-webkit-input-placeholder,
.cid-sIyhZA9JZU .field-input:focus input::-webkit-input-placeholder,
.cid-sIyhZA9JZU .form-control:hover textarea::-webkit-input-placeholder,
.cid-sIyhZA9JZU .field-input:hover textarea::-webkit-input-placeholder,
.cid-sIyhZA9JZU .form-control:focus textarea::-webkit-input-placeholder,
.cid-sIyhZA9JZU .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-sIyhZA9JZU .form-control:hover input:-moz-placeholder,
.cid-sIyhZA9JZU .field-input:hover input:-moz-placeholder,
.cid-sIyhZA9JZU .form-control:focus input:-moz-placeholder,
.cid-sIyhZA9JZU .field-input:focus input:-moz-placeholder,
.cid-sIyhZA9JZU .form-control:hover textarea:-moz-placeholder,
.cid-sIyhZA9JZU .field-input:hover textarea:-moz-placeholder,
.cid-sIyhZA9JZU .form-control:focus textarea:-moz-placeholder,
.cid-sIyhZA9JZU .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-sIyhZA9JZU input::-webkit-input-placeholder,
.cid-sIyhZA9JZU textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-sIyhZA9JZU input:-moz-placeholder,
.cid-sIyhZA9JZU textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-sIyhZA9JZU .jq-number__spin:hover,
.cid-sIyhZA9JZU .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIyhZA9JZU .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIyhZA9JZU .jq-selectbox li,
.cid-sIyhZA9JZU .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sIyhZA9JZU .jq-selectbox li:hover,
.cid-sIyhZA9JZU .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-sIyhZA9JZU .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sIyhZA9JZU .jq-number__spin.minus:hover:after,
.cid-sIyhZA9JZU .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-sIyhZA9JZU .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sIyhZA9JZU .jq-number__spin.minus:after,
.cid-sIyhZA9JZU .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-sIyhZA9JZU input::-webkit-clear-button {
  display: none;
}
.cid-sIyhZA9JZU input::-webkit-inner-spin-button {
  display: none;
}
.cid-sIyhZA9JZU input::-webkit-outer-spin-button {
  display: none;
}
.cid-sIyhZA9JZU input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sIyi4L4q6W {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sIyi4L4q6W .container {
  max-width: 1400px;
}
.cid-sIyi4L4q6W .card-img2 span {
  padding-top: 6px;
}
.cid-sIyi4L4q6W .soc-item a {
  padding-top: 5px;
}
.cid-sIyi4L4q6W .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sIyi4L4q6W .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sIyi4L4q6W .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sIyi4L4q6W .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sIyi4L4q6W svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sIyi4L4q6W #e2_shape {
  fill: #ffffff !important;
}
.cid-sIyi4L4q6W .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sIyi4L4q6W .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sIyi4L4q6W .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sIyi4L4q6W .card-img {
  width: auto;
}
.cid-sIyi4L4q6W .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sIyi4L4q6W .soc-item span {
  font-size: 1.4rem;
}
.cid-sIyi4L4q6W .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sIyi4L4q6W .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sIyi4L4q6W .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sIyi4L4q6W .media-wrap {
  margin-bottom: 1rem;
}
.cid-sIyi4L4q6W .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sIyi4L4q6W img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sIyi4L4q6W .item {
    justify-content: center;
  }
  .cid-sIyi4L4q6W .quote::after {
    left: 60px;
  }
}
.cid-sIyi4L4q6W .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sIyi4L4q6W .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sIyi4L4q6W .text1 {
  color: #ffffff;
}
.cid-sIyi4L4q6W .item-title {
  color: #ffffff;
}
.cid-sIyi4L4q6W H5 {
  color: #ffffff;
}
.cid-sIyi4L4q6W .theme {
  color: #ffffff;
}
.cid-sIyi4L4q6W .copyright > p {
  color: #ff3366;
}
.cid-sIyi4L4q6W .text2 {
  color: #ffffff;
}
.cid-spIxBnMh2z .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-spIxBnMh2z .navbar-fixed-top {
  padding-top: 0;
}
.cid-spIxBnMh2z .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-spIxBnMh2z .navbar-buttons {
  flex-wrap: wrap;
}
.cid-spIxBnMh2z .dropdown-item {
  padding: 0;
}
.cid-spIxBnMh2z .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-spIxBnMh2z .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-spIxBnMh2z .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxBnMh2z .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-spIxBnMh2z a {
  font-style: normal;
}
.cid-spIxBnMh2z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-spIxBnMh2z .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-spIxBnMh2z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxBnMh2z .content-text {
  margin-bottom: 0;
}
.cid-spIxBnMh2z .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-spIxBnMh2z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-spIxBnMh2z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-spIxBnMh2z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-spIxBnMh2z .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-spIxBnMh2z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxBnMh2z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-spIxBnMh2z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-spIxBnMh2z .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spIxBnMh2z .nav-dropdown .link {
  font-weight: 400;
}
.cid-spIxBnMh2z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-spIxBnMh2z .content-right-side {
  text-align: center;
}
.cid-spIxBnMh2z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-spIxBnMh2z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-spIxBnMh2z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-spIxBnMh2z .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-spIxBnMh2z .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxBnMh2z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-spIxBnMh2z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-spIxBnMh2z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-spIxBnMh2z .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-spIxBnMh2z .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-spIxBnMh2z .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-spIxBnMh2z .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxBnMh2z .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-spIxBnMh2z .navbar {
    display: block;
    padding: 0;
  }
  .cid-spIxBnMh2z .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spIxBnMh2z .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-spIxBnMh2z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-spIxBnMh2z .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-spIxBnMh2z .navbar-toggler {
    display: none;
  }
  .cid-spIxBnMh2z .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxBnMh2z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-spIxBnMh2z .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxBnMh2z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-spIxBnMh2z .menu-logo {
  margin-right: auto;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-spIxBnMh2z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-spIxBnMh2z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-spIxBnMh2z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-spIxBnMh2z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxBnMh2z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-spIxBnMh2z .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-spIxBnMh2z .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-spIxBnMh2z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-spIxBnMh2z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-spIxBnMh2z .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-spIxBnMh2z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-spIxBnMh2z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spIxBnMh2z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-spIxBnMh2z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-spIxBnMh2z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spIxBnMh2z button.navbar-toggler:focus {
  outline: none;
}
.cid-spIxBnMh2z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spIxBnMh2z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-spIxBnMh2z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxBnMh2z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-spIxBnMh2z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-spIxBnMh2z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxBnMh2z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-spIxBnMh2z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-spIxBnMh2z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-spIxBnMh2z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spIxBnMh2z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spIxBnMh2z .collapsed .btn {
  display: flex;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse.collapsing,
.cid-spIxBnMh2z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-spIxBnMh2z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-spIxBnMh2z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-spIxBnMh2z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-spIxBnMh2z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-spIxBnMh2z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-spIxBnMh2z .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-spIxBnMh2z .collapsed button.navbar-toggler {
  display: block;
}
.cid-spIxBnMh2z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-spIxBnMh2z .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spIxBnMh2z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-spIxBnMh2z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-spIxBnMh2z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-spIxBnMh2z .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-spIxBnMh2z .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-spIxBnMh2z .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-spIxBnMh2z .navbar-collapse.collapsing,
  .cid-spIxBnMh2z .navbar-collapse.show {
    display: block !important;
  }
  .cid-spIxBnMh2z .navbar-collapse.collapsing .navbar-nav,
  .cid-spIxBnMh2z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-spIxBnMh2z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-spIxBnMh2z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-spIxBnMh2z .navbar-collapse.collapsing .navbar-buttons,
  .cid-spIxBnMh2z .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-spIxBnMh2z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-spIxBnMh2z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-spIxBnMh2z .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spIxBnMh2z img {
    height: 3.8rem !important;
  }
  .cid-spIxBnMh2z .btn {
    display: flex;
  }
  .cid-spIxBnMh2z button.navbar-toggler {
    display: block;
  }
  .cid-spIxBnMh2z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-spIxBnMh2z .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-spIxBnMh2z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-spIxBnMh2z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-spIxBnMh2z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-spIxBnMh2z .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-spIxBnMh2z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-spIxBnMh2z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-spIxBnMh2z .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-spIxBnMh2z .nav-link:focus {
  outline: none;
}
.cid-spIxBnMh2z .navbar-toggler {
  position: relative;
}
.cid-spIxBnMh2z .dropdown-item.active,
.cid-spIxBnMh2z .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-spIxBoWgxI {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-t1lgvShyiA {
  padding-top: 160px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/ahg-tlusa-3-cords-flyer2-612x503.jpg");
}
.cid-t1lgvShyiA .mbr-overlay {
  background: linear-gradient(90deg, #149dcc, #b2ccd2);
}
.cid-t1lgvShyiA .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-t1lgvShyiA .text-content {
  padding-right: 1.5rem;
}
.cid-t1lgvShyiA .mbr-text,
.cid-t1lgvShyiA .mbr-section-btn {
  color: #21234e;
}
.cid-t1lgvShyiA .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  box-shadow: 0px 0px 30px rgba(120, 120, 120, 0.3);
  border-radius: .25rem;
}
.cid-t1lgvShyiA .counter-container {
  padding: 1rem 0;
  position: relative;
}
.cid-t1lgvShyiA .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-t1lgvShyiA .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-t1lgvShyiA .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 0px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #188ef4;
}
@media (max-width: 991px) {
  .cid-t1lgvShyiA .main-row {
    margin: 0;
  }
  .cid-t1lgvShyiA .mbr-section-title,
  .cid-t1lgvShyiA .mbr-text,
  .cid-t1lgvShyiA .list,
  .cid-t1lgvShyiA .mbr-section-btn {
    text-align: center !important;
  }
  .cid-t1lgvShyiA .text-content {
    padding: 0;
  }
}
.cid-t1lgvShyiA .mbr-section-title {
  color: #21234e;
}
.cid-spIxBpo8xm {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spIxBpo8xm .card-wrapper {
  z-index: 3;
}
.cid-spIxBpo8xm .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-spIxBpo8xm:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-spIxBpo8xm .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-spIxBpo8xm .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-sN9C6OFMwE {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sN9C6OFMwE .mbr-text {
  color: #767676;
}
.cid-sN9C6OFMwE .mbr-subtitle {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sN9C6OFMwE .md-pb {
    margin-bottom: 2rem;
  }
}
#custom-html-68 {
  /* Type valid CSS here */
}
#custom-html-68 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-68 p {
  font-size: 60px;
  color: #777;
}
.cid-spIxBrn6WS {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-spIxBrn6WS .container {
  max-width: 1400px;
}
.cid-spIxBrn6WS .card-img2 span {
  padding-top: 6px;
}
.cid-spIxBrn6WS .soc-item a {
  padding-top: 5px;
}
.cid-spIxBrn6WS .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-spIxBrn6WS .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-spIxBrn6WS .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-spIxBrn6WS .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spIxBrn6WS svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-spIxBrn6WS #e2_shape {
  fill: #ffffff !important;
}
.cid-spIxBrn6WS .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-spIxBrn6WS .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-spIxBrn6WS .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spIxBrn6WS .card-img {
  width: auto;
}
.cid-spIxBrn6WS .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-spIxBrn6WS .soc-item span {
  font-size: 1.4rem;
}
.cid-spIxBrn6WS .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-spIxBrn6WS .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-spIxBrn6WS .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spIxBrn6WS .media-wrap {
  margin-bottom: 1rem;
}
.cid-spIxBrn6WS .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-spIxBrn6WS img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-spIxBrn6WS .item {
    justify-content: center;
  }
  .cid-spIxBrn6WS .quote::after {
    left: 60px;
  }
}
.cid-spIxBrn6WS .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-spIxBrn6WS .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spIxBrn6WS .text1 {
  color: #ffffff;
}
.cid-spIxBrn6WS .item-title {
  color: #ffffff;
}
.cid-spIxBrn6WS H5 {
  color: #ffffff;
}
.cid-spIxBrn6WS .theme {
  color: #ffffff;
}
.cid-spIxBrn6WS .copyright > p {
  color: #ff3366;
}
.cid-spIxBrn6WS .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sVAn1NiCAb {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #3b5abb;
}
.cid-sVAn1NiCAb .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-sVAn1NiCAb .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-sVAn1NiCAb .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-sVAmDY468K {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sVAmDY468K .mbr-section-subtitle {
  color: #767676;
}
.cid-sVAmDY468K .container-table {
  margin: 0 auto;
}
.cid-sVAmDY468K .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-sVAmDY468K .dataTables_wrapper {
  display: block;
}
.cid-sVAmDY468K .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-sVAmDY468K .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-sVAmDY468K table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #efefef;
  margin-bottom: 0;
}
.cid-sVAmDY468K table th {
  border-top: none;
  font-weight: 500;
  border: 1px solid #efefef;
  transition: all .2s;
}
.cid-sVAmDY468K table th:hover {
  background: #efefef;
  color: #000000;
}
.cid-sVAmDY468K table td {
  border: 1px solid #efefef;
}
.cid-sVAmDY468K .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-sVAmDY468K .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-sVAmDY468K .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-sVAmDY468K .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-sVAmDY468K .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-sVAmDY468K .dataTables_filter {
    text-align: center;
  }
  .cid-sVAmDY468K .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-sVAmDY468K .head-item,
.cid-sVAmDY468K .body-item {
  text-align: center;
}
.cid-sVAmDY468K .body-item {
  text-align: center;
}
.cid-sVAmm5pCac {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sVAmm5pCac .container {
  max-width: 1400px;
}
.cid-sVAmm5pCac .card-img2 span {
  padding-top: 6px;
}
.cid-sVAmm5pCac .soc-item a {
  padding-top: 5px;
}
.cid-sVAmm5pCac .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sVAmm5pCac .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sVAmm5pCac .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sVAmm5pCac .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sVAmm5pCac svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sVAmm5pCac #e2_shape {
  fill: #ffffff !important;
}
.cid-sVAmm5pCac .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sVAmm5pCac .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sVAmm5pCac .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sVAmm5pCac .card-img {
  width: auto;
}
.cid-sVAmm5pCac .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sVAmm5pCac .soc-item span {
  font-size: 1.4rem;
}
.cid-sVAmm5pCac .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sVAmm5pCac .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sVAmm5pCac .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sVAmm5pCac .media-wrap {
  margin-bottom: 1rem;
}
.cid-sVAmm5pCac .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sVAmm5pCac img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sVAmm5pCac .item {
    justify-content: center;
  }
  .cid-sVAmm5pCac .quote::after {
    left: 60px;
  }
}
.cid-sVAmm5pCac .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sVAmm5pCac .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sVAmm5pCac .text1 {
  color: #ffffff;
}
.cid-sVAmm5pCac .item-title {
  color: #ffffff;
}
.cid-sVAmm5pCac H5 {
  color: #ffffff;
}
.cid-sVAmm5pCac .theme {
  color: #ffffff;
}
.cid-sVAmm5pCac .copyright > p {
  color: #ff3366;
}
.cid-sVAmm5pCac .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-sZpiDD55M6 {
  padding-top: 225px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-sZpiDD55M6 h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-sZpiDD55M6 h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sZpiDD55M6 h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-sZpiDD55M6 h3:before,
  .cid-sZpiDD55M6 h3:after {
    display: none;
  }
}
.cid-t7Kgif0Y3F {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-t7Kgif0Y3F p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t7Kgif0Y3F .panel-title {
  border-bottom: 2px solid #3b5abb;
}
.cid-t7Kgif0Y3F .collapsed {
  border: none;
}
.cid-t7Kgif0Y3F .panel-body {
  padding-top: 0.5rem;
}
.cid-t7Kgif0Y3F .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7Kgif0Y3F .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-t7Kgif0Y3F .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t7Kgif0Y3F .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Kgif0Y3F .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t7Kgif0Y3F .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7Kgif0Y3F .panel-text {
  color: #767676;
}
.cid-t7Kgif0Y3F H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-t7Kh6V7zB0 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-t7Kh6V7zB0 p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t7Kh6V7zB0 .panel-title {
  border-bottom: 2px solid #3b5abb;
}
.cid-t7Kh6V7zB0 .collapsed {
  border: none;
}
.cid-t7Kh6V7zB0 .panel-body {
  padding-top: 0.5rem;
}
.cid-t7Kh6V7zB0 .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7Kh6V7zB0 .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-t7Kh6V7zB0 .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t7Kh6V7zB0 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7Kh6V7zB0 .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t7Kh6V7zB0 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7Kh6V7zB0 .panel-text {
  color: #767676;
}
.cid-t7Kh6V7zB0 H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-t7KhtbJN8G {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-t7KhtbJN8G p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t7KhtbJN8G .panel-title {
  border-bottom: 2px solid #3b5abb;
}
.cid-t7KhtbJN8G .collapsed {
  border: none;
}
.cid-t7KhtbJN8G .panel-body {
  padding-top: 0.5rem;
}
.cid-t7KhtbJN8G .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7KhtbJN8G .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-t7KhtbJN8G .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t7KhtbJN8G .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7KhtbJN8G .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t7KhtbJN8G .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7KhtbJN8G .panel-text {
  color: #767676;
}
.cid-t7KhtbJN8G H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-t7KizEOxLl {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eaeff9;
}
.cid-t7KizEOxLl p {
  color: #767676;
  padding: 0;
  letter-spacing: 0px;
}
.cid-t7KizEOxLl .panel-title {
  border-bottom: 2px solid #3b5abb;
}
.cid-t7KizEOxLl .collapsed {
  border: none;
}
.cid-t7KizEOxLl .panel-body {
  padding-top: 0.5rem;
}
.cid-t7KizEOxLl .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-t7KizEOxLl .card .card-header {
  border-radius: 0px;
  margin: 0.5rem 0;
  border: 0px;
  background: #ffffff;
  padding: 0;
}
.cid-t7KizEOxLl .card .card-header a.panel-title {
  margin-bottom: 0;
  margin-top: -1px;
  font-style: normal;
  display: block;
  text-decoration: none !important;
  line-height: normal;
}
.cid-t7KizEOxLl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-t7KizEOxLl .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  margin-bottom: 0;
}
.cid-t7KizEOxLl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-t7KizEOxLl .panel-text {
  color: #767676;
}
.cid-t7KizEOxLl H4 {
  color: #767676;
  text-transform: uppercase;
}
.cid-sZpocTS0et {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-sZpocTS0et .container {
  max-width: 1400px;
}
.cid-sZpocTS0et .card-img2 span {
  padding-top: 6px;
}
.cid-sZpocTS0et .soc-item a {
  padding-top: 5px;
}
.cid-sZpocTS0et .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-sZpocTS0et .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-sZpocTS0et .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-sZpocTS0et .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sZpocTS0et svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-sZpocTS0et #e2_shape {
  fill: #ffffff !important;
}
.cid-sZpocTS0et .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-sZpocTS0et .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-sZpocTS0et .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sZpocTS0et .card-img {
  width: auto;
}
.cid-sZpocTS0et .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-sZpocTS0et .soc-item span {
  font-size: 1.4rem;
}
.cid-sZpocTS0et .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-sZpocTS0et .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-sZpocTS0et .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sZpocTS0et .media-wrap {
  margin-bottom: 1rem;
}
.cid-sZpocTS0et .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-sZpocTS0et img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-sZpocTS0et .item {
    justify-content: center;
  }
  .cid-sZpocTS0et .quote::after {
    left: 60px;
  }
}
.cid-sZpocTS0et .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-sZpocTS0et .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sZpocTS0et .text1 {
  color: #ffffff;
}
.cid-sZpocTS0et .item-title {
  color: #ffffff;
}
.cid-sZpocTS0et H5 {
  color: #ffffff;
}
.cid-sZpocTS0et .theme {
  color: #ffffff;
}
.cid-sZpocTS0et .copyright > p {
  color: #ff3366;
}
.cid-sZpocTS0et .text2 {
  color: #ffffff;
}
.cid-snO1IUTbWx .navbar {
  padding: 0.5rem 0;
  background: #ffffff;
  transition: none;
  min-height: 50px;
}
.cid-snO1IUTbWx .navbar-fixed-top {
  padding-top: 0;
}
.cid-snO1IUTbWx .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-snO1IUTbWx .navbar-buttons {
  flex-wrap: wrap;
}
.cid-snO1IUTbWx .dropdown-item {
  padding: 0;
}
.cid-snO1IUTbWx .dropdown-menu {
  border: 0px solid lightgray;
  background: #3b5abb !important;
}
.cid-snO1IUTbWx .menu-content-top {
  max-width: 1200px;
  display: none;
  padding: 0 2rem;
  margin: auto;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-snO1IUTbWx .menu-bottom {
  margin: auto;
  width: 100%;
  background: #3b5abb;
  display: flex;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-snO1IUTbWx a {
  font-style: normal;
}
.cid-snO1IUTbWx .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-snO1IUTbWx .nav-item a {
  padding: 0.5rem 0 !important;
  margin: 0 0.5rem !important;
}
.cid-snO1IUTbWx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .content-text {
  margin-bottom: 0;
}
.cid-snO1IUTbWx .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #3b5abb;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-snO1IUTbWx .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-snO1IUTbWx .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-snO1IUTbWx .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-snO1IUTbWx .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-snO1IUTbWx .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-snO1IUTbWx .nav-dropdown .link {
  font-weight: 400;
}
.cid-snO1IUTbWx .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-snO1IUTbWx .content-right-side {
  text-align: center;
}
.cid-snO1IUTbWx .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-snO1IUTbWx .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-snO1IUTbWx .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-snO1IUTbWx .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}
.cid-snO1IUTbWx .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-snO1IUTbWx .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-snO1IUTbWx .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-snO1IUTbWx .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-snO1IUTbWx .widget-content .widget-text {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-snO1IUTbWx .content-right-side {
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .menu-content-top {
    border-bottom: 0px solid rgba(0, 0, 0, 0.12);
  }
  .cid-snO1IUTbWx .navbar {
    display: block;
    padding: 0;
  }
  .cid-snO1IUTbWx .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-snO1IUTbWx .navbar:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 4.5rem);
  }
  .cid-snO1IUTbWx .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-snO1IUTbWx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-snO1IUTbWx .navbar-toggler {
    display: none;
  }
  .cid-snO1IUTbWx .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-snO1IUTbWx .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-snO1IUTbWx .btn {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-snO1IUTbWx .menu-logo {
  margin-right: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-snO1IUTbWx .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item::after {
  right: -0.5rem;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-snO1IUTbWx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-snO1IUTbWx .navbar.navbar-short {
  min-height: 50px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
  width: auto;
}
.cid-snO1IUTbWx .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-snO1IUTbWx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all 0.2s;
  margin: 1rem 0.8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snO1IUTbWx button.navbar-toggler:focus {
  outline: none;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-snO1IUTbWx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-snO1IUTbWx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-snO1IUTbWx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-snO1IUTbWx .collapsed .btn {
  display: flex;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-snO1IUTbWx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-snO1IUTbWx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-snO1IUTbWx .collapsed button.navbar-toggler {
  display: block;
}
.cid-snO1IUTbWx .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-snO1IUTbWx .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: 0.5s;
  transition-property: opacity, padding, height;
}
.cid-snO1IUTbWx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-snO1IUTbWx .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-snO1IUTbWx .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-snO1IUTbWx .navbar-collapse {
    padding-bottom: 1rem;
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing,
  .cid-snO1IUTbWx .navbar-collapse.show {
    display: block !important;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-snO1IUTbWx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-snO1IUTbWx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-snO1IUTbWx .menu-bottom {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-snO1IUTbWx img {
    height: 3.8rem !important;
  }
  .cid-snO1IUTbWx .btn {
    display: flex;
  }
  .cid-snO1IUTbWx button.navbar-toggler {
    display: block;
  }
  .cid-snO1IUTbWx .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-snO1IUTbWx .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: 0.5s;
    transition-property: opacity, padding, height;
  }
  .cid-snO1IUTbWx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-snO1IUTbWx .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-snO1IUTbWx .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-snO1IUTbWx .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-snO1IUTbWx .nav-link:focus {
  outline: none;
}
.cid-snO1IUTbWx .navbar-toggler {
  position: relative;
}
.cid-snO1IUTbWx .dropdown-item.active,
.cid-snO1IUTbWx .dropdown-item:active {
  background: #3b5abb;
  color: initial;
}
.cid-rymwxiDonX {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #3b5abb;
}
.cid-soxfd1JAPx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-soxfd1JAPx .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-soxfetfA8G {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #3b5abb;
  position: relative;
  overflow: hidden;
}
.cid-soxfetfA8G .container {
  max-width: 1400px;
}
.cid-soxfetfA8G .card-img2 span {
  padding-top: 6px;
}
.cid-soxfetfA8G .soc-item a {
  padding-top: 5px;
}
.cid-soxfetfA8G .btn {
  padding: 0.4rem 0.6rem !important;
  margin: 0.5rem !important;
  border-radius: 10px !important;
  letter-spacing: 0px;
}
.cid-soxfetfA8G .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
.cid-soxfetfA8G .btn .mbr-iconfont.socicon {
  margin-right: 0.8rem !important;
  order: 0;
}
@media (max-width: 992px) {
  .cid-soxfetfA8G .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-soxfetfA8G svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-soxfetfA8G #e2_shape {
  fill: #ffffff !important;
}
.cid-soxfetfA8G .quote {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-soxfetfA8G .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: rgba(0, 0, 0, 0.1) transparent transparent;
}
.cid-soxfetfA8G .card-img2 {
  min-width: 45px;
  height: 45px;
  background: #5580ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-soxfetfA8G .card-img {
  width: auto;
}
.cid-soxfetfA8G .soc-item {
  width: 45px;
  height: 45px;
  background: #ffffff;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-soxfetfA8G .soc-item span {
  font-size: 1.4rem;
}
.cid-soxfetfA8G .soc-item:hover span {
  color: #3b5abb !important;
}
.cid-soxfetfA8G .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-soxfetfA8G .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-soxfetfA8G .media-wrap {
  margin-bottom: 1rem;
}
.cid-soxfetfA8G .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-soxfetfA8G img {
  height: 4rem;
  width: auto;
}
@media (max-width: 576px) {
  .cid-soxfetfA8G .item {
    justify-content: center;
  }
  .cid-soxfetfA8G .quote::after {
    left: 60px;
  }
}
.cid-soxfetfA8G .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-soxfetfA8G .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-soxfetfA8G .text1 {
  color: #ffffff;
}
.cid-soxfetfA8G .item-title {
  color: #ffffff;
}
.cid-soxfetfA8G H5 {
  color: #ffffff;
}
.cid-soxfetfA8G .theme {
  color: #ffffff;
}
.cid-soxfetfA8G .copyright > p {
  color: #ff3366;
}
.cid-soxfetfA8G .text2 {
  color: #ffffff;
}
