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: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.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: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: #ffc85b !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: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #00b15c !important;
  border-color: #00b15c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #1e43a0;
  color: #1e43a0 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff !important;
  background-color: #1e43a0;
  border-color: #1e43a0;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e43a0 !important;
  border-color: #1e43a0 !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: #ffc85b !important;
}
.text-secondary {
  color: #1e43a0 !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: #ffc85b !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: #ffc85b;
  border-color: #ffc85b;
  color: #754d00;
}
.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: #ffffff;
}
.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: #ffc85b;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #ffc85b;
  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: 'Muli', sans-serif;
  font-size: 1.1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #ffc85b;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffc85b;
  color: #000000;
}
.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: #ffc85b;
  border-bottom-color: #ffc85b;
}
.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: #ffc85b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #1e43a0 !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(255, 200, 91, 0.5), rgba(255, 200, 91, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .mbr-figure img {
  width: auto;
  padding-left: 10.4px;
}
.cid-rHd4LPs6LH .flags {
  display: flex;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .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%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .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-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-rGu1lE6miU {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/intro3-1920x1281.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.cid-rGu1lE6miU h3 {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  position: relative;
  color: #fff;
}
.cid-rGu1lE6miU .btn {
  margin: 0.2rem!important;
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1rem;
  }
  .cid-rGu1lE6miU p {
    color: #343549;
  }
}
@media (min-width: 767px) {
  .cid-rGu1lE6miU .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-rGu1lE6miU .mbr-section-subtitle span {
  background-color: #2859d4;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
}
.cid-rGu1lE6miU h1 {
  margin-left: -4px;
  margin-bottom: 0.1rem;
}
.cid-rGu1lE6miU p {
  margin-bottom: 1.3rem;
}
.cid-rGu1lE6miU .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-rGu1lE6miU .svg-1 path {
  fill: #ffffff;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #000000;
}
.cid-rGu1lE6miU H1 {
  color: #1e43a0;
}
.cid-rHBaXeKpGa {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.cid-rHBaXeKpGa img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-title {
    text-align: center;
  }
  .cid-rHBaXeKpGa .mbr-section-subtitle {
    text-align: center;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .cid-rHBaXeKpGa .container-fluid {
    padding: 0 1.4rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 5rem;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBaXeKpGa .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-rHBaXeKpGa .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBaXeKpGa img {
    width: 100%;
  }
  .cid-rHBaXeKpGa .mbr-section-btn {
    margin-left: 1px;
  }
}
.cid-rHBaXeKpGa .btn {
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBaXeKpGa .container-fluid {
  max-width: 1200px;
}
.cid-rHBaXeKpGa .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
@media (min-width: 1200px) {
  .cid-rHBaXeKpGa .imageContainer {
    display: inline-block;
    position: relative;
    z-index: 0;
  }
  .cid-rHBaXeKpGa .imageContainer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 96%;
    height: 100%;
    border: 2px dashed #fa9db7;
    border-radius: 30px;
    z-index: -1;
  }
}
.cid-rHBaXeKpGa .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBaXeKpGa .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBaXeKpGa .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBaXeKpGa .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 {
  background-color: #ffffff;
}
.cid-rHBb1WT6Q1 .mbr-text {
  text-align: center;
  padding: 0 2rem;
}
.cid-rHBb1WT6Q1 h4 {
  text-align: center;
}
.cid-rHBb1WT6Q1 p {
  text-align: center;
  margin: 0;
}
.cid-rHBb1WT6Q1 .row {
  justify-content: center;
}
.cid-rHBb1WT6Q1 .mbr-iconfont {
  transition: all 0.3s;
  color: #fff;
  font-size: 2rem;
  margin-left: 1rem;
}
.cid-rHBb1WT6Q1 .mbr-fonts-style {
  color: #fff;
}
.cid-rHBb1WT6Q1 .card-inner {
  border-radius: 30px;
}
.cid-rHBb1WT6Q1 .card-inner1 {
  background: #fa9db7;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #1e43a0;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #ffc85b;
}
.cid-rHBb1WT6Q1 img {
  width: auto;
  height: 140px;
  margin-top: 1rem;
}
.cid-rHBb1WT6Q1 .card {
  border-radius: 30px;
  align-items: center;
  position: relative;
}
.cid-rHBb1WT6Q1 .container-fluid {
  max-width: 1200px;
}
.cid-rHBb1WT6Q1 .btn {
  color: #fff;
}
.cid-rHBb1WT6Q1 .mbr-section-btn {
  display: flex;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-rHBb1WT6Q1 .mbr-section-btn:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (max-width: 767px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) {
  .cid-rHBb1WT6Q1 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .cid-rHBb1WT6Q1 .card {
    margin-bottom: 1rem;
  }
  .cid-rHBb1WT6Q1 .card-1 {
    margin-right: 0rem;
  }
  .cid-rHBb1WT6Q1 .card-3 {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb1WT6Q1 {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
.cid-rHBb1WT6Q1 .icon-btn {
  transition: 0.3s;
  line-height: 0;
}
.cid-rHBb1WT6Q1 .card-img {
  text-align: center;
  margin-top: 2.5rem;
}
.cid-rHBb1WT6Q1 .inner-dashed-border {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb1WT6Q1 .card:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb1WT6Q1 svg {
  position: relative;
}
.cid-rHBb1WT6Q1 rect {
  position: absolute;
}
.cid-rHBb1WT6Q1 .circle-icon {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.cid-rHBb1WT6Q1 .svg1 {
  padding: 1.5rem 2.5rem;
  position: absolute;
}
.cid-rHBb1WT6Q1 .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb1WT6Q1 .card-box {
  width: 100%;
}
.cid-rHBb1WT6Q1 .btn-underline {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHdTXcRzxn {
  background-color: #ffffff;
}
.cid-rHdTXcRzxn .text-top {
  color: #767676;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-rHdTXcRzxn .card {
  margin-bottom: 1rem;
}
.cid-rHdTXcRzxn .row {
  justify-content: center;
}
.cid-rHdTXcRzxn .card-title {
  color: #12265a;
  transition: 0.5s;
}
.cid-rHdTXcRzxn .card-title:hover {
  color: #fa9db7;
}
.cid-rHdTXcRzxn img {
  width: 80px;
}
.cid-rHdTXcRzxn .item-image {
  margin-right: 1rem;
}
.cid-rHdTXcRzxn .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 30px;
    padding-bottom: 3px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHdTXcRzxn .container {
    padding: 0rem;
  }
  .cid-rHdTXcRzxn .col-12 {
    padding: 0;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-rHdTXcRzxn .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-rHdTXcRzxn {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .cid-rHdTXcRzxn .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-rHdTXcRzxn .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-rHdTXcRzxn .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-rHdTXcRzxn .container {
  margin-bottom: 1.5rem;
}
.cid-sG8rYw1PdB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-sG8rYw1PdB .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-sG8rYw1PdB .bg-facebook:hover {
  background: #0b60cb;
}
.cid-sG8rYw1PdB .bg-youtube {
  background: #ff0000;
  color: #ffffff;
}
.cid-sG8rYw1PdB .bg-youtube:hover {
  background: #cc0000;
}
.cid-sG8rYw1PdB .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-sG8rYw1PdB [class^="socicon-"]:before,
.cid-sG8rYw1PdB [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-sFNbXM8QAy {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1e43a0;
}
.cid-sFNbXM8QAy section {
  position: relative;
}
.cid-sFNbXM8QAy h4 {
  margin: 0;
}
.cid-sFNbXM8QAy img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sFNbXM8QAy a {
  font-weight: 300;
}
.cid-sFNbXM8QAy .img1 {
  color: #00bea3;
}
.cid-sFNbXM8QAy .img2 {
  color: #f1894c;
}
.cid-sFNbXM8QAy .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFNbXM8QAy .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sFNbXM8QAy .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFNbXM8QAy .item,
.cid-sFNbXM8QAy .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFNbXM8QAy .item h4,
.cid-sFNbXM8QAy .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFNbXM8QAy .card-img {
  width: auto;
}
.cid-sFNbXM8QAy .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sFNbXM8QAy .item {
    justify-content: center;
  }
}
.cid-sFNbXM8QAy .item-title {
  color: #c1c1c1;
}
.cid-sJxyUraadW {
  padding-top: 120px;
  padding-bottom: 135px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sJxyUraadW {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .cid-sJxyUraadW .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-sJxyUraadW .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-sJxyUraadW .card:hover {
  transform: translateY(-20px);
}
.cid-sJxyUraadW .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-sJxyUraadW .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-sJxyUraadW .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-sJxyUraadW .card .svg1 {
  stroke: #1e43a0;
}
.cid-sJxyUraadW .card .svg2 {
  stroke: #fa9db7;
}
.cid-sJxyUraadW .card .svg3 {
  stroke: #ffc85b;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sJxyUraadW .circle-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 30px;
  padding: 1rem;
}
.cid-sJxyUraadW .mbr-text {
  margin: 0;
}
.cid-sJxyUraadW .card-title {
  margin-bottom: 0;
  color: #ffc85b;
}
.cid-sJxyUraadW .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-sJxyUraadW rect {
  position: absolute;
}
.cid-sJxyUraadW .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-sJxyUraadW .wgl-icon1 {
  background-color: #1e43a0;
}
.cid-sJxyUraadW .wgl-icon2 {
  background-color: #fa9db7;
}
.cid-sJxyUraadW .wgl-icon3 {
  background-color: #ffc85b;
}
.cid-sJxyUraadW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-sJxyUraadW .svg-1 path {
  fill: #ffffff;
}
.cid-sJxyUraadW .svg-2 {
  position: absolute;
  top: 0;
}
.cid-sJxyUraadW .svg-2 path {
  fill: #ffffff;
}
.cid-sJxyUraadW .svg1,
.cid-sJxyUraadW .svg2,
.cid-sJxyUraadW .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-sJxyUraadW .svg1 rect,
.cid-sJxyUraadW .svg2 rect,
.cid-sJxyUraadW .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-sK8okTt3AL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sK8okTt3AL {
    padding-top: 30px;
    padding-bottom: 0px;
  }
}
.cid-sK8pOUrbwP {
  background: #ffffff;
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-sK8pOUrbwP .image-block img {
  width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .cid-sK8pOUrbwP {
    padding-top: 15px;
    padding-bottom: 10px;
  }
  .cid-sK8pOUrbwP .container {
    padding: 0 1rem;
  }
  .cid-sK8pOUrbwP .image-block {
    width: 100% !important;
  }
}
.cid-sK8pOUrbwP .container-fluid {
  padding: 0;
}
.cid-uBt083ZXCC {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-uBt083ZXCC {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-uBt0ma0fFL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-uBt0ma0fFL {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-uBt0ma0fFL .row > div,
.cid-uBt0ma0fFL .mbr-section-title {
  text-align: left;
}
.cid-uBt0cfBgV7 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBt0cfBgV7 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uBt0cfBgV7 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uBt0cfBgV7 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uBt0cfBgV7 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBt0cfBgV7 .mbr-text {
  color: #000000;
}
.cid-u4WjgSOZF6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-u4WjgSOZF6 {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-u4WjgSOZF6 .row > div,
.cid-u4WjgSOZF6 .mbr-section-title {
  text-align: left;
}
.cid-u4WjjOazfH {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u4WjjOazfH .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-u4WjjOazfH .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-u4WjjOazfH .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-u4WjjOazfH .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u4WjjOazfH .mbr-text {
  color: #000000;
}
.cid-sJDlf2r3nd {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sJDlf2r3nd {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-tuVeLahn4k {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-tuVeLahn4k {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-tuVeLahn4k .row > div,
.cid-tuVeLahn4k .mbr-section-title {
  text-align: left;
}
.cid-tuVeOkzYK3 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tuVeOkzYK3 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tuVeOkzYK3 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tuVeOkzYK3 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tuVeOkzYK3 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tuVeOkzYK3 .mbr-text {
  color: #000000;
}
.cid-sVezfDvlCA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sVezfDvlCA {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-sVezfDvlCA .row > div,
.cid-sVezfDvlCA .mbr-section-title {
  text-align: left;
}
.cid-sVezmhnpiQ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sVezmhnpiQ .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sVezmhnpiQ .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sVezmhnpiQ .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sVezmhnpiQ .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sVezmhnpiQ .mbr-text {
  color: #000000;
}
.cid-sVeyKTfJOp {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sVeyKTfJOp {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-sVeyKTfJOp .row > div,
.cid-sVeyKTfJOp .mbr-section-title {
  text-align: left;
}
.cid-sJDkW3mWfy {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-sJDkW3mWfy .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sJDkW3mWfy .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sJDkW3mWfy .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sJDkW3mWfy .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJDkW3mWfy .mbr-text {
  color: #000000;
}
.cid-sK8vkSDWUl {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sK8vkSDWUl {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-sJDlXye5ZO {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sJDlXye5ZO {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.cid-sFLm5oduXO {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sFLm5oduXO .mbr-figure img {
  width: auto;
  padding-left: 10.4px;
}
.cid-sFLm5oduXO .flags {
  display: flex;
}
.cid-sFLm5oduXO .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sFLm5oduXO .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFLm5oduXO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFLm5oduXO a {
  font-style: normal;
}
.cid-sFLm5oduXO .show {
  overflow: visible;
}
.cid-sFLm5oduXO .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sFLm5oduXO .dropdown-item:active {
  background-color: transparent;
}
.cid-sFLm5oduXO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFLm5oduXO .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sFLm5oduXO .nav-item:focus,
.cid-sFLm5oduXO .nav-link:focus {
  outline: none;
}
.cid-sFLm5oduXO .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sFLm5oduXO .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFLm5oduXO .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFLm5oduXO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFLm5oduXO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFLm5oduXO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFLm5oduXO .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sFLm5oduXO .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sFLm5oduXO .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sFLm5oduXO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFLm5oduXO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFLm5oduXO .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%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFLm5oduXO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sFLm5oduXO button.navbar-toggler:focus {
  outline: none;
}
.cid-sFLm5oduXO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFLm5oduXO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFLm5oduXO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLm5oduXO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLm5oduXO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFLm5oduXO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLm5oduXO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFLm5oduXO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFLm5oduXO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLm5oduXO .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLm5oduXO .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFLm5oduXO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFLm5oduXO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFLm5oduXO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sFLm5oduXO .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFLm5oduXO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFLm5oduXO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLm5oduXO .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-sFLm5oduXO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFLm5oduXO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFLm5oduXO .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sFLm5oduXO.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLm5oduXO img {
    height: 3.8rem !important;
  }
  .cid-sFLm5oduXO .btn {
    display: -webkit-flex;
  }
  .cid-sFLm5oduXO button.navbar-toggler {
    display: block;
  }
  .cid-sFLm5oduXO .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sFLm5oduXO .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLm5oduXO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing,
  .cid-sFLm5oduXO .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing .navbar-nav,
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFLm5oduXO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLm5oduXO .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-sFLm5oduXO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFLm5oduXO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFLm5oduXO .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sFLm5oduXO .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sFLm5oduXO .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sFLm5oduXO .nav-link {
    justify-content: start!important;
  }
  .cid-sFLm5oduXO .navbar.opened {
    height: 100%;
  }
  .cid-sFLm5oduXO .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sFLm5oduXO .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sFLm5oduXO .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFLm5oduXO .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFLm5oduXO .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sFLm5oduXO .span-link {
  padding: 0 0.5rem;
}
.cid-sFLm5oduXO .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLm5oduXO .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLm5oduXO .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sFLm5oduXO .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sFLm5oduXO .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sFLm5oduXO .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sFLm5oduXO .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sFLm5oduXO .dropdown-item {
    color: #fff;
  }
  .cid-sFLm5oduXO .nav-item.open .nav-link,
  .cid-sFLm5oduXO .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLm5oduXO .link:active {
    color: #fff !important;
  }
  .cid-sFLm5oduXO .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sFLm5oduXO .navbar-brand {
    justify-content: center;
  }
  .cid-sFLm5oduXO .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sFLm5oduXO .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sFLm5oduXO .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sFLm5oduXO .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFLm5oduXO .navbar {
    height: 90px;
  }
  .cid-sFLm5oduXO .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sFLm5oduXO .btn1 {
    display: none;
  }
  .cid-sFLm5oduXO .mbr-section-title {
    color: #fff;
  }
  .cid-sFLm5oduXO .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sFLm5oduXO .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sFLm5oduXO .span-link {
    color: #fff;
  }
  .cid-sFLm5oduXO .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sFLm5oduXO .dropdown-item {
    color: #12265a;
  }
  .cid-sFLm5oduXO .nav-item.open .nav-link,
  .cid-sFLm5oduXO .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLm5oduXO .logo-name {
    margin-top: 2rem;
  }
  .cid-sFLm5oduXO .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sFLm5oduXO .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFLm5oduXO .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFLm5oduXO .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-sFLm5oduXO .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-sFLm5oduXO .mbr-section-title {
  font-weight: 900;
}
.cid-sFLm5oduXO .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sFLm5oduXO .mbr-section-btn {
  display: flex;
}
.cid-sFLm5oduXO .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-sFLm5oduXO .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLm5oduXO .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLm5oduXO .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sFLm5oduXO .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sFLm5oduXO .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sFLm5oduXO .mbr-iconfont {
  margin: 0;
}
.cid-sFLm5oduXO .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLm5oduXO .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLm5oduXO .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sFLm5oduXO .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sJDmaNfkjC {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sJDmaNfkjC .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sJDmaNfkjC .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sJDmaNfkjC .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sJDmaNfkjC .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBbAh0XA09 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uBbAh0XA09 .line {
  background-color: #1e43a0;
  color: #1e43a0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uBbAh0XA09 .section-text {
  padding: 2rem 0;
  color: #1e43a0;
  text-align: center;
}
.cid-uBbAh0XA09 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uBbAh0XA09 .inner-container {
    width: 100% !important;
  }
}
.cid-uBbAjO4EFs {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uBbAjO4EFs .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uBbAjO4EFs .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uBbAjO4EFs .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uBbAjO4EFs .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tzrz3d1J1D {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tzrz3d1J1D .line {
  background-color: #1e43a0;
  color: #1e43a0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tzrz3d1J1D .section-text {
  padding: 2rem 0;
  color: #1e43a0;
  text-align: center;
}
.cid-tzrz3d1J1D .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tzrz3d1J1D .inner-container {
    width: 100% !important;
  }
}
.cid-tzrzdSFj6m {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tzrzdSFj6m .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tzrzdSFj6m .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tzrzdSFj6m .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tzrzdSFj6m .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMxNzPqUKw {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sMxNzPqUKw .line {
  background-color: #1e43a0;
  color: #1e43a0;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sMxNzPqUKw .section-text {
  padding: 2rem 0;
  color: #1e43a0;
  text-align: center;
}
.cid-sMxNzPqUKw .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sMxNzPqUKw .inner-container {
    width: 100% !important;
  }
}
.cid-sMxNyQl40e {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sMxNyQl40e .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sMxNyQl40e .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sMxNyQl40e .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sMxNyQl40e .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sMxP7x9grV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sMxP7x9grV {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-sJDm5arQ1K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-sJDm5arQ1K {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-uKSjcSMSaD {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-uKSjcSMSaD {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-uKSjcSMSaD .row > div,
.cid-uKSjcSMSaD .mbr-section-title {
  text-align: left;
}
.cid-uKSjip8eQh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uKSjip8eQh .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-uKSjip8eQh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-uKSjip8eQh .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-uKSjip8eQh .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udl5jEKlBG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-udl5jEKlBG {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-udl5jEKlBG .row > div,
.cid-udl5jEKlBG .mbr-section-title {
  text-align: left;
}
.cid-udl5mhygGh {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-udl5mhygGh .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-udl5mhygGh .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-udl5mhygGh .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-udl5mhygGh .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGw0krR9L2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-tGw0krR9L2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.cid-tGw0krR9L2 .row > div,
.cid-tGw0krR9L2 .mbr-section-title {
  text-align: left;
}
.cid-tGvZlkJlhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tGvZlkJlhK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tGvZlkJlhK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tGvZlkJlhK .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-tGvZlkJlhK .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tGvZgAJOvz {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffdd98;
}
@media (max-width: 767px) {
  .cid-tGvZgAJOvz {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}
.cid-tGvZgAJOvz .row > div,
.cid-tGvZgAJOvz .mbr-section-title {
  text-align: left;
}
.cid-sJDmboSkuL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sJDmboSkuL .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sJDmboSkuL .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sJDmboSkuL .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-sJDmboSkuL .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #6592e6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFNocdrLnz {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1e43a0;
}
.cid-sFNocdrLnz section {
  position: relative;
}
.cid-sFNocdrLnz h4 {
  margin: 0;
}
.cid-sFNocdrLnz img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sFNocdrLnz a {
  font-weight: 300;
}
.cid-sFNocdrLnz .img1 {
  color: #00bea3;
}
.cid-sFNocdrLnz .img2 {
  color: #f1894c;
}
.cid-sFNocdrLnz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFNocdrLnz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sFNocdrLnz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFNocdrLnz .item,
.cid-sFNocdrLnz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFNocdrLnz .item h4,
.cid-sFNocdrLnz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFNocdrLnz .card-img {
  width: auto;
}
.cid-sFNocdrLnz .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sFNocdrLnz .item {
    justify-content: center;
  }
}
.cid-sFNocdrLnz .item-title {
  color: #c1c1c1;
}
.cid-uNZAIesuB7 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNZAIesuB7 .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uNZAIesuB7 .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-uNZAIesuB7 .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uNZAIesuB7 .row:last-child {
  margin-bottom: 0;
}
.cid-uNZAIesuB7 .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uNZAIesuB7 .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uNZAIesuB7 img {
  width: 100%;
  border-radius: 50%;
}
.cid-uNZAIesuB7 .mbr-section-title {
  color: #45b3df;
}
.cid-uNZAIesuB7 .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uNZAIesuB7 .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uNZAIesuB7 .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uNZAIesuB7 .img-wrapper,
.cid-uNZAIesuB7 .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uNZAIesuB7 .content-row:hover .img-wrapper,
.cid-uNZAIesuB7 .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uNZAIesuB7 .tlv__pointer,
.cid-uNZAIesuB7 .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uNZAIesuB7 .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uNZAIesuB7 .tlv__pointer::before,
.cid-uNZAIesuB7 .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-uNZAIesuB7 .tlv__pointer-2::before {
  left: -50px;
}
.cid-uNZAIesuB7 .tlv__pointer::after,
.cid-uNZAIesuB7 .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uNZAIesuB7 .tlv__item-first,
.cid-uNZAIesuB7 .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-uNZAIesuB7 .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uNZAIesuB7 {
    padding-top: 15px;
    padding-bottom: 5px;
  }
  .cid-uNZAIesuB7 .img-wrapper,
  .cid-uNZAIesuB7 .img-wrapper-2 {
    display: none;
  }
  .cid-uNZAIesuB7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-uNZAIesuB7 .row {
    margin-bottom: 2rem;
  }
  .cid-uNZAIesuB7 .row:last-child {
    margin-bottom: 0;
  }
  .cid-uNZAIesuB7 .imageContainer,
  .cid-uNZAIesuB7 .imageContainer-2 {
    justify-content: center;
  }
  .cid-uNZAIesuB7 .right-wrapper,
  .cid-uNZAIesuB7 .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uNZAIesuB7 .tlv__pointer::before,
  .cid-uNZAIesuB7 .tlv__pointer-2::before {
    content: none;
  }
  .cid-uNZAIesuB7 .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uNZAIesuB7 .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uNZAIesuB7 .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uNZAIesuB7 .tlv__item-first,
  .cid-uNZAIesuB7 .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uNZAIesuB7 .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uNZAIesuB7 .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uNZAIesuB7 .img-wrapper {
    margin-left: 43px;
  }
  .cid-uNZAIesuB7 .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uNZAIesuB7 .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uNZAIesuB7 .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uNZAIesuB7 .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-uM1XlAJAtg {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uM1XlAJAtg .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uM1XlAJAtg .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-uM1XlAJAtg .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uM1XlAJAtg .row:last-child {
  margin-bottom: 0;
}
.cid-uM1XlAJAtg .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uM1XlAJAtg .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uM1XlAJAtg img {
  width: 100%;
  border-radius: 50%;
}
.cid-uM1XlAJAtg .mbr-section-title {
  color: #45b3df;
}
.cid-uM1XlAJAtg .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uM1XlAJAtg .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uM1XlAJAtg .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uM1XlAJAtg .img-wrapper,
.cid-uM1XlAJAtg .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uM1XlAJAtg .content-row:hover .img-wrapper,
.cid-uM1XlAJAtg .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uM1XlAJAtg .tlv__pointer,
.cid-uM1XlAJAtg .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uM1XlAJAtg .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uM1XlAJAtg .tlv__pointer::before,
.cid-uM1XlAJAtg .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-uM1XlAJAtg .tlv__pointer-2::before {
  left: -50px;
}
.cid-uM1XlAJAtg .tlv__pointer::after,
.cid-uM1XlAJAtg .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uM1XlAJAtg .tlv__item-first,
.cid-uM1XlAJAtg .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-uM1XlAJAtg .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uM1XlAJAtg {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .cid-uM1XlAJAtg .img-wrapper,
  .cid-uM1XlAJAtg .img-wrapper-2 {
    display: none;
  }
  .cid-uM1XlAJAtg .container-fluid {
    padding: 0 1rem;
  }
  .cid-uM1XlAJAtg .row {
    margin-bottom: 2rem;
  }
  .cid-uM1XlAJAtg .row:last-child {
    margin-bottom: 0;
  }
  .cid-uM1XlAJAtg .imageContainer,
  .cid-uM1XlAJAtg .imageContainer-2 {
    justify-content: center;
  }
  .cid-uM1XlAJAtg .right-wrapper,
  .cid-uM1XlAJAtg .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uM1XlAJAtg .tlv__pointer::before,
  .cid-uM1XlAJAtg .tlv__pointer-2::before {
    content: none;
  }
  .cid-uM1XlAJAtg .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uM1XlAJAtg .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uM1XlAJAtg .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uM1XlAJAtg .tlv__item-first,
  .cid-uM1XlAJAtg .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uM1XlAJAtg .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uM1XlAJAtg .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uM1XlAJAtg .img-wrapper {
    margin-left: 43px;
  }
  .cid-uM1XlAJAtg .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uM1XlAJAtg .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uM1XlAJAtg .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uM1XlAJAtg .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-uKSg0ccfbV {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uKSg0ccfbV .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uKSg0ccfbV .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-uKSg0ccfbV .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uKSg0ccfbV .row:last-child {
  margin-bottom: 0;
}
.cid-uKSg0ccfbV .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uKSg0ccfbV .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uKSg0ccfbV img {
  width: 100%;
  border-radius: 50%;
}
.cid-uKSg0ccfbV .mbr-section-title {
  color: #45b3df;
}
.cid-uKSg0ccfbV .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uKSg0ccfbV .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uKSg0ccfbV .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uKSg0ccfbV .img-wrapper,
.cid-uKSg0ccfbV .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uKSg0ccfbV .content-row:hover .img-wrapper,
.cid-uKSg0ccfbV .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uKSg0ccfbV .tlv__pointer,
.cid-uKSg0ccfbV .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uKSg0ccfbV .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uKSg0ccfbV .tlv__pointer::before,
.cid-uKSg0ccfbV .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-uKSg0ccfbV .tlv__pointer-2::before {
  left: -50px;
}
.cid-uKSg0ccfbV .tlv__pointer::after,
.cid-uKSg0ccfbV .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uKSg0ccfbV .tlv__item-first,
.cid-uKSg0ccfbV .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-uKSg0ccfbV .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uKSg0ccfbV {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .cid-uKSg0ccfbV .img-wrapper,
  .cid-uKSg0ccfbV .img-wrapper-2 {
    display: none;
  }
  .cid-uKSg0ccfbV .container-fluid {
    padding: 0 1rem;
  }
  .cid-uKSg0ccfbV .row {
    margin-bottom: 2rem;
  }
  .cid-uKSg0ccfbV .row:last-child {
    margin-bottom: 0;
  }
  .cid-uKSg0ccfbV .imageContainer,
  .cid-uKSg0ccfbV .imageContainer-2 {
    justify-content: center;
  }
  .cid-uKSg0ccfbV .right-wrapper,
  .cid-uKSg0ccfbV .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uKSg0ccfbV .tlv__pointer::before,
  .cid-uKSg0ccfbV .tlv__pointer-2::before {
    content: none;
  }
  .cid-uKSg0ccfbV .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uKSg0ccfbV .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uKSg0ccfbV .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uKSg0ccfbV .tlv__item-first,
  .cid-uKSg0ccfbV .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uKSg0ccfbV .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uKSg0ccfbV .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uKSg0ccfbV .img-wrapper {
    margin-left: 43px;
  }
  .cid-uKSg0ccfbV .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uKSg0ccfbV .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uKSg0ccfbV .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uKSg0ccfbV .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-uu7RTDmWJi {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uu7RTDmWJi .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-uu7RTDmWJi .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-uu7RTDmWJi .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-uu7RTDmWJi .row:last-child {
  margin-bottom: 0;
}
.cid-uu7RTDmWJi .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-uu7RTDmWJi .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-uu7RTDmWJi img {
  width: 100%;
  border-radius: 50%;
}
.cid-uu7RTDmWJi .mbr-section-title {
  color: #45b3df;
}
.cid-uu7RTDmWJi .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uu7RTDmWJi .imageContainer {
  display: flex;
  align-items: center;
}
.cid-uu7RTDmWJi .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-uu7RTDmWJi .img-wrapper,
.cid-uu7RTDmWJi .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-uu7RTDmWJi .content-row:hover .img-wrapper,
.cid-uu7RTDmWJi .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-uu7RTDmWJi .tlv__pointer,
.cid-uu7RTDmWJi .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-uu7RTDmWJi .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-uu7RTDmWJi .tlv__pointer::before,
.cid-uu7RTDmWJi .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-uu7RTDmWJi .tlv__pointer-2::before {
  left: -50px;
}
.cid-uu7RTDmWJi .tlv__pointer::after,
.cid-uu7RTDmWJi .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-uu7RTDmWJi .tlv__item-first,
.cid-uu7RTDmWJi .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-uu7RTDmWJi .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-uu7RTDmWJi {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .cid-uu7RTDmWJi .img-wrapper,
  .cid-uu7RTDmWJi .img-wrapper-2 {
    display: none;
  }
  .cid-uu7RTDmWJi .container-fluid {
    padding: 0 1rem;
  }
  .cid-uu7RTDmWJi .row {
    margin-bottom: 2rem;
  }
  .cid-uu7RTDmWJi .row:last-child {
    margin-bottom: 0;
  }
  .cid-uu7RTDmWJi .imageContainer,
  .cid-uu7RTDmWJi .imageContainer-2 {
    justify-content: center;
  }
  .cid-uu7RTDmWJi .right-wrapper,
  .cid-uu7RTDmWJi .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-uu7RTDmWJi .tlv__pointer::before,
  .cid-uu7RTDmWJi .tlv__pointer-2::before {
    content: none;
  }
  .cid-uu7RTDmWJi .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-uu7RTDmWJi .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-uu7RTDmWJi .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-uu7RTDmWJi .tlv__item-first,
  .cid-uu7RTDmWJi .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-uu7RTDmWJi .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-uu7RTDmWJi .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-uu7RTDmWJi .img-wrapper {
    margin-left: 43px;
  }
  .cid-uu7RTDmWJi .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-uu7RTDmWJi .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-uu7RTDmWJi .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-uu7RTDmWJi .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-u0MV8kiG8F {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u0MV8kiG8F .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-u0MV8kiG8F .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-u0MV8kiG8F .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-u0MV8kiG8F .row:last-child {
  margin-bottom: 0;
}
.cid-u0MV8kiG8F .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-u0MV8kiG8F .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-u0MV8kiG8F img {
  width: 100%;
  border-radius: 50%;
}
.cid-u0MV8kiG8F .mbr-section-title {
  color: #45b3df;
}
.cid-u0MV8kiG8F .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-u0MV8kiG8F .imageContainer {
  display: flex;
  align-items: center;
}
.cid-u0MV8kiG8F .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-u0MV8kiG8F .img-wrapper,
.cid-u0MV8kiG8F .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-u0MV8kiG8F .content-row:hover .img-wrapper,
.cid-u0MV8kiG8F .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-u0MV8kiG8F .tlv__pointer,
.cid-u0MV8kiG8F .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-u0MV8kiG8F .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-u0MV8kiG8F .tlv__pointer::before,
.cid-u0MV8kiG8F .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-u0MV8kiG8F .tlv__pointer-2::before {
  left: -50px;
}
.cid-u0MV8kiG8F .tlv__pointer::after,
.cid-u0MV8kiG8F .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-u0MV8kiG8F .tlv__item-first,
.cid-u0MV8kiG8F .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-u0MV8kiG8F .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-u0MV8kiG8F {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .cid-u0MV8kiG8F .img-wrapper,
  .cid-u0MV8kiG8F .img-wrapper-2 {
    display: none;
  }
  .cid-u0MV8kiG8F .container-fluid {
    padding: 0 1rem;
  }
  .cid-u0MV8kiG8F .row {
    margin-bottom: 2rem;
  }
  .cid-u0MV8kiG8F .row:last-child {
    margin-bottom: 0;
  }
  .cid-u0MV8kiG8F .imageContainer,
  .cid-u0MV8kiG8F .imageContainer-2 {
    justify-content: center;
  }
  .cid-u0MV8kiG8F .right-wrapper,
  .cid-u0MV8kiG8F .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-u0MV8kiG8F .tlv__pointer::before,
  .cid-u0MV8kiG8F .tlv__pointer-2::before {
    content: none;
  }
  .cid-u0MV8kiG8F .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-u0MV8kiG8F .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-u0MV8kiG8F .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-u0MV8kiG8F .tlv__item-first,
  .cid-u0MV8kiG8F .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-u0MV8kiG8F .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-u0MV8kiG8F .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-u0MV8kiG8F .img-wrapper {
    margin-left: 43px;
  }
  .cid-u0MV8kiG8F .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-u0MV8kiG8F .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-u0MV8kiG8F .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-u0MV8kiG8F .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-tGw48xLeIk {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tGw48xLeIk .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-tGw48xLeIk .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-tGw48xLeIk .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-tGw48xLeIk .row:last-child {
  margin-bottom: 0;
}
.cid-tGw48xLeIk .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-tGw48xLeIk .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-tGw48xLeIk img {
  width: 100%;
  border-radius: 50%;
}
.cid-tGw48xLeIk .mbr-section-title {
  color: #45b3df;
}
.cid-tGw48xLeIk .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tGw48xLeIk .imageContainer {
  display: flex;
  align-items: center;
}
.cid-tGw48xLeIk .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-tGw48xLeIk .img-wrapper,
.cid-tGw48xLeIk .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-tGw48xLeIk .content-row:hover .img-wrapper,
.cid-tGw48xLeIk .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-tGw48xLeIk .tlv__pointer,
.cid-tGw48xLeIk .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-tGw48xLeIk .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-tGw48xLeIk .tlv__pointer::before,
.cid-tGw48xLeIk .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-tGw48xLeIk .tlv__pointer-2::before {
  left: -50px;
}
.cid-tGw48xLeIk .tlv__pointer::after,
.cid-tGw48xLeIk .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-tGw48xLeIk .tlv__item-first,
.cid-tGw48xLeIk .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-tGw48xLeIk .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-tGw48xLeIk {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-tGw48xLeIk .img-wrapper,
  .cid-tGw48xLeIk .img-wrapper-2 {
    display: none;
  }
  .cid-tGw48xLeIk .container-fluid {
    padding: 0 1rem;
  }
  .cid-tGw48xLeIk .row {
    margin-bottom: 2rem;
  }
  .cid-tGw48xLeIk .row:last-child {
    margin-bottom: 0;
  }
  .cid-tGw48xLeIk .imageContainer,
  .cid-tGw48xLeIk .imageContainer-2 {
    justify-content: center;
  }
  .cid-tGw48xLeIk .right-wrapper,
  .cid-tGw48xLeIk .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-tGw48xLeIk .tlv__pointer::before,
  .cid-tGw48xLeIk .tlv__pointer-2::before {
    content: none;
  }
  .cid-tGw48xLeIk .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-tGw48xLeIk .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-tGw48xLeIk .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-tGw48xLeIk .tlv__item-first,
  .cid-tGw48xLeIk .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-tGw48xLeIk .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-tGw48xLeIk .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-tGw48xLeIk .img-wrapper {
    margin-left: 43px;
  }
  .cid-tGw48xLeIk .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-tGw48xLeIk .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-tGw48xLeIk .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-tGw48xLeIk .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-tsKvBOfJpM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tsKvBOfJpM .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-tsKvBOfJpM .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-tsKvBOfJpM .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-tsKvBOfJpM .row:last-child {
  margin-bottom: 0;
}
.cid-tsKvBOfJpM .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-tsKvBOfJpM .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-tsKvBOfJpM img {
  width: 100%;
  border-radius: 50%;
}
.cid-tsKvBOfJpM .mbr-section-title {
  color: #45b3df;
}
.cid-tsKvBOfJpM .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-tsKvBOfJpM .imageContainer {
  display: flex;
  align-items: center;
}
.cid-tsKvBOfJpM .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-tsKvBOfJpM .img-wrapper,
.cid-tsKvBOfJpM .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-tsKvBOfJpM .content-row:hover .img-wrapper,
.cid-tsKvBOfJpM .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-tsKvBOfJpM .tlv__pointer,
.cid-tsKvBOfJpM .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-tsKvBOfJpM .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-tsKvBOfJpM .tlv__pointer::before,
.cid-tsKvBOfJpM .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-tsKvBOfJpM .tlv__pointer-2::before {
  left: -50px;
}
.cid-tsKvBOfJpM .tlv__pointer::after,
.cid-tsKvBOfJpM .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-tsKvBOfJpM .tlv__item-first,
.cid-tsKvBOfJpM .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-tsKvBOfJpM .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-tsKvBOfJpM {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .cid-tsKvBOfJpM .img-wrapper,
  .cid-tsKvBOfJpM .img-wrapper-2 {
    display: none;
  }
  .cid-tsKvBOfJpM .container-fluid {
    padding: 0 1rem;
  }
  .cid-tsKvBOfJpM .row {
    margin-bottom: 2rem;
  }
  .cid-tsKvBOfJpM .row:last-child {
    margin-bottom: 0;
  }
  .cid-tsKvBOfJpM .imageContainer,
  .cid-tsKvBOfJpM .imageContainer-2 {
    justify-content: center;
  }
  .cid-tsKvBOfJpM .right-wrapper,
  .cid-tsKvBOfJpM .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-tsKvBOfJpM .tlv__pointer::before,
  .cid-tsKvBOfJpM .tlv__pointer-2::before {
    content: none;
  }
  .cid-tsKvBOfJpM .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-tsKvBOfJpM .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-tsKvBOfJpM .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-tsKvBOfJpM .tlv__item-first,
  .cid-tsKvBOfJpM .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-tsKvBOfJpM .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-tsKvBOfJpM .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-tsKvBOfJpM .img-wrapper {
    margin-left: 43px;
  }
  .cid-tsKvBOfJpM .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-tsKvBOfJpM .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-tsKvBOfJpM .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-tsKvBOfJpM .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-tsKzsyfAYs {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-t154aULK1R {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-t154aULK1R .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-t154aULK1R .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-t154aULK1R .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-t154aULK1R .row:last-child {
  margin-bottom: 0;
}
.cid-t154aULK1R .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-t154aULK1R .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-t154aULK1R img {
  width: 100%;
  border-radius: 50%;
}
.cid-t154aULK1R .mbr-section-title {
  color: #45b3df;
}
.cid-t154aULK1R .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-t154aULK1R .imageContainer {
  display: flex;
  align-items: center;
}
.cid-t154aULK1R .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-t154aULK1R .img-wrapper,
.cid-t154aULK1R .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-t154aULK1R .content-row:hover .img-wrapper,
.cid-t154aULK1R .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-t154aULK1R .tlv__pointer,
.cid-t154aULK1R .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-t154aULK1R .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-t154aULK1R .tlv__pointer::before,
.cid-t154aULK1R .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-t154aULK1R .tlv__pointer-2::before {
  left: -50px;
}
.cid-t154aULK1R .tlv__pointer::after,
.cid-t154aULK1R .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-t154aULK1R .tlv__item-first,
.cid-t154aULK1R .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-t154aULK1R .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-t154aULK1R {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .cid-t154aULK1R .img-wrapper,
  .cid-t154aULK1R .img-wrapper-2 {
    display: none;
  }
  .cid-t154aULK1R .container-fluid {
    padding: 0 1rem;
  }
  .cid-t154aULK1R .row {
    margin-bottom: 2rem;
  }
  .cid-t154aULK1R .row:last-child {
    margin-bottom: 0;
  }
  .cid-t154aULK1R .imageContainer,
  .cid-t154aULK1R .imageContainer-2 {
    justify-content: center;
  }
  .cid-t154aULK1R .right-wrapper,
  .cid-t154aULK1R .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-t154aULK1R .tlv__pointer::before,
  .cid-t154aULK1R .tlv__pointer-2::before {
    content: none;
  }
  .cid-t154aULK1R .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-t154aULK1R .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-t154aULK1R .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-t154aULK1R .tlv__item-first,
  .cid-t154aULK1R .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-t154aULK1R .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-t154aULK1R .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-t154aULK1R .img-wrapper {
    margin-left: 43px;
  }
  .cid-t154aULK1R .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-t154aULK1R .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-t154aULK1R .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-t154aULK1R .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sXCrFwM7Bn {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sXCrFwM7Bn {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.cid-sXCmuykfyQ {
  background-color: #ffffff;
}
.cid-sXCmuykfyQ .show {
  visibility: visible;
}
.cid-sXCmuykfyQ .hide {
  visibility: hidden;
}
.cid-sOmCplRcyw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sOmCplRcyw .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sOmCplRcyw .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-sOmCplRcyw .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-sOmCplRcyw .row:last-child {
  margin-bottom: 0;
}
.cid-sOmCplRcyw .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-sOmCplRcyw .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-sOmCplRcyw img {
  width: 100%;
  border-radius: 50%;
}
.cid-sOmCplRcyw .mbr-section-title {
  color: #45b3df;
}
.cid-sOmCplRcyw .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sOmCplRcyw .imageContainer {
  display: flex;
  align-items: center;
}
.cid-sOmCplRcyw .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-sOmCplRcyw .img-wrapper,
.cid-sOmCplRcyw .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-sOmCplRcyw .content-row:hover .img-wrapper,
.cid-sOmCplRcyw .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-sOmCplRcyw .tlv__pointer,
.cid-sOmCplRcyw .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-sOmCplRcyw .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-sOmCplRcyw .tlv__pointer::before,
.cid-sOmCplRcyw .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-sOmCplRcyw .tlv__pointer-2::before {
  left: -50px;
}
.cid-sOmCplRcyw .tlv__pointer::after,
.cid-sOmCplRcyw .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-sOmCplRcyw .tlv__item-first,
.cid-sOmCplRcyw .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-sOmCplRcyw .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-sOmCplRcyw {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sOmCplRcyw .img-wrapper,
  .cid-sOmCplRcyw .img-wrapper-2 {
    display: none;
  }
  .cid-sOmCplRcyw .container-fluid {
    padding: 0 1rem;
  }
  .cid-sOmCplRcyw .row {
    margin-bottom: 2rem;
  }
  .cid-sOmCplRcyw .row:last-child {
    margin-bottom: 0;
  }
  .cid-sOmCplRcyw .imageContainer,
  .cid-sOmCplRcyw .imageContainer-2 {
    justify-content: center;
  }
  .cid-sOmCplRcyw .right-wrapper,
  .cid-sOmCplRcyw .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-sOmCplRcyw .tlv__pointer::before,
  .cid-sOmCplRcyw .tlv__pointer-2::before {
    content: none;
  }
  .cid-sOmCplRcyw .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-sOmCplRcyw .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-sOmCplRcyw .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-sOmCplRcyw .tlv__item-first,
  .cid-sOmCplRcyw .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-sOmCplRcyw .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-sOmCplRcyw .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-sOmCplRcyw .img-wrapper {
    margin-left: 43px;
  }
  .cid-sOmCplRcyw .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-sOmCplRcyw .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-sOmCplRcyw .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-sOmCplRcyw .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sOmCplRcyw .content-row .mbr-text {
  text-align: left;
}
.cid-sOmCplRcyw .content-row .mbr-section-subtitle {
  text-align: right;
}
.cid-sLQ1jUxchv {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sLQ1jUxchv .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
.cid-sLQ1jUxchv .container-fluid:before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  background: #fa9db7;
}
.cid-sLQ1jUxchv .row {
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
}
.cid-sLQ1jUxchv .row:last-child {
  margin-bottom: 0;
}
.cid-sLQ1jUxchv .content-row:hover .tlv__pointer::after {
  transform: scale(1);
}
.cid-sLQ1jUxchv .content-row-2:hover .tlv__pointer-2::after {
  transform: scale(1);
}
.cid-sLQ1jUxchv img {
  width: 100%;
  border-radius: 50%;
}
.cid-sLQ1jUxchv .mbr-section-title {
  color: #45b3df;
}
.cid-sLQ1jUxchv .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-sLQ1jUxchv .imageContainer {
  display: flex;
  align-items: center;
}
.cid-sLQ1jUxchv .imageContainer-2 {
  display: flex;
  justify-content: flex-end;
}
.cid-sLQ1jUxchv .img-wrapper,
.cid-sLQ1jUxchv .img-wrapper-2 {
  width: 220px;
  height: 220px;
  position: relative;
  border: 2px solid #fa9db7;
  border-radius: 50%;
  transition: 0.5s;
}
.cid-sLQ1jUxchv .content-row:hover .img-wrapper,
.cid-sLQ1jUxchv .content-row-2:hover .img-wrapper-2 {
  padding: 12px;
  border-style: dashed;
}
.cid-sLQ1jUxchv .tlv__pointer,
.cid-sLQ1jUxchv .tlv__pointer-2 {
  opacity: 1;
  order: 2;
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 3px solid #fa9db7;
  background: #ffffff;
  top: 0px;
  left: -290px;
}
.cid-sLQ1jUxchv .tlv__pointer-2 {
  top: 100px;
  right: -30px;
  left: auto;
}
.cid-sLQ1jUxchv .tlv__pointer::before,
.cid-sLQ1jUxchv .tlv__pointer-2::before {
  content: '';
  top: 8px;
  width: 47px;
  height: 3px;
  left: 21px;
  position: absolute;
  background: #fa9db7;
}
.cid-sLQ1jUxchv .tlv__pointer-2::before {
  left: -50px;
}
.cid-sLQ1jUxchv .tlv__pointer::after,
.cid-sLQ1jUxchv .tlv__pointer-2::after {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  transform: scale(0);
  content: '';
  position: absolute;
  background: #fa9db7;
  transition: 0.5s;
  left: 5px;
  bottom: 5px;
}
.cid-sLQ1jUxchv .tlv__item-first,
.cid-sLQ1jUxchv .tlv__item-first2 {
  position: absolute;
  z-index: 1;
  top: -52px;
  right: -11px;
  width: 18px;
  height: 18px;
  background: #fa9db7;
  transform: rotate(45deg);
}
.cid-sLQ1jUxchv .tlv__item-first2 {
  left: 49%;
  right: auto;
  top: auto;
  bottom: -18px;
}
@media (max-width: 767px) {
  .cid-sLQ1jUxchv {
    padding-top: 15px;
    padding-bottom: 25px;
  }
  .cid-sLQ1jUxchv .img-wrapper,
  .cid-sLQ1jUxchv .img-wrapper-2 {
    display: none;
  }
  .cid-sLQ1jUxchv .container-fluid {
    padding: 0 1rem;
  }
  .cid-sLQ1jUxchv .row {
    margin-bottom: 2rem;
  }
  .cid-sLQ1jUxchv .row:last-child {
    margin-bottom: 0;
  }
  .cid-sLQ1jUxchv .imageContainer,
  .cid-sLQ1jUxchv .imageContainer-2 {
    justify-content: center;
  }
  .cid-sLQ1jUxchv .right-wrapper,
  .cid-sLQ1jUxchv .left-wrapper {
    text-align: left;
    padding-left: 4rem;
  }
  .cid-sLQ1jUxchv .tlv__pointer::before,
  .cid-sLQ1jUxchv .tlv__pointer-2::before {
    content: none;
  }
  .cid-sLQ1jUxchv .tlv__pointer {
    position: absolute;
    top: -100px;
    left: 8px;
  }
  .cid-sLQ1jUxchv .tlv__pointer-2 {
    position: absolute;
    top: 50px;
    left: 8px;
  }
  .cid-sLQ1jUxchv .container-fluid::before {
    left: 20px;
    width: 4px;
  }
  .cid-sLQ1jUxchv .tlv__item-first,
  .cid-sLQ1jUxchv .tlv__item-first2 {
    left: 12px;
    top: -20px;
  }
  .cid-sLQ1jUxchv .tlv__item-first2 {
    left: 13px;
    bottom: -15px;
    top: auto;
  }
}
@media (min-width: 767px) {
  .cid-sLQ1jUxchv .right-wrapper {
    text-align: right;
    padding-right: 5rem;
  }
  .cid-sLQ1jUxchv .img-wrapper {
    margin-left: 43px;
  }
  .cid-sLQ1jUxchv .left-wrapper {
    text-align: left;
    padding-left: 5rem;
  }
  .cid-sLQ1jUxchv .img-wrapper-2 {
    margin-right: 16px;
  }
}
@media (min-width: 1400px) {
  .cid-sLQ1jUxchv .tlv__item-first2 {
    left: 49.4%;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .cid-sLQ1jUxchv .tlv__item-first2 {
    left: 49.3%;
  }
}
.cid-sLQ1jUxchv .content-row .mbr-text {
  text-align: left;
}
.cid-sFLlYcsShg {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sFLlYcsShg .mbr-figure img {
  width: auto;
  padding-left: 10.4px;
}
.cid-sFLlYcsShg .flags {
  display: flex;
}
.cid-sFLlYcsShg .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sFLlYcsShg .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFLlYcsShg .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFLlYcsShg a {
  font-style: normal;
}
.cid-sFLlYcsShg .show {
  overflow: visible;
}
.cid-sFLlYcsShg .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sFLlYcsShg .dropdown-item:active {
  background-color: transparent;
}
.cid-sFLlYcsShg .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFLlYcsShg .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sFLlYcsShg .nav-item:focus,
.cid-sFLlYcsShg .nav-link:focus {
  outline: none;
}
.cid-sFLlYcsShg .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sFLlYcsShg .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFLlYcsShg .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFLlYcsShg .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFLlYcsShg .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFLlYcsShg .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFLlYcsShg .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sFLlYcsShg .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sFLlYcsShg .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sFLlYcsShg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFLlYcsShg .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFLlYcsShg .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%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFLlYcsShg button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sFLlYcsShg button.navbar-toggler:focus {
  outline: none;
}
.cid-sFLlYcsShg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFLlYcsShg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFLlYcsShg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLlYcsShg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLlYcsShg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFLlYcsShg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLlYcsShg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFLlYcsShg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFLlYcsShg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLlYcsShg .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLlYcsShg .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFLlYcsShg .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFLlYcsShg .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFLlYcsShg .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sFLlYcsShg .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFLlYcsShg .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFLlYcsShg .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLlYcsShg .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-sFLlYcsShg .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFLlYcsShg .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFLlYcsShg .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sFLlYcsShg.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLlYcsShg img {
    height: 3.8rem !important;
  }
  .cid-sFLlYcsShg .btn {
    display: -webkit-flex;
  }
  .cid-sFLlYcsShg button.navbar-toggler {
    display: block;
  }
  .cid-sFLlYcsShg .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sFLlYcsShg .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLlYcsShg .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing,
  .cid-sFLlYcsShg .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing .navbar-nav,
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFLlYcsShg .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLlYcsShg .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-sFLlYcsShg .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFLlYcsShg .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFLlYcsShg .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sFLlYcsShg .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sFLlYcsShg .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sFLlYcsShg .nav-link {
    justify-content: start!important;
  }
  .cid-sFLlYcsShg .navbar.opened {
    height: 100%;
  }
  .cid-sFLlYcsShg .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sFLlYcsShg .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sFLlYcsShg .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFLlYcsShg .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFLlYcsShg .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sFLlYcsShg .span-link {
  padding: 0 0.5rem;
}
.cid-sFLlYcsShg .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLlYcsShg .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLlYcsShg .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sFLlYcsShg .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sFLlYcsShg .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sFLlYcsShg .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sFLlYcsShg .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sFLlYcsShg .dropdown-item {
    color: #fff;
  }
  .cid-sFLlYcsShg .nav-item.open .nav-link,
  .cid-sFLlYcsShg .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLlYcsShg .link:active {
    color: #fff !important;
  }
  .cid-sFLlYcsShg .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sFLlYcsShg .navbar-brand {
    justify-content: center;
  }
  .cid-sFLlYcsShg .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sFLlYcsShg .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sFLlYcsShg .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sFLlYcsShg .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFLlYcsShg .navbar {
    height: 90px;
  }
  .cid-sFLlYcsShg .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sFLlYcsShg .btn1 {
    display: none;
  }
  .cid-sFLlYcsShg .mbr-section-title {
    color: #fff;
  }
  .cid-sFLlYcsShg .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sFLlYcsShg .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sFLlYcsShg .span-link {
    color: #fff;
  }
  .cid-sFLlYcsShg .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sFLlYcsShg .dropdown-item {
    color: #12265a;
  }
  .cid-sFLlYcsShg .nav-item.open .nav-link,
  .cid-sFLlYcsShg .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLlYcsShg .logo-name {
    margin-top: 2rem;
  }
  .cid-sFLlYcsShg .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sFLlYcsShg .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFLlYcsShg .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFLlYcsShg .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-sFLlYcsShg .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-sFLlYcsShg .mbr-section-title {
  font-weight: 900;
}
.cid-sFLlYcsShg .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sFLlYcsShg .mbr-section-btn {
  display: flex;
}
.cid-sFLlYcsShg .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-sFLlYcsShg .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLlYcsShg .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLlYcsShg .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sFLlYcsShg .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sFLlYcsShg .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sFLlYcsShg .mbr-iconfont {
  margin: 0;
}
.cid-sFLlYcsShg .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLlYcsShg .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLlYcsShg .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sFLlYcsShg .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sFNo6Y5a47 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1e43a0;
}
.cid-sFNo6Y5a47 section {
  position: relative;
}
.cid-sFNo6Y5a47 h4 {
  margin: 0;
}
.cid-sFNo6Y5a47 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sFNo6Y5a47 a {
  font-weight: 300;
}
.cid-sFNo6Y5a47 .img1 {
  color: #00bea3;
}
.cid-sFNo6Y5a47 .img2 {
  color: #f1894c;
}
.cid-sFNo6Y5a47 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFNo6Y5a47 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sFNo6Y5a47 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFNo6Y5a47 .item,
.cid-sFNo6Y5a47 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFNo6Y5a47 .item h4,
.cid-sFNo6Y5a47 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFNo6Y5a47 .card-img {
  width: auto;
}
.cid-sFNo6Y5a47 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sFNo6Y5a47 .item {
    justify-content: center;
  }
}
.cid-sFNo6Y5a47 .item-title {
  color: #c1c1c1;
}
.cid-rHd4LPs6LH {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-rHd4LPs6LH .mbr-figure img {
  width: auto;
  padding-left: 10.4px;
}
.cid-rHd4LPs6LH .flags {
  display: flex;
}
.cid-rHd4LPs6LH .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rHd4LPs6LH .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rHd4LPs6LH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-rHd4LPs6LH a {
  font-style: normal;
}
.cid-rHd4LPs6LH .show {
  overflow: visible;
}
.cid-rHd4LPs6LH .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-rHd4LPs6LH .dropdown-item:active {
  background-color: transparent;
}
.cid-rHd4LPs6LH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rHd4LPs6LH .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-rHd4LPs6LH .nav-item:focus,
.cid-rHd4LPs6LH .nav-link:focus {
  outline: none;
}
.cid-rHd4LPs6LH .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-rHd4LPs6LH .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rHd4LPs6LH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rHd4LPs6LH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-rHd4LPs6LH .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-rHd4LPs6LH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rHd4LPs6LH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rHd4LPs6LH .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%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rHd4LPs6LH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-rHd4LPs6LH button.navbar-toggler:focus {
  outline: none;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rHd4LPs6LH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rHd4LPs6LH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rHd4LPs6LH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .collapsed .btn {
  display: -webkit-flex;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rHd4LPs6LH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rHd4LPs6LH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-rHd4LPs6LH .collapsed button.navbar-toggler {
  display: block;
}
.cid-rHd4LPs6LH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rHd4LPs6LH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rHd4LPs6LH .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-rHd4LPs6LH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rHd4LPs6LH .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rHd4LPs6LH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH img {
    height: 3.8rem !important;
  }
  .cid-rHd4LPs6LH .btn {
    display: -webkit-flex;
  }
  .cid-rHd4LPs6LH button.navbar-toggler {
    display: block;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing,
  .cid-rHd4LPs6LH .navbar-collapse.show {
    display: block !important;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rHd4LPs6LH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rHd4LPs6LH .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-rHd4LPs6LH .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-rHd4LPs6LH .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-link {
    justify-content: start!important;
  }
  .cid-rHd4LPs6LH .navbar.opened {
    height: 100%;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-rHd4LPs6LH .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-rHd4LPs6LH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rHd4LPs6LH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rHd4LPs6LH .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-rHd4LPs6LH .span-link {
  padding: 0 0.5rem;
}
.cid-rHd4LPs6LH .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-rHd4LPs6LH .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-rHd4LPs6LH .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-rHd4LPs6LH .navbar-caption:hover {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-rHd4LPs6LH .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-rHd4LPs6LH .dropdown-item {
    color: #fff;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .link:active {
    color: #fff !important;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 0.5rem;
  }
  .cid-rHd4LPs6LH .navbar-brand {
    justify-content: center;
  }
  .cid-rHd4LPs6LH .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-rHd4LPs6LH .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-rHd4LPs6LH .navbar {
    height: 90px;
  }
  .cid-rHd4LPs6LH .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-rHd4LPs6LH .btn1 {
    display: none;
  }
  .cid-rHd4LPs6LH .mbr-section-title {
    color: #fff;
  }
  .cid-rHd4LPs6LH .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-rHd4LPs6LH .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-rHd4LPs6LH .span-link {
    color: #fff;
  }
  .cid-rHd4LPs6LH .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-rHd4LPs6LH .dropdown-item {
    color: #12265a;
  }
  .cid-rHd4LPs6LH .nav-item.open .nav-link,
  .cid-rHd4LPs6LH .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-rHd4LPs6LH .logo-name {
    margin-top: 2rem;
  }
  .cid-rHd4LPs6LH .navbar-collapse {
    justify-content: space-between;
  }
  .cid-rHd4LPs6LH .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-rHd4LPs6LH .container-fluid {
    padding: 0 1rem;
  }
  .cid-rHd4LPs6LH .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-rHd4LPs6LH .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-rHd4LPs6LH .mbr-section-title {
  font-weight: 900;
}
.cid-rHd4LPs6LH .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-rHd4LPs6LH .mbr-section-btn {
  display: flex;
}
.cid-rHd4LPs6LH .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-rHd4LPs6LH .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-rHd4LPs6LH .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-rHd4LPs6LH .mbr-iconfont {
  margin: 0;
}
.cid-rHd4LPs6LH .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-rHd4LPs6LH .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-rHd4LPs6LH .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-rHd4LPs6LH .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sFRidqwUd6 {
  padding-top: 210px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/6f5ac5f6-ad55-4a0c-8913-4617c28c6c5b-768x1024.jpeg");
}
.cid-sFRidqwUd6 .image-1 {
  left: -95px !important;
  bottom: -113px !important;
}
.cid-sFRidqwUd6 .image-2 {
  top: 95px !important;
}
.cid-sFRidqwUd6 .image-3 {
  left: 379px !important;
  bottom: -51px !important;
}
.cid-sFRidqwUd6 .image-4 {
  bottom: -242px !important;
}
@media (max-width: 1199px) {
  .cid-sFRidqwUd6 .image-1 {
    left: -175px !important;
  }
  .cid-sFRidqwUd6 .image-2 {
    top: 5px !important;
  }
  .cid-sFRidqwUd6 .image-3 {
    left: -11px !important;
    bottom: -141px !important;
  }
  .cid-sFRidqwUd6 .image-4 {
    bottom: -352px !important;
  }
  .cid-sFRidqwUd6 .image-5 {
    left: -203px !important;
    top: 185px !important;
  }
}
@media (max-width: 992px) {
  .cid-sFRidqwUd6 .image-1 {
    left: 185px !important;
  }
  .cid-sFRidqwUd6 .image-2 {
    top: -25px !important;
    left: 37% !important;
  }
  .cid-sFRidqwUd6 .image-3 {
    left: 589px !important;
    bottom: 149px !important;
  }
  .cid-sFRidqwUd6 .image-4 {
    bottom: -62px !important;
  }
  .cid-sFRidqwUd6 .image-5 {
    left: 207px !important;
    top: -55px !important;
  }
  .cid-sFRidqwUd6 .image-6 {
    left: -295px;
    top: 80px;
  }
}
@media (max-width: 767px) {
  .cid-sFRidqwUd6 .image-1 {
    left: -185px !important;
    bottom: -273px !important;
  }
  .cid-sFRidqwUd6 .image-2 {
    left: 187px !important;
    top: 105px !important;
  }
  .cid-sFRidqwUd6 .image-3 {
    left: 299px !important;
    bottom: 9px !important;
  }
  .cid-sFRidqwUd6 .image-4 {
    right: 209px !important;
    bottom: -212px !important;
  }
  .cid-sFRidqwUd6 .image-5 {
    left: 117px !important;
    top: 25px !important;
  }
}
.cid-sFRidqwUd6 .wrap {
  display: none;
}
.cid-sFRidqwUd6 section {
  position: relative;
}
.cid-sFRidqwUd6 .mbr-section-title {
  z-index: 70;
  color: #ffc85b;
}
.cid-sFRidqwUd6 .mbr-text,
.cid-sFRidqwUd6 .mbr-section-btn {
  color: #ffffff;
  z-index: 70;
}
.cid-sFRidqwUd6 img {
  max-width: 100%;
  width: auto;
  vertical-align: middle;
  display: inline-block;
}
.cid-sFRidqwUd6 .wrap {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.cid-sFRidqwUd6 .image-1 {
  position: absolute;
  left: -95px;
  bottom: -3px;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: transform;
}
.cid-sFRidqwUd6 .image-2 {
  position: absolute;
  left: -23%;
  top: -75%;
  right: auto;
  bottom: auto;
  -webkit-transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}
.cid-sFRidqwUd6 .image-3 {
  position: absolute;
  left: 209px;
  bottom: -131px;
  -webkit-transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 1.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: transform;
}
.cid-sFRidqwUd6 .image-4 {
  position: absolute;
  right: -61px;
  bottom: -52px;
  -webkit-transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.6s cubic-bezier(0.19, 1, 0.22, 1);
  will-change: transform;
}
.cid-sFRidqwUd6 .image-5 {
  position: absolute;
  left: 77px;
  top: 175px;
  -webkit-transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.cid-sFRidqwUd6 .image-6 {
  position: absolute;
  left: -295px;
  top: 290px;
  -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
}
@media (max-width: 1199px) {
  .cid-sFRidqwUd6 .image-6 {
    left: -165px;
    top: 290px;
  }
}
@media (max-width: 992px) {
  .cid-sFRidqwUd6 .image-1 {
    bottom: -323px;
  }
  .cid-sFRidqwUd6 .image-2 {
    left: -53%;
  }
  .cid-sFRidqwUd6 .image-3 {
    bottom: 29px;
  }
  .cid-sFRidqwUd6 .image-5 {
    left: 337px;
    top: -65px;
  }
  .cid-sFRidqwUd6 .image-6 {
    top: 60px;
  }
}
@media (max-width: 767px) {
  .cid-sFRidqwUd6 .image-1 {
    left: 205px;
    bottom: -273px;
  }
  .cid-sFRidqwUd6 .image-2 {
    left: -27%;
  }
  .cid-sFRidqwUd6 .image-4 {
    right: -101px;
  }
}
.cid-sFRs7zcLpd {
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sFRs7zcLpd {
    padding-top: 35px;
    padding-bottom: 10px;
  }
}
.cid-sFRs7zcLpd img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sFRs7zcLpd .right-wrapper {
  padding-left: 5rem;
}
.cid-sFRs7zcLpd .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sFRs7zcLpd .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sFRs7zcLpd .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sFRs7zcLpd .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sFRs7zcLpd .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sFRs7zcLpd .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sFRs7zcLpd .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sFRs7zcLpd .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFRs7zcLpd .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sFRs7zcLpd .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFRs7zcLpd .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sFRs7zcLpd .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFRs7zcLpd .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sFSq64vHyj {
  background-color: #f2f6ff;
}
.cid-sFSq64vHyj img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sFSq64vHyj .right-wrapper {
  padding-left: 5rem;
}
.cid-sFSq64vHyj .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sFSq64vHyj .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sFSq64vHyj .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sFSq64vHyj .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sFSq64vHyj .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sFSq64vHyj .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sFSq64vHyj .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sFSq64vHyj .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFSq64vHyj .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sFSq64vHyj .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSq64vHyj .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sFSq64vHyj .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFSq64vHyj .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sKWHI9X8Kl {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sKWHI9X8Kl .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sKWHI9X8Kl .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sKWHI9X8Kl .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sKWHI9X8Kl .btn-primary-outline:active {
  color: gray;
}
.cid-sKWHI9X8Kl .btn-primary-outline:hover {
  color: white;
}
.cid-sKWHI9X8Kl .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sKWHI9X8Kl div {
  overflow: hidden;
}
.cid-sKWHI9X8Kl li.active .btn-primary-outline {
  color: white;
}
.cid-sKWHI9X8Kl .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKWHI9X8Kl .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKWHI9X8Kl .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sKWHI9X8Kl .mbr-gallery-item {
  overflow: hidden;
}
.cid-sKWHI9X8Kl .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sKWHI9X8Kl .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sKWHI9X8Kl .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sKWHI9X8Kl .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sKWHI9X8Kl .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sKWHI9X8Kl .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sKWHI9X8Kl .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sKf0k5X5Yh {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKf0k5X5Yh {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-sKf0k5X5Yh .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sKf0k5X5Yh .container-fluid {
  max-width: 1200px;
}
.cid-sKf0k5X5Yh .row > div,
.cid-sKf0k5X5Yh .mbr-section-title {
  text-align: center;
}
.cid-sKeWAK6CCw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sKeWAK6CCw h4,
.cid-sKeWAK6CCw h5 {
  text-align: center;
}
.cid-sKeWAK6CCw h5 {
  font-weight: 400;
}
.cid-sKeWAK6CCw p {
  text-align: center;
}
.cid-sKeWAK6CCw .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-sKeWAK6CCw .card-box {
  text-align: center;
}
.cid-sKeWAK6CCw .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #ffc85b;
}
@media (min-width: 992px) {
  .cid-sKeWAK6CCw .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-sKf4tRmwLc {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKf4tRmwLc {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-sKf4tRmwLc .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-sKf4tRmwLc .container-fluid {
  max-width: 1200px;
}
.cid-sKf4tRmwLc .row > div,
.cid-sKf4tRmwLc .mbr-section-title {
  text-align: center;
}
.cid-sKf31r4667 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sKf31r4667 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sKf31r4667 .row {
  flex-direction: row-reverse;
}
.cid-sKf31r4667 img {
  width: 100%;
}
.cid-typSccA6KZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-typSccA6KZ {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-typSccA6KZ .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-typSccA6KZ .container-fluid {
  max-width: 1200px;
}
.cid-typSccA6KZ .row > div,
.cid-typSccA6KZ .mbr-section-title {
  text-align: center;
}
.cid-typSywK9DX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-typSywK9DX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-typSywK9DX .row {
  flex-direction: row-reverse;
}
.cid-typSywK9DX img {
  width: 100%;
}
.cid-usnPqvnA0D {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-usnPqvnA0D {
    padding-top: 15px;
    padding-bottom: 0px;
  }
}
.cid-usnPqvnA0D .mbr-text {
  margin-top: 2rem;
  color: #70747f;
}
.cid-usnPqvnA0D .container-fluid {
  max-width: 1200px;
}
.cid-usnPqvnA0D .row > div,
.cid-usnPqvnA0D .mbr-section-title {
  text-align: center;
}
.cid-usnOWq2t7V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-usnOWq2t7V .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-usnOWq2t7V .row {
  flex-direction: row-reverse;
}
.cid-usnOWq2t7V img {
  width: 100%;
}
.cid-sFSrgz5a7F {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sFSrgz5a7F {
    padding-top: 35px;
    padding-bottom: 5px;
  }
}
.cid-sFSrgz5a7F img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sFSrgz5a7F .right-wrapper {
  padding-left: 5rem;
}
.cid-sFSrgz5a7F .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sFSrgz5a7F .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sFSrgz5a7F .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sFSrgz5a7F .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sFSrgz5a7F .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sFSrgz5a7F .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sFSrgz5a7F .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sFSrgz5a7F .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFSrgz5a7F .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sFSrgz5a7F .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSrgz5a7F .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sFSrgz5a7F .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFSrgz5a7F .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sJxnm0ET3a {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-sJxnm0ET3a .wave1 {
  opacity: 0.35;
  fill: #cccccc;
}
.cid-sJxnm0ET3a .wave2 {
  fill: #cccccc;
}
.cid-sFSMpUa0WP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #cccccc);
}
.cid-sFSMpUa0WP .mbr-section-subtitle {
  color: #70747f;
}
.cid-sFSMpUa0WP .mbr-text {
  color: #fa6992;
}
.cid-sFSMpUa0WP .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-sFSMpUa0WP .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sFSMpUa0WP .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-sFSMpUa0WP .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-sFSMpUa0WP .nav-tabs .nav-link {
  display: flex;
  color: #12265a;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #fa9db7;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-sFSMpUa0WP .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-sFSMpUa0WP .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #fa9db7;
}
.cid-sFSMpUa0WP .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sFSMpUa0WP .wrapper {
  margin-bottom: 1.5rem;
}
.cid-sFSMpUa0WP .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sFSMpUa0WP .container-fluid {
  max-width: 1200px;
}
.cid-sFSMpUa0WP .row {
  align-items: center;
}
.cid-sFSMpUa0WP .title-content {
  color: #12265a;
}
.cid-sFSMpUa0WP .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-sFSMpUa0WP .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sFSMpUa0WP .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-sFSMpUa0WP .tab-content {
    padding: 3.5rem;
  }
  .cid-sFSMpUa0WP .left-column {
    padding-right: 4rem;
  }
  .cid-sFSMpUa0WP .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFSMpUa0WP .tab-content {
    padding: 1rem;
  }
  .cid-sFSMpUa0WP .nav-item {
    padding: 0.5rem;
  }
  .cid-sFSMpUa0WP .card-img {
    margin-top: 0.6rem;
  }
  .cid-sFSMpUa0WP .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSMpUa0WP {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sFSMpUa0WP .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-sFSMpUa0WP .nav-item {
    padding: 0;
  }
  .cid-sFSMpUa0WP .last-navitem {
    width: 100%;
  }
  .cid-sFSMpUa0WP li {
    width: 140px;
  }
  .cid-sFSMpUa0WP .container-fluid {
    padding: 0;
  }
  .cid-sFSMpUa0WP .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sFSMpUa0WP .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-sFSMpUa0WP .card-title,
.cid-sFSMpUa0WP .wrapper {
  text-align: left;
}
.cid-sKq4EYz01r {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-sKq4EYz01r .wave1 {
  opacity: 0.35;
  fill: #cccccc;
}
.cid-sKq4EYz01r .wave2 {
  fill: #cccccc;
}
.cid-sKq4z0baia {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #cccccc);
}
.cid-sKq4z0baia .mbr-section-subtitle {
  color: #70747f;
}
.cid-sKq4z0baia .mbr-text {
  color: #fa6992;
}
.cid-sKq4z0baia .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-sKq4z0baia .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sKq4z0baia .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-sKq4z0baia .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-sKq4z0baia .nav-tabs .nav-link {
  display: flex;
  color: #12265a;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #fa9db7;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-sKq4z0baia .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-sKq4z0baia .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #fa9db7;
}
.cid-sKq4z0baia .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sKq4z0baia .wrapper {
  margin-bottom: 1.5rem;
}
.cid-sKq4z0baia .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sKq4z0baia .container-fluid {
  max-width: 1200px;
}
.cid-sKq4z0baia .row {
  align-items: center;
}
.cid-sKq4z0baia .title-content {
  color: #12265a;
}
.cid-sKq4z0baia .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-sKq4z0baia .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sKq4z0baia .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-sKq4z0baia .tab-content {
    padding: 3.5rem;
  }
  .cid-sKq4z0baia .left-column {
    padding-right: 4rem;
  }
  .cid-sKq4z0baia .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKq4z0baia .tab-content {
    padding: 1rem;
  }
  .cid-sKq4z0baia .nav-item {
    padding: 0.5rem;
  }
  .cid-sKq4z0baia .card-img {
    margin-top: 0.6rem;
  }
  .cid-sKq4z0baia .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sKq4z0baia {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sKq4z0baia .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-sKq4z0baia .nav-item {
    padding: 0;
  }
  .cid-sKq4z0baia .last-navitem {
    width: 100%;
  }
  .cid-sKq4z0baia li {
    width: 140px;
  }
  .cid-sKq4z0baia .container-fluid {
    padding: 0;
  }
  .cid-sKq4z0baia .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sKq4z0baia .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-sKq4z0baia .card-title,
.cid-sKq4z0baia .wrapper {
  text-align: left;
}
.cid-sKwCI4ifp9 {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-sKwCI4ifp9 .wave1 {
  opacity: 0.35;
  fill: #cccccc;
}
.cid-sKwCI4ifp9 .wave2 {
  fill: #cccccc;
}
.cid-sKwujGresl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #cccccc);
}
.cid-sKwujGresl .mbr-section-subtitle {
  color: #70747f;
}
.cid-sKwujGresl .mbr-text {
  color: #fa6992;
}
.cid-sKwujGresl .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-sKwujGresl .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sKwujGresl .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-sKwujGresl .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-sKwujGresl .nav-tabs .nav-link {
  display: flex;
  color: #12265a;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #fa9db7;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-sKwujGresl .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-sKwujGresl .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #fa9db7;
}
.cid-sKwujGresl .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-sKwujGresl .wrapper {
  margin-bottom: 1.5rem;
}
.cid-sKwujGresl .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-sKwujGresl .container-fluid {
  max-width: 1200px;
}
.cid-sKwujGresl .row {
  align-items: center;
}
.cid-sKwujGresl .title-content {
  color: #12265a;
}
.cid-sKwujGresl .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-sKwujGresl .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sKwujGresl .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-sKwujGresl .tab-content {
    padding: 3.5rem;
  }
  .cid-sKwujGresl .left-column {
    padding-right: 4rem;
  }
  .cid-sKwujGresl .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sKwujGresl .tab-content {
    padding: 1rem;
  }
  .cid-sKwujGresl .nav-item {
    padding: 0.5rem;
  }
  .cid-sKwujGresl .card-img {
    margin-top: 0.6rem;
  }
  .cid-sKwujGresl .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-sKwujGresl {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-sKwujGresl .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-sKwujGresl .nav-item {
    padding: 0;
  }
  .cid-sKwujGresl .last-navitem {
    width: 100%;
  }
  .cid-sKwujGresl li {
    width: 140px;
  }
  .cid-sKwujGresl .container-fluid {
    padding: 0;
  }
  .cid-sKwujGresl .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-sKwujGresl .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-sKwujGresl .card-title,
.cid-sKwujGresl .wrapper {
  text-align: left;
}
.cid-tqurqKw4mv {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-tqurqKw4mv .wave1 {
  opacity: 0.35;
  fill: #cccccc;
}
.cid-tqurqKw4mv .wave2 {
  fill: #cccccc;
}
.cid-tqursarQ9l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #cccccc);
}
.cid-tqursarQ9l .mbr-section-subtitle {
  color: #70747f;
}
.cid-tqursarQ9l .mbr-text {
  color: #fa6992;
}
.cid-tqursarQ9l .nav-tabs {
  margin-bottom: 1rem;
  padding: 3px;
  display: table;
  border-bottom: none;
}
.cid-tqursarQ9l .nav-tabs .nav-item {
  display: table-cell;
}
.cid-tqursarQ9l .card-img img {
  width: 100%;
  border-radius: 30px;
}
.cid-tqursarQ9l .tab-content {
  background-color: #ffffff;
  border-radius: 30px;
}
.cid-tqursarQ9l .nav-tabs .nav-link {
  display: flex;
  color: #12265a;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  border: 2px dashed #fa9db7;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
  flex-direction: column;
}
.cid-tqursarQ9l .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #fa9db7;
}
.cid-tqursarQ9l .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #fa9db7;
}
.cid-tqursarQ9l .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-tqursarQ9l .wrapper {
  margin-bottom: 1.5rem;
}
.cid-tqursarQ9l .card-title {
  color: #12265a;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-tqursarQ9l .container-fluid {
  max-width: 1200px;
}
.cid-tqursarQ9l .row {
  align-items: center;
}
.cid-tqursarQ9l .title-content {
  color: #12265a;
}
.cid-tqursarQ9l .name {
  margin-top: 1rem;
}
@media (min-width: 992px) {
  .cid-tqursarQ9l .nav-tabs {
    margin-right: auto;
    margin-left: auto;
  }
  .cid-tqursarQ9l .nav-tabs .nav-link {
    margin: 0 1rem;
    padding: 1.5rem 2.5rem;
  }
  .cid-tqursarQ9l .tab-content {
    padding: 3.5rem;
  }
  .cid-tqursarQ9l .left-column {
    padding-right: 4rem;
  }
  .cid-tqursarQ9l .right-column {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tqursarQ9l .tab-content {
    padding: 1rem;
  }
  .cid-tqursarQ9l .nav-item {
    padding: 0.5rem;
  }
  .cid-tqursarQ9l .card-img {
    margin-top: 0.6rem;
  }
  .cid-tqursarQ9l .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tqursarQ9l {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-tqursarQ9l .nav-tabs {
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  .cid-tqursarQ9l .nav-item {
    padding: 0;
  }
  .cid-tqursarQ9l .last-navitem {
    width: 100%;
  }
  .cid-tqursarQ9l li {
    width: 140px;
  }
  .cid-tqursarQ9l .container-fluid {
    padding: 0;
  }
  .cid-tqursarQ9l .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-tqursarQ9l .mbr-iconfont {
    margin-top: 0.4rem;
  }
}
.cid-tqursarQ9l .card-title,
.cid-tqursarQ9l .wrapper {
  text-align: left;
}
.cid-sFSy291Wnx {
  padding-top: 105px;
  padding-bottom: 75px;
  background-color: #f2f6ff;
}
@media (max-width: 767px) {
  .cid-sFSy291Wnx {
    padding-top: 35px;
    padding-bottom: 25px;
  }
}
.cid-sFSy291Wnx img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-sFSy291Wnx .right-wrapper {
  padding-left: 5rem;
}
.cid-sFSy291Wnx .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-sFSy291Wnx .container-fluid {
  max-width: 1200px;
  padding: 0 1.4rem;
}
.cid-sFSy291Wnx .mbr-text {
  margin-top: 1.5rem;
  margin-bottom: 2.5rem;
}
.cid-sFSy291Wnx .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-sFSy291Wnx .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  z-index: -1;
}
.cid-sFSy291Wnx .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-sFSy291Wnx .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-sFSy291Wnx .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-sFSy291Wnx .imageContainer {
    margin-bottom: 4.2rem;
  }
  .cid-sFSy291Wnx .right-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-sFSy291Wnx .imageContainer {
    margin-left: 1rem;
    margin-bottom: 3rem;
  }
  .cid-sFSy291Wnx .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFSy291Wnx .right-wrapper {
    text-align: center;
    padding-left: 15px;
  }
}
.cid-sKWLdqEbWD {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sKWLdqEbWD .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sKWLdqEbWD .btn {
  font-size: 16px;
  padding: 0.5rem 2rem;
}
.cid-sKWLdqEbWD .btn-primary-outline {
  border: none;
  color: gray;
}
.cid-sKWLdqEbWD .btn-primary-outline:active {
  color: gray;
}
.cid-sKWLdqEbWD .btn-primary-outline:hover {
  color: white;
}
.cid-sKWLdqEbWD .mbr-gallery-title:before {
  border-radius: 0px 0px 10px 10px;
}
.cid-sKWLdqEbWD div {
  overflow: hidden;
}
.cid-sKWLdqEbWD li.active .btn-primary-outline {
  color: white;
}
.cid-sKWLdqEbWD .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sKWLdqEbWD .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sKWLdqEbWD .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sKWLdqEbWD .mbr-gallery-item {
  overflow: hidden;
}
.cid-sKWLdqEbWD .mbr-gallery-item img {
  transition: all 0.3s;
  border-radius: 10px;
}
.cid-sKWLdqEbWD .mbr-gallery-filter {
  padding-top: 20px;
  padding-bottom: 20px;
}
.cid-sKWLdqEbWD .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background: #232323;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sKWLdqEbWD .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sKWLdqEbWD .mbr-gallery-item > div:hover:before {
  opacity: 0.6 !important;
}
.cid-sKWLdqEbWD .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sKWLdqEbWD .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #232323 !important;
  opacity: 0.6;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sFNnQcH0Fk {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1e43a0;
}
.cid-sFNnQcH0Fk section {
  position: relative;
}
.cid-sFNnQcH0Fk h4 {
  margin: 0;
}
.cid-sFNnQcH0Fk img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sFNnQcH0Fk a {
  font-weight: 300;
}
.cid-sFNnQcH0Fk .img1 {
  color: #00bea3;
}
.cid-sFNnQcH0Fk .img2 {
  color: #f1894c;
}
.cid-sFNnQcH0Fk .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFNnQcH0Fk .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sFNnQcH0Fk .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFNnQcH0Fk .item,
.cid-sFNnQcH0Fk .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFNnQcH0Fk .item h4,
.cid-sFNnQcH0Fk .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFNnQcH0Fk .card-img {
  width: auto;
}
.cid-sFNnQcH0Fk .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sFNnQcH0Fk .item {
    justify-content: center;
  }
}
.cid-sFNnQcH0Fk .item-title {
  color: #c1c1c1;
}
.cid-sFLmiv6hpN {
  position: sticky;
  top: 0;
  z-index: 11;
}
.cid-sFLmiv6hpN .mbr-figure img {
  width: auto;
  padding-left: 10.4px;
}
.cid-sFLmiv6hpN .flags {
  display: flex;
}
.cid-sFLmiv6hpN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sFLmiv6hpN .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-sFLmiv6hpN .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sFLmiv6hpN a {
  font-style: normal;
}
.cid-sFLmiv6hpN .show {
  overflow: visible;
}
.cid-sFLmiv6hpN .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-sFLmiv6hpN .dropdown-item:active {
  background-color: transparent;
}
.cid-sFLmiv6hpN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sFLmiv6hpN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
}
.cid-sFLmiv6hpN .nav-item:focus,
.cid-sFLmiv6hpN .nav-link:focus {
  outline: none;
}
.cid-sFLmiv6hpN .btn {
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  border: 1px solid #7a7b7e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-sFLmiv6hpN .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand {
  display: flex;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sFLmiv6hpN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sFLmiv6hpN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sFLmiv6hpN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFLmiv6hpN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sFLmiv6hpN .dropdown .dropdown-menu {
  background: transparent;
  display: none;
  position: absolute;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-sFLmiv6hpN .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-sFLmiv6hpN .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-sFLmiv6hpN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sFLmiv6hpN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFLmiv6hpN .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%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sFLmiv6hpN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-sFLmiv6hpN button.navbar-toggler:focus {
  outline: none;
}
.cid-sFLmiv6hpN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFLmiv6hpN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFLmiv6hpN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLmiv6hpN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFLmiv6hpN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFLmiv6hpN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLmiv6hpN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFLmiv6hpN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFLmiv6hpN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFLmiv6hpN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLmiv6hpN .collapsed .btn {
  display: -webkit-flex;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sFLmiv6hpN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sFLmiv6hpN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sFLmiv6hpN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 94.375vh;
  }
}
.cid-sFLmiv6hpN .collapsed button.navbar-toggler {
  display: block;
}
.cid-sFLmiv6hpN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sFLmiv6hpN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sFLmiv6hpN .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-sFLmiv6hpN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sFLmiv6hpN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sFLmiv6hpN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sFLmiv6hpN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLmiv6hpN img {
    height: 3.8rem !important;
  }
  .cid-sFLmiv6hpN .btn {
    display: -webkit-flex;
  }
  .cid-sFLmiv6hpN button.navbar-toggler {
    display: block;
  }
  .cid-sFLmiv6hpN .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-sFLmiv6hpN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sFLmiv6hpN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing,
  .cid-sFLmiv6hpN .navbar-collapse.show {
    display: block !important;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing .navbar-nav,
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing .navbar-buttons,
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sFLmiv6hpN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sFLmiv6hpN .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-sFLmiv6hpN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sFLmiv6hpN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sFLmiv6hpN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (max-width: 767px) {
  .cid-sFLmiv6hpN .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-sFLmiv6hpN .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    color: #fff;
  }
  .cid-sFLmiv6hpN .nav-link {
    justify-content: start!important;
  }
  .cid-sFLmiv6hpN .navbar.opened {
    height: 100%;
  }
  .cid-sFLmiv6hpN .navbar-toggleable-sm {
    width: 100%!important;
  }
  .cid-sFLmiv6hpN .dropdown-menu {
    box-shadow: none !important;
    background: #313131 !important;
  }
}
@media (min-width: 767px) {
  .cid-sFLmiv6hpN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sFLmiv6hpN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sFLmiv6hpN .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-sFLmiv6hpN .span-link {
  padding: 0 0.5rem;
}
.cid-sFLmiv6hpN .btn1::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #ffc85b;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLmiv6hpN .btn2::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border: 2px dashed #fa9db7;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-sFLmiv6hpN .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-sFLmiv6hpN .navbar-caption {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
}
.cid-sFLmiv6hpN .navbar-caption:hover {
  color: #fa9db7;
}
.cid-sFLmiv6hpN .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-sFLmiv6hpN .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-sFLmiv6hpN .dropdown-item {
    color: #fff;
  }
  .cid-sFLmiv6hpN .nav-item.open .nav-link,
  .cid-sFLmiv6hpN .link:hover {
    color: #fff;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLmiv6hpN .link:active {
    color: #fff !important;
  }
  .cid-sFLmiv6hpN .logo-name {
    margin-top: 0.5rem;
  }
  .cid-sFLmiv6hpN .navbar-brand {
    justify-content: center;
  }
  .cid-sFLmiv6hpN .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-sFLmiv6hpN .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-sFLmiv6hpN .navbar-nav .nav-link {
    color: #fff;
    display: inline-block;
  }
  .cid-sFLmiv6hpN .navbar-collapse {
    background-color: #313131;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-sFLmiv6hpN .navbar {
    height: 90px;
  }
  .cid-sFLmiv6hpN .menu-logo {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-sFLmiv6hpN .btn1 {
    display: none;
  }
  .cid-sFLmiv6hpN .mbr-section-title {
    color: #fff;
  }
  .cid-sFLmiv6hpN .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-sFLmiv6hpN .navbar-toggleable-sm {
    background-color: #313131;
  }
  .cid-sFLmiv6hpN .span-link {
    color: #fff;
  }
  .cid-sFLmiv6hpN .navbar-collapse.show .navbar-nav {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-sFLmiv6hpN .dropdown-item {
    color: #12265a;
  }
  .cid-sFLmiv6hpN .nav-item.open .nav-link,
  .cid-sFLmiv6hpN .link:hover {
    color: #12265a !important;
    background: #ffc85b;
    border-radius: 5px;
  }
  .cid-sFLmiv6hpN .logo-name {
    margin-top: 2rem;
  }
  .cid-sFLmiv6hpN .navbar-collapse {
    justify-content: space-between;
  }
  .cid-sFLmiv6hpN .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sFLmiv6hpN .container-fluid {
    padding: 0 1rem;
  }
  .cid-sFLmiv6hpN .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-sFLmiv6hpN .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-sFLmiv6hpN .mbr-section-title {
  font-weight: 900;
}
.cid-sFLmiv6hpN .mbr-section-subtitle {
  color: #fa9db7;
}
.cid-sFLmiv6hpN .mbr-section-btn {
  display: flex;
}
.cid-sFLmiv6hpN .dropdown-item:hover {
  color: #ffc85b !important;
}
.cid-sFLmiv6hpN .btn-primary:hover {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLmiv6hpN .btn-warning:hover {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLmiv6hpN .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
.cid-sFLmiv6hpN .nav-item a {
  padding: 0 0.5rem !important;
}
.cid-sFLmiv6hpN .nav-link {
  padding: 0rem 0.5rem !important;
}
.cid-sFLmiv6hpN .mbr-iconfont {
  margin: 0;
}
.cid-sFLmiv6hpN .btn-primary:focus {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.cid-sFLmiv6hpN .btn-warning:focus {
  background-color: #fa9db7 !important;
  border-color: #fa9db7 !important;
}
.cid-sFLmiv6hpN .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-sFLmiv6hpN .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-sFS2ODC9Bp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #45b3df;
}
.cid-sFS2ODC9Bp .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
}
.cid-sFS2ODC9Bp .col-lg-4,
.cid-sFS2ODC9Bp .col-12 {
  padding: 0 2rem;
}
.cid-sFS2ODC9Bp .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-sFS2ODC9Bp .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .cid-sFS2ODC9Bp .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .cid-sFS2ODC9Bp .card-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-sFS2ODC9Bp .card-title,
.cid-sFS2ODC9Bp .iconfont-wrapper {
  color: #36187d;
  text-align: center;
}
.cid-sFS2ODC9Bp .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-sFS2ODC9Bp .mbr-section-subtitle {
  color: #6c758f;
}
.cid-sFS2ODC9Bp .mbr-section-title {
  color: #36187d;
}
.cid-sL8nfmGINr {
  padding-top: 0px;
  background: linear-gradient(180deg, #45b3df, #cccccc);
}
.cid-sL8nfmGINr .wave1 {
  opacity: 0.35;
  fill: #ffffff;
}
.cid-sL8nfmGINr .wave2 {
  fill: #ffffff;
}
.cid-sKWQiQ2TXN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sKWQiQ2TXN .content {
    text-align: center;
  }
  .cid-sKWQiQ2TXN .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sKWQiQ2TXN .map {
  height: 18.75rem;
}
@media (max-width: 767px) {
  .cid-sKWQiQ2TXN .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-sKWQiQ2TXN .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-sKWQiQ2TXN .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sKWQiQ2TXN .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-sKWQiQ2TXN .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sKWQiQ2TXN .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-sKWQiQ2TXN .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sKWQiQ2TXN .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sKWQiQ2TXN .google-map {
  height: 25rem;
  position: relative;
}
.cid-sKWQiQ2TXN .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sKWQiQ2TXN .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sKWQiQ2TXN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sKWQiQ2TXN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sKWQiQ2TXN P {
  color: #000000;
}
.cid-sL8ng9rXIB {
  padding-top: 0px;
  background: linear-gradient(180deg, #ffffff, #c1c1c1);
}
.cid-sL8ng9rXIB .wave1 {
  opacity: 0.35;
  fill: #1e43a0;
}
.cid-sL8ng9rXIB .wave2 {
  fill: #1e43a0;
}
.cid-sFNoeHjBBl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #1e43a0;
}
.cid-sFNoeHjBBl section {
  position: relative;
}
.cid-sFNoeHjBBl h4 {
  margin: 0;
}
.cid-sFNoeHjBBl img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sFNoeHjBBl a {
  font-weight: 300;
}
.cid-sFNoeHjBBl .img1 {
  color: #00bea3;
}
.cid-sFNoeHjBBl .img2 {
  color: #f1894c;
}
.cid-sFNoeHjBBl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #f1894c;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sFNoeHjBBl .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sFNoeHjBBl .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sFNoeHjBBl .item,
.cid-sFNoeHjBBl .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sFNoeHjBBl .item h4,
.cid-sFNoeHjBBl .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sFNoeHjBBl .card-img {
  width: auto;
}
.cid-sFNoeHjBBl .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sFNoeHjBBl .item {
    justify-content: center;
  }
}
.cid-sFNoeHjBBl .item-title {
  color: #c1c1c1;
}
