body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 5.37rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.592rem;
}
.display-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 3rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
}
.display-8 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 4.296rem;
    font-size: calc( 2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.5295rem + (5.37 - 2.5295) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.7rem;
  border-radius: 35px;
}
.btn-sm {
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #0cabe5 !important;
}
.bg-success {
  background-color: #00b15c !important;
}
.bg-info {
  background-color: #12265a !important;
}
.bg-warning {
  background-color: #fa9db7 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #45b3df !important;
  border-color: #45b3df !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #12265a !important;
  border-color: #12265a !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #1de443 !important;
  border-color: #1de443 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #0cabe5;
  color: #0cabe5 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #0cabe5;
  border-color: #0cabe5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #45b3df;
  color: #45b3df !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #45b3df;
  border-color: #45b3df;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #12265a;
  color: #12265a !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #12265a;
  border-color: #12265a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #12265a !important;
  border-color: #12265a !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #00b15c;
  color: #00b15c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #00b15c;
  border-color: #00b15c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #00b15c !important;
  border-color: #00b15c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #fa9db7;
  color: #fa9db7 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #fa9db7;
  border-color: #fa9db7;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #444444;
  color: #444444 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #333333;
  color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff !important;
  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 !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0cabe5 !important;
}
.text-secondary {
  color: #45b3df !important;
}
.text-success {
  color: #00b15c !important;
}
.text-info {
  color: #12265a !important;
}
.text-warning {
  color: #fa9db7 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #12265a;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0cabe5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #fa9db7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #00b15c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #fa9db7 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fa9db7 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #444444 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #e6e6e6 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #1a1a1a !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #12265a;
}
.alert-warning {
  background-color: #fa9db7;
}
.alert-danger {
  background-color: #444444;
}
.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: #0cabe5;
  border-color: #0cabe5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c1ecfc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #31ff9c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #2753c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #0cabe5;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #0cabe5;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
#scrollToTop a:hover::after {
  animation-play-state: running;
}
#scrollToTop a i:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.mbr-arrow {
  background-color: #444444;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
