body {
  font-family: Muli;
}
.display-1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.4rem;
}
.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: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 2rem;
  font-weight: 900;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.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.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #59a6c3 !important;
}
.bg-success {
  background-color: #59ba4c !important;
}
.bg-info {
  background-color: #8e4694 !important;
}
.bg-warning {
  background-color: #f2861b !important;
}
.bg-danger {
  background-color: #252122 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #8e4694 !important;
  border-color: #8e4694 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #59ba4c !important;
  border-color: #59ba4c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #252122 !important;
  border-color: #252122 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !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: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !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: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #59a6c3;
  color: #59a6c3 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff !important;
  background-color: #59a6c3;
  border-color: #59a6c3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ffc85b;
  color: #ffc85b !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #5b3c00 !important;
  background-color: #ffc85b;
  border-color: #ffc85b;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5b3c00 !important;
  background-color: #ffc85b !important;
  border-color: #ffc85b !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #8e4694;
  color: #8e4694 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff !important;
  background-color: #8e4694;
  border-color: #8e4694;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8e4694 !important;
  border-color: #8e4694 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #59ba4c;
  color: #59ba4c !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff !important;
  background-color: #59ba4c;
  border-color: #59ba4c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #59ba4c !important;
  border-color: #59ba4c !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #f2861b;
  color: #f2861b !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff !important;
  background-color: #f2861b;
  border-color: #f2861b;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #252122;
  color: #252122 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff !important;
  background-color: #252122;
  border-color: #252122;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #252122 !important;
  border-color: #252122 !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: #59a6c3 !important;
}
.text-secondary {
  color: #ffc85b !important;
}
.text-success {
  color: #59ba4c !important;
}
.text-info {
  color: #8e4694 !important;
}
.text-warning {
  color: #f2861b !important;
}
.text-danger {
  color: #252122 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a,
a:hover {
  color: #8e4694;
  font-weight: 900;
  transition: 0.4s;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #59a6c3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f2861b !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #59ba4c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #f2861b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f2861b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #252122 !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: #8e4694;
}
.alert-warning {
  background-color: #f2861b;
}
.alert-danger {
  background-color: #252122;
}
.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: #59a6c3;
  border-color: #59a6c3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7d8e5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aedda8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #c68fca;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdecdc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d8d3d4;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
#scrollToTop a {
  background: #59a6c3;
}
#scrollToTop a:after {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 2px dashed #59a6c3;
  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: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #59a6c3;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #59a6c3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #59a6c3;
  border-bottom-color: #59a6c3;
}
.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: #59a6c3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc85b !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(242, 134, 27, 0.5), rgba(242, 134, 27, 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(89, 166, 195, 0.5), rgba(89, 166, 195, 0.5));
  background-size: 100% 0.521em;
  background-repeat: no-repeat;
  background-position: 0% 74%;
}
.cid-takZAIPFtn {
  min-height: 120px;
  z-index: 1;
}
.cid-takZAIPFtn .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-takZAIPFtn .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-takZAIPFtn .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-takZAIPFtn .dropdown-item:active {
  background-color: transparent;
}
.cid-takZAIPFtn .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-takZAIPFtn .nav-item:focus,
.cid-takZAIPFtn .nav-link:focus {
  outline: none;
}
.cid-takZAIPFtn .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-takZAIPFtn .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-takZAIPFtn .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-takZAIPFtn .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-takZAIPFtn .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-takZAIPFtn .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-takZAIPFtn .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-takZAIPFtn .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-takZAIPFtn .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-takZAIPFtn .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-takZAIPFtn .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-takZAIPFtn .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-takZAIPFtn button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-takZAIPFtn button.navbar-toggler:focus {
  outline: none;
}
.cid-takZAIPFtn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59a6c3;
}
.cid-takZAIPFtn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-takZAIPFtn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-takZAIPFtn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-takZAIPFtn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-takZAIPFtn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-takZAIPFtn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-takZAIPFtn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-takZAIPFtn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-takZAIPFtn .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-takZAIPFtn .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-takZAIPFtn .collapsed .navbar-collapse.collapsing,
.cid-takZAIPFtn .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-takZAIPFtn .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-takZAIPFtn .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-takZAIPFtn .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-takZAIPFtn .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-takZAIPFtn .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-takZAIPFtn .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-takZAIPFtn .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-takZAIPFtn .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-takZAIPFtn .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-takZAIPFtn .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-takZAIPFtn .collapsed button.navbar-toggler {
  display: block;
}
.cid-takZAIPFtn .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-takZAIPFtn .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-takZAIPFtn .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-takZAIPFtn .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-takZAIPFtn .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-takZAIPFtn {
    min-height: 85px;
  }
  .cid-takZAIPFtn.navbar-expand {
    flex-direction: column;
  }
  .cid-takZAIPFtn img {
    height: 3.8rem !important;
  }
  .cid-takZAIPFtn button.navbar-toggler {
    display: block;
  }
  .cid-takZAIPFtn .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-takZAIPFtn .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-takZAIPFtn .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-takZAIPFtn .navbar-collapse.collapsing,
  .cid-takZAIPFtn .navbar-collapse.show {
    display: block !important;
  }
  .cid-takZAIPFtn .navbar-collapse.collapsing .navbar-nav,
  .cid-takZAIPFtn .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-takZAIPFtn .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-takZAIPFtn .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-takZAIPFtn .navbar-collapse.collapsing .navbar-buttons,
  .cid-takZAIPFtn .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-takZAIPFtn .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-takZAIPFtn .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-takZAIPFtn .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-takZAIPFtn .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-takZAIPFtn .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-takZAIPFtn .navbar-logo img {
    display: none !important;
  }
  .cid-takZAIPFtn .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-takZAIPFtn .nav-link {
    justify-content: start !important;
  }
  .cid-takZAIPFtn .navbar.opened {
    height: 100vh;
  }
  .cid-takZAIPFtn .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-takZAIPFtn .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-takZAIPFtn .menu-logo {
    flex-shrink: 0;
  }
}
.cid-takZAIPFtn .navbar-collapse {
  flex-basis: auto;
}
.cid-takZAIPFtn .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-takZAIPFtn .span-link {
  padding: 0 0.5rem;
}
.cid-takZAIPFtn .btn1:before,
.cid-takZAIPFtn .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-takZAIPFtn .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-takZAIPFtn .btn2::before {
  border: 2px dashed #8e4694;
}
.cid-takZAIPFtn .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-takZAIPFtn .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-takZAIPFtn .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-takZAIPFtn .dropdown-item {
    color: #fff;
  }
  .cid-takZAIPFtn .nav-item.open .nav-link,
  .cid-takZAIPFtn .link:hover {
    color: #fff;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-takZAIPFtn .logo-name {
    margin-top: 0.5rem;
  }
  .cid-takZAIPFtn .navbar-brand {
    justify-content: center;
  }
  .cid-takZAIPFtn .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-takZAIPFtn .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-takZAIPFtn .navbar-nav .nav-link {
    color: #252122;
    display: inline-block;
  }
  .cid-takZAIPFtn .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-takZAIPFtn .navbar {
    height: 90px;
  }
  .cid-takZAIPFtn .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-takZAIPFtn .btn1 {
    display: none;
  }
  .cid-takZAIPFtn .mbr-section-title {
    color: #fff;
  }
  .cid-takZAIPFtn .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-takZAIPFtn .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-takZAIPFtn .span-link {
    color: #fff;
  }
  .cid-takZAIPFtn .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-takZAIPFtn .dropdown-item {
    color: #12265a;
  }
  .cid-takZAIPFtn .nav-item.open .nav-link,
  .cid-takZAIPFtn .link:hover {
    color: #8e4694 !important;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-takZAIPFtn .logo-name {
    margin-top: 2rem;
  }
  .cid-takZAIPFtn .navbar-collapse {
    justify-content: space-between;
  }
  .cid-takZAIPFtn .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-takZAIPFtn .container-fluid {
    padding: 0 1rem;
  }
  .cid-takZAIPFtn .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #f2861b;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-takZAIPFtn .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-takZAIPFtn .mbr-section-title {
  font-weight: 900;
}
.cid-takZAIPFtn .mbr-section-subtitle {
  color: #252122;
}
.cid-takZAIPFtn .mbr-section-btn {
  display: flex;
}
.cid-takZAIPFtn .dropdown-item:hover {
  color: #59ba4c !important;
}
.cid-takZAIPFtn .btn-primary:hover {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-takZAIPFtn .btn-warning:hover {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-takZAIPFtn .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-takZAIPFtn .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-takZAIPFtn .btn-primary:focus {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-takZAIPFtn .btn-warning:focus {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-takZAIPFtn .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-takZAIPFtn .logo-name .mbr-section-title {
  color: #59ba4c;
}
.cid-rGu1lE6miU {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/opetta-mainheader-1200x800.jpg");
}
@media (max-width: 767px) {
  .cid-rGu1lE6miU {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.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: #ffdd98;
  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: #efefef;
}
.cid-rGu1lE6miU .container-fluid {
  max-width: 1200px;
}
.cid-rGu1lE6miU .mbr-arrow {
  position: absolute;
  z-index: 1;
}
.cid-rGu1lE6miU H1 {
  color: #59a6c3;
}
.cid-rGu1lE6miU .mbr-section-subtitle {
  color: #252122;
}
.cid-rGu1lE6miU .mbr-text,
.cid-rGu1lE6miU .mbr-section-btn {
  color: #ffffff;
}
.cid-tarcilSCol {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tarcilSCol {
    padding-top: 15px;
    padding-bottom: 5px;
  }
}
.cid-tarcilSCol .mbr-text {
  margin-top: 2rem;
  color: #252122;
}
.cid-tarcilSCol .container-fluid {
  max-width: 1200px;
}
.cid-tarcilSCol .row > div,
.cid-tarcilSCol .mbr-section-title {
  color: #252122;
}
.cid-tarcilSCol .row > div,
.cid-tarcilSCol .mbr-section-subtitle {
  color: #252122;
}
.cid-rHBaXeKpGa {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rHBaXeKpGa {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.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 #f2861b;
    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 #f2861b;
    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-rHBaXeKpGa .mbr-section-title {
  color: #252122;
}
.cid-rHBaXeKpGa .mbr-section-subtitle {
  color: #252122;
}
.cid-rHBaXeKpGa .mbr-text,
.cid-rHBaXeKpGa .mbr-section-btn {
  color: #252122;
}
.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: #f2861b;
}
.cid-rHBb1WT6Q1 .card-inner2 {
  background: #ffc85b;
}
.cid-rHBb1WT6Q1 .card-inner3 {
  background: #59a6c3;
}
.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: 45px;
  }
  .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: 45px;
  }
  .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: 45px;
  }
}
.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: #5b3c00;
}
@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-tarxJH7dpW {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #59a6c3;
}
.cid-tarxJH7dpW .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tarxJH7dpW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tarxJH7dpW .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #ffc85b;
}
.cid-tarxJH7dpW .container-fluid {
  max-width: 1200px;
}
.cid-tarxJH7dpW .btn .inner-dashed-border {
  stroke: #ffc85b;
}
.cid-tarxJH7dpW .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tarxJH7dpW rect {
  position: absolute;
  width: 95%;
}
.cid-tarxJH7dpW .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tarxJH7dpW .svg-1 path {
  fill: #ffffff;
}
.cid-tarxJH7dpW .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tarxJH7dpW .svg-2 path {
  fill: #ffffff;
}
.cid-tarxJH7dpW .svg1 {
  padding: 2px;
}
.cid-tarxJH7dpW .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tarxJH7dpW {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-tarxJH7dpW .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHeF7yqba7 {
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-rHeF7yqba7 .mbr-section-title {
  color: #12265a;
}
.cid-rHeF7yqba7 .mbr-section-subtitle {
  color: #70747f ;
}
.cid-rHeF7yqba7 .mbr-text {
  color: #70747f;
}
.cid-rHeF7yqba7 .nav-tabs {
  display: table;
  border-bottom: none;
}
.cid-rHeF7yqba7 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-rHeF7yqba7 .card-img {
  overflow: hidden;
  border-radius: 30px;
}
.cid-rHeF7yqba7 .tab-content {
  display: flex;
  background-color: #ffffff;
  border-radius: 30px;
  align-items: center;
}
.cid-rHeF7yqba7 .nav-tabs .nav-link {
  display: block;
  color: #8e4694;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 900;
  margin: 0px;
  border: 2px dashed #59a6c3;
  border-radius: 25px !important;
  transition: all .3s;
  text-align: center;
}
.cid-rHeF7yqba7 .nav-tabs .nav-link:hover {
  background-color: none;
  color: #f2861b;
}
.cid-rHeF7yqba7 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  background: #59a6c3;
}
@media (max-width: 767px) {
  .cid-rHeF7yqba7 {
    padding-top: 24px;
    padding-bottom: 20px;
  }
  .cid-rHeF7yqba7 .last-navitem {
    width: 100%;
  }
  .cid-rHeF7yqba7 li {
    width: 140px;
  }
  .cid-rHeF7yqba7 .nav-tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
  .cid-rHeF7yqba7 .container-fluid {
    padding: 0rem;
  }
  .cid-rHeF7yqba7 .title-content {
    text-align: left;
  }
  .cid-rHeF7yqba7 .mbr-text {
    text-align: left;
  }
  .cid-rHeF7yqba7 .nav-link {
    margin-bottom: 1rem !important;
  }
  .cid-rHeF7yqba7 .icon1 {
    margin-top: 0.4rem;
  }
  .cid-rHeF7yqba7 .card-img2 {
    margin-bottom: 1.5rem;
  }
  .cid-rHeF7yqba7 .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-rHeF7yqba7 .card-img {
    margin-top: 0.6rem;
  }
}
.cid-rHeF7yqba7 h4 {
  color: #12265a;
}
.cid-rHeF7yqba7 img {
  width: 100%;
}
.cid-rHeF7yqba7 .icon-img {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
}
.cid-rHeF7yqba7 .wrapper {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.cid-rHeF7yqba7 .card-title {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 1rem;
  margin-bottom: 0;
}
.cid-rHeF7yqba7 .container-fluid {
  max-width: 1200px;
}
.cid-rHeF7yqba7 .row {
  align-items: center;
}
@media (min-width: 767px) {
  .cid-rHeF7yqba7 {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-rHeF7yqba7 .left-column {
    padding-right: 4rem;
  }
}
.cid-rHeF7yqba7 .image-icon {
  width: 50px;
  height: 50px;
}
.cid-rHeF7yqba7 .icon1 {
  margin-bottom: 1rem;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rHeF7yqba7 .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
  }
  .cid-rHeF7yqba7 .nav-tabs {
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-rHeF7yqba7 .nav-item {
    padding: 0.5rem;
  }
  .cid-rHeF7yqba7 .card-img {
    margin-top: 0.6rem;
  }
  .cid-rHeF7yqba7 .card-img2 {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .cid-rHeF7yqba7 .nav-tabs .nav-link {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 2.5rem;
    margin: 0 1rem;
  }
  .cid-rHeF7yqba7 .tab-content {
    padding: 3.5rem;
  }
  .cid-rHeF7yqba7 .nav-tabs {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1rem;
    padding: 3px;
  }
  .cid-rHeF7yqba7 .right-column {
    padding-left: 4rem;
  }
}
.cid-rHeF7yqba7 .mbr-text,
.cid-rHeF7yqba7 .mbr-section-btn {
  color: #252122;
}
.cid-rHeF7yqba7 .title-content {
  color: #252122;
}
.cid-rHeF7yqba7 .card-title,
.cid-rHeF7yqba7 .wrapper {
  color: #252122;
}
.cid-tc6L9HYpVr {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #8e4694;
}
.cid-tc6L9HYpVr .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tc6L9HYpVr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tc6L9HYpVr .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #ffc85b;
}
.cid-tc6L9HYpVr .container-fluid {
  max-width: 1200px;
}
.cid-tc6L9HYpVr .btn .inner-dashed-border {
  stroke: #ffc85b;
}
.cid-tc6L9HYpVr .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tc6L9HYpVr rect {
  position: absolute;
  width: 95%;
}
.cid-tc6L9HYpVr .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tc6L9HYpVr .svg-1 path {
  fill: #ffffff;
}
.cid-tc6L9HYpVr .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tc6L9HYpVr .svg-2 path {
  fill: #ffffff;
}
.cid-tc6L9HYpVr .svg1 {
  padding: 2px;
}
.cid-tc6L9HYpVr .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tc6L9HYpVr {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-tc6L9HYpVr .container-fluid {
    padding: 0 1rem;
  }
}
.cid-rHBb7VkcXz {
  background-color: #ffffff;
}
.cid-rHBb7VkcXz .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.6;
}
.cid-rHBb7VkcXz img {
  width: 90%;
  border-radius: 8px;
}
.cid-rHBb7VkcXz .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
}
.cid-rHBb7VkcXz textarea {
  min-height: 130px;
}
.cid-rHBb7VkcXz H5 {
  color: #12265a ;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rHBb7VkcXz img {
    width: 100%;
  }
  .cid-rHBb7VkcXz .map-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-rHBb7VkcXz .google-map {
  height: 95%;
  position: relative;
}
.cid-rHBb7VkcXz .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rHBb7VkcXz .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-rHBb7VkcXz .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rHBb7VkcXz .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 576px) {
  .cid-rHBb7VkcXz .col-auto {
    width: 100%;
    text-align: center;
  }
}
.cid-rHBb7VkcXz .container-fluid {
  max-width: 1200px;
}
.cid-rHBb7VkcXz svg {
  position: relative;
  left: 0;
  top: 0;
}
.cid-rHBb7VkcXz .inner-dashed-border {
  stroke: #ffffff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-rHBb7VkcXz .button-svg:hover .inner-dashed-border {
  animation-play-state: running;
  stroke: #ffffff;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-rHBb7VkcXz rect {
  position: absolute;
  width: 95%;
}
@media (max-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 30px;
    padding-bottom: 16px;
  }
  .cid-rHBb7VkcXz .title {
    text-align: left;
  }
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 0rem;
  }
  .cid-rHBb7VkcXz .mbr-section-title {
    text-align: left;
  }
}
@media (min-width: 767px) {
  .cid-rHBb7VkcXz {
    padding-top: 45px;
    padding-bottom: 30px;
  }
  .cid-rHBb7VkcXz .container-fluid {
    padding: 0 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rHBb7VkcXz .dragArea {
    padding-left: 2rem;
  }
}
.cid-rHBb7VkcXz .mbr-section-title span {
  display: inline-block;
}
.cid-rHBb7VkcXz .mbr-text {
  margin-top: 0.5rem;
  color: #252122;
}
.cid-rHBb7VkcXz .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-rHBb7VkcXz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-rHBb7VkcXz .mbr-section-btn {
  margin-left: 5px;
}
.cid-rHBb7VkcXz iframe {
  border-radius: 30px;
}
.cid-rHBb7VkcXz .mbr-section-title {
  color: #252122;
}
.cid-rHBb7VkcXz P {
  text-align: center;
}
.cid-tal6h7sj5o {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #2d4073;
}
.cid-tal6h7sj5o .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tal6h7sj5o .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
.cid-tal6h7sj5o .navbar-logo {
  width: 110px;
}
.cid-tal6h7sj5o .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tal6h7sj5o .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tal6h7sj5o .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-tal6h7sj5o .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-tal6h7sj5o .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-tal6h7sj5o .list-item .item-image,
.cid-tal6h7sj5o .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-tal6h7sj5o .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-tal6h7sj5o .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tal6h7sj5o .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tal6h7sj5o .socion1 {
  background: #ffc85b;
}
.cid-tal6h7sj5o .socion2 {
  background-color: #d7b2db;
}
.cid-tal6h7sj5o .socion3 {
  background-color: #e6790d;
}
.cid-tal6h7sj5o .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-tal6h7sj5o .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-tal6h7sj5o .social-list a {
  transition: .2s linear;
}
.cid-tal6h7sj5o .social-list a:hover {
  opacity: .4;
}
.cid-tal6h7sj5o .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-tal6h7sj5o .svg-1 {
  position: absolute;
  top: 0;
}
.cid-tal6h7sj5o .svg-1 path {
  fill: #ffffff;
}
.cid-tal6h7sj5o .item-image {
  margin-right: 2rem;
}
.cid-tal6h7sj5o [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-tal6h7sj5o .soc-item::after {
  display: none;
}
.cid-tal6h7sj5o .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
.cid-tal6h7sj5o .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2861b;
}
.cid-tal6h7sj5o .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #59a6c3;
}
@media (max-width: 991px) {
  .cid-tal6h7sj5o .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tal6h7sj5o .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-tal6h7sj5o .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-tal6h7sj5o {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cid-tal6h7sj5o .container-fluid {
    padding: 0 1rem;
  }
  .cid-tal6h7sj5o .wrapper {
    padding: 1rem;
  }
}
.cid-tal6h7sj5o .timetable {
  text-align: center;
}
.cid-rGsvPFnWfW {
  background-color: #223668;
}
.cid-rGsvPFnWfW svg {
  position: absolute;
  top: 0;
}
.cid-rGsvPFnWfW .svg-1 {
  fill: #2d4073;
}
.cid-rGsvPFnWfW .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-rGsvPFnWfW {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-rGsvPFnWfW .mbr-text {
  color: #b1bee0;
}
.cid-rGsvPFnWfW a {
  text-decoration: underline;
}
.cid-rGsvPFnWfW a,
.cid-rGsvPFnWfW a:hover {
  font-weight: 400 !important;
}
.cid-talyC4mddB {
  min-height: 120px;
  z-index: 1;
}
.cid-talyC4mddB .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-talyC4mddB .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-talyC4mddB .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-talyC4mddB .dropdown-item:active {
  background-color: transparent;
}
.cid-talyC4mddB .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-talyC4mddB .nav-item:focus,
.cid-talyC4mddB .nav-link:focus {
  outline: none;
}
.cid-talyC4mddB .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-talyC4mddB .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-talyC4mddB .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-talyC4mddB .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-talyC4mddB .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-talyC4mddB .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-talyC4mddB .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-talyC4mddB .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-talyC4mddB .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-talyC4mddB .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-talyC4mddB .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talyC4mddB .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-talyC4mddB button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-talyC4mddB button.navbar-toggler:focus {
  outline: none;
}
.cid-talyC4mddB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59a6c3;
}
.cid-talyC4mddB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-talyC4mddB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-talyC4mddB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-talyC4mddB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-talyC4mddB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talyC4mddB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-talyC4mddB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-talyC4mddB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talyC4mddB .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-talyC4mddB .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-talyC4mddB .collapsed .navbar-collapse.collapsing,
.cid-talyC4mddB .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-talyC4mddB .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-talyC4mddB .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-talyC4mddB .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-talyC4mddB .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-talyC4mddB .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-talyC4mddB .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-talyC4mddB .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-talyC4mddB .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-talyC4mddB .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-talyC4mddB .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-talyC4mddB .collapsed button.navbar-toggler {
  display: block;
}
.cid-talyC4mddB .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-talyC4mddB .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-talyC4mddB .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-talyC4mddB .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-talyC4mddB .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-talyC4mddB {
    min-height: 85px;
  }
  .cid-talyC4mddB.navbar-expand {
    flex-direction: column;
  }
  .cid-talyC4mddB img {
    height: 3.8rem !important;
  }
  .cid-talyC4mddB button.navbar-toggler {
    display: block;
  }
  .cid-talyC4mddB .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-talyC4mddB .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-talyC4mddB .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-talyC4mddB .navbar-collapse.collapsing,
  .cid-talyC4mddB .navbar-collapse.show {
    display: block !important;
  }
  .cid-talyC4mddB .navbar-collapse.collapsing .navbar-nav,
  .cid-talyC4mddB .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-talyC4mddB .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-talyC4mddB .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-talyC4mddB .navbar-collapse.collapsing .navbar-buttons,
  .cid-talyC4mddB .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-talyC4mddB .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-talyC4mddB .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-talyC4mddB .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-talyC4mddB .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-talyC4mddB .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-talyC4mddB .navbar-logo img {
    display: none !important;
  }
  .cid-talyC4mddB .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-talyC4mddB .nav-link {
    justify-content: start !important;
  }
  .cid-talyC4mddB .navbar.opened {
    height: 100vh;
  }
  .cid-talyC4mddB .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-talyC4mddB .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-talyC4mddB .menu-logo {
    flex-shrink: 0;
  }
}
.cid-talyC4mddB .navbar-collapse {
  flex-basis: auto;
}
.cid-talyC4mddB .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-talyC4mddB .span-link {
  padding: 0 0.5rem;
}
.cid-talyC4mddB .btn1:before,
.cid-talyC4mddB .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-talyC4mddB .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-talyC4mddB .btn2::before {
  border: 2px dashed #8e4694;
}
.cid-talyC4mddB .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-talyC4mddB .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-talyC4mddB .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-talyC4mddB .dropdown-item {
    color: #fff;
  }
  .cid-talyC4mddB .nav-item.open .nav-link,
  .cid-talyC4mddB .link:hover {
    color: #fff;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-talyC4mddB .logo-name {
    margin-top: 0.5rem;
  }
  .cid-talyC4mddB .navbar-brand {
    justify-content: center;
  }
  .cid-talyC4mddB .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-talyC4mddB .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-talyC4mddB .navbar-nav .nav-link {
    color: #252122;
    display: inline-block;
  }
  .cid-talyC4mddB .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-talyC4mddB .navbar {
    height: 90px;
  }
  .cid-talyC4mddB .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-talyC4mddB .btn1 {
    display: none;
  }
  .cid-talyC4mddB .mbr-section-title {
    color: #fff;
  }
  .cid-talyC4mddB .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-talyC4mddB .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-talyC4mddB .span-link {
    color: #fff;
  }
  .cid-talyC4mddB .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-talyC4mddB .dropdown-item {
    color: #12265a;
  }
  .cid-talyC4mddB .nav-item.open .nav-link,
  .cid-talyC4mddB .link:hover {
    color: #8e4694 !important;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-talyC4mddB .logo-name {
    margin-top: 2rem;
  }
  .cid-talyC4mddB .navbar-collapse {
    justify-content: space-between;
  }
  .cid-talyC4mddB .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-talyC4mddB .container-fluid {
    padding: 0 1rem;
  }
  .cid-talyC4mddB .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #f2861b;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-talyC4mddB .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-talyC4mddB .mbr-section-title {
  font-weight: 900;
}
.cid-talyC4mddB .mbr-section-subtitle {
  color: #252122;
}
.cid-talyC4mddB .mbr-section-btn {
  display: flex;
}
.cid-talyC4mddB .dropdown-item:hover {
  color: #59ba4c !important;
}
.cid-talyC4mddB .btn-primary:hover {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-talyC4mddB .btn-warning:hover {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-talyC4mddB .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-talyC4mddB .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-talyC4mddB .btn-primary:focus {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-talyC4mddB .btn-warning:focus {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-talyC4mddB .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-talyC4mddB .logo-name .mbr-section-title {
  color: #59ba4c;
}
.cid-talzwdI3VN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/school-4527713-2000x1333.jpeg");
}
@media (max-width: 767px) {
  .cid-talzwdI3VN {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.cid-talzwdI3VN .mbr-section-subtitle {
  background-color: #ffdd98;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  display: inline-block;
  color: #252122;
}
.cid-talzwdI3VN .mbr-section-title {
  background-color: #f39333;
  padding: 0.4rem 1rem;
  border-radius: 15px;
  margin-bottom: 1.3rem;
  display: inline-block;
  color: #ffffff;
}
.cid-talzwdI3VN .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-talzwdI3VN .block {
  margin-top: 2.3rem;
  display: flex;
  align-items: center;
}
.cid-talzwdI3VN .number {
  display: flex;
  align-items: center;
}
.cid-talzwdI3VN .telephone {
  color: #ffffff;
  transition: 0.5s;
  margin-bottom: 0;
}
.cid-talzwdI3VN .telephone a:hover {
  color: #f2861b;
}
.cid-talzwdI3VN .mbr-iconfont2 {
  margin-left: 1rem;
  font-size: 2.5rem;
  color: #f2861b;
}
@media (max-width: 767px) {
  .cid-talzwdI3VN .mbr-iconfont2 {
    margin: 0;
  }
  .cid-talzwdI3VN .number {
    margin-top: 1rem;
    margin-left: -5px;
  }
  .cid-talzwdI3VN .block {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-talzwdI3VN .container-fluid {
    padding: 0 1rem;
  }
  .cid-talzwdI3VN .wrapper-left {
    text-align: left;
  }
  .cid-talzwdI3VN .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-talDYqv4ou {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-talDYqv4ou .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-talDYqv4ou .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-talDYqv4ou .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-talDYqv4ou .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-talDYqv4ou .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-talDYqv4ou .row > .row {
  display: block;
}
.cid-talDYqv4ou .mbr-gallery-item {
  width: 100%;
}
.cid-talDYqv4ou .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-talDYqv4ou .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-talDYqv4ou .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-talDYqv4ou .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-talDYqv4ou .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-talDYqv4ou .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-talDYqv4ou .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-talDYqv4ou .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-talDYqv4ou {
    padding-top: 10px;
    padding-bottom: 0px;
  }
  .cid-talDYqv4ou .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-talEE9YmIK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-talEE9YmIK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-talEE9YmIK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-talEE9YmIK .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-talEE9YmIK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-talEE9YmIK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-talEE9YmIK .row > .row {
  display: block;
}
.cid-talEE9YmIK .mbr-gallery-item {
  width: 100%;
}
.cid-talEE9YmIK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-talEE9YmIK .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-talEE9YmIK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-talEE9YmIK .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-talEE9YmIK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-talEE9YmIK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-talEE9YmIK .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-talEE9YmIK .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-talEE9YmIK {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-talEE9YmIK .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-talG0UCCCE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-talG0UCCCE .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-talG0UCCCE .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-talG0UCCCE .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-talG0UCCCE .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-talG0UCCCE .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-talG0UCCCE .row > .row {
  display: block;
}
.cid-talG0UCCCE .mbr-gallery-item {
  width: 100%;
}
.cid-talG0UCCCE .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-talG0UCCCE .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-talG0UCCCE .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-talG0UCCCE .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-talG0UCCCE .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-talG0UCCCE .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-talG0UCCCE .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-talG0UCCCE .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-talG0UCCCE {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .cid-talG0UCCCE .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-talH9vDK1D {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-talH9vDK1D .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-talH9vDK1D .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-talH9vDK1D .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-talH9vDK1D .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-talH9vDK1D .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-talH9vDK1D .row > .row {
  display: block;
}
.cid-talH9vDK1D .mbr-gallery-item {
  width: 100%;
}
.cid-talH9vDK1D .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-talH9vDK1D .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-talH9vDK1D .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-talH9vDK1D .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-talH9vDK1D .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-talH9vDK1D .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-talH9vDK1D .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-talH9vDK1D .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-talH9vDK1D {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-talH9vDK1D .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tc6tJUQgHo {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tc6tJUQgHo .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tc6tJUQgHo .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tc6tJUQgHo .carousel-inner {
  position: relative;
  width: 100%;
  overflow: visible !important;
}
.cid-tc6tJUQgHo .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tc6tJUQgHo .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tc6tJUQgHo .row > .row {
  display: block;
}
.cid-tc6tJUQgHo .mbr-gallery-item {
  width: 100%;
}
.cid-tc6tJUQgHo .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fa9db7;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
  border-radius: 30px;
}
.cid-tc6tJUQgHo .mbr-gallery-item > div {
  position: relative;
  transition: 0.5s;
  margin: 0.3rem;
  border-radius: 30px;
  overflow: hidden;
}
.cid-tc6tJUQgHo .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tc6tJUQgHo .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-tc6tJUQgHo .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #ffffff;
  z-index: 2;
}
.cid-tc6tJUQgHo .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #fa9db7 !important;
  opacity: 0.7;
  transition: 0.2s background ease-in-out;
  border-radius: 0 0 30px 30px;
}
.cid-tc6tJUQgHo .container {
  max-width: 1200px;
  padding: 0.7rem;
}
.cid-tc6tJUQgHo .mbr-gallery-item > div:hover {
  transform: translate(1rem, 1rem);
}
@media (max-width: 767px) {
  .cid-tc6tJUQgHo {
    padding-top: 0px;
    padding-bottom: 10px;
  }
  .cid-tc6tJUQgHo .col-sm-12 {
    padding: 0 !important;
  }
}
.cid-tar0HdLYHQ {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #2d4073;
}
.cid-tar0HdLYHQ .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tar0HdLYHQ .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
.cid-tar0HdLYHQ .navbar-logo {
  width: 110px;
}
.cid-tar0HdLYHQ .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tar0HdLYHQ .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tar0HdLYHQ .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-tar0HdLYHQ .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-tar0HdLYHQ .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-tar0HdLYHQ .list-item .item-image,
.cid-tar0HdLYHQ .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-tar0HdLYHQ .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-tar0HdLYHQ .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tar0HdLYHQ .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tar0HdLYHQ .socion1 {
  background: #ffc85b;
}
.cid-tar0HdLYHQ .socion2 {
  background-color: #d7b2db;
}
.cid-tar0HdLYHQ .socion3 {
  background-color: #e6790d;
}
.cid-tar0HdLYHQ .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-tar0HdLYHQ .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-tar0HdLYHQ .social-list a {
  transition: .2s linear;
}
.cid-tar0HdLYHQ .social-list a:hover {
  opacity: .4;
}
.cid-tar0HdLYHQ .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-tar0HdLYHQ .svg-1 {
  position: absolute;
  top: 0;
}
.cid-tar0HdLYHQ .svg-1 path {
  fill: #ffffff;
}
.cid-tar0HdLYHQ .item-image {
  margin-right: 2rem;
}
.cid-tar0HdLYHQ [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-tar0HdLYHQ .soc-item::after {
  display: none;
}
.cid-tar0HdLYHQ .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
.cid-tar0HdLYHQ .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2861b;
}
.cid-tar0HdLYHQ .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #59a6c3;
}
@media (max-width: 991px) {
  .cid-tar0HdLYHQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tar0HdLYHQ .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-tar0HdLYHQ .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-tar0HdLYHQ {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cid-tar0HdLYHQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-tar0HdLYHQ .wrapper {
    padding: 1rem;
  }
}
.cid-tar0HdLYHQ .timetable {
  text-align: center;
}
.cid-talyCcv47E {
  background-color: #223668;
}
.cid-talyCcv47E svg {
  position: absolute;
  top: 0;
}
.cid-talyCcv47E .svg-1 {
  fill: #2d4073;
}
.cid-talyCcv47E .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-talyCcv47E {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-talyCcv47E {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-talyCcv47E .mbr-text {
  color: #b1bee0;
}
.cid-talyCcv47E a {
  text-decoration: underline;
}
.cid-talyCcv47E a,
.cid-talyCcv47E a:hover {
  font-weight: 400 !important;
}
.cid-talIFcjgVO {
  min-height: 120px;
  z-index: 1;
}
.cid-talIFcjgVO .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-talIFcjgVO .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-talIFcjgVO .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-talIFcjgVO .dropdown-item:active {
  background-color: transparent;
}
.cid-talIFcjgVO .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-talIFcjgVO .nav-item:focus,
.cid-talIFcjgVO .nav-link:focus {
  outline: none;
}
.cid-talIFcjgVO .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-talIFcjgVO .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-talIFcjgVO .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-talIFcjgVO .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-talIFcjgVO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-talIFcjgVO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-talIFcjgVO .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-talIFcjgVO .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-talIFcjgVO .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-talIFcjgVO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-talIFcjgVO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-talIFcjgVO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-talIFcjgVO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-talIFcjgVO button.navbar-toggler:focus {
  outline: none;
}
.cid-talIFcjgVO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59a6c3;
}
.cid-talIFcjgVO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-talIFcjgVO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-talIFcjgVO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-talIFcjgVO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-talIFcjgVO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talIFcjgVO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-talIFcjgVO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-talIFcjgVO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-talIFcjgVO .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-talIFcjgVO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-talIFcjgVO .collapsed .navbar-collapse.collapsing,
.cid-talIFcjgVO .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-talIFcjgVO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-talIFcjgVO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-talIFcjgVO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-talIFcjgVO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-talIFcjgVO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-talIFcjgVO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-talIFcjgVO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-talIFcjgVO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-talIFcjgVO .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-talIFcjgVO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-talIFcjgVO .collapsed button.navbar-toggler {
  display: block;
}
.cid-talIFcjgVO .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-talIFcjgVO .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-talIFcjgVO .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-talIFcjgVO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-talIFcjgVO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-talIFcjgVO {
    min-height: 85px;
  }
  .cid-talIFcjgVO.navbar-expand {
    flex-direction: column;
  }
  .cid-talIFcjgVO img {
    height: 3.8rem !important;
  }
  .cid-talIFcjgVO button.navbar-toggler {
    display: block;
  }
  .cid-talIFcjgVO .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-talIFcjgVO .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-talIFcjgVO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-talIFcjgVO .navbar-collapse.collapsing,
  .cid-talIFcjgVO .navbar-collapse.show {
    display: block !important;
  }
  .cid-talIFcjgVO .navbar-collapse.collapsing .navbar-nav,
  .cid-talIFcjgVO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-talIFcjgVO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-talIFcjgVO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-talIFcjgVO .navbar-collapse.collapsing .navbar-buttons,
  .cid-talIFcjgVO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-talIFcjgVO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-talIFcjgVO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-talIFcjgVO .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-talIFcjgVO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-talIFcjgVO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-talIFcjgVO .navbar-logo img {
    display: none !important;
  }
  .cid-talIFcjgVO .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-talIFcjgVO .nav-link {
    justify-content: start !important;
  }
  .cid-talIFcjgVO .navbar.opened {
    height: 100vh;
  }
  .cid-talIFcjgVO .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-talIFcjgVO .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-talIFcjgVO .menu-logo {
    flex-shrink: 0;
  }
}
.cid-talIFcjgVO .navbar-collapse {
  flex-basis: auto;
}
.cid-talIFcjgVO .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-talIFcjgVO .span-link {
  padding: 0 0.5rem;
}
.cid-talIFcjgVO .btn1:before,
.cid-talIFcjgVO .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-talIFcjgVO .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-talIFcjgVO .btn2::before {
  border: 2px dashed #8e4694;
}
.cid-talIFcjgVO .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-talIFcjgVO .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-talIFcjgVO .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-talIFcjgVO .dropdown-item {
    color: #fff;
  }
  .cid-talIFcjgVO .nav-item.open .nav-link,
  .cid-talIFcjgVO .link:hover {
    color: #fff;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-talIFcjgVO .logo-name {
    margin-top: 0.5rem;
  }
  .cid-talIFcjgVO .navbar-brand {
    justify-content: center;
  }
  .cid-talIFcjgVO .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-talIFcjgVO .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-talIFcjgVO .navbar-nav .nav-link {
    color: #252122;
    display: inline-block;
  }
  .cid-talIFcjgVO .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-talIFcjgVO .navbar {
    height: 90px;
  }
  .cid-talIFcjgVO .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-talIFcjgVO .btn1 {
    display: none;
  }
  .cid-talIFcjgVO .mbr-section-title {
    color: #fff;
  }
  .cid-talIFcjgVO .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-talIFcjgVO .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-talIFcjgVO .span-link {
    color: #fff;
  }
  .cid-talIFcjgVO .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-talIFcjgVO .dropdown-item {
    color: #12265a;
  }
  .cid-talIFcjgVO .nav-item.open .nav-link,
  .cid-talIFcjgVO .link:hover {
    color: #8e4694 !important;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-talIFcjgVO .logo-name {
    margin-top: 2rem;
  }
  .cid-talIFcjgVO .navbar-collapse {
    justify-content: space-between;
  }
  .cid-talIFcjgVO .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-talIFcjgVO .container-fluid {
    padding: 0 1rem;
  }
  .cid-talIFcjgVO .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #f2861b;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-talIFcjgVO .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-talIFcjgVO .mbr-section-title {
  font-weight: 900;
}
.cid-talIFcjgVO .mbr-section-subtitle {
  color: #252122;
}
.cid-talIFcjgVO .mbr-section-btn {
  display: flex;
}
.cid-talIFcjgVO .dropdown-item:hover {
  color: #59ba4c !important;
}
.cid-talIFcjgVO .btn-primary:hover {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-talIFcjgVO .btn-warning:hover {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-talIFcjgVO .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-talIFcjgVO .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-talIFcjgVO .btn-primary:focus {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-talIFcjgVO .btn-warning:focus {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-talIFcjgVO .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-talIFcjgVO .logo-name .mbr-section-title {
  color: #59ba4c;
}
.cid-talIRAURl5 {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #233668;
}
@media (max-width: 767px) {
  .cid-talIRAURl5 {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.cid-talIRAURl5 img {
  width: 100%;
  border-radius: 30px;
}
.cid-talIRAURl5 .mbr-section-title {
  color: #ffffff;
}
.cid-talIRAURl5 .mbr-section-subtitle {
  background-color: #ffc85b;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  color: #ffffff;
}
.cid-talIRAURl5 .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-talIRAURl5 .svg-1 path {
  fill: #ffffff;
}
.cid-talIRAURl5 .container-fluid {
  max-width: 1200px;
}
.cid-talIRAURl5 .mbr-arrow {
  z-index: 1;
}
.cid-talIRAURl5 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .cid-talIRAURl5 .container-fluid {
    padding: 0 1.5rem;
  }
}
@media (max-width: 992px) {
  .cid-talIRAURl5 .imageContainer {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-talIRAURl5 .container-fluid {
    padding: 0 1rem;
  }
  .cid-talIRAURl5 .mbr-section-subtitle {
    margin-bottom: 1.4rem;
  }
}
.cid-talIRAURl5 .row > div,
.cid-talIRAURl5 .mbr-section-title {
  color: #ffffff;
}
.cid-talIRAURl5 .row > div,
.cid-talIRAURl5 .mbr-section-subtitle {
  text-align: center;
}
.cid-tar1ops2h8 {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tar1ops2h8 {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}
.cid-tar1ops2h8 .mbr-text {
  margin-top: 2rem;
  color: #252122;
}
.cid-tar1ops2h8 .container-fluid {
  max-width: 1200px;
}
.cid-tar1ops2h8 .row > div,
.cid-tar1ops2h8 .mbr-section-title {
  color: #252122;
}
.cid-tarlbOme6K {
  padding-top: 15px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tarlbOme6K {
    padding-top: 5px;
    padding-bottom: 40px;
  }
}
.cid-tarlbOme6K .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tarlbOme6K .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
}
.cid-tarlbOme6K .imageContainer img {
  width: 100%;
  border-radius: 30px;
}
.cid-tarlbOme6K .blue-block {
  background-color: #ffc85b;
  display: inline-block;
  padding: 1rem;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(20%, 20%);
}
@media (min-width: 992px) {
  .cid-tarlbOme6K .blue-block {
    right: auto;
    left: 0;
    transform: translate(-20%, 20%);
  }
}
.cid-tarlbOme6K .wrapper {
  color: #ffffff;
  border: 2px dashed #5b3c00;
  border-radius: 20px;
  padding: 1.5rem;
}
.cid-tarlbOme6K .blue-title {
  margin: 0;
  line-height: 1.6;
}
.cid-tarlbOme6K .text-blue {
  margin: 0;
  font-weight: 900;
}
@media (min-width: 992px) {
  .cid-tarlbOme6K .right-wrapper {
    padding-left: 3rem;
  }
}
.cid-tarlbOme6K .btn {
  padding: 0.7rem 2.4rem;
  position: relative;
}
.cid-tarlbOme6K .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tarlbOme6K .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #252122;
}
.cid-tarlbOme6K .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-tarlbOme6K .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tarlbOme6K .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 991px) {
  .cid-tarlbOme6K .imageContainer img {
    margin-bottom: 2rem;
  }
  .cid-tarlbOme6K .right-wrapper {
    padding-left: 1rem;
  }
  .cid-tarlbOme6K .blue-block {
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .cid-tarlbOme6K .container-fluid {
    padding: 0 1rem;
  }
  .cid-tarlbOme6K .blue-block {
    width: 100%;
    position: static;
    transform: translate(0);
    text-align: center;
  }
}
.cid-tarlbOme6K .mbr-text,
.cid-tarlbOme6K .mbr-section-btn {
  color: #252122;
}
.cid-tarlbOme6K .mbr-section-title {
  color: #252122;
}
.cid-taqVfXlhQ2 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-taqVfXlhQ2 {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
.cid-taqVfXlhQ2 .imageContainer img {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.cid-taqVfXlhQ2 .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
@media (min-width: 767px) {
  .cid-taqVfXlhQ2 .right-wrapper {
    padding-left: 3.5rem;
  }
  .cid-taqVfXlhQ2 .wrapper-block {
    border: 2px dashed #f2861b;
    border-radius: 30px;
  }
  .cid-taqVfXlhQ2 .imageContainer {
    margin: -42px 0;
    padding-left: 3rem;
  }
}
.cid-taqVfXlhQ2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-taqVfXlhQ2 .mbr-section-subtitle {
  margin-bottom: 1.2rem;
  color: #45b3df;
  font-weight: 900;
  text-align: center;
}
.cid-taqVfXlhQ2 .title2 {
  font-weight: 900;
}
.cid-taqVfXlhQ2 p {
  margin-bottom: 0.2rem;
  color: #12265a;
}
.cid-taqVfXlhQ2 .mbr-text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
.cid-taqVfXlhQ2 .social-list {
  display: block;
  margin-top: 0.8rem;
  margin-left: -5px;
}
.cid-taqVfXlhQ2 .soc-item {
  width: 35px;
  height: 35px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
  z-index: 1;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6rem;
}
.cid-taqVfXlhQ2 .soc-item span {
  font-size: 1rem;
  color: #fff;
  transition: all 0.3s;
}
.cid-taqVfXlhQ2 .soc-item1 {
  background-color: #ffc85b;
  color: #ffc85b;
}
.cid-taqVfXlhQ2 .soc-item2 {
  background-color: #d7b2db;
  color: #d7b2db;
}
.cid-taqVfXlhQ2 .soc-item3 {
  background-color: #e6790d;
  color: #e6790d;
}
.cid-taqVfXlhQ2 [class*=" socicon-"]:before {
  line-height: 2;
}
@media (max-width: 992px) {
  .cid-taqVfXlhQ2 img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-taqVfXlhQ2 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-taqVfXlhQ2 H3 {
  color: #252122;
  text-align: center;
}
.cid-taqVfXlhQ2 .experience {
  text-align: center;
  color: #252122;
}
.cid-taqVfXlhQ2 .email {
  text-align: center;
  color: #252122;
}
.cid-taqVfXlhQ2 .phone {
  text-align: center;
  color: #252122;
}
.cid-taqVfXlhQ2 .fax {
  text-align: center;
  color: #252122;
}
.cid-taqVfXlhQ2 .mbr-text,
.cid-taqVfXlhQ2 .social-list {
  color: #252122;
  text-align: center;
}
.cid-taqSJ0nbO0 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #ffffff);
}
.cid-taqSJ0nbO0 .nav {
  border: 2px dashed #45b3df;
  border-radius: 30px;
}
.cid-taqSJ0nbO0 .nav-tabs {
  display: table;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 3px;
}
.cid-taqSJ0nbO0 .nav-tabs .nav-item {
  display: table-cell;
}
.cid-taqSJ0nbO0 .nav-tabs .nav-link {
  display: block;
  color: #ffc85b;
  box-sizing: border-box;
  font-style: normal;
  background: #8e4694;
  font-weight: 900;
  margin: 0px;
  border-radius: 30px !important;
  border: none;
  text-align: center;
  transition: all .3s;
}
.cid-taqSJ0nbO0 .nav-tabs .nav-link:hover {
  background-color: transparent;
  color: #f2861b;
}
.cid-taqSJ0nbO0 .nav-tabs .nav-link.active {
  color: #ffffff;
  background: #45b3df;
}
.cid-taqSJ0nbO0 .container-fluid {
  max-width: 1200px;
}
@media (min-width: 768px) {
  .cid-taqSJ0nbO0 .container-fluid {
    padding-left: 0.5rem;
  }
}
@media (min-width: 992px) {
  .cid-taqSJ0nbO0 .left-wrapper {
    padding-left: 5rem;
    padding-right: 1rem;
  }
}
.cid-taqSJ0nbO0 .imageContainer {
  display: inline-block;
  position: relative;
  z-index: 0;
  margin-bottom: calc(2rem + 5%);
}
.cid-taqSJ0nbO0 .imageContainer img {
  width: 100%;
  border-radius: 30px;
  transform: translate(1%, 5%);
}
.cid-taqSJ0nbO0 .imageContainer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 96%;
  height: 100%;
  border: 2px dashed #f2861b;
  border-radius: 30px;
  z-index: -1;
}
.cid-taqSJ0nbO0 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #252122;
}
.cid-taqSJ0nbO0 .mbr-text {
  margin-bottom: 0;
}
.cid-taqSJ0nbO0 .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 2rem;
  font-weight: 900;
}
.cid-taqSJ0nbO0 .mbr-iconfont {
  transition: all 0.3s;
  color: currentColor;
  font-size: 2rem;
  margin-left: 1rem;
  font-weight: 900;
}
.cid-taqSJ0nbO0 .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
.cid-taqSJ0nbO0 .mbr-section-btn {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-taqSJ0nbO0 .left-wrapper {
    padding-left: 1.2rem;
  }
}
@media (max-width: 767px) {
  .cid-taqSJ0nbO0 {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .cid-taqSJ0nbO0 .mbr-section-title {
    text-align: center;
  }
  .cid-taqSJ0nbO0 .mbr-section-subtitle {
    text-align: center;
  }
  .cid-taqSJ0nbO0 .nav-tabs {
    width: 100%;
  }
  .cid-taqSJ0nbO0 .nav-tabs .nav-link {
    padding: .2rem;
  }
  .cid-taqSJ0nbO0 .container-fluid {
    padding: 0;
  }
  .cid-taqSJ0nbO0 .imageContainer {
    margin-left: 1rem;
  }
}
.cid-taqSJ0nbO0 .mbr-text,
.cid-taqSJ0nbO0 .mbr-section-btn {
  color: #252122;
}
.cid-taqSJ0nbO0 .mbr-section-title {
  color: #252122;
}
.cid-tarfYxZ71e {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tarfYxZ71e {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}
.cid-tarfYxZ71e .row > div,
.cid-tarfYxZ71e .mbr-section-title {
  color: #252122;
}
.cid-tarfYxZ71e .row > div,
.cid-tarfYxZ71e .mbr-section-subtitle {
  color: #252122;
}
.cid-tareMzxMlQ {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #efefef;
}
@media (max-width: 767px) {
  .cid-tareMzxMlQ {
    padding-top: 5px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .cid-tareMzxMlQ .container-fluid {
    max-width: 1200px;
    padding: 0 1.5rem;
  }
}
.cid-tareMzxMlQ .card {
  transition: 0.4s;
  z-index: 1;
  padding: 0.8rem;
}
.cid-tareMzxMlQ .card:hover {
  transform: translateY(-20px);
}
.cid-tareMzxMlQ .card-box {
  margin-top: 1.7rem;
  margin-bottom: 1rem;
}
.cid-tareMzxMlQ .inner-dashed-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cid-tareMzxMlQ .card:hover .inner-dashed-border {
  animation-play-state: running;
}
.cid-tareMzxMlQ .card .svg1 {
  stroke: #ffc85b;
}
.cid-tareMzxMlQ .card .svg2 {
  stroke: #f2861b;
}
.cid-tareMzxMlQ .card .svg3 {
  stroke: #59a6c3;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tareMzxMlQ .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-tareMzxMlQ .mbr-text {
  margin: 0;
  color: #252122;
}
.cid-tareMzxMlQ .card-title {
  margin-bottom: 0;
  color: #252122;
}
.cid-tareMzxMlQ .mbr-iconfont {
  transition: all 0.3s;
  font-size: 1.3rem;
  font-weight: 900;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 10px;
}
.cid-tareMzxMlQ rect {
  position: absolute;
}
.cid-tareMzxMlQ .wgl-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-right: 2rem;
  margin-left: 2rem;
  position: relative;
}
.cid-tareMzxMlQ .wgl-icon1 {
  background-color: #ffc85b;
}
.cid-tareMzxMlQ .wgl-icon2 {
  background-color: #f2861b;
}
.cid-tareMzxMlQ .wgl-icon3 {
  background-color: #59a6c3;
}
.cid-tareMzxMlQ .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tareMzxMlQ .svg-1 path {
  fill: #efefef;
}
.cid-tareMzxMlQ .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tareMzxMlQ .svg-2 path {
  fill: #efefef;
}
.cid-tareMzxMlQ .svg1,
.cid-tareMzxMlQ .svg2,
.cid-tareMzxMlQ .svg3 {
  position: absolute;
  z-index: -1;
  padding: 1rem;
}
.cid-tareMzxMlQ .svg1 rect,
.cid-tareMzxMlQ .svg2 rect,
.cid-tareMzxMlQ .svg3 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tarpaXFpvz {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #94463e;
}
.cid-tarpaXFpvz .mbr-section-title {
  margin-bottom: 0.5rem;
  color: #ffffff;
}
.cid-tarpaXFpvz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tarpaXFpvz .btn {
  margin-top: 1.5rem;
  position: relative;
  padding: 0.7rem 3rem;
  background-color: #fff;
  color: #ffc85b;
}
.cid-tarpaXFpvz .container-fluid {
  max-width: 1200px;
}
.cid-tarpaXFpvz .btn .inner-dashed-border {
  stroke: #ffc85b;
}
.cid-tarpaXFpvz .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tarpaXFpvz rect {
  position: absolute;
  width: 95%;
}
.cid-tarpaXFpvz .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tarpaXFpvz .svg-1 path {
  fill: #ffffff;
}
.cid-tarpaXFpvz .svg-2 {
  position: absolute;
  top: 0;
}
.cid-tarpaXFpvz .svg-2 path {
  fill: #ffffff;
}
.cid-tarpaXFpvz .svg1 {
  padding: 2px;
}
.cid-tarpaXFpvz .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
@media (max-width: 767px) {
  .cid-tarpaXFpvz {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .cid-tarpaXFpvz .container-fluid {
    padding: 0 1rem;
  }
}
.cid-talIFeQIX7 {
  background-color: #ffffff;
}
.cid-talIFeQIX7 .text-top {
  color: #252122;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
.cid-talIFeQIX7 .card {
  margin-bottom: 1rem;
}
.cid-talIFeQIX7 .row {
  justify-content: center;
}
.cid-talIFeQIX7 .card-title {
  color: #252122;
  transition: 0.5s;
  text-align: center;
}
.cid-talIFeQIX7 .card-title:hover {
  color: #f2861b;
}
.cid-talIFeQIX7 img {
  width: 80px;
}
.cid-talIFeQIX7 .item-image {
  margin-right: 1rem;
}
.cid-talIFeQIX7 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-talIFeQIX7 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .cid-talIFeQIX7 .container-fluid {
    padding: 0 1rem;
  }
  .cid-talIFeQIX7 .container {
    padding: 0rem;
  }
  .cid-talIFeQIX7 .col-12 {
    padding: 0;
  }
  .cid-talIFeQIX7 .mbr-section-title {
    margin: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .cid-talIFeQIX7 .card {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .cid-talIFeQIX7 .card-title {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) {
  .cid-talIFeQIX7 {
    padding-top: 60px;
    padding-bottom: 0px;
  }
  .cid-talIFeQIX7 .container-fluid {
    padding: 0 1.5rem;
  }
  .cid-talIFeQIX7 .mbr-section-title {
    margin-left: -12px;
    margin-right: -12px;
  }
  .cid-talIFeQIX7 .card {
    display: flex;
    flex-direction: row;
  }
}
.cid-talIFeQIX7 .container {
  margin-bottom: 1.5rem;
}
.cid-talIFeQIX7 .mbr-text,
.cid-talIFeQIX7 .mbr-section-btn {
  color: #252122;
  text-align: center;
}
.cid-talIFeQIX7 .container > div,
.cid-talIFeQIX7 .mbr-section-title {
  color: #252122;
}
.cid-talLRyJ8TG {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #88d4f2;
}
.cid-talLRyJ8TG rect {
  width: 85%;
  height: 90%;
}
.cid-talLRyJ8TG .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-talLRyJ8TG .mbr-text {
  margin: 0;
}
.cid-talLRyJ8TG .mbr-iconfont {
  transition: all 0.3s;
  margin-left: 1rem;
}
.cid-talLRyJ8TG .card-1 {
  margin-right: 2rem;
}
.cid-talLRyJ8TG .card-3 {
  margin-left: 2rem;
}
.cid-talLRyJ8TG .mbr-section-btn {
  margin-bottom: 1.6rem;
}
.cid-talLRyJ8TG .mbr-section-btn .btn-underline {
  display: inline-flex;
  align-items: center;
  margin-top: 1rem;
  font-weight: 700;
}
.cid-talLRyJ8TG .mbr-section-btn .btn-underline:hover .icon-btn {
  transform: rotateZ(180deg);
}
@media (min-width: 992px) {
  .cid-talLRyJ8TG .media-container-row {
    margin: 0 2rem;
  }
}
.cid-talLRyJ8TG .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-talLRyJ8TG .svg-1 path,
.cid-talLRyJ8TG .svg-2 path {
  fill: #ffffff;
}
.cid-talLRyJ8TG .svg-2 {
  position: absolute;
  top: 0;
}
.cid-talLRyJ8TG .img-border {
  width: 186px;
  height: 186px;
  border: 2px dashed #5b3c00;
  border-radius: 50%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.cid-talLRyJ8TG .dinosaur-img {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  width: 120px;
  margin-top: 1rem;
}
.cid-talLRyJ8TG .circle {
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: 0%;
  top: 0%;
}
.cid-talLRyJ8TG .circle1 {
  background-color: #ffc85b;
}
.cid-talLRyJ8TG .circle2 {
  background-color: #f2861b;
}
.cid-talLRyJ8TG .circle3 {
  background-color: #59a6c3;
}
.cid-talLRyJ8TG .card:hover .circle {
  position: absolute;
  right: 37%;
  top: 38%;
  animation: Orbita 2s linear infinite;
}
@keyframes Orbita {
  from {
    -webkit-transform: rotate(0deg) translateX(93px) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg) translateX(93px) rotate(-360deg);
  }
}
@media (max-width: 991px) {
  .cid-talLRyJ8TG {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .cid-talLRyJ8TG .card {
    margin-bottom: 1rem;
  }
  .cid-talLRyJ8TG .media-container-row {
    margin: 0;
  }
  .cid-talLRyJ8TG .card-1 {
    margin-right: 0;
  }
  .cid-talLRyJ8TG .card-3 {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .cid-talLRyJ8TG {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cid-talLRyJ8TG .mbr-text {
    padding: 0rem;
  }
}
.cid-talLRyJ8TG .mbr-text,
.cid-talLRyJ8TG .mbr-section-btn {
  color: #252122;
}
.cid-tar0QXlGzR {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #2d4073;
}
.cid-tar0QXlGzR .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tar0QXlGzR .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
.cid-tar0QXlGzR .navbar-logo {
  width: 110px;
}
.cid-tar0QXlGzR .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tar0QXlGzR .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tar0QXlGzR .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-tar0QXlGzR .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-tar0QXlGzR .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-tar0QXlGzR .list-item .item-image,
.cid-tar0QXlGzR .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-tar0QXlGzR .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-tar0QXlGzR .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tar0QXlGzR .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tar0QXlGzR .socion1 {
  background: #ffc85b;
}
.cid-tar0QXlGzR .socion2 {
  background-color: #d7b2db;
}
.cid-tar0QXlGzR .socion3 {
  background-color: #e6790d;
}
.cid-tar0QXlGzR .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-tar0QXlGzR .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-tar0QXlGzR .social-list a {
  transition: .2s linear;
}
.cid-tar0QXlGzR .social-list a:hover {
  opacity: .4;
}
.cid-tar0QXlGzR .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-tar0QXlGzR .svg-1 {
  position: absolute;
  top: 0;
}
.cid-tar0QXlGzR .svg-1 path {
  fill: #ffffff;
}
.cid-tar0QXlGzR .item-image {
  margin-right: 2rem;
}
.cid-tar0QXlGzR [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-tar0QXlGzR .soc-item::after {
  display: none;
}
.cid-tar0QXlGzR .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
.cid-tar0QXlGzR .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2861b;
}
.cid-tar0QXlGzR .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #59a6c3;
}
@media (max-width: 991px) {
  .cid-tar0QXlGzR .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tar0QXlGzR .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-tar0QXlGzR .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-tar0QXlGzR {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cid-tar0QXlGzR .container-fluid {
    padding: 0 1rem;
  }
  .cid-tar0QXlGzR .wrapper {
    padding: 1rem;
  }
}
.cid-tar0QXlGzR .timetable {
  text-align: center;
}
.cid-talIFkaELm {
  background-color: #223668;
}
.cid-talIFkaELm svg {
  position: absolute;
  top: 0;
}
.cid-talIFkaELm .svg-1 {
  fill: #2d4073;
}
.cid-talIFkaELm .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-talIFkaELm {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-talIFkaELm {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-talIFkaELm .mbr-text {
  color: #b1bee0;
}
.cid-talIFkaELm a {
  text-decoration: underline;
}
.cid-talIFkaELm a,
.cid-talIFkaELm a:hover {
  font-weight: 400 !important;
}
.cid-tarcG9gBUj {
  min-height: 120px;
  z-index: 1;
}
.cid-tarcG9gBUj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
.cid-tarcG9gBUj .navbar {
  display: flex;
  flex-wrap: nowrap;
  background: #ffffff;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-tarcG9gBUj .dropdown-menu {
  border-radius: 20px;
  min-width: 250px;
}
.cid-tarcG9gBUj .dropdown-item:active {
  background-color: transparent;
}
.cid-tarcG9gBUj .nav-item a {
  display: flex;
  align-items: center;
  padding: 0 0.5rem !important;
  margin: 0 1.2rem !important;
}
.cid-tarcG9gBUj .nav-item:focus,
.cid-tarcG9gBUj .nav-link:focus {
  outline: none;
}
.cid-tarcG9gBUj .btn {
  display: inline-flex;
  align-items: center;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 0;
}
.cid-tarcG9gBUj .btn .mbr-iconfont {
  font-size: 1.5rem;
  margin: 0;
}
.cid-tarcG9gBUj .menu-logo .navbar-brand {
  display: flex;
  align-items: center;
}
.cid-tarcG9gBUj .navbar-dropdown .navbar-logo {
  margin-right: 0.8rem;
}
.cid-tarcG9gBUj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-tarcG9gBUj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tarcG9gBUj .dropdown .dropdown-menu {
  background: transparent;
  padding-top: 4.5rem;
  padding-bottom: 2rem;
  text-align: left;
}
.cid-tarcG9gBUj .dropdown .dropdown-menu > .dropdown > .dropdown-item,
.cid-tarcG9gBUj .dropdown .dropdown-menu > .dropdown-item {
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  width: auto;
  padding: 4px 30px !important;
  margin: 0 !important;
}
.cid-tarcG9gBUj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tarcG9gBUj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tarcG9gBUj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: none;
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  z-index: 1000;
}
.cid-tarcG9gBUj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
  position: absolute;
  left: 1rem;
}
.cid-tarcG9gBUj button.navbar-toggler:focus {
  outline: none;
}
.cid-tarcG9gBUj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #59a6c3;
}
.cid-tarcG9gBUj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tarcG9gBUj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tarcG9gBUj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tarcG9gBUj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tarcG9gBUj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tarcG9gBUj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tarcG9gBUj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tarcG9gBUj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tarcG9gBUj .collapsed.navbar-expand {
  flex-direction: column;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse.collapsing,
.cid-tarcG9gBUj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tarcG9gBUj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tarcG9gBUj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tarcG9gBUj .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tarcG9gBUj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tarcG9gBUj .collapsed .navbar-collapse .nav-item {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tarcG9gBUj .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: 90.625vh;
  }
}
.cid-tarcG9gBUj .collapsed button.navbar-toggler {
  display: block;
}
.cid-tarcG9gBUj .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tarcG9gBUj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
}
.cid-tarcG9gBUj .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-tarcG9gBUj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tarcG9gBUj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tarcG9gBUj {
    min-height: 85px;
  }
  .cid-tarcG9gBUj.navbar-expand {
    flex-direction: column;
  }
  .cid-tarcG9gBUj img {
    height: 3.8rem !important;
  }
  .cid-tarcG9gBUj button.navbar-toggler {
    display: block;
  }
  .cid-tarcG9gBUj .navbar-brand {
    margin-left: 3.5rem !important;
  }
  .cid-tarcG9gBUj .navbar-toggleable-sm {
    flex-direction: column;
  }
  .cid-tarcG9gBUj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tarcG9gBUj .navbar-collapse.collapsing,
  .cid-tarcG9gBUj .navbar-collapse.show {
    display: block !important;
  }
  .cid-tarcG9gBUj .navbar-collapse.collapsing .navbar-nav,
  .cid-tarcG9gBUj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tarcG9gBUj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tarcG9gBUj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tarcG9gBUj .navbar-collapse.collapsing .navbar-buttons,
  .cid-tarcG9gBUj .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tarcG9gBUj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tarcG9gBUj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tarcG9gBUj .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-tarcG9gBUj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tarcG9gBUj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-tarcG9gBUj .navbar-logo img {
    display: none !important;
  }
  .cid-tarcG9gBUj .navbar-collapse {
    max-height: 100vh !important;
  }
  .cid-tarcG9gBUj .nav-link {
    justify-content: start !important;
  }
  .cid-tarcG9gBUj .navbar.opened {
    height: 100vh;
  }
  .cid-tarcG9gBUj .navbar-toggleable-sm {
    width: 100% !important;
  }
  .cid-tarcG9gBUj .dropdown-menu {
    box-shadow: none !important;
    background: #ffffff !important;
  }
}
@media (min-width: 767px) {
  .cid-tarcG9gBUj .menu-logo {
    flex-shrink: 0;
  }
}
.cid-tarcG9gBUj .navbar-collapse {
  flex-basis: auto;
}
.cid-tarcG9gBUj .link {
  color: #12265a;
  font-weight: 900;
  font-family: 'Nunito', sans-serif;
  transition: 0.4s;
}
.cid-tarcG9gBUj .span-link {
  padding: 0 0.5rem;
}
.cid-tarcG9gBUj .btn1:before,
.cid-tarcG9gBUj .btn2:before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 52px;
  height: 52px;
  border-radius: 30px;
  animation: spin_left 5s linear infinite;
  animation-play-state: paused;
}
.cid-tarcG9gBUj .btn1:before {
  border: 2px dashed #ffc85b;
}
.cid-tarcG9gBUj .btn2::before {
  border: 2px dashed #8e4694;
}
.cid-tarcG9gBUj .btn:hover::before {
  animation-play-state: running;
}
@keyframes spin_left {
  0% {
    transform: rotate(360deg);
  }
}
.cid-tarcG9gBUj .container-fluid {
  max-width: 1200px;
}
@media (max-width: 992px) {
  .cid-tarcG9gBUj .navbar-collapse.show {
    overflow: visible !important;
  }
  .cid-tarcG9gBUj .dropdown-item {
    color: #fff;
  }
  .cid-tarcG9gBUj .nav-item.open .nav-link,
  .cid-tarcG9gBUj .link:hover {
    color: #fff;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-tarcG9gBUj .logo-name {
    margin-top: 0.5rem;
  }
  .cid-tarcG9gBUj .navbar-brand {
    justify-content: center;
  }
  .cid-tarcG9gBUj .mbr-section-btn {
    order: 1;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .cid-tarcG9gBUj .nav-item a {
    margin: 0 0.5rem !important;
  }
  .cid-tarcG9gBUj .navbar-nav .nav-link {
    color: #252122;
    display: inline-block;
  }
  .cid-tarcG9gBUj .navbar-collapse {
    background-color: #ffffff;
    order: 2;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-tarcG9gBUj .navbar {
    height: 90px;
  }
  .cid-tarcG9gBUj .menu-logo {
    flex-basis: 0;
    flex-positive: 1;
    flex-grow: 1;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .cid-tarcG9gBUj .btn1 {
    display: none;
  }
  .cid-tarcG9gBUj .mbr-section-title {
    color: #fff;
  }
  .cid-tarcG9gBUj .container-fluid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .cid-tarcG9gBUj .navbar-toggleable-sm {
    background-color: #ffffff;
  }
  .cid-tarcG9gBUj .span-link {
    color: #fff;
  }
  .cid-tarcG9gBUj .nav-item {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .cid-tarcG9gBUj .dropdown-item {
    color: #12265a;
  }
  .cid-tarcG9gBUj .nav-item.open .nav-link,
  .cid-tarcG9gBUj .link:hover {
    color: #8e4694 !important;
    background: #59ba4c;
    border-radius: 5px;
  }
  .cid-tarcG9gBUj .logo-name {
    margin-top: 2rem;
  }
  .cid-tarcG9gBUj .navbar-collapse {
    justify-content: space-between;
  }
  .cid-tarcG9gBUj .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
  .cid-tarcG9gBUj .container-fluid {
    padding: 0 1rem;
  }
  .cid-tarcG9gBUj .dropdown-menu::after {
    content: '';
    position: absolute;
    top: 4rem;
    bottom: 1.4rem;
    left: 10px;
    right: 10px;
    border: 2px dashed #f2861b;
    border-radius: 10px;
    z-index: 0;
    pointer-events: none;
  }
  .cid-tarcG9gBUj .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-tarcG9gBUj .mbr-section-title {
  font-weight: 900;
}
.cid-tarcG9gBUj .mbr-section-subtitle {
  color: #252122;
}
.cid-tarcG9gBUj .mbr-section-btn {
  display: flex;
}
.cid-tarcG9gBUj .dropdown-item:hover {
  color: #59ba4c !important;
}
.cid-tarcG9gBUj .btn-primary:hover {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-tarcG9gBUj .btn-warning:hover {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-tarcG9gBUj .dropdown-toggle::after {
  content: '+';
  border: none !important;
  top: 25% !important;
}
@media (max-width: 767px) {
  .cid-tarcG9gBUj .dropdown-toggle::after {
    transform: translateY(3px);
  }
}
.cid-tarcG9gBUj .btn-primary:focus {
  background-color: #59a6c3 !important;
  border-color: #59a6c3 !important;
}
.cid-tarcG9gBUj .btn-warning:focus {
  background-color: #f2861b !important;
  border-color: #f2861b !important;
}
.cid-tarcG9gBUj .navbar-dropdown.navbar-short .navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
}
.cid-tarcG9gBUj .logo-name .mbr-section-title {
  color: #59ba4c;
}
.cid-tarruf09RD {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-2-1920x1357.jpeg");
}
.cid-tarruf09RD .mbr-section-subtitle {
  font-family: 'Nunito', sans-serif;
  font-weight: 900;
  background-color: #ffdd98;
  padding: 0 1rem;
  border-radius: 5px;
  display: inline-block;
  color: #59ba4c;
}
.cid-tarruf09RD .mbr-text {
  margin-bottom: 1.3rem;
}
.cid-tarruf09RD .svg-1 {
  position: absolute;
  bottom: 0;
}
.cid-tarruf09RD .svg-1 path {
  fill: #ffffff;
}
.cid-tarruf09RD .container-fluid {
  max-width: 1200px;
}
.cid-tarruf09RD .mbr-arrow {
  z-index: 1;
}
@media (max-width: 767px) {
  .cid-tarruf09RD {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .cid-tarruf09RD .container-fluid {
    padding: 0 1rem;
  }
  .cid-tarruf09RD .mbr-text {
    color: #343549;
  }
}
@media (min-width: 768px) {
  .cid-tarruf09RD .container-fluid {
    padding: 0 1.8rem;
  }
}
.cid-tarruf09RD .mbr-text,
.cid-tarruf09RD .mbr-section-btn {
  color: #ffffff;
}
.cid-tarruf09RD .mbr-section-title {
  color: #f2861b;
}
.cid-tarcGaJWL2 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tarcGaJWL2 {
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.cid-tarcGaJWL2 .mbr-text {
  margin-top: 2rem;
  color: #252122;
}
.cid-tarcGaJWL2 .container-fluid {
  max-width: 1200px;
}
.cid-tarcGaJWL2 .row > div,
.cid-tarcGaJWL2 .mbr-section-title {
  color: #252122;
}
.cid-tc6unsaX7U {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tc6unsaX7U img {
  border-radius: 0px;
}
.cid-tc6unsaX7U .row {
  justify-content: center;
}
.cid-tc6unsaX7U .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tardsaOLau {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tardsaOLau .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-tardsaOLau .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-tardsaOLau .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-tardsaOLau textarea {
  min-height: 150px;
}
.cid-tardsaOLau .btn {
  border-radius: 30px;
  padding: 0.7rem 2.4rem;
  margin: 0;
  position: relative;
  background-image: none !important;
}
.cid-tardsaOLau .btn:hover .inner-dashed-border {
  animation-play-state: running;
}
@keyframes dashed_border_running {
  100% {
    stroke-dashoffset: -1000;
  }
}
.cid-tardsaOLau .svg1 {
  position: absolute;
  padding: 2px;
}
.cid-tardsaOLau .svg1 rect {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.cid-tardsaOLau .mbr-text {
  margin-bottom: 1.5rem;
  text-align: center;
  color: #252122;
}
.cid-tardsaOLau .container-fluid {
  padding: 0 1.5rem;
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tardsaOLau {
    padding-top: 10px;
    padding-bottom: 25px;
  }
  .cid-tardsaOLau .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tardsaOLau .mbr-section-btn {
  margin: 0;
  margin-left: 5px;
}
.cid-tardsaOLau .wrapper-title {
  padding: 0rem;
}
.cid-tardsaOLau .mbr-section-title {
  text-align: center;
  color: #252122;
}
.cid-tarcGeXYox {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #2d4073;
}
.cid-tarcGeXYox .container-fluid {
  max-width: 1200px;
  padding: 0 1.5rem;
}
.cid-tarcGeXYox .group-title {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}
.cid-tarcGeXYox .navbar-logo {
  width: 110px;
}
.cid-tarcGeXYox .mbr-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tarcGeXYox .text2 {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tarcGeXYox .links {
  margin-top: 2rem;
  color: #ffffff;
  line-height: 1.6;
}
.cid-tarcGeXYox .navbar-brand {
  margin: 0rem;
  width: 100%;
  margin-top: -1.5rem;
}
.cid-tarcGeXYox .list-item {
  display: flex;
  padding: 0;
  margin-bottom: 10px !important;
  align-items: center;
}
.cid-tarcGeXYox .list-item .item-image,
.cid-tarcGeXYox .list-item .social-data {
  display: inline-block;
  vertical-align: middle;
}
.cid-tarcGeXYox .tips {
  height: 75px;
  width: 75px;
  border-radius: 20px;
  margin: 4px;
  display: inline-block;
}
.cid-tarcGeXYox .socicon {
  font-size: 1.3rem;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
  margin-right: 0.5rem;
}
.cid-tarcGeXYox .socicon:hover {
  transform: translate(0, -10px);
}
.cid-tarcGeXYox .socion1 {
  background: #ffc85b;
}
.cid-tarcGeXYox .socion2 {
  background-color: #d7b2db;
}
.cid-tarcGeXYox .socion3 {
  background-color: #e6790d;
}
.cid-tarcGeXYox .social-list {
  margin-top: 2rem;
  display: block;
  margin-bottom: 0;
}
.cid-tarcGeXYox .social-list .soc-item {
  display: inline-block;
  margin: 0 .3rem;
}
.cid-tarcGeXYox .social-list a {
  transition: .2s linear;
}
.cid-tarcGeXYox .social-list a:hover {
  opacity: .4;
}
.cid-tarcGeXYox .wrapper {
  background: #45b3df;
  padding: 2rem;
  border-radius: 30px;
}
.cid-tarcGeXYox .svg-1 {
  position: absolute;
  top: 0;
}
.cid-tarcGeXYox .svg-1 path {
  fill: #ffffff;
}
.cid-tarcGeXYox .item-image {
  margin-right: 2rem;
}
.cid-tarcGeXYox [class*=" socicon-"]:before {
  line-height: 1;
  margin-left: -1px;
}
.cid-tarcGeXYox .soc-item::after {
  display: none;
}
.cid-tarcGeXYox .icon1 {
  font-size: 2rem;
  font-weight: 300;
  color: #ffc85b;
}
.cid-tarcGeXYox .icon2 {
  font-size: 2rem;
  font-weight: 300;
  color: #f2861b;
}
.cid-tarcGeXYox .icon3 {
  font-size: 2rem;
  font-weight: 300;
  color: #59a6c3;
}
@media (max-width: 991px) {
  .cid-tarcGeXYox .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-tarcGeXYox .group-title {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .cid-tarcGeXYox .tips {
    width: 100%;
    height: auto;
    max-width: 103px;
  }
}
@media (max-width: 767px) {
  .cid-tarcGeXYox {
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .cid-tarcGeXYox .container-fluid {
    padding: 0 1rem;
  }
  .cid-tarcGeXYox .wrapper {
    padding: 1rem;
  }
}
.cid-tarcGeXYox .timetable {
  text-align: center;
}
.cid-tarcGfSYE0 {
  background-color: #223668;
}
.cid-tarcGfSYE0 svg {
  position: absolute;
  top: 0;
}
.cid-tarcGfSYE0 .svg-1 {
  fill: #2d4073;
}
.cid-tarcGfSYE0 .container-fluid {
  max-width: 1200px;
}
@media (max-width: 767px) {
  .cid-tarcGfSYE0 {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
@media (min-width: 767px) {
  .cid-tarcGfSYE0 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.cid-tarcGfSYE0 .mbr-text {
  color: #b1bee0;
}
.cid-tarcGfSYE0 a {
  text-decoration: underline;
}
.cid-tarcGfSYE0 a,
.cid-tarcGfSYE0 a:hover {
  font-weight: 400 !important;
}