blockquote {
  border-color: #0cabe5;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0cabe5;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0cabe5;
  border-bottom-color: #0cabe5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #0cabe5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #45b3df !important;
  box-shadow: none !important;
}
.soc-item:hover::after {
  opacity: 1;
  visibility: visible;
  animation-play-state: running;
}
.soc-item::after {
  opacity: 0;
  transition: all .3s ease;
  position: absolute;
  content: '';
  height: calc(122%);
  width: calc(122%);
  border-width: 2px;
  box-sizing: border-box;
  border-style: dashed;
  top: -4px;
  left: -4px;
  border-radius: inherit;
  animation: spin_right 5s linear infinite;
  animation-play-state: paused;
}
@keyframes spin_right {
  0% {
    transform: rotate(-360deg);
  }
}
.line-bg-warning {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(250, 157, 183, 0.5), rgba(250, 157, 183, 0.5));
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.line-bg-primary {
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, rgba(12, 171, 229, 0.5), rgba(12, 171, 229, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-shoPG3LL8t {
  min-height: 120px;
}
.cid-shoPG3LL8t .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-shoPG3LL8t .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-shoPG3LL8t .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-shoPG3LL8t .dropdown-item:active {
  background-color: transparent;
}
.cid-shoPG3LL8t .nav-item a {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem !important;
  margin: 0 0.5rem !important;
}
.cid-shoPG3LL8t .nav-item:focus,
.cid-shoPG3LL8t .nav-link:focus {
  outline: none;
}
.cid-shoPG3LL8t .btn5
{
  display: inline-flex;
justify-content: center!important;
  align-items: center;
  position: relative;
  width: auto;
  height: auto;
  border-radius: 10%!important;
  padding: 0;
  }
  
@media (max-width: 992px){
.cid-shoPG3LL8t .nav-item .btn5 a {
    margin: 0.5rem 0.5rem !important;
}}

.cid-shoPG3LL8t .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-shoPG3LL8t .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-shoPG3LL8t .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-shoPG3LL8t .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-shoPG3LL8t .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-shoPG3LL8t .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-shoPG3LL8t .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-shoPG3LL8t .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-shoPG3LL8t .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-shoPG3LL8t .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-shoPG3LL8t .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shoPG3LL8t .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-shoPG3LL8t button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-shoPG3LL8t button.navbar-toggler:focus {
  outline: none;
}
.cid-shoPG3LL8t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-shoPG3LL8t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-shoPG3LL8t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-shoPG3LL8t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-shoPG3LL8t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-shoPG3LL8t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shoPG3LL8t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-shoPG3LL8t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-shoPG3LL8t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-shoPG3LL8t .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse.collapsing,
.cid-shoPG3LL8t .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-shoPG3LL8t .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-shoPG3LL8t .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-shoPG3LL8t .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-shoPG3LL8t .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-shoPG3LL8t .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-shoPG3LL8t .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-shoPG3LL8t .collapsed button.navbar-toggler {
  display: block;
}
.cid-shoPG3LL8t .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-shoPG3LL8t .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-shoPG3LL8t .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-shoPG3LL8t .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-shoPG3LL8t .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-shoPG3LL8t {
    min-height: 85px;
  }
  .cid-shoPG3LL8t.navbar-expand {
    flex-direction: column;
  }
  .cid-shoPG3LL8t img {
    height: 3.8rem !important;
  }
  .cid-shoPG3LL8t button.navbar-toggler {
    display: block;
  }
  .cid-shoPG3LL8t .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-shoPG3LL8t .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-shoPG3LL8t .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-shoPG3LL8t .navbar-collapse.collapsing,
  .cid-shoPG3LL8t .navbar-collapse.show {
    display: block !important;
  }
  .cid-shoPG3LL8t .navbar-collapse.collapsing .navbar-nav,
  .cid-shoPG3LL8t .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-shoPG3LL8t .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-shoPG3LL8t .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-shoPG3LL8t .navbar-collapse.collapsing .navbar-buttons,
  .cid-shoPG3LL8t .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-shoPG3LL8t .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-shoPG3LL8t .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
	margin-top: 1rem;
  }
  .cid-shoPG3LL8t .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-shoPG3LL8t .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-shoPG3LL8t .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-shoPG3LL8t .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-shoPG3LL8t .navbar-logo img {
    display: inline-block;
  }
  .cid-shoPG3LL8t .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-shoPG3LL8t .nav-link {
    justify-content: start!important;
  }
  .cid-shoPG3LL8t .navbar.opened {
    height: 100vh;
  }
  .cid-shoPG3LL8t .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-shoPG3LL8t .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-shoPG3LL8t .menu-logo {
    flex-shrink: 0;
  }
}
.cid-shoPG3LL8t .navbar-collapse {
  flex-basis: auto;
}
.cid-shoPG3LL8t .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-shoPG3LL8t .span-link {
  padding: 0 0.5rem;
}
.cid-shoPG3LL8t .btn1:before,
.cid-shoPG3LL8t .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-shoPG3LL8t .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-shoPG3LL8t .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-shoPG3LL8t .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-shoPG3LL8t .container-fluid {
  max-width: 1440px;
}
@media (max-width: 992px) {
  .cid-shoPG3LL8t .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-shoPG3LL8t .dropdown-item {
    color: #fff;
  }
  .cid-shoPG3LL8t .nav-item.open .nav-link,
  .cid-shoPG3LL8t .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-shoPG3LL8t .link:active {
    color: #fff !important;
  }
  .cid-shoPG3LL8t .logo-name {
    margin-top: 0.5rem;
  }
  .cid-shoPG3LL8t .navbar-brand {
    justify-content: flex-start;
  }
  .cid-shoPG3LL8t .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-shoPG3LL8t .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-shoPG3LL8t .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-shoPG3LL8t .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-shoPG3LL8t .navbar {
    height: 90px;
  }
  .cid-shoPG3LL8t .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-shoPG3LL8t .mbr-section-title {
    color: #fff;
  }
  .cid-shoPG3LL8t .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-shoPG3LL8t .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-shoPG3LL8t .span-link {
    color: #fff;
  }
  .cid-shoPG3LL8t .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-shoPG3LL8t .dropdown-item {
    color: #12265a;
  }
  .cid-shoPG3LL8t .nav-item.open .nav-link,
  .cid-shoPG3LL8t .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-shoPG3LL8t .logo-name {
    margin-top: 2rem;
  }
  .cid-shoPG3LL8t .navbar-collapse {
    justify-content: space-between;
  }
  .cid-shoPG3LL8t .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-shoPG3LL8t .container-fluid {
    padding: 0 1rem;
  }
  .cid-shoPG3LL8t .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-shoPG3LL8t .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-shoPG3LL8t .mbr-section-title {
  font-weight: 900;
}
.cid-shoPG3LL8t .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-shoPG3LL8t .mbr-section-btn {
  display: flex;
}
.cid-shoPG3LL8t .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-shoPG3LL8t .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-shoPG3LL8t .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-shoPG3LL8t .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-shoPG3LL8t .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-shoPG3LL8t .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-shoPG3LL8t .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-shoPG3LL8t .navbar-brand {
  margin-right: 0rem !important;
}
.cid-sxpQUVWZNw {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-sxpQUVWZNw .image-block {
  width: 100% !important;
}
.cid-sxpQUVWZNw .image-block img {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sxpQUVWZNw {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sxpQUVWZNw .container {
    padding: 0 1rem;
  }
  .cid-sxpQUVWZNw .image-block {
    width: 100% !important;
  }
}
.cid-sxpQUVWZNw .container-fluid {
  padding: 0;
}
.cid-sjm6HxuoIf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sjm6HxuoIf {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-sjm6HxuoIf .mbr-text {
  margin-top: 0.5rem;
  color: #70747f;
}
.cid-sjm6HxuoIf .container-fluid {
  max-width: 1200px;
}
.cid-sjm6HxuoIf .line-bg-warningo {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #88f0be, #88f0be);
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sjm6HxuoIf .row > div,
.cid-sjm6HxuoIf .mbr-section-title {
  color: #54575f;
}
.cid-shoQRlsY1I {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
.cid-shoQRlsY1I .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-shoQRlsY1I .title {
  margin-bottom: 2.5rem;
}
.cid-shoQRlsY1I .mbr-section-subtitle {
  color: #54575f;
  margin-top: 2rem;
}
.cid-shoQRlsY1I .wrapper-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cid-shoQRlsY1I .column-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.cid-shoQRlsY1I .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-shoQRlsY1I .card:hover .card-title {
  color: #fa9db7;
}
.cid-shoQRlsY1I .card img {
  width: 100px;
}
.cid-shoQRlsY1I .card-title {
  color: #0095d0;
  transition: 0.5s;
  min-width: 135px;
}
.cid-shoQRlsY1I .circle-img {
  width: 80%;
  border: 2px dashed #fa9db7;
  border-radius: 50%;
}
.cid-shoQRlsY1I .imageContainer {
  width: 100%;
}
@media (min-width: 767px) {
  .cid-shoQRlsY1I .card-box1 {
    text-align: right;
    margin-right: 2rem;
  }
  .cid-shoQRlsY1I .card-box2 {
    margin-left: 2rem;
    text-align: left;
  }
  .cid-shoQRlsY1I .card-left {
    margin-right: -3rem;
  }
  .cid-shoQRlsY1I .card-right {
    margin-left: -3rem;
  }
}
.cid-shoQRlsY1I .last-text {
  margin-bottom: 0rem;
}
@media (max-width: 767px) {
  .cid-shoQRlsY1I {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-shoQRlsY1I .container-fluid {
    padding: 0 1rem;
  }
  .cid-shoQRlsY1I .wrapper-row {
    flex-direction: column;
  }
  .cid-shoQRlsY1I .card-box1 {
    order: 2;
  }
  .cid-shoQRlsY1I .imageContainer {
    margin-top: 0.5rem;
    margin-bottom: 2rem;
  }
  .cid-shoQRlsY1I .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-shoQRlsY1I .card-title {
    margin-top: 2rem;
  }
}
.cid-shoQRlsY1I .line-bg-warningo {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #88f0be, #88f0be);
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-shoQRlsY1I .mbr-text {
  color: #54575f;
}
.cid-shoQRlsY1I .title,
.cid-shoQRlsY1I .mbr-section-title {
  color: #54575f;
}
.cid-shoPLPtjfc {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #95c33c;
}
.cid-shoPLPtjfc rect {
  width: 85%;
  height: 90%;
}
.cid-shoPLPtjfc .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-shoPLPtjfc .mbr-text {
  margin: 0;
}
.cid-shoPLPtjfc .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-shoPLPtjfc .card-1 {
  margin-right: 2rem;
}
.cid-shoPLPtjfc .card-3 {
  margin-left: 2rem;
}
.cid-shoPLPtjfc .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-shoPLPtjfc .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-shoPLPtjfc .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-shoPLPtjfc .media-container-row {
    margin: 0 2rem;
  }
}
.cid-shoPLPtjfc .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-shoPLPtjfc .svg-1 path,
.cid-shoPLPtjfc .svg-2 path {
  fill: #efefef;
}
.cid-shoPLPtjfc .svg-2 {
  position: absolute;
  top: 0;
}
.cid-shoPLPtjfc .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #ffffff;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-shoPLPtjfc .dinosaur-img {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%);
  width: 160px;
  margin-top: 0.7rem;
}
.cid-shoPLPtjfc .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-shoPLPtjfc .circle1 {
  background-color: #95c33c;
}
.cid-shoPLPtjfc .circle2 {
  background-color: #b06e35;
}
.cid-shoPLPtjfc .circle3 {
  background-color: #f5b335;
}
.cid-shoPLPtjfc .circle4 {
    background-color: #00bdc7;
}

.cid-shoPLPtjfc .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-shoPLPtjfc {
    padding-top: 90px;
    padding-bottom: 60px;
  }
  .cid-shoPLPtjfc .card {
    margin-bottom: 1rem;
  }
  .cid-shoPLPtjfc .media-container-row {
    margin: 0;
  }
  .cid-shoPLPtjfc .card-1 {
    margin-right: 0;
  }
  .cid-shoPLPtjfc .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-shoPLPtjfc {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-shoPLPtjfc .mbr-text {
    padding: 0rem;
  }
}
.cid-shoQ0GXSzz {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-shoQ0GXSzz .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-shoQ0GXSzz .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-shoQ0GXSzz .navbar-logo {
  width: 110px;
}
.cid-shoQ0GXSzz .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-shoQ0GXSzz .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-shoQ0GXSzz .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-shoQ0GXSzz .list-item .item-image,
.cid-shoQ0GXSzz .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-shoQ0GXSzz .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-shoQ0GXSzz .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-shoQ0GXSzz .socicon:hover {
  transform: translate(0, -10px);
}
.cid-shoQ0GXSzz .socion1 {
  background: #45b3df;
}
.cid-shoQ0GXSzz .socion2 {
  background-color: #456eda;
}
.cid-shoQ0GXSzz .socion3 {
  background-color: #f985a5;
}
.cid-shoQ0GXSzz .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-shoQ0GXSzz .social-list a {
  transition: .2s linear;
}
.cid-shoQ0GXSzz .social-list a:hover {
  opacity: .4;
}
.cid-shoQ0GXSzz .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-shoQ0GXSzz .svg-1 {
  position: absolute;
  top: 0;
}
.cid-shoQ0GXSzz .svg-1 path {
  fill: #fff;
}
.cid-shoQ0GXSzz .item-image {
  margin-right: 2rem;
}
.cid-shoQ0GXSzz [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-shoQ0GXSzz .soc-item::after {
  display: none;
}
.cid-shoQ0GXSzz .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-shoQ0GXSzz .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-shoQ0GXSzz .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-shoQ0GXSzz .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-shoQ0GXSzz .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-shoQ0GXSzz .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-shoQ0GXSzz {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-shoQ0GXSzz .container-fluid {
    padding: 0 1rem;
  }
  .cid-shoQ0GXSzz .wrapper {
    padding: 1rem;
  }
}
.cid-sxvew537vU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxvew537vU svg {
  position: absolute;
  top: 0;
}
.cid-sxvew537vU .svg-1 {
  fill: #2d4073;
}
.cid-sxvew537vU .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxvew537vU {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxvew537vU .mbr-text {
  color: #b1bee0;
}
.cid-sxvew537vU a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sjm3RmyLq4 {
  min-height: 120px;
}
.cid-sjm3RmyLq4 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sjm3RmyLq4 .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjm3RmyLq4 .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sjm3RmyLq4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sjm3RmyLq4 .nav-item a {
  display: flex;
  align-items: center;
  padding: 1.5rem 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sjm3RmyLq4 .nav-item:focus,
.cid-sjm3RmyLq4 .nav-link:focus {
  outline: none;
}
.cid-sjm3RmyLq4 .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sjm3RmyLq4 .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sjm3RmyLq4 .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sjm3RmyLq4 .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sjm3RmyLq4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjm3RmyLq4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjm3RmyLq4 .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sjm3RmyLq4 .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sjm3RmyLq4 .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sjm3RmyLq4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjm3RmyLq4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjm3RmyLq4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjm3RmyLq4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sjm3RmyLq4 button.navbar-toggler:focus {
  outline: none;
}
.cid-sjm3RmyLq4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sjm3RmyLq4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjm3RmyLq4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjm3RmyLq4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjm3RmyLq4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjm3RmyLq4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjm3RmyLq4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjm3RmyLq4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjm3RmyLq4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjm3RmyLq4 .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.collapsing,
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjm3RmyLq4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjm3RmyLq4 .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sjm3RmyLq4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sjm3RmyLq4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjm3RmyLq4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjm3RmyLq4 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sjm3RmyLq4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjm3RmyLq4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjm3RmyLq4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sjm3RmyLq4 {
    min-height: 85px;
  }
  .cid-sjm3RmyLq4.navbar-expand {
    flex-direction: column;
  }
  .cid-sjm3RmyLq4 img {
    height: 3.8rem !important;
  }
  .cid-sjm3RmyLq4 button.navbar-toggler {
    display: block;
  }
  .cid-sjm3RmyLq4 .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sjm3RmyLq4 .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sjm3RmyLq4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjm3RmyLq4 .navbar-collapse.collapsing,
  .cid-sjm3RmyLq4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjm3RmyLq4 .navbar-collapse.collapsing .navbar-nav,
  .cid-sjm3RmyLq4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjm3RmyLq4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjm3RmyLq4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjm3RmyLq4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjm3RmyLq4 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjm3RmyLq4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjm3RmyLq4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjm3RmyLq4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjm3RmyLq4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjm3RmyLq4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjm3RmyLq4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sjm3RmyLq4 .navbar-logo img {
    display: inline-block;
  }
  .cid-sjm3RmyLq4 .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sjm3RmyLq4 .nav-link {
    justify-content: start!important;
  }
  .cid-sjm3RmyLq4 .navbar.opened {
    height: 100vh;
  }
  .cid-sjm3RmyLq4 .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sjm3RmyLq4 .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sjm3RmyLq4 .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjm3RmyLq4 .navbar-collapse {
  flex-basis: auto;
}
.cid-sjm3RmyLq4 .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sjm3RmyLq4 .span-link {
  padding: 0 0.5rem;
}
.cid-sjm3RmyLq4 .btn1:before,
.cid-sjm3RmyLq4 .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sjm3RmyLq4 .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sjm3RmyLq4 .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sjm3RmyLq4 .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sjm3RmyLq4 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sjm3RmyLq4 .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sjm3RmyLq4 .dropdown-item {
    color: #fff;
  }
  .cid-sjm3RmyLq4 .nav-item.open .nav-link,
  .cid-sjm3RmyLq4 .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjm3RmyLq4 .link:active {
    color: #fff !important;
  }
  .cid-sjm3RmyLq4 .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sjm3RmyLq4 .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sjm3RmyLq4 .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sjm3RmyLq4 .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sjm3RmyLq4 .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sjm3RmyLq4 .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjm3RmyLq4 .navbar {
    height: 90px;
  }
  .cid-sjm3RmyLq4 .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sjm3RmyLq4 .mbr-section-title {
    color: #fff;
  }
  .cid-sjm3RmyLq4 .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sjm3RmyLq4 .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sjm3RmyLq4 .span-link {
    color: #fff;
  }
  .cid-sjm3RmyLq4 .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sjm3RmyLq4 .dropdown-item {
    color: #12265a;
  }
  .cid-sjm3RmyLq4 .nav-item.open .nav-link,
  .cid-sjm3RmyLq4 .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjm3RmyLq4 .logo-name {
    margin-top: 2rem;
  }
  .cid-sjm3RmyLq4 .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sjm3RmyLq4 .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sjm3RmyLq4 .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjm3RmyLq4 .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sjm3RmyLq4 .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sjm3RmyLq4 .mbr-section-title {
  font-weight: 900;
}
.cid-sjm3RmyLq4 .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sjm3RmyLq4 .mbr-section-btn {
  display: flex;
}
.cid-sjm3RmyLq4 .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sjm3RmyLq4 .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjm3RmyLq4 .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjm3RmyLq4 .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sjm3RmyLq4 .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjm3RmyLq4 .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjm3RmyLq4 .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sjm3RmyLq4 .navbar-brand {
  margin-right: 0rem !important;
}
.cid-sxuCFvLM5w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxuCFvLM5w {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-sxuCFvLM5w .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sxuCFvLM5w .container-fluid {
  max-width: 1200px;
}
.cid-sxuCFvLM5w .line-bg-warningo {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #88f0be, #88f0be);
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sxuCFvLM5w .row > div,
.cid-sxuCFvLM5w .mbr-section-title {
  color: #54575f;
}
.cid-sxv0KLsgjq {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-sxv0KLsgjq .nav {
  border: 2px dashed #45b3df;
  border-radius: 30px;
}
.cid-sxv0KLsgjq .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-sxv0KLsgjq .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sxv0KLsgjq .nav-tabs .nav-link {
  display: block;
  color: #45b3df;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  border: none;
  text-align: center;
  transition: all .3s;
}
.cid-sxv0KLsgjq .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-sxv0KLsgjq .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #45b3df;
}
.cid-sxv0KLsgjq .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-sxv0KLsgjq .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-sxv0KLsgjq .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.cid-sxv0KLsgjq .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: calc(2rem + 5%);
}
.cid-sxv0KLsgjq .imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sxv0KLsgjq .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sxv0KLsgjq .mbr-section-subtitle {
  margin-bottom: 2rem;
}
.cid-sxv0KLsgjq .mbr-text {
  margin-bottom: 0;
}
.cid-sxv0KLsgjq .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-sxv0KLsgjq .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-sxv0KLsgjq .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-sxv0KLsgjq .mbr-section-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sxv0KLsgjq .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxv0KLsgjq {
    padding-top: 0px;
    padding-bottom: 25px;
  }
  .cid-sxv0KLsgjq .mbr-section-title {
    text-align: center;
  }
  .cid-sxv0KLsgjq .mbr-section-subtitle {
    text-align: center;
  }
  .cid-sxv0KLsgjq .nav-tabs {
    width: 100%;
  }
  .cid-sxv0KLsgjq .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-sxv0KLsgjq .container-fluid {
    padding: 0;
  }
  .cid-sxv0KLsgjq .imageContainer {
    margin-left: 1rem;
  }
}
.cid-sjF41Ue0Rv {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sjF41Ue0Rv .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjF41Ue0Rv .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF41Ue0Rv .navbar-logo {
  width: 110px;
}
.cid-sjF41Ue0Rv .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF41Ue0Rv .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF41Ue0Rv .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF41Ue0Rv .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sjF41Ue0Rv .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sjF41Ue0Rv .list-item .item-image,
.cid-sjF41Ue0Rv .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sjF41Ue0Rv .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sjF41Ue0Rv .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sjF41Ue0Rv .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sjF41Ue0Rv .socion1 {
  background: #45b3df;
}
.cid-sjF41Ue0Rv .socion2 {
  background-color: #456eda;
}
.cid-sjF41Ue0Rv .socion3 {
  background-color: #f985a5;
}
.cid-sjF41Ue0Rv .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sjF41Ue0Rv .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sjF41Ue0Rv .social-list a {
  transition: .2s linear;
}
.cid-sjF41Ue0Rv .social-list a:hover {
  opacity: .4;
}
.cid-sjF41Ue0Rv .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sjF41Ue0Rv .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sjF41Ue0Rv .svg-1 path {
  fill: #efefef;
}
.cid-sjF41Ue0Rv .item-image {
  margin-right: 2rem;
}
.cid-sjF41Ue0Rv [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sjF41Ue0Rv .soc-item::after {
  display: none;
}
.cid-sjF41Ue0Rv .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sjF41Ue0Rv .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sjF41Ue0Rv .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sjF41Ue0Rv .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sjF41Ue0Rv .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sjF41Ue0Rv .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sjF41Ue0Rv {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sjF41Ue0Rv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjF41Ue0Rv .wrapper {
    padding: 1rem;
  }
}
.cid-sxveBcd9cW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxveBcd9cW svg {
  position: absolute;
  top: 0;
}
.cid-sxveBcd9cW .svg-1 {
  fill: #2d4073;
}
.cid-sxveBcd9cW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxveBcd9cW {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxveBcd9cW .mbr-text {
  color: #b1bee0;
}
.cid-sxveBcd9cW a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sjrbHkCYdQ {
  min-height: 120px;
}
.cid-sjrbHkCYdQ .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sjrbHkCYdQ .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjrbHkCYdQ .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sjrbHkCYdQ .dropdown-item:active {
  background-color: transparent;
}
.cid-sjrbHkCYdQ .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sjrbHkCYdQ .nav-item:focus,
.cid-sjrbHkCYdQ .nav-link:focus {
  outline: none;
}
.cid-sjrbHkCYdQ .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sjrbHkCYdQ .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sjrbHkCYdQ .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sjrbHkCYdQ .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sjrbHkCYdQ .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjrbHkCYdQ .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjrbHkCYdQ .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sjrbHkCYdQ .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sjrbHkCYdQ .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sjrbHkCYdQ .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjrbHkCYdQ .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjrbHkCYdQ .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjrbHkCYdQ button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sjrbHkCYdQ button.navbar-toggler:focus {
  outline: none;
}
.cid-sjrbHkCYdQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sjrbHkCYdQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjrbHkCYdQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbHkCYdQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbHkCYdQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjrbHkCYdQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbHkCYdQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjrbHkCYdQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjrbHkCYdQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbHkCYdQ .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.collapsing,
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjrbHkCYdQ .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjrbHkCYdQ .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sjrbHkCYdQ .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sjrbHkCYdQ .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjrbHkCYdQ .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjrbHkCYdQ .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sjrbHkCYdQ .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjrbHkCYdQ .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjrbHkCYdQ .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sjrbHkCYdQ {
    min-height: 85px;
  }
  .cid-sjrbHkCYdQ.navbar-expand {
    flex-direction: column;
  }
  .cid-sjrbHkCYdQ img {
    height: 3.8rem !important;
  }
  .cid-sjrbHkCYdQ button.navbar-toggler {
    display: block;
  }
  .cid-sjrbHkCYdQ .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sjrbHkCYdQ .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sjrbHkCYdQ .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjrbHkCYdQ .navbar-collapse.collapsing,
  .cid-sjrbHkCYdQ .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjrbHkCYdQ .navbar-collapse.collapsing .navbar-nav,
  .cid-sjrbHkCYdQ .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjrbHkCYdQ .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjrbHkCYdQ .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjrbHkCYdQ .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjrbHkCYdQ .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjrbHkCYdQ .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjrbHkCYdQ .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjrbHkCYdQ .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjrbHkCYdQ .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjrbHkCYdQ .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjrbHkCYdQ .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sjrbHkCYdQ .navbar-logo img {
    display: inline-block;
  }
  .cid-sjrbHkCYdQ .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sjrbHkCYdQ .nav-link {
    justify-content: start!important;
  }
  .cid-sjrbHkCYdQ .navbar.opened {
    height: 100vh;
  }
  .cid-sjrbHkCYdQ .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sjrbHkCYdQ .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sjrbHkCYdQ .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjrbHkCYdQ .navbar-collapse {
  flex-basis: auto;
}
.cid-sjrbHkCYdQ .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sjrbHkCYdQ .span-link {
  padding: 0 0.5rem;
}
.cid-sjrbHkCYdQ .btn1:before,
.cid-sjrbHkCYdQ .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sjrbHkCYdQ .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sjrbHkCYdQ .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sjrbHkCYdQ .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sjrbHkCYdQ .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sjrbHkCYdQ .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sjrbHkCYdQ .dropdown-item {
    color: #fff;
  }
  .cid-sjrbHkCYdQ .nav-item.open .nav-link,
  .cid-sjrbHkCYdQ .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbHkCYdQ .link:active {
    color: #fff !important;
  }
  .cid-sjrbHkCYdQ .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sjrbHkCYdQ .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sjrbHkCYdQ .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sjrbHkCYdQ .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sjrbHkCYdQ .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sjrbHkCYdQ .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjrbHkCYdQ .navbar {
    height: 90px;
  }
  .cid-sjrbHkCYdQ .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sjrbHkCYdQ .mbr-section-title {
    color: #fff;
  }
  .cid-sjrbHkCYdQ .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sjrbHkCYdQ .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sjrbHkCYdQ .span-link {
    color: #fff;
  }
  .cid-sjrbHkCYdQ .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sjrbHkCYdQ .dropdown-item {
    color: #12265a;
  }
  .cid-sjrbHkCYdQ .nav-item.open .nav-link,
  .cid-sjrbHkCYdQ .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbHkCYdQ .logo-name {
    margin-top: 2rem;
  }
  .cid-sjrbHkCYdQ .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sjrbHkCYdQ .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sjrbHkCYdQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjrbHkCYdQ .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sjrbHkCYdQ .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sjrbHkCYdQ .mbr-section-title {
  font-weight: 900;
}
.cid-sjrbHkCYdQ .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sjrbHkCYdQ .mbr-section-btn {
  display: flex;
}
.cid-sjrbHkCYdQ .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sjrbHkCYdQ .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbHkCYdQ .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbHkCYdQ .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sjrbHkCYdQ .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbHkCYdQ .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbHkCYdQ .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sjrbHkCYdQ .navbar-brand {
  margin-right: 0rem !important;
}
.cid-spQ8QILEA3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spQ8QILEA3 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-spQ8QILEA3 .mbr-text {
  margin-top: 0.5rem;
  color: #70747f;
}
.cid-spQ8QILEA3 .container-fluid {
  max-width: 1200px;
}
.cid-spQ8QILEA3 .line-bg-warningo {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #88f0be, #88f0be);
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-spQ8QILEA3 .row > div,
.cid-spQ8QILEA3 .mbr-section-title {
  color: #54575f;
}
.cid-sxZ4RWihMF {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxZ4RWihMF .mbr-iconfont {
  color: #fa9db7;
}
.cid-sxZ4RWihMF .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sxZ4RWihMF .mbr-text {
  margin: 1.5rem 0;
}
.cid-sxZ4RWihMF .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sxZ4RWihMF .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sxZ4RWihMF .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sxZ4RWihMF .mbr-section-subtitle,
.cid-sxZ4RWihMF .mbr-text,
.cid-sxZ4RWihMF .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sxZ59K9gKF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f4f8fa;
}
.cid-sxZ59K9gKF .mbr-iconfont {
  color: #fa9db7;
}
.cid-sxZ59K9gKF .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-sxZ59K9gKF .mbr-text {
  margin: 1.5rem 0;
}
.cid-sxZ59K9gKF .card-img {
  margin-bottom: 2rem;
  max-width: 200px;
  max-height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sxZ59K9gKF .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-sxZ59K9gKF .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sxZ59K9gKF .mbr-section-subtitle,
.cid-sxZ59K9gKF .mbr-text,
.cid-sxZ59K9gKF .social-links .mbr-iconfont {
  color: #8d97ad;
}
.cid-sjFaetI7bp {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sjFaetI7bp {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sjFaetI7bp img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sjFaetI7bp .right-wrapper {
  padding-left: 5rem;
}
.cid-sjFaetI7bp .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sjFaetI7bp .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sjFaetI7bp .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sjFaetI7bp .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sjFaetI7bp .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sjFaetI7bp .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sjFaetI7bp .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sjFaetI7bp .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sjFaetI7bp .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sjFaetI7bp .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjFaetI7bp .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sjFaetI7bp .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjFaetI7bp .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sjFaetI7bp .mbr-section-title {
  color: #54575f;
}
.cid-sjFaetI7bp .mbr-section-subtitle {
  color: #54575f;
}
.cid-sjFc9Ytn9y {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sjFc9Ytn9y {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sjFc9Ytn9y img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sjFc9Ytn9y .right-wrapper {
  padding-left: 5rem;
}
.cid-sjFc9Ytn9y .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sjFc9Ytn9y .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sjFc9Ytn9y .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sjFc9Ytn9y .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sjFc9Ytn9y .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sjFc9Ytn9y .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sjFc9Ytn9y .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sjFc9Ytn9y .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sjFc9Ytn9y .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sjFc9Ytn9y .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sjFc9Ytn9y .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sjFc9Ytn9y .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjFc9Ytn9y .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sjFc9Ytn9y .mbr-section-title {
  color: #54575f;
}
.cid-sjFc9Ytn9y .mbr-section-subtitle {
  color: #54575f;
}
.cid-sniTPxsLBa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sniTPxsLBa {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sniTPxsLBa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sniTPxsLBa .right-wrapper {
  padding-left: 5rem;
}
.cid-sniTPxsLBa .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sniTPxsLBa .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sniTPxsLBa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sniTPxsLBa .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sniTPxsLBa .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sniTPxsLBa .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sniTPxsLBa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sniTPxsLBa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sniTPxsLBa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sniTPxsLBa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sniTPxsLBa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sniTPxsLBa .container-fluid {
    padding: 0 1rem;
  }
  .cid-sniTPxsLBa .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sniTPxsLBa .mbr-section-title {
  color: #54575f;
}
.cid-sniTPxsLBa .mbr-section-subtitle {
  color: #54575f;
}
.cid-sniVhcK0TW {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sniVhcK0TW {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sniVhcK0TW img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sniVhcK0TW .right-wrapper {
  padding-left: 5rem;
}
.cid-sniVhcK0TW .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sniVhcK0TW .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sniVhcK0TW .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sniVhcK0TW .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sniVhcK0TW .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sniVhcK0TW .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sniVhcK0TW .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sniVhcK0TW .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sniVhcK0TW .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sniVhcK0TW .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sniVhcK0TW .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sniVhcK0TW .container-fluid {
    padding: 0 1rem;
  }
  .cid-sniVhcK0TW .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sniVhcK0TW .mbr-section-title {
  color: #54575f;
}
.cid-sniVhcK0TW .mbr-section-subtitle {
  color: #54575f;
}
.cid-sniZuej3Jt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sniZuej3Jt {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sniZuej3Jt img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sniZuej3Jt .right-wrapper {
  padding-left: 5rem;
}
.cid-sniZuej3Jt .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sniZuej3Jt .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sniZuej3Jt .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sniZuej3Jt .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sniZuej3Jt .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-sniZuej3Jt .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sniZuej3Jt .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sniZuej3Jt .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sniZuej3Jt .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sniZuej3Jt .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sniZuej3Jt .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sniZuej3Jt .container-fluid {
    padding: 0 1rem;
  }
  .cid-sniZuej3Jt .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sniZuej3Jt .mbr-section-title {
  color: #54575f;
}
.cid-sniZuej3Jt .mbr-section-subtitle {
  color: #54575f;
}
.cid-snj1gueQNm {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-snj1gueQNm {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-snj1gueQNm img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-snj1gueQNm .right-wrapper {
  padding-left: 5rem;
}
.cid-snj1gueQNm .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-snj1gueQNm .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-snj1gueQNm .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-snj1gueQNm .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-snj1gueQNm .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border-radius: 30px;
  z-index: -1;
}
.cid-snj1gueQNm .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-snj1gueQNm .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-snj1gueQNm .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-snj1gueQNm .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-snj1gueQNm .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-snj1gueQNm .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-snj1gueQNm .container-fluid {
    padding: 0 1rem;
  }
  .cid-snj1gueQNm .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-snj1gueQNm .mbr-section-title {
  color: #54575f;
}
.cid-snj1gueQNm .mbr-section-subtitle {
  color: #54575f;
}
.cid-sjF46MRlkr {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sjF46MRlkr .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjF46MRlkr .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF46MRlkr .navbar-logo {
  width: 110px;
}
.cid-sjF46MRlkr .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF46MRlkr .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF46MRlkr .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF46MRlkr .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sjF46MRlkr .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sjF46MRlkr .list-item .item-image,
.cid-sjF46MRlkr .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sjF46MRlkr .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sjF46MRlkr .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sjF46MRlkr .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sjF46MRlkr .socion1 {
  background: #45b3df;
}
.cid-sjF46MRlkr .socion2 {
  background-color: #456eda;
}
.cid-sjF46MRlkr .socion3 {
  background-color: #f985a5;
}
.cid-sjF46MRlkr .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sjF46MRlkr .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sjF46MRlkr .social-list a {
  transition: .2s linear;
}
.cid-sjF46MRlkr .social-list a:hover {
  opacity: .4;
}
.cid-sjF46MRlkr .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sjF46MRlkr .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sjF46MRlkr .svg-1 path {
  fill: #efefef;
}
.cid-sjF46MRlkr .item-image {
  margin-right: 2rem;
}
.cid-sjF46MRlkr [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sjF46MRlkr .soc-item::after {
  display: none;
}
.cid-sjF46MRlkr .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sjF46MRlkr .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sjF46MRlkr .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sjF46MRlkr .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sjF46MRlkr .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sjF46MRlkr .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sjF46MRlkr {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sjF46MRlkr .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjF46MRlkr .wrapper {
    padding: 1rem;
  }
}
.cid-sxveFxekAv {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxveFxekAv svg {
  position: absolute;
  top: 0;
}
.cid-sxveFxekAv .svg-1 {
  fill: #2d4073;
}
.cid-sxveFxekAv .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxveFxekAv {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxveFxekAv .mbr-text {
  color: #b1bee0;
}
.cid-sxveFxekAv a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sjFaYf1riu.popup-builder {
  background-color: #ffffff;
}
.cid-sjFaYf1riu.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjFaYf1riu.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjFaYf1riu .modal-content,
.cid-sjFaYf1riu .modal-dialog {
  height: auto;
}
.cid-sjFaYf1riu .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjFaYf1riu .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjFaYf1riu .form-wrapper .mbr-form .form-group,
  .cid-sjFaYf1riu .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjFaYf1riu .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjFaYf1riu .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjFaYf1riu .mbr-text {
  text-align: left;
}
.cid-sjFaYf1riu .pt-0 {
  padding-top: 0 !important;
}
.cid-sjFaYf1riu .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjFaYf1riu .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjFaYf1riu .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjFaYf1riu .modal-open {
  overflow: hidden;
}
.cid-sjFaYf1riu .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjFaYf1riu .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjFaYf1riu .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjFaYf1riu .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sjFaYf1riu .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjFaYf1riu .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjFaYf1riu .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjFaYf1riu .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sjFaYf1riu .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjFaYf1riu .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjFaYf1riu .modal-backdrop.show {
  opacity: .5;
}
.cid-sjFaYf1riu .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjFaYf1riu .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjFaYf1riu .modal-header .close:hover {
  opacity: 1;
}
.cid-sjFaYf1riu .modal-header .close:focus {
  outline: none;
}
.cid-sjFaYf1riu .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sjFaYf1riu .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjFaYf1riu .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjFaYf1riu .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjFaYf1riu .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjFaYf1riu .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjFaYf1riu .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjFaYf1riu .modal-sm {
    max-width: 300px;
  }
  .cid-sjFaYf1riu .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjFaYf1riu .modal-lg,
  .cid-sjFaYf1riu .modal-xl {
    max-width: 800px;
  }
  .cid-sjFaYf1riu .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjFaYf1riu .modal-xl {
    max-width: 1140px;
  }
  .cid-sjFaYf1riu .container {
    max-width: 1140px;
  }
}
.cid-sjFaYf1riu .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjFaYf1riu .container {
    max-width: 720px;
  }
}
.cid-sjFaYf1riu .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjFaYf1riu .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sjFaYf1riu .form-group {
  margin-bottom: 1rem;
}
.cid-sjFaYf1riu .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjFaYf1riu .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjFaYf1riu .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sjFdz7w5sV.popup-builder {
  background-color: #ffffff;
}
.cid-sjFdz7w5sV.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sjFdz7w5sV.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sjFdz7w5sV .modal-content,
.cid-sjFdz7w5sV .modal-dialog {
  height: auto;
}
.cid-sjFdz7w5sV .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sjFdz7w5sV .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sjFdz7w5sV .form-wrapper .mbr-form .form-group,
  .cid-sjFdz7w5sV .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sjFdz7w5sV .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sjFdz7w5sV .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sjFdz7w5sV .mbr-text {
  text-align: left;
}
.cid-sjFdz7w5sV .pt-0 {
  padding-top: 0 !important;
}
.cid-sjFdz7w5sV .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sjFdz7w5sV .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sjFdz7w5sV .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sjFdz7w5sV .modal-open {
  overflow: hidden;
}
.cid-sjFdz7w5sV .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sjFdz7w5sV .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sjFdz7w5sV .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sjFdz7w5sV .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sjFdz7w5sV .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sjFdz7w5sV .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sjFdz7w5sV .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sjFdz7w5sV .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sjFdz7w5sV .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sjFdz7w5sV .modal-backdrop.fade {
  opacity: 0;
}
.cid-sjFdz7w5sV .modal-backdrop.show {
  opacity: .5;
}
.cid-sjFdz7w5sV .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sjFdz7w5sV .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sjFdz7w5sV .modal-header .close:hover {
  opacity: 1;
}
.cid-sjFdz7w5sV .modal-header .close:focus {
  outline: none;
}
.cid-sjFdz7w5sV .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sjFdz7w5sV .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sjFdz7w5sV .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sjFdz7w5sV .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sjFdz7w5sV .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sjFdz7w5sV .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sjFdz7w5sV .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sjFdz7w5sV .modal-sm {
    max-width: 300px;
  }
  .cid-sjFdz7w5sV .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sjFdz7w5sV .modal-lg,
  .cid-sjFdz7w5sV .modal-xl {
    max-width: 800px;
  }
  .cid-sjFdz7w5sV .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sjFdz7w5sV .modal-xl {
    max-width: 1140px;
  }
  .cid-sjFdz7w5sV .container {
    max-width: 1140px;
  }
}
.cid-sjFdz7w5sV .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sjFdz7w5sV .container {
    max-width: 720px;
  }
}
.cid-sjFdz7w5sV .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sjFdz7w5sV .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sjFdz7w5sV .form-group {
  margin-bottom: 1rem;
}
.cid-sjFdz7w5sV .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sjFdz7w5sV .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sjFdz7w5sV .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sniUHvSuJk.popup-builder {
  background-color: #ffffff;
}
.cid-sniUHvSuJk.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sniUHvSuJk.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sniUHvSuJk .modal-content,
.cid-sniUHvSuJk .modal-dialog {
  height: auto;
}
.cid-sniUHvSuJk .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sniUHvSuJk .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sniUHvSuJk .form-wrapper .mbr-form .form-group,
  .cid-sniUHvSuJk .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sniUHvSuJk .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sniUHvSuJk .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sniUHvSuJk .mbr-text {
  text-align: left;
}
.cid-sniUHvSuJk .pt-0 {
  padding-top: 0 !important;
}
.cid-sniUHvSuJk .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sniUHvSuJk .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sniUHvSuJk .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sniUHvSuJk .modal-open {
  overflow: hidden;
}
.cid-sniUHvSuJk .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sniUHvSuJk .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sniUHvSuJk .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sniUHvSuJk .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sniUHvSuJk .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sniUHvSuJk .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sniUHvSuJk .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sniUHvSuJk .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sniUHvSuJk .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sniUHvSuJk .modal-backdrop.fade {
  opacity: 0;
}
.cid-sniUHvSuJk .modal-backdrop.show {
  opacity: .5;
}
.cid-sniUHvSuJk .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sniUHvSuJk .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sniUHvSuJk .modal-header .close:hover {
  opacity: 1;
}
.cid-sniUHvSuJk .modal-header .close:focus {
  outline: none;
}
.cid-sniUHvSuJk .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sniUHvSuJk .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sniUHvSuJk .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sniUHvSuJk .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sniUHvSuJk .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sniUHvSuJk .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sniUHvSuJk .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sniUHvSuJk .modal-sm {
    max-width: 300px;
  }
  .cid-sniUHvSuJk .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sniUHvSuJk .modal-lg,
  .cid-sniUHvSuJk .modal-xl {
    max-width: 800px;
  }
  .cid-sniUHvSuJk .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sniUHvSuJk .modal-xl {
    max-width: 1140px;
  }
  .cid-sniUHvSuJk .container {
    max-width: 1140px;
  }
}
.cid-sniUHvSuJk .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sniUHvSuJk .container {
    max-width: 720px;
  }
}
.cid-sniUHvSuJk .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sniUHvSuJk .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sniUHvSuJk .form-group {
  margin-bottom: 1rem;
}
.cid-sniUHvSuJk .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sniUHvSuJk .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sniUHvSuJk .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-snj0agPBD1.popup-builder {
  background-color: #ffffff;
}
.cid-snj0agPBD1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-snj0agPBD1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-snj0agPBD1 .modal-content,
.cid-snj0agPBD1 .modal-dialog {
  height: auto;
}
.cid-snj0agPBD1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-snj0agPBD1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-snj0agPBD1 .form-wrapper .mbr-form .form-group,
  .cid-snj0agPBD1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-snj0agPBD1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-snj0agPBD1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snj0agPBD1 .mbr-text {
  text-align: left;
}
.cid-snj0agPBD1 .pt-0 {
  padding-top: 0 !important;
}
.cid-snj0agPBD1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-snj0agPBD1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-snj0agPBD1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-snj0agPBD1 .modal-open {
  overflow: hidden;
}
.cid-snj0agPBD1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-snj0agPBD1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-snj0agPBD1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-snj0agPBD1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-snj0agPBD1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-snj0agPBD1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-snj0agPBD1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-snj0agPBD1 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-snj0agPBD1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-snj0agPBD1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-snj0agPBD1 .modal-backdrop.show {
  opacity: .5;
}
.cid-snj0agPBD1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-snj0agPBD1 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-snj0agPBD1 .modal-header .close:hover {
  opacity: 1;
}
.cid-snj0agPBD1 .modal-header .close:focus {
  outline: none;
}
.cid-snj0agPBD1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-snj0agPBD1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-snj0agPBD1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-snj0agPBD1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-snj0agPBD1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-snj0agPBD1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-snj0agPBD1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-snj0agPBD1 .modal-sm {
    max-width: 300px;
  }
  .cid-snj0agPBD1 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-snj0agPBD1 .modal-lg,
  .cid-snj0agPBD1 .modal-xl {
    max-width: 800px;
  }
  .cid-snj0agPBD1 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-snj0agPBD1 .modal-xl {
    max-width: 1140px;
  }
  .cid-snj0agPBD1 .container {
    max-width: 1140px;
  }
}
.cid-snj0agPBD1 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-snj0agPBD1 .container {
    max-width: 720px;
  }
}
.cid-snj0agPBD1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-snj0agPBD1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-snj0agPBD1 .form-group {
  margin-bottom: 1rem;
}
.cid-snj0agPBD1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-snj0agPBD1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-snj0agPBD1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-snj1E01hwM.popup-builder {
  background-color: #ffffff;
}
.cid-snj1E01hwM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-snj1E01hwM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-snj1E01hwM .modal-content,
.cid-snj1E01hwM .modal-dialog {
  height: auto;
}
.cid-snj1E01hwM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-snj1E01hwM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-snj1E01hwM .form-wrapper .mbr-form .form-group,
  .cid-snj1E01hwM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-snj1E01hwM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-snj1E01hwM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-snj1E01hwM .mbr-text {
  text-align: left;
}
.cid-snj1E01hwM .pt-0 {
  padding-top: 0 !important;
}
.cid-snj1E01hwM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-snj1E01hwM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-snj1E01hwM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-snj1E01hwM .modal-open {
  overflow: hidden;
}
.cid-snj1E01hwM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-snj1E01hwM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-snj1E01hwM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-snj1E01hwM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-snj1E01hwM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-snj1E01hwM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-snj1E01hwM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-snj1E01hwM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-snj1E01hwM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-snj1E01hwM .modal-backdrop.fade {
  opacity: 0;
}
.cid-snj1E01hwM .modal-backdrop.show {
  opacity: .5;
}
.cid-snj1E01hwM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-snj1E01hwM .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-snj1E01hwM .modal-header .close:hover {
  opacity: 1;
}
.cid-snj1E01hwM .modal-header .close:focus {
  outline: none;
}
.cid-snj1E01hwM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-snj1E01hwM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-snj1E01hwM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-snj1E01hwM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-snj1E01hwM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-snj1E01hwM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-snj1E01hwM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-snj1E01hwM .modal-sm {
    max-width: 300px;
  }
  .cid-snj1E01hwM .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-snj1E01hwM .modal-lg,
  .cid-snj1E01hwM .modal-xl {
    max-width: 800px;
  }
  .cid-snj1E01hwM .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-snj1E01hwM .modal-xl {
    max-width: 1140px;
  }
  .cid-snj1E01hwM .container {
    max-width: 1140px;
  }
}
.cid-snj1E01hwM .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-snj1E01hwM .container {
    max-width: 720px;
  }
}
.cid-snj1E01hwM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-snj1E01hwM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-snj1E01hwM .form-group {
  margin-bottom: 1rem;
}
.cid-snj1E01hwM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-snj1E01hwM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-snj1E01hwM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sjrbLc3BMx {
  min-height: 120px;
}
.cid-sjrbLc3BMx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sjrbLc3BMx .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjrbLc3BMx .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sjrbLc3BMx .dropdown-item:active {
  background-color: transparent;
}
.cid-sjrbLc3BMx .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sjrbLc3BMx .nav-item:focus,
.cid-sjrbLc3BMx .nav-link:focus {
  outline: none;
}
.cid-sjrbLc3BMx .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sjrbLc3BMx .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sjrbLc3BMx .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sjrbLc3BMx .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sjrbLc3BMx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjrbLc3BMx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjrbLc3BMx .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sjrbLc3BMx .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sjrbLc3BMx .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sjrbLc3BMx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjrbLc3BMx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjrbLc3BMx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjrbLc3BMx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sjrbLc3BMx button.navbar-toggler:focus {
  outline: none;
}
.cid-sjrbLc3BMx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sjrbLc3BMx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjrbLc3BMx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbLc3BMx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbLc3BMx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjrbLc3BMx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbLc3BMx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjrbLc3BMx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjrbLc3BMx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbLc3BMx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse.collapsing,
.cid-sjrbLc3BMx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjrbLc3BMx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjrbLc3BMx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjrbLc3BMx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjrbLc3BMx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjrbLc3BMx .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sjrbLc3BMx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sjrbLc3BMx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjrbLc3BMx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjrbLc3BMx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sjrbLc3BMx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjrbLc3BMx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjrbLc3BMx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sjrbLc3BMx {
    min-height: 85px;
  }
  .cid-sjrbLc3BMx.navbar-expand {
    flex-direction: column;
  }
  .cid-sjrbLc3BMx img {
    height: 3.8rem !important;
  }
  .cid-sjrbLc3BMx button.navbar-toggler {
    display: block;
  }
  .cid-sjrbLc3BMx .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sjrbLc3BMx .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sjrbLc3BMx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjrbLc3BMx .navbar-collapse.collapsing,
  .cid-sjrbLc3BMx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjrbLc3BMx .navbar-collapse.collapsing .navbar-nav,
  .cid-sjrbLc3BMx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjrbLc3BMx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjrbLc3BMx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjrbLc3BMx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjrbLc3BMx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjrbLc3BMx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjrbLc3BMx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjrbLc3BMx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjrbLc3BMx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjrbLc3BMx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjrbLc3BMx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sjrbLc3BMx .navbar-logo img {
    display: inline-block;
  }
  .cid-sjrbLc3BMx .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sjrbLc3BMx .nav-link {
    justify-content: start!important;
  }
  .cid-sjrbLc3BMx .navbar.opened {
    height: 100vh;
  }
  .cid-sjrbLc3BMx .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sjrbLc3BMx .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sjrbLc3BMx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjrbLc3BMx .navbar-collapse {
  flex-basis: auto;
}
.cid-sjrbLc3BMx .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sjrbLc3BMx .span-link {
  padding: 0 0.5rem;
}
.cid-sjrbLc3BMx .btn1:before,
.cid-sjrbLc3BMx .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sjrbLc3BMx .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sjrbLc3BMx .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sjrbLc3BMx .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sjrbLc3BMx .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sjrbLc3BMx .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sjrbLc3BMx .dropdown-item {
    color: #fff;
  }
  .cid-sjrbLc3BMx .nav-item.open .nav-link,
  .cid-sjrbLc3BMx .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbLc3BMx .link:active {
    color: #fff !important;
  }
  .cid-sjrbLc3BMx .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sjrbLc3BMx .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sjrbLc3BMx .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sjrbLc3BMx .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sjrbLc3BMx .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sjrbLc3BMx .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjrbLc3BMx .navbar {
    height: 90px;
  }
  .cid-sjrbLc3BMx .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sjrbLc3BMx .mbr-section-title {
    color: #fff;
  }
  .cid-sjrbLc3BMx .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sjrbLc3BMx .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sjrbLc3BMx .span-link {
    color: #fff;
  }
  .cid-sjrbLc3BMx .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sjrbLc3BMx .dropdown-item {
    color: #12265a;
  }
  .cid-sjrbLc3BMx .nav-item.open .nav-link,
  .cid-sjrbLc3BMx .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbLc3BMx .logo-name {
    margin-top: 2rem;
  }
  .cid-sjrbLc3BMx .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sjrbLc3BMx .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sjrbLc3BMx .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjrbLc3BMx .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sjrbLc3BMx .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sjrbLc3BMx .mbr-section-title {
  font-weight: 900;
}
.cid-sjrbLc3BMx .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sjrbLc3BMx .mbr-section-btn {
  display: flex;
}
.cid-sjrbLc3BMx .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sjrbLc3BMx .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbLc3BMx .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbLc3BMx .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sjrbLc3BMx .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbLc3BMx .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbLc3BMx .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sjrbLc3BMx .navbar-brand {
  margin-right: 0rem !important;
}
.cid-sjrbLfpXFv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sjrbLfpXFv .carousel-item {
  margin-top: 1.3rem;
  justify-content: center;
}
.cid-sjrbLfpXFv .carousel-item > div {
  width: 100%;
}
.cid-sjrbLfpXFv .carousel-item.active,
.cid-sjrbLfpXFv .carousel-item-next,
.cid-sjrbLfpXFv .carousel-item-prev {
  display: flex;
}
.cid-sjrbLfpXFv .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-sjrbLfpXFv .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-sjrbLfpXFv .carousel-controls a:hover span {
  opacity: 1;
}
.cid-sjrbLfpXFv .signature,
.cid-sjrbLfpXFv .desk {
  margin: 0;
}
.cid-sjrbLfpXFv .mbr-text {
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding: 2rem;
}
.cid-sjrbLfpXFv .mbr-text1 {
  background-color: #fa9db7;
}
.cid-sjrbLfpXFv .mbr-text2 {
  background-color: #45b3df;
}
.cid-sjrbLfpXFv .mbr-text3 {
  background-color: #0cabe5;
}
.cid-sjrbLfpXFv .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 0;
  color: #70747f;
}
.cid-sjrbLfpXFv .img-block {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  align-items: center;
  margin-bottom: 3rem;
}
.cid-sjrbLfpXFv img {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  margin: 0;
}
.cid-sjrbLfpXFv .title-block {
  margin-left: 1rem;
}
.cid-sjrbLfpXFv .signature {
  font-weight: 900;
  color: #12265a;
  text-align: left;
}
.cid-sjrbLfpXFv .quote_svg {
  position: absolute;
  top: calc(96%);
  width: 30px;
  left: 40px;
}
.cid-sjrbLfpXFv .quote_svg1 {
  fill: #fa9db7;
}
.cid-sjrbLfpXFv .quote_svg2 {
  fill: #45b3df;
}
.cid-sjrbLfpXFv .quote_svg3 {
  fill: #0cabe5;
}
.cid-sjrbLfpXFv .mbr-text::after {
  content: '“';
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 1rem;
  font-size: 15rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.23);
}
.cid-sjrbLfpXFv .carousel-indicators li {
  background-color: #45b3df;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
}
.cid-sjrbLfpXFv .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
}
.cid-sjrbLfpXFv ol {
  margin-bottom: 0;
}
.cid-sjrbLfpXFv .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .cid-sjrbLfpXFv {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-sjrbLfpXFv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjrbLfpXFv .col-md-4 {
    padding: 0;
  }
  .cid-sjrbLfpXFv .mbr-text {
    padding: 1rem;
  }
}
.cid-sjrbLfpXFv .container-fluid {
  padding: 0 1rem;
  max-width: 1200px;
}
.cid-sjrbLfpXFv .mbr-section-title {
  color: #54575f;
}
.cid-sjF4bPtLsD {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sjF4bPtLsD .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjF4bPtLsD .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4bPtLsD .navbar-logo {
  width: 110px;
}
.cid-sjF4bPtLsD .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4bPtLsD .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4bPtLsD .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4bPtLsD .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sjF4bPtLsD .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sjF4bPtLsD .list-item .item-image,
.cid-sjF4bPtLsD .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sjF4bPtLsD .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sjF4bPtLsD .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sjF4bPtLsD .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sjF4bPtLsD .socion1 {
  background: #45b3df;
}
.cid-sjF4bPtLsD .socion2 {
  background-color: #456eda;
}
.cid-sjF4bPtLsD .socion3 {
  background-color: #f985a5;
}
.cid-sjF4bPtLsD .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sjF4bPtLsD .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sjF4bPtLsD .social-list a {
  transition: .2s linear;
}
.cid-sjF4bPtLsD .social-list a:hover {
  opacity: .4;
}
.cid-sjF4bPtLsD .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sjF4bPtLsD .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sjF4bPtLsD .svg-1 path {
  fill: #fff;
}
.cid-sjF4bPtLsD .item-image {
  margin-right: 2rem;
}
.cid-sjF4bPtLsD [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sjF4bPtLsD .soc-item::after {
  display: none;
}
.cid-sjF4bPtLsD .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sjF4bPtLsD .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sjF4bPtLsD .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sjF4bPtLsD .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sjF4bPtLsD .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sjF4bPtLsD .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sjF4bPtLsD {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sjF4bPtLsD .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjF4bPtLsD .wrapper {
    padding: 1rem;
  }
}
.cid-sxveIFAdzk {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxveIFAdzk svg {
  position: absolute;
  top: 0;
}
.cid-sxveIFAdzk .svg-1 {
  fill: #2d4073;
}
.cid-sxveIFAdzk .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxveIFAdzk {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxveIFAdzk .mbr-text {
  color: #b1bee0;
}
.cid-sxveIFAdzk a {
  text-decoration: underline;
  font-weight: 400 !important;
}

.cid-sjrbQVEWvx {
  min-height: 120px;
}
.cid-sjrbQVEWvx .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sjrbQVEWvx .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjrbQVEWvx .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sjrbQVEWvx .dropdown-item:active {
  background-color: transparent;
}
.cid-sjrbQVEWvx .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sjrbQVEWvx .nav-item:focus,
.cid-sjrbQVEWvx .nav-link:focus {
  outline: none;
}
.cid-sjrbQVEWvx .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sjrbQVEWvx .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sjrbQVEWvx .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sjrbQVEWvx .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sjrbQVEWvx .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjrbQVEWvx .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjrbQVEWvx .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sjrbQVEWvx .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sjrbQVEWvx .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sjrbQVEWvx .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjrbQVEWvx .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjrbQVEWvx .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjrbQVEWvx button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sjrbQVEWvx button.navbar-toggler:focus {
  outline: none;
}
.cid-sjrbQVEWvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sjrbQVEWvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjrbQVEWvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbQVEWvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbQVEWvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjrbQVEWvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbQVEWvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjrbQVEWvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjrbQVEWvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbQVEWvx .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse.collapsing,
.cid-sjrbQVEWvx .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjrbQVEWvx .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjrbQVEWvx .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjrbQVEWvx .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjrbQVEWvx .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjrbQVEWvx .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sjrbQVEWvx .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sjrbQVEWvx .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjrbQVEWvx .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjrbQVEWvx .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sjrbQVEWvx .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjrbQVEWvx .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjrbQVEWvx .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sjrbQVEWvx {
    min-height: 85px;
  }
  .cid-sjrbQVEWvx.navbar-expand {
    flex-direction: column;
  }
  .cid-sjrbQVEWvx img {
    height: 3.8rem !important;
  }
  .cid-sjrbQVEWvx button.navbar-toggler {
    display: block;
  }
  .cid-sjrbQVEWvx .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sjrbQVEWvx .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sjrbQVEWvx .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjrbQVEWvx .navbar-collapse.collapsing,
  .cid-sjrbQVEWvx .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjrbQVEWvx .navbar-collapse.collapsing .navbar-nav,
  .cid-sjrbQVEWvx .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjrbQVEWvx .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjrbQVEWvx .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjrbQVEWvx .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjrbQVEWvx .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjrbQVEWvx .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjrbQVEWvx .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjrbQVEWvx .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjrbQVEWvx .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjrbQVEWvx .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjrbQVEWvx .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sjrbQVEWvx .navbar-logo img {
    display: inline-block;
  }
  .cid-sjrbQVEWvx .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sjrbQVEWvx .nav-link {
    justify-content: start!important;
  }
  .cid-sjrbQVEWvx .navbar.opened {
    height: 100vh;
  }
  .cid-sjrbQVEWvx .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sjrbQVEWvx .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sjrbQVEWvx .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjrbQVEWvx .navbar-collapse {
  flex-basis: auto;
}
.cid-sjrbQVEWvx .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sjrbQVEWvx .span-link {
  padding: 0 0.5rem;
}
.cid-sjrbQVEWvx .btn1:before,
.cid-sjrbQVEWvx .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sjrbQVEWvx .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sjrbQVEWvx .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sjrbQVEWvx .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sjrbQVEWvx .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sjrbQVEWvx .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sjrbQVEWvx .dropdown-item {
    color: #fff;
  }
  .cid-sjrbQVEWvx .nav-item.open .nav-link,
  .cid-sjrbQVEWvx .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbQVEWvx .link:active {
    color: #fff !important;
  }
  .cid-sjrbQVEWvx .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sjrbQVEWvx .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sjrbQVEWvx .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sjrbQVEWvx .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sjrbQVEWvx .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sjrbQVEWvx .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjrbQVEWvx .navbar {
    height: 90px;
  }
  .cid-sjrbQVEWvx .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sjrbQVEWvx .mbr-section-title {
    color: #fff;
  }
  .cid-sjrbQVEWvx .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sjrbQVEWvx .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sjrbQVEWvx .span-link {
    color: #fff;
  }
  .cid-sjrbQVEWvx .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sjrbQVEWvx .dropdown-item {
    color: #12265a;
  }
  .cid-sjrbQVEWvx .nav-item.open .nav-link,
  .cid-sjrbQVEWvx .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbQVEWvx .logo-name {
    margin-top: 2rem;
  }
  .cid-sjrbQVEWvx .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sjrbQVEWvx .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sjrbQVEWvx .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjrbQVEWvx .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sjrbQVEWvx .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sjrbQVEWvx .mbr-section-title {
  font-weight: 900;
}
.cid-sjrbQVEWvx .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sjrbQVEWvx .mbr-section-btn {
  display: flex;
}
.cid-sjrbQVEWvx .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sjrbQVEWvx .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbQVEWvx .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbQVEWvx .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sjrbQVEWvx .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbQVEWvx .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbQVEWvx .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sjrbQVEWvx .navbar-brand {
  margin-right: 0rem !important;
}
.cid-sxuCXQ1Fya {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sxuCXQ1Fya {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-sxuCXQ1Fya .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sxuCXQ1Fya .container-fluid {
  max-width: 1200px;
}
.cid-sxuCXQ1Fya .line-bg-warningo {
  background-size: 100% 0.521em;
  display: inline;
  margin: 0 -12px;
  padding: 0 12px;
  background-image: linear-gradient(to top, #88f0be, #88f0be);
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-sxuCXQ1Fya .row > div,
.cid-sxuCXQ1Fya .mbr-section-title {
  color: #54575f;
}
.cid-sjF2Pmnrdb {
  padding-top: 5px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sjF2Pmnrdb .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-sjF2Pmnrdb .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-sjF2Pmnrdb .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-sjF2Pmnrdb textarea {
  min-height: 150px;
}
.cid-sjF2Pmnrdb .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-sjF2Pmnrdb .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sjF2Pmnrdb .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sjF2Pmnrdb .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sjF2Pmnrdb .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-sjF2Pmnrdb .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sjF2Pmnrdb {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sjF2Pmnrdb .container-fluid {
    padding: 0 1rem;
  }
}
.cid-sjF2Pmnrdb .mbr-section-btn {
  margin: 0;
  margin-left: 5px;
}
.cid-sjF2Pmnrdb .wrapper-title {
  padding: 0rem;
}
.cid-sjF2Pmnrdb H5 {
  color: #54575f;
}
.cid-sjF4jrBjoU {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sjF4jrBjoU .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjF4jrBjoU .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4jrBjoU .navbar-logo {
  width: 110px;
}
.cid-sjF4jrBjoU .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4jrBjoU .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4jrBjoU .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4jrBjoU .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sjF4jrBjoU .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sjF4jrBjoU .list-item .item-image,
.cid-sjF4jrBjoU .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sjF4jrBjoU .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sjF4jrBjoU .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sjF4jrBjoU .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sjF4jrBjoU .socion1 {
  background: #45b3df;
}
.cid-sjF4jrBjoU .socion2 {
  background-color: #456eda;
}
.cid-sjF4jrBjoU .socion3 {
  background-color: #f985a5;
}
.cid-sjF4jrBjoU .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sjF4jrBjoU .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sjF4jrBjoU .social-list a {
  transition: .2s linear;
}
.cid-sjF4jrBjoU .social-list a:hover {
  opacity: .4;
}
.cid-sjF4jrBjoU .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sjF4jrBjoU .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sjF4jrBjoU .svg-1 path {
  fill: #efefef;
}
.cid-sjF4jrBjoU .item-image {
  margin-right: 2rem;
}
.cid-sjF4jrBjoU [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sjF4jrBjoU .soc-item::after {
  display: none;
}
.cid-sjF4jrBjoU .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sjF4jrBjoU .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sjF4jrBjoU .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sjF4jrBjoU .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sjF4jrBjoU .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sjF4jrBjoU .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sjF4jrBjoU {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sjF4jrBjoU .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjF4jrBjoU .wrapper {
    padding: 1rem;
  }
}
.cid-sxveOAG8z2 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxveOAG8z2 svg {
  position: absolute;
  top: 0;
}
.cid-sxveOAG8z2 .svg-1 {
  fill: #2d4073;
}
.cid-sxveOAG8z2 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxveOAG8z2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxveOAG8z2 .mbr-text {
  color: #b1bee0;
}
.cid-sxveOAG8z2 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sxv2w5zxYV {
  min-height: 120px;
}
.cid-sxv2w5zxYV .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sxv2w5zxYV .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sxv2w5zxYV .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sxv2w5zxYV .dropdown-item:active {
  background-color: transparent;
}
.cid-sxv2w5zxYV .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sxv2w5zxYV .nav-item:focus,
.cid-sxv2w5zxYV .nav-link:focus {
  outline: none;
}
.cid-sxv2w5zxYV .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sxv2w5zxYV .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sxv2w5zxYV .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sxv2w5zxYV .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sxv2w5zxYV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sxv2w5zxYV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sxv2w5zxYV .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sxv2w5zxYV .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sxv2w5zxYV .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sxv2w5zxYV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sxv2w5zxYV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sxv2w5zxYV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sxv2w5zxYV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sxv2w5zxYV button.navbar-toggler:focus {
  outline: none;
}
.cid-sxv2w5zxYV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sxv2w5zxYV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sxv2w5zxYV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sxv2w5zxYV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sxv2w5zxYV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sxv2w5zxYV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxv2w5zxYV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sxv2w5zxYV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sxv2w5zxYV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sxv2w5zxYV .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse.collapsing,
.cid-sxv2w5zxYV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sxv2w5zxYV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sxv2w5zxYV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sxv2w5zxYV .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sxv2w5zxYV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sxv2w5zxYV .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sxv2w5zxYV .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sxv2w5zxYV .collapsed button.navbar-toggler {
  display: block;
}
.cid-sxv2w5zxYV .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sxv2w5zxYV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sxv2w5zxYV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sxv2w5zxYV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sxv2w5zxYV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sxv2w5zxYV {
    min-height: 85px;
  }
  .cid-sxv2w5zxYV.navbar-expand {
    flex-direction: column;
  }
  .cid-sxv2w5zxYV img {
    height: 3.8rem !important;
  }
  .cid-sxv2w5zxYV button.navbar-toggler {
    display: block;
  }
  .cid-sxv2w5zxYV .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sxv2w5zxYV .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sxv2w5zxYV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sxv2w5zxYV .navbar-collapse.collapsing,
  .cid-sxv2w5zxYV .navbar-collapse.show {
    display: block !important;
  }
  .cid-sxv2w5zxYV .navbar-collapse.collapsing .navbar-nav,
  .cid-sxv2w5zxYV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sxv2w5zxYV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sxv2w5zxYV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sxv2w5zxYV .navbar-collapse.collapsing .navbar-buttons,
  .cid-sxv2w5zxYV .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sxv2w5zxYV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sxv2w5zxYV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sxv2w5zxYV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sxv2w5zxYV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sxv2w5zxYV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sxv2w5zxYV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sxv2w5zxYV .navbar-logo img {
    display: inline-block;
  }
  .cid-sxv2w5zxYV .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sxv2w5zxYV .nav-link {
    justify-content: start!important;
  }
  .cid-sxv2w5zxYV .navbar.opened {
    height: 100vh;
  }
  .cid-sxv2w5zxYV .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sxv2w5zxYV .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sxv2w5zxYV .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sxv2w5zxYV .navbar-collapse {
  flex-basis: auto;
}
.cid-sxv2w5zxYV .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sxv2w5zxYV .span-link {
  padding: 0 0.5rem;
}
.cid-sxv2w5zxYV .btn1:before,
.cid-sxv2w5zxYV .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sxv2w5zxYV .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sxv2w5zxYV .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sxv2w5zxYV .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sxv2w5zxYV .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sxv2w5zxYV .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sxv2w5zxYV .dropdown-item {
    color: #fff;
  }
  .cid-sxv2w5zxYV .nav-item.open .nav-link,
  .cid-sxv2w5zxYV .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sxv2w5zxYV .link:active {
    color: #fff !important;
  }
  .cid-sxv2w5zxYV .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sxv2w5zxYV .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sxv2w5zxYV .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sxv2w5zxYV .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sxv2w5zxYV .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sxv2w5zxYV .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sxv2w5zxYV .navbar {
    height: 90px;
  }
  .cid-sxv2w5zxYV .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sxv2w5zxYV .mbr-section-title {
    color: #fff;
  }
  .cid-sxv2w5zxYV .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sxv2w5zxYV .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sxv2w5zxYV .span-link {
    color: #fff;
  }
  .cid-sxv2w5zxYV .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sxv2w5zxYV .dropdown-item {
    color: #12265a;
  }
  .cid-sxv2w5zxYV .nav-item.open .nav-link,
  .cid-sxv2w5zxYV .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sxv2w5zxYV .logo-name {
    margin-top: 2rem;
  }
  .cid-sxv2w5zxYV .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sxv2w5zxYV .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sxv2w5zxYV .container-fluid {
    padding: 0 1rem;
  }
  .cid-sxv2w5zxYV .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sxv2w5zxYV .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sxv2w5zxYV .mbr-section-title {
  font-weight: 900;
}
.cid-sxv2w5zxYV .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sxv2w5zxYV .mbr-section-btn {
  display: flex;
}
.cid-sxv2w5zxYV .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sxv2w5zxYV .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sxv2w5zxYV .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sxv2w5zxYV .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sxv2w5zxYV .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sxv2w5zxYV .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sxv2w5zxYV .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sxv2w5zxYV .navbar-brand {
  margin-right: 0rem !important;
}
.cid-sxv8ysXV4Q {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sxv8ysXV4Q {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-sxv8ysXV4Q img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sxv8ysXV4Q .right-wrapper {
  padding-left: 5rem;
}
.cid-sxv8ysXV4Q .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sxv8ysXV4Q .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sxv8ysXV4Q .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sxv8ysXV4Q .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sxv8ysXV4Q .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sxv8ysXV4Q .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sxv8ysXV4Q .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sxv8ysXV4Q .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sxv8ysXV4Q .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sxv8ysXV4Q .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxv8ysXV4Q .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sxv8ysXV4Q .container-fluid {
    padding: 0 1rem;
  }
  .cid-sxv8ysXV4Q .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sxv74md1Sz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sxv74md1Sz .title__block {
  margin-bottom: 1.5rem;
}
.cid-sxv74md1Sz .text-top {
  color: #767676;
  margin-top: 2rem;
}
.cid-sxv74md1Sz .card {
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}
.cid-sxv74md1Sz .card:hover .card-title {
  color: #fa9db7;
}
.cid-sxv74md1Sz .card-title {
  color: #12265a;
  transition: 0.4s;
}
.cid-sxv74md1Sz .item-image {
  margin-right: 1rem;
}
.cid-sxv74md1Sz .item-image img {
  width: 80px;
}
.cid-sxv74md1Sz .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxv74md1Sz {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-sxv74md1Sz .container-fluid {
    padding: 0 1rem;
  }
  .cid-sxv74md1Sz .card {
    flex-direction: column;
    text-align: center;
  }
  .cid-sxv74md1Sz .card-title {
    margin-top: 2rem;
  }
  .cid-sxv74md1Sz .item-image {
    margin-right: 0;
  }
}
.cid-sxv65sS4Ut {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxv65sS4Ut .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxv65sS4Ut .container {
  max-width: 1400px;
}
.cid-sxv65sS4Ut .image-wrapper {
  position: relative;
}
.cid-sxv65sS4Ut .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #95c33c;
  position: absolute;
  z-index: 10;
}
.cid-sxv65sS4Ut .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sxv65sS4Ut .row {
  flex-direction: row-reverse;
}
.cid-sxv65sS4Ut img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxv65sS4Ut .mbr-text {
  color: #818181;
}
.cid-sxv9DixZN4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sxv9DixZN4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sxv9DixZN4 .container {
  max-width: 1400px;
}
.cid-sxv9DixZN4 .image-wrapper {
  position: relative;
}
.cid-sxv9DixZN4 .image-wrapper:before {
  content: '';
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  pointer-events: none;
  transition: all 0.3s;
  height: 100%;
  background: #a5c846;
  position: absolute;
  z-index: 10;
}
.cid-sxv9DixZN4 .image-wrapper:hover:before {
  opacity: 0.4;
}
.cid-sxv9DixZN4 .row {
  flex-direction: row-reverse;
}
.cid-sxv9DixZN4 img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sxv9DixZN4 .mbr-text {
  color: #818181;
}
.cid-sxv2w6vr8D {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sxv2w6vr8D .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sxv2w6vr8D .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sxv2w6vr8D .navbar-logo {
  width: 110px;
}
.cid-sxv2w6vr8D .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sxv2w6vr8D .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sxv2w6vr8D .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sxv2w6vr8D .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sxv2w6vr8D .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sxv2w6vr8D .list-item .item-image,
.cid-sxv2w6vr8D .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sxv2w6vr8D .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sxv2w6vr8D .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sxv2w6vr8D .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sxv2w6vr8D .socion1 {
  background: #45b3df;
}
.cid-sxv2w6vr8D .socion2 {
  background-color: #456eda;
}
.cid-sxv2w6vr8D .socion3 {
  background-color: #f985a5;
}
.cid-sxv2w6vr8D .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sxv2w6vr8D .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sxv2w6vr8D .social-list a {
  transition: .2s linear;
}
.cid-sxv2w6vr8D .social-list a:hover {
  opacity: .4;
}
.cid-sxv2w6vr8D .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sxv2w6vr8D .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sxv2w6vr8D .svg-1 path {
  fill: #efefef;
}
.cid-sxv2w6vr8D .item-image {
  margin-right: 2rem;
}
.cid-sxv2w6vr8D [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sxv2w6vr8D .soc-item::after {
  display: none;
}
.cid-sxv2w6vr8D .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sxv2w6vr8D .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sxv2w6vr8D .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sxv2w6vr8D .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sxv2w6vr8D .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sxv2w6vr8D .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sxv2w6vr8D {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sxv2w6vr8D .container-fluid {
    padding: 0 1rem;
  }
  .cid-sxv2w6vr8D .wrapper {
    padding: 1rem;
  }
}
.cid-sxvdXONFau {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxvdXONFau svg {
  position: absolute;
  top: 0;
}
.cid-sxvdXONFau .svg-1 {
  fill: #2d4073;
}
.cid-sxvdXONFau .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxvdXONFau {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxvdXONFau .mbr-text {
  color: #b1bee0;
}
.cid-sxvdXONFau a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-sjrbOUjt9Y {
  min-height: 120px;
}
.cid-sjrbOUjt9Y .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-sjrbOUjt9Y .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sjrbOUjt9Y .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sjrbOUjt9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sjrbOUjt9Y .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 0.1rem !important;
}
.cid-sjrbOUjt9Y .nav-item:focus,
.cid-sjrbOUjt9Y .nav-link:focus {
  outline: none;
}
.cid-sjrbOUjt9Y .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sjrbOUjt9Y .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-sjrbOUjt9Y .menu-logo .navbar-brand {
  display: flex;
  align-items: flex-start;
}
.cid-sjrbOUjt9Y .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sjrbOUjt9Y .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-sjrbOUjt9Y .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sjrbOUjt9Y .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sjrbOUjt9Y .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sjrbOUjt9Y .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sjrbOUjt9Y .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sjrbOUjt9Y .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sjrbOUjt9Y .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-sjrbOUjt9Y button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
}
.cid-sjrbOUjt9Y button.navbar-toggler:focus {
  outline: none;
}
.cid-sjrbOUjt9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #444444;
}
.cid-sjrbOUjt9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sjrbOUjt9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbOUjt9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sjrbOUjt9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sjrbOUjt9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbOUjt9Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sjrbOUjt9Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sjrbOUjt9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sjrbOUjt9Y .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.collapsing,
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sjrbOUjt9Y .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-sjrbOUjt9Y .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sjrbOUjt9Y .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sjrbOUjt9Y .collapsed button.navbar-toggler {
  display: block;
}
.cid-sjrbOUjt9Y .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sjrbOUjt9Y .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-sjrbOUjt9Y .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sjrbOUjt9Y .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sjrbOUjt9Y .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-sjrbOUjt9Y {
    min-height: 85px;
  }
  .cid-sjrbOUjt9Y.navbar-expand {
    flex-direction: column;
  }
  .cid-sjrbOUjt9Y img {
    height: 3.8rem !important;
  }
  .cid-sjrbOUjt9Y button.navbar-toggler {
    display: block;
  }
  .cid-sjrbOUjt9Y .navbar-brand {
    margin-left: .5rem !important;
  }
  .cid-sjrbOUjt9Y .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-sjrbOUjt9Y .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sjrbOUjt9Y .navbar-collapse.collapsing,
  .cid-sjrbOUjt9Y .navbar-collapse.show {
    display: block !important;
  }
  .cid-sjrbOUjt9Y .navbar-collapse.collapsing .navbar-nav,
  .cid-sjrbOUjt9Y .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sjrbOUjt9Y .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sjrbOUjt9Y .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sjrbOUjt9Y .navbar-collapse.collapsing .navbar-buttons,
  .cid-sjrbOUjt9Y .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sjrbOUjt9Y .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sjrbOUjt9Y .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sjrbOUjt9Y .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sjrbOUjt9Y .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sjrbOUjt9Y .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sjrbOUjt9Y .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    content: "";
  }
}
@media (max-width: 767px) {
  .cid-sjrbOUjt9Y .navbar-logo img {
    display: inline-block;
  }
  .cid-sjrbOUjt9Y .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sjrbOUjt9Y .nav-link {
    justify-content: start!important;
  }
  .cid-sjrbOUjt9Y .navbar.opened {
    height: 100vh;
  }
  .cid-sjrbOUjt9Y .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sjrbOUjt9Y .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sjrbOUjt9Y .menu-logo {
    flex-shrink: 0;
  }
}
.cid-sjrbOUjt9Y .navbar-collapse {
  flex-basis: auto;
}
.cid-sjrbOUjt9Y .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sjrbOUjt9Y .span-link {
  padding: 0 0.5rem;
}
.cid-sjrbOUjt9Y .btn1:before,
.cid-sjrbOUjt9Y .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sjrbOUjt9Y .btn1:before {
  border: 2px dashed #fa6992;
}
.cid-sjrbOUjt9Y .btn2::before {
  border: 2px dashed #1e43a0;
}
.cid-sjrbOUjt9Y .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sjrbOUjt9Y .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sjrbOUjt9Y .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sjrbOUjt9Y .dropdown-item {
    color: #fff;
  }
  .cid-sjrbOUjt9Y .nav-item.open .nav-link,
  .cid-sjrbOUjt9Y .link:hover {
    color: #fff;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbOUjt9Y .link:active {
    color: #fff !important;
  }
  .cid-sjrbOUjt9Y .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sjrbOUjt9Y .navbar-brand {
    justify-content: flex-start;
  }
  .cid-sjrbOUjt9Y .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sjrbOUjt9Y .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sjrbOUjt9Y .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sjrbOUjt9Y .navbar-collapse {
    background-color: #fff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sjrbOUjt9Y .navbar {
    height: 90px;
  }
  .cid-sjrbOUjt9Y .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sjrbOUjt9Y .mbr-section-title {
    color: #fff;
  }
  .cid-sjrbOUjt9Y .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sjrbOUjt9Y .navbar-toggleable-sm {
    background-color: #fff;
  }
  .cid-sjrbOUjt9Y .span-link {
    color: #fff;
  }
  .cid-sjrbOUjt9Y .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sjrbOUjt9Y .dropdown-item {
    color: #12265a;
  }
  .cid-sjrbOUjt9Y .nav-item.open .nav-link,
  .cid-sjrbOUjt9Y .link:hover {
    color: #12265a !important;
    background: #0cabe5;
    border-radius: 5px;
  }
  .cid-sjrbOUjt9Y .logo-name {
    margin-top: 2rem;
  }
  .cid-sjrbOUjt9Y .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sjrbOUjt9Y .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sjrbOUjt9Y .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjrbOUjt9Y .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #fa9db7;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-sjrbOUjt9Y .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 3.4rem;
    bottom: 0.8rem;
    left: 0px;
    right: 0px;
    border-radius: 10px;
    background: #ffffff;
    z-index: -1;
  }
}
.cid-sjrbOUjt9Y .mbr-section-title {
  font-weight: 900;
}
.cid-sjrbOUjt9Y .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sjrbOUjt9Y .mbr-section-btn {
  display: flex;
}
.cid-sjrbOUjt9Y .dropdown-item:hover {
  color: #0cabe5 !important;
}
.cid-sjrbOUjt9Y .btn-primary:hover {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbOUjt9Y .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbOUjt9Y .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sjrbOUjt9Y .btn-primary:focus {
  background-color: #0cabe5 !important;
  border-color: #0cabe5 !important;
}
.cid-sjrbOUjt9Y .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sjrbOUjt9Y .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sjrbOUjt9Y .navbar-brand {
  margin-right: 0rem !important;
}
.cid-spcK6ui9C9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spcK6ui9C9 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-spcK6ui9C9 .title {
  max-width: 800px;
  margin: auto;
}
.cid-spcK6ui9C9 .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-spcK6ui9C9 .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-spcK6ui9C9 .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-spcK6ui9C9 .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-spcK6ui9C9 .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-spcK6ui9C9 .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-spcK6ui9C9 .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-spcK6ui9C9 .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-spcK6ui9C9 .link-card:hover {
  color: #fa9db7;
}
.cid-spcK6ui9C9 .mbr-section-btn2 {
  display: inline-flex;
}
.cid-spcK6ui9C9 .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-spcK6ui9C9 .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-spcK6ui9C9 .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-spcK6ui9C9 .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-spcK6ui9C9 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-spcK6ui9C9 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-spcK6ui9C9 .mbr-section-title {
  color: #54575f;
}
.cid-spcK6ui9C9 .card__title,
.cid-spcK6ui9C9 .link-wrap {
  color: #0095d0;
}
.cid-spcK6ui9C9 .mbr-section-subtitle {
  color: #70747f;
}
.cid-spcQTV5G4k {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spcQTV5G4k .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-spcQTV5G4k .title {
  max-width: 800px;
  margin: auto;
}
.cid-spcQTV5G4k .photo {
  position: relative;
  margin-bottom: 2rem;
}
.cid-spcQTV5G4k .photo img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-spcQTV5G4k .photo .btn-min {
  position: absolute;
  padding: 0 0.6rem;
  border-radius: 5px;
  bottom: 20px;
  left: 20px;
  line-height: 1.5;
  margin-left: 0.5rem;
}
.cid-spcQTV5G4k .photo:hover .btn-primary {
  color: #ffffff !important;
  background-color: #45b3df !important;
  border-color: #45b3df !important;
}
.cid-spcQTV5G4k .card__title {
  color: #12265a;
  margin-top: 0.8rem;
}
.cid-spcQTV5G4k .mbr-text {
  color: #45b3df;
  display: inline;
}
.cid-spcQTV5G4k .span2::before {
  content: '';
  margin: 0 10px 0 9px;
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin-top: -2.5px;
  border-radius: 50%;
  background: currentColor;
}
.cid-spcQTV5G4k .link-card {
  transition: all 0.3s;
  color: #45b3df;
  text-decoration: underline;
  font-weight: 400;
}
.cid-spcQTV5G4k .link-card:hover {
  color: #fa9db7;
}
.cid-spcQTV5G4k .mbr-section-btn2 {
  display: inline-flex;
}
.cid-spcQTV5G4k .mbr-section-btn2:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-spcQTV5G4k .btn-underline {
  display: flex;
  align-items: center;
  margin: 0.3rem .8rem 0;
  font-weight: 700;
}
.cid-spcQTV5G4k .icon-btn {
  color: #fa9db7;
  transition: all 0.3s;
  margin-left: 1rem;
  line-height: 0;
}
@media (max-width: 991px) {
  .cid-spcQTV5G4k .md-pb {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-spcQTV5G4k {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .cid-spcQTV5G4k .container-fluid {
    padding: 0 1rem;
  }
}
.cid-spcQTV5G4k .mbr-section-title {
  color: #54575f;
}
.cid-spcQTV5G4k .card__title,
.cid-spcQTV5G4k .link-wrap {
  color: #0095d0;
}
.cid-spcQTV5G4k .mbr-section-subtitle {
  color: #70747f;
}
.cid-sjF4g0QswX {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #2d4073;
}
.cid-sjF4g0QswX .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-sjF4g0QswX .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4g0QswX .navbar-logo {
  width: 110px;
}
.cid-sjF4g0QswX .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4g0QswX .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-sjF4g0QswX .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-sjF4g0QswX .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-sjF4g0QswX .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-sjF4g0QswX .list-item .item-image,
.cid-sjF4g0QswX .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-sjF4g0QswX .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-sjF4g0QswX .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-sjF4g0QswX .socicon:hover {
  transform: translate(0, -10px);
}
.cid-sjF4g0QswX .socion1 {
  background: #45b3df;
}
.cid-sjF4g0QswX .socion2 {
  background-color: #456eda;
}
.cid-sjF4g0QswX .socion3 {
  background-color: #f985a5;
}
.cid-sjF4g0QswX .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-sjF4g0QswX .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-sjF4g0QswX .social-list a {
  transition: .2s linear;
}
.cid-sjF4g0QswX .social-list a:hover {
  opacity: .4;
}
.cid-sjF4g0QswX .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-sjF4g0QswX .svg-1 {
  position: absolute;
  top: 0;
}
.cid-sjF4g0QswX .svg-1 path {
  fill: #efefef;
}
.cid-sjF4g0QswX .item-image {
  margin-right: 2rem;
}
.cid-sjF4g0QswX [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-sjF4g0QswX .soc-item::after {
  display: none;
}
.cid-sjF4g0QswX .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-sjF4g0QswX .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-sjF4g0QswX .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-sjF4g0QswX .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sjF4g0QswX .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-sjF4g0QswX .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-sjF4g0QswX {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-sjF4g0QswX .container-fluid {
    padding: 0 1rem;
  }
  .cid-sjF4g0QswX .wrapper {
    padding: 1rem;
  }
}
.cid-sxveLW2PH7 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #2d4073;
}
.cid-sxveLW2PH7 svg {
  position: absolute;
  top: 0;
}
.cid-sxveLW2PH7 .svg-1 {
  fill: #2d4073;
}
.cid-sxveLW2PH7 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-sxveLW2PH7 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.cid-sxveLW2PH7 .mbr-text {
  color: #b1bee0;
}
.cid-sxveLW2PH7 a {
  text-decoration: underline;
  font-weight: 400 !important;
}
.cid-spcN5MFLZo.popup-builder {
  background-color: #ffffff;
}
.cid-spcN5MFLZo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-spcN5MFLZo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-spcN5MFLZo .modal-content,
.cid-spcN5MFLZo .modal-dialog {
  height: auto;
}
.cid-spcN5MFLZo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-spcN5MFLZo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-spcN5MFLZo .form-wrapper .mbr-form .form-group,
  .cid-spcN5MFLZo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-spcN5MFLZo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-spcN5MFLZo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spcN5MFLZo .mbr-text {
  text-align: left;
}
.cid-spcN5MFLZo .pt-0 {
  padding-top: 0 !important;
}
.cid-spcN5MFLZo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-spcN5MFLZo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-spcN5MFLZo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-spcN5MFLZo .modal-open {
  overflow: hidden;
}
.cid-spcN5MFLZo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-spcN5MFLZo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-spcN5MFLZo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-spcN5MFLZo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-spcN5MFLZo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-spcN5MFLZo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-spcN5MFLZo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-spcN5MFLZo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-spcN5MFLZo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-spcN5MFLZo .modal-backdrop.fade {
  opacity: 0;
}
.cid-spcN5MFLZo .modal-backdrop.show {
  opacity: .5;
}
.cid-spcN5MFLZo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-spcN5MFLZo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-spcN5MFLZo .modal-header .close:hover {
  opacity: 1;
}
.cid-spcN5MFLZo .modal-header .close:focus {
  outline: none;
}
.cid-spcN5MFLZo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-spcN5MFLZo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-spcN5MFLZo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-spcN5MFLZo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-spcN5MFLZo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-spcN5MFLZo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-spcN5MFLZo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-spcN5MFLZo .modal-sm {
    max-width: 300px;
  }
  .cid-spcN5MFLZo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-spcN5MFLZo .modal-lg,
  .cid-spcN5MFLZo .modal-xl {
    max-width: 800px;
  }
  .cid-spcN5MFLZo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-spcN5MFLZo .modal-xl {
    max-width: 1140px;
  }
  .cid-spcN5MFLZo .container {
    max-width: 1140px;
  }
}
.cid-spcN5MFLZo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-spcN5MFLZo .container {
    max-width: 720px;
  }
}
.cid-spcN5MFLZo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-spcN5MFLZo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-spcN5MFLZo .form-group {
  margin-bottom: 1rem;
}
.cid-spcN5MFLZo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-spcN5MFLZo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-spcN5MFLZo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sxFTbP4be3.popup-builder {
  background-color: #ffffff;
}
.cid-sxFTbP4be3.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sxFTbP4be3.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sxFTbP4be3 .modal-content,
.cid-sxFTbP4be3 .modal-dialog {
  height: auto;
}
.cid-sxFTbP4be3 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sxFTbP4be3 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sxFTbP4be3 .form-wrapper .mbr-form .form-group,
  .cid-sxFTbP4be3 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sxFTbP4be3 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sxFTbP4be3 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxFTbP4be3 .mbr-text {
  text-align: left;
}
.cid-sxFTbP4be3 .pt-0 {
  padding-top: 0 !important;
}
.cid-sxFTbP4be3 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sxFTbP4be3 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sxFTbP4be3 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sxFTbP4be3 .modal-open {
  overflow: hidden;
}
.cid-sxFTbP4be3 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sxFTbP4be3 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sxFTbP4be3 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sxFTbP4be3 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sxFTbP4be3 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sxFTbP4be3 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sxFTbP4be3 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sxFTbP4be3 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sxFTbP4be3 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sxFTbP4be3 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sxFTbP4be3 .modal-backdrop.show {
  opacity: .5;
}
.cid-sxFTbP4be3 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sxFTbP4be3 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sxFTbP4be3 .modal-header .close:hover {
  opacity: 1;
}
.cid-sxFTbP4be3 .modal-header .close:focus {
  outline: none;
}
.cid-sxFTbP4be3 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sxFTbP4be3 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sxFTbP4be3 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sxFTbP4be3 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sxFTbP4be3 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sxFTbP4be3 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sxFTbP4be3 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sxFTbP4be3 .modal-sm {
    max-width: 300px;
  }
  .cid-sxFTbP4be3 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sxFTbP4be3 .modal-lg,
  .cid-sxFTbP4be3 .modal-xl {
    max-width: 800px;
  }
  .cid-sxFTbP4be3 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sxFTbP4be3 .modal-xl {
    max-width: 1140px;
  }
  .cid-sxFTbP4be3 .container {
    max-width: 1140px;
  }
}
.cid-sxFTbP4be3 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sxFTbP4be3 .container {
    max-width: 720px;
  }
}
.cid-sxFTbP4be3 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sxFTbP4be3 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sxFTbP4be3 .form-group {
  margin-bottom: 1rem;
}
.cid-sxFTbP4be3 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sxFTbP4be3 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxFTbP4be3 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sxFUqSB4KP.popup-builder {
  background-color: #ffffff;
}
.cid-sxFUqSB4KP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sxFUqSB4KP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sxFUqSB4KP .modal-content,
.cid-sxFUqSB4KP .modal-dialog {
  height: auto;
}
.cid-sxFUqSB4KP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sxFUqSB4KP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sxFUqSB4KP .form-wrapper .mbr-form .form-group,
  .cid-sxFUqSB4KP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sxFUqSB4KP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sxFUqSB4KP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxFUqSB4KP .mbr-text {
  text-align: left;
}
.cid-sxFUqSB4KP .pt-0 {
  padding-top: 0 !important;
}
.cid-sxFUqSB4KP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sxFUqSB4KP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sxFUqSB4KP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sxFUqSB4KP .modal-open {
  overflow: hidden;
}
.cid-sxFUqSB4KP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sxFUqSB4KP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sxFUqSB4KP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sxFUqSB4KP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sxFUqSB4KP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sxFUqSB4KP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sxFUqSB4KP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sxFUqSB4KP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sxFUqSB4KP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sxFUqSB4KP .modal-backdrop.fade {
  opacity: 0;
}
.cid-sxFUqSB4KP .modal-backdrop.show {
  opacity: .5;
}
.cid-sxFUqSB4KP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sxFUqSB4KP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sxFUqSB4KP .modal-header .close:hover {
  opacity: 1;
}
.cid-sxFUqSB4KP .modal-header .close:focus {
  outline: none;
}
.cid-sxFUqSB4KP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sxFUqSB4KP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sxFUqSB4KP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sxFUqSB4KP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sxFUqSB4KP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sxFUqSB4KP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sxFUqSB4KP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sxFUqSB4KP .modal-sm {
    max-width: 300px;
  }
  .cid-sxFUqSB4KP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sxFUqSB4KP .modal-lg,
  .cid-sxFUqSB4KP .modal-xl {
    max-width: 800px;
  }
  .cid-sxFUqSB4KP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sxFUqSB4KP .modal-xl {
    max-width: 1140px;
  }
  .cid-sxFUqSB4KP .container {
    max-width: 1140px;
  }
}
.cid-sxFUqSB4KP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sxFUqSB4KP .container {
    max-width: 720px;
  }
}
.cid-sxFUqSB4KP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sxFUqSB4KP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sxFUqSB4KP .form-group {
  margin-bottom: 1rem;
}
.cid-sxFUqSB4KP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sxFUqSB4KP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxFUqSB4KP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sxFVgHVeJi.popup-builder {
  background-color: #ffffff;
}
.cid-sxFVgHVeJi.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sxFVgHVeJi.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sxFVgHVeJi .modal-content,
.cid-sxFVgHVeJi .modal-dialog {
  height: auto;
}
.cid-sxFVgHVeJi .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sxFVgHVeJi .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sxFVgHVeJi .form-wrapper .mbr-form .form-group,
  .cid-sxFVgHVeJi .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sxFVgHVeJi .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sxFVgHVeJi .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sxFVgHVeJi .mbr-text {
  text-align: left;
}
.cid-sxFVgHVeJi .pt-0 {
  padding-top: 0 !important;
}
.cid-sxFVgHVeJi .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sxFVgHVeJi .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sxFVgHVeJi .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sxFVgHVeJi .modal-open {
  overflow: hidden;
}
.cid-sxFVgHVeJi .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sxFVgHVeJi .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sxFVgHVeJi .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sxFVgHVeJi .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sxFVgHVeJi .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sxFVgHVeJi .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sxFVgHVeJi .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sxFVgHVeJi .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sxFVgHVeJi .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sxFVgHVeJi .modal-backdrop.fade {
  opacity: 0;
}
.cid-sxFVgHVeJi .modal-backdrop.show {
  opacity: .5;
}
.cid-sxFVgHVeJi .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sxFVgHVeJi .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sxFVgHVeJi .modal-header .close:hover {
  opacity: 1;
}
.cid-sxFVgHVeJi .modal-header .close:focus {
  outline: none;
}
.cid-sxFVgHVeJi .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sxFVgHVeJi .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sxFVgHVeJi .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sxFVgHVeJi .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sxFVgHVeJi .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sxFVgHVeJi .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sxFVgHVeJi .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sxFVgHVeJi .modal-sm {
    max-width: 300px;
  }
  .cid-sxFVgHVeJi .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sxFVgHVeJi .modal-lg,
  .cid-sxFVgHVeJi .modal-xl {
    max-width: 800px;
  }
  .cid-sxFVgHVeJi .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sxFVgHVeJi .modal-xl {
    max-width: 1140px;
  }
  .cid-sxFVgHVeJi .container {
    max-width: 1140px;
  }
}
.cid-sxFVgHVeJi .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sxFVgHVeJi .container {
    max-width: 720px;
  }
}
.cid-sxFVgHVeJi .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sxFVgHVeJi .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sxFVgHVeJi .form-group {
  margin-bottom: 1rem;
}
.cid-sxFVgHVeJi .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sxFVgHVeJi .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sxFVgHVeJi .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sybrxeIVQG.popup-builder {
  background-color: #ffffff;
}
.cid-sybrxeIVQG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sybrxeIVQG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sybrxeIVQG .modal-content,
.cid-sybrxeIVQG .modal-dialog {
  height: auto;
}
.cid-sybrxeIVQG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sybrxeIVQG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sybrxeIVQG .form-wrapper .mbr-form .form-group,
  .cid-sybrxeIVQG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sybrxeIVQG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sybrxeIVQG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sybrxeIVQG .mbr-text {
  text-align: left;
}
.cid-sybrxeIVQG .pt-0 {
  padding-top: 0 !important;
}
.cid-sybrxeIVQG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sybrxeIVQG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sybrxeIVQG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sybrxeIVQG .modal-open {
  overflow: hidden;
}
.cid-sybrxeIVQG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sybrxeIVQG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sybrxeIVQG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sybrxeIVQG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sybrxeIVQG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sybrxeIVQG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sybrxeIVQG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sybrxeIVQG .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sybrxeIVQG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sybrxeIVQG .modal-backdrop.fade {
  opacity: 0;
}
.cid-sybrxeIVQG .modal-backdrop.show {
  opacity: .5;
}
.cid-sybrxeIVQG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sybrxeIVQG .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sybrxeIVQG .modal-header .close:hover {
  opacity: 1;
}
.cid-sybrxeIVQG .modal-header .close:focus {
  outline: none;
}
.cid-sybrxeIVQG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sybrxeIVQG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sybrxeIVQG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sybrxeIVQG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sybrxeIVQG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sybrxeIVQG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sybrxeIVQG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sybrxeIVQG .modal-sm {
    max-width: 300px;
  }
  .cid-sybrxeIVQG .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sybrxeIVQG .modal-lg,
  .cid-sybrxeIVQG .modal-xl {
    max-width: 800px;
  }
  .cid-sybrxeIVQG .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sybrxeIVQG .modal-xl {
    max-width: 1140px;
  }
  .cid-sybrxeIVQG .container {
    max-width: 1140px;
  }
}
.cid-sybrxeIVQG .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sybrxeIVQG .container {
    max-width: 720px;
  }
}
.cid-sybrxeIVQG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sybrxeIVQG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sybrxeIVQG .form-group {
  margin-bottom: 1rem;
}
.cid-sybrxeIVQG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sybrxeIVQG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sybrxeIVQG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
    #Iframe-Liason-Sheet {
    max-width: 760px;
    max-height: 1200px;
    overflow: hidden;
    }
    /* inner wrapper: make responsive */
    .responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom setting */
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    }
    .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    }
    /* padding-bottom = h/w as a % */
    .responsive-wrapper-wxh-760x1200 {
    padding-bottom: 363.6364%;
    }
    .iframe-border {
    border: 0px solid #000;
    }
    .center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
    }
	
	@media (max-width: 992px) {
	.cid-shoQRlsY1I .column-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.display-7 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
}
.display-8 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
}
}


.cid-uGy1AwN2IN {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-uGy1AwN2IN {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uGy1AwN2IN img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uGy1AwN2IN .right-wrapper {
  padding-left: 5rem;
}
.cid-uGy1AwN2IN .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uGy1AwN2IN .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uGy1AwN2IN .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uGy1AwN2IN .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uGy1AwN2IN .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uGy1AwN2IN .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uGy1AwN2IN .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uGy1AwN2IN .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGy1AwN2IN .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uGy1AwN2IN .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGy1AwN2IN .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uGy1AwN2IN .container-fluid {
    padding: 0 1rem;
  }
  .cid-uGy1AwN2IN .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uGy1AwN2IN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGy1AwN2IN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGy1AwN2IN .mbr-text,
.cid-uGy1AwN2IN .mbr-section-btn {
  color: #232323;
}

.cid-uGy2G3jqhU {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-uGy2G3jqhU {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.cid-uGy2G3jqhU img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-uGy2G3jqhU .right-wrapper {
  padding-left: 5rem;
}
.cid-uGy2G3jqhU .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-uGy2G3jqhU .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-uGy2G3jqhU .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-uGy2G3jqhU .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-uGy2G3jqhU .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-uGy2G3jqhU .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-uGy2G3jqhU .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-uGy2G3jqhU .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uGy2G3jqhU .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-uGy2G3jqhU .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-uGy2G3jqhU .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-uGy2G3jqhU .container-fluid {
    padding: 0 1rem;
  }
  .cid-uGy2G3jqhU .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-uGy2G3jqhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGy2G3jqhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGy2G3jqhU .mbr-text,
.cid-uGy2G3jqhU .mbr-section-btn {
  color: #232323;
}
.mbr-section-title2 {
    font-style: normal;
    line-height: 1.1;
    color: #0095d0;
    margin-bottom: 0rem;
}

.cid-uGyfE03fLa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/huer-1920x1080.png");
}
.cid-uGyfE03fLa .container-fluid {
  padding: 0 2.5rem;
  max-width: 1200px;
}
.cid-uGyfE03fLa .wrap-block {
  background-color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-uGyfE03fLa {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .cid-uGyfE03fLa .wrap-block {
    margin: 0.5rem 0;
    padding: 1rem 1rem;
    text-align: center;
  }
  .cid-uGyfE03fLa .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 767px) {
  .cid-uGyfE03fLa .wrap-block {
    margin: 3rem 0;
    padding: 5rem 2rem;
  }
}
.cid-uGyfE03fLa .wrapper {
  margin-bottom: 1.5rem;
  display: block;
  width: 100%;
  text-align: left;
}
.cid-uGyfE03fLa .icon-img {
  width: 40px;
  margin-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
}
.cid-uGyfE03fLa .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.cid-uGyfE03fLa .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #232323;
}
.cid-uGyfE03fLa .svg-1 {
  position: absolute;
  bottom: 0;
}

.cid-uGy1AwN2IN .mbr-text2 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
	 color: #232323;
}


.cid-shoQ0GXSzz2 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #fff;
}
.cid-shoQ0GXSzz2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-shoQ0GXSzz2 .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-shoQ0GXSzz2 .navbar-logo {
  width: 110px;
}
.cid-shoQ0GXSzz2 .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz2 .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz2 .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-shoQ0GXSzz2 .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-shoQ0GXSzz2 .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-shoQ0GXSzz2 .list-item .item-image,
.cid-shoQ0GXSzz2 .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-shoQ0GXSzz2 .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
}
.cid-shoQ0GXSzz2 .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-shoQ0GXSzz2 .socicon:hover {
  transform: translate(0, -10px);
}
.cid-shoQ0GXSzz2 .socion1 {
  background: #45b3df;
}
.cid-shoQ0GXSzz2 .socion2 {
  background-color: #456eda;
}
.cid-shoQ0GXSzz2 .socion3 {
  background-color: #f985a5;
}
.cid-shoQ0GXSzz2 .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-shoQ0GXSzz2 .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-shoQ0GXSzz2 .social-list a {
  transition: .2s linear;
}
.cid-shoQ0GXSzz2 .social-list a:hover {
  opacity: .4;
}
.cid-shoQ0GXSzz2 .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-shoQ0GXSzz2 .svg-1 {
  position: absolute;
  top: 0;
}
.cid-shoQ0GXSzz2 .svg-1 path {
  fill: #fff;
}
.cid-shoQ0GXSzz2 .item-image {
  margin-right: 2rem;
}
.cid-shoQ0GXSzz2 [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-shoQ0GXSzz2 .soc-item::after {
  display: none;
}
.cid-shoQ0GXSzz2 .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #45b3df;
}
.cid-shoQ0GXSzz2 .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #fa9db7;
}
.cid-shoQ0GXSzz2 .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #0cabe5;
}
@media (max-width: 991px) {
  .cid-shoQ0GXSzz2 .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-shoQ0GXSzz2 .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-shoQ0GXSzz2 .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-shoQ0GXSzz2 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .cid-shoQ0GXSzz2 .container-fluid {
    padding: 0 1rem;
  }
  .cid-shoQ0GXSzz2 .wrapper {
    padding: 1rem;
  }
}

.cid-shoPLPtjfc .svg-2 path {
    fill: #efefef!important;
}