@import url(https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #073b4c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #073b4c !important;
  border-color: #073b4c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #010506 !important;
  border-color: #010506 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #073b4c;
  border-color: #073b4c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #073b4c !important;
  border-color: #073b4c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #073b4c !important;
}
.text-secondary {
  color: #f7ed4a !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #d2c609 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #073b4c;
  border-color: #073b4c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #073b4c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4ac6ee;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #073b4c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #073b4c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #073b4c;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #073b4c;
  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: #073b4c;
  border-bottom-color: #073b4c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #073b4c !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: #f7ed4a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23073b4c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-tRrqmp58yQ {
  height: 0 !important;
}
.cid-tRrqmp58yQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tRrqmp58yQ .nav-item:focus,
.cid-tRrqmp58yQ .nav-link:focus {
  outline: none;
}
.cid-tRrqmp58yQ .text-white:hover,
.cid-tRrqmp58yQ .text-white:active,
.cid-tRrqmp58yQ .text-white:focus {
  color: white!important;
}
.cid-tRrqmp58yQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tRrqmp58yQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRrqmp58yQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tRrqmp58yQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRrqmp58yQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRrqmp58yQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tRrqmp58yQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRrqmp58yQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRrqmp58yQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRrqmp58yQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRrqmp58yQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRrqmp58yQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRrqmp58yQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRrqmp58yQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRrqmp58yQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRrqmp58yQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-tRrqmp58yQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-item:hover {
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-menu {
  background-color: white!important;
}
.cid-tRrqmp58yQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-tRrqmp58yQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tRrqmp58yQ .nav-item {
    position: relative;
  }
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .collapsed {
  flex-direction: row!important;
}
.cid-tRrqmp58yQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRrqmp58yQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRrqmp58yQ .navbar-caption {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRrqmp58yQ .dropdown-item.active,
.cid-tRrqmp58yQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tRrqmp58yQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRrqmp58yQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRrqmp58yQ .navbar-buttons {
  text-align: center;
}
.cid-tRrqmp58yQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tRrqmp58yQ .nav-link {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrqmp58yQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRrqmp58yQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRrqmp58yQ .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRrqmp58yQ .navbar {
    height: 77px;
  }
  .cid-tRrqmp58yQ .navbar.opened {
    height: auto;
  }
  .cid-tRrqmp58yQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tQZ00VpRkt {
  padding-top: 135px;
  padding-bottom: 90px;
  background-color: #5b686b;
}
.cid-tQZ00VpRkt P {
  color: #767676;
}
.cid-tQZ00VpRkt .mbr-text,
.cid-tQZ00VpRkt .mbr-section-btn {
  color: #ffffff;
}
.cid-tQZ00VpRkt H3 {
  color: #efefef;
}
.cid-tQZ00VpRkt H1 {
  color: #ffffff;
}
.cid-uZ8jI8w9D5 {
  background-image: url("../../../assets/images/evm-2000x1561.png");
}
.cid-v4AVyjAD0w {
  background-image: url("../../../assets/images/1-1694x1023.png");
}
.cid-v4AVyjAD0w H1 {
  color: #55b4d4;
}
.cid-v4AVyjAD0w H3 {
  color: #149dcc;
}
.cid-v60qzPv13O {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #282124;
}
.cid-v60qzPv13O .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-v60qzPv13O .container {
  max-width: 1500px;
}
.cid-v60qzPv13O .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-v60qzPv13O .container {
    padding: 0 4rem;
  }
}
.cid-v60qzPv13O .mbr-text,
.cid-v60qzPv13O .mbr-section-btn {
  color: #efeeee;
}
.cid-v60qzPv13O .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-v60qzPv13O .btn .mbr-iconfont {
  order: 2;
}
.cid-v60qzPv13O .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-v60qzPv13O .align-left {
    text-align: center;
  }
  .cid-v60qzPv13O .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-v60prDUyEr {
  background-image: url("../../../assets/images/screenshot-2025-12-21-103049-2000x941.png");
}
.cid-v60prDUyEr H1 {
  color: #149dcc;
}
.cid-v60prDUyEr H3 {
  color: #149dcc;
}
.cid-v7Nfu97udl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #073b4c;
}
.cid-v7Nfu97udl .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-v7Nfu97udl .container {
  max-width: 1500px;
}
.cid-v7Nfu97udl .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-v7Nfu97udl .container {
    padding: 0 4rem;
  }
}
.cid-v7Nfu97udl .mbr-text,
.cid-v7Nfu97udl .mbr-section-btn {
  color: #efeeee;
}
.cid-v7Nfu97udl .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-v7Nfu97udl .btn .mbr-iconfont {
  order: 2;
}
.cid-v7Nfu97udl .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-v7Nfu97udl .align-left {
    text-align: center;
  }
  .cid-v7Nfu97udl .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-v7Nfu97udl H1 {
  text-align: left;
  color: #ffffff;
}
.cid-v7Ngf3F04g {
  background-image: url("../../../assets/images/bild-1405x1779.png");
}
.cid-v7Ngf3F04g H1 {
  color: #149dcc;
}
.cid-v7Ngf3F04g H3 {
  color: #149dcc;
}
.cid-tQYUWLtRT6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-tQYUWLtRT6 .mbr-section-text {
  color: #767676;
  text-align: center;
}
.cid-tQYUWLtRT6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tQYUWLtRT6 .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQYUWLtRT6 .mbr-iconfont {
  font-size: 48px;
}
.cid-tQYUWLtRT6 .card-img {
  margin-bottom: 1.5rem;
}
.cid-tQYUWLtRT6 .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tQYUWLtRT6 .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-tQYUWLtRT6 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-tQYUWLtRT6 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-tQYUWLtRT6 .nav-tabs .nav-link:hover {
  background: #149dcc;
}
.cid-tQYUWLtRT6 .nav-tabs .nav-link.active {
  color: #ffffff;
  font-style: normal;
  border: 2px solid #149dcc;
  background: #149dcc;
}
.cid-tQYUWLtRT6 .nav-tabs .nav-link.active:hover {
  border: 2px solid #149dcc;
}
.cid-tQYUWLtRT6 .mbr-section-text P {
  text-align: center;
}
.cid-tQYUWoFf9L {
  padding-top: 30px;
  padding-bottom: 45px;
  position: relative;
  background-color: #f9f295;
}
.cid-tQYUWoFf9L .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-tQYUWoFf9L .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-tQYUWoFf9L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-tQYUWoFf9L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-tQYUWoFf9L .card .card-header a.panel-title h4 {
  padding: 1.3rem 2rem;
  border: 1px solid #dfdfdf;
  margin-bottom: 0;
}
.cid-tQYUWoFf9L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-tQYUWoFf9L .card .panel-body {
  color: #767676;
}
.cid-tRrrMYEpsg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tRrrMYEpsg a:link {
  text-decoration: none;
}
.cid-tRrrMYEpsg .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRrrMYEpsg .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tRrrMYEpsg .inner-text {
  line-height: 3em;
}
.cid-tRrrMYEpsg .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrrMYEpsg .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tRrrMYEpsg .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tRrrMYEpsg .content-text,
.cid-tRrrMYEpsg .inner-text {
  color: #c1c1c1;
}
.cid-tRsjnFqlSG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-tRsjnFqlSG .mbr-text,
.cid-tRsjnFqlSG blockquote {
  color: #767676;
}
.cid-tReZ8b0SMy {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tReZ8b0SMy .mbr-text {
  position: relative;
  text-align: left;
}
.cid-tReZ8b0SMy .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tReZ8b0SMy .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tReZ8b0SMy .mbr-text:after,
  .cid-tReZ8b0SMy .mbr-text:before {
    display: none;
  }
}
.cid-tReYiv7OPx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-tReYiv7OPx .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tReYiv7OPx .section-text {
  padding: 2rem 0;
}
.cid-tReYiv7OPx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tReYiv7OPx .inner-container {
    width: 100% !important;
  }
}
.cid-tRrszOxaGb {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tRrszOxaGb a:link {
  text-decoration: none;
}
.cid-tRrszOxaGb .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRrszOxaGb .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tRrszOxaGb .inner-text {
  line-height: 3em;
}
.cid-tRrszOxaGb .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrszOxaGb .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tRrszOxaGb .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tRrszOxaGb .content-text,
.cid-tRrszOxaGb .inner-text {
  color: #c1c1c1;
}
.cid-tRrqmp58yQ {
  height: 0 !important;
}
.cid-tRrqmp58yQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tRrqmp58yQ .nav-item:focus,
.cid-tRrqmp58yQ .nav-link:focus {
  outline: none;
}
.cid-tRrqmp58yQ .text-white:hover,
.cid-tRrqmp58yQ .text-white:active,
.cid-tRrqmp58yQ .text-white:focus {
  color: white!important;
}
.cid-tRrqmp58yQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tRrqmp58yQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRrqmp58yQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tRrqmp58yQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRrqmp58yQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRrqmp58yQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tRrqmp58yQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRrqmp58yQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRrqmp58yQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRrqmp58yQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRrqmp58yQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRrqmp58yQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRrqmp58yQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRrqmp58yQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRrqmp58yQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRrqmp58yQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-tRrqmp58yQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-item:hover {
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-menu {
  background-color: white!important;
}
.cid-tRrqmp58yQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-tRrqmp58yQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tRrqmp58yQ .nav-item {
    position: relative;
  }
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .collapsed {
  flex-direction: row!important;
}
.cid-tRrqmp58yQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRrqmp58yQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRrqmp58yQ .navbar-caption {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRrqmp58yQ .dropdown-item.active,
.cid-tRrqmp58yQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tRrqmp58yQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRrqmp58yQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRrqmp58yQ .navbar-buttons {
  text-align: center;
}
.cid-tRrqmp58yQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tRrqmp58yQ .nav-link {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrqmp58yQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRrqmp58yQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRrqmp58yQ .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRrqmp58yQ .navbar {
    height: 77px;
  }
  .cid-tRrqmp58yQ .navbar.opened {
    height: auto;
  }
  .cid-tRrqmp58yQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRfcEia9EO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-tRfcEia9EO span {
  color: #c1c1c1;
}
.cid-tRfcEia9EO .flex-block {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-tRfcEia9EO .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-tRfcEia9EO .flex-block span {
    margin-left: 2rem;
  }
}
.cid-tRsje0f3MJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-tRsje0f3MJ .mbr-text,
.cid-tRsje0f3MJ blockquote {
  color: #767676;
}
.cid-tReWeqOL0F {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tReWeqOL0F .title {
  padding-bottom: 2.5rem;
}
.cid-tReWeqOL0F .mbr-text {
  color: #767676;
  margin: 0;
  padding-top: 0.5rem;
}
.cid-tReWeqOL0F .iconfont-wrapper {
  display: flex;
  align-items: center;
  width: 39px;
  height: 39px;
}
@media (min-width: 992px) {
  .cid-tReWeqOL0F .iconfont-wrapper {
    margin-right: 2rem;
  }
}
.cid-tReWeqOL0F .iconfont-wrapper .mbr-iconfont {
  font-size: 39px;
}
.cid-tReWeqOL0F .wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tReWeqOL0F .wrapper .iconfont-wrapper {
    margin: auto;
  }
}
@media (max-width: 991px) {
  .cid-tReWeqOL0F .wrapper {
    flex-wrap: wrap;
  }
  .cid-tReWeqOL0F .wrapper .iconfont-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tReWeqOL0F .wrapper .b-info {
  width: 100%;
}
.cid-tReWeqOL0F .mbr-section-subtitle {
  text-align: left;
  color: #767676;
}
.cid-tReWeqOL0F H4 {
  text-align: left;
}
.cid-tU5Mr7sWLG {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tU5Mr7sWLG .card-box {
  padding: 0 2rem;
}
.cid-tU5Mr7sWLG .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tU5Mr7sWLG .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tU5Mr7sWLG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-tU5Mr7sWLG p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-tU5Mr7sWLG .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-tU5Mr7sWLG .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f295;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tU5Mr7sWLG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tRrqmp58yQ {
  height: 0 !important;
}
.cid-tRrqmp58yQ .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tRrqmp58yQ .nav-item:focus,
.cid-tRrqmp58yQ .nav-link:focus {
  outline: none;
}
.cid-tRrqmp58yQ .text-white:hover,
.cid-tRrqmp58yQ .text-white:active,
.cid-tRrqmp58yQ .text-white:focus {
  color: white!important;
}
.cid-tRrqmp58yQ .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tRrqmp58yQ .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRrqmp58yQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tRrqmp58yQ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRrqmp58yQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRrqmp58yQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRrqmp58yQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tRrqmp58yQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRrqmp58yQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRrqmp58yQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRrqmp58yQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRrqmp58yQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRrqmp58yQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRrqmp58yQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRrqmp58yQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRrqmp58yQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRrqmp58yQ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRrqmp58yQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRrqmp58yQ .section {
  position: relative;
  overflow: visible!important;
}
.cid-tRrqmp58yQ .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-item:hover {
  color: black!important;
}
.cid-tRrqmp58yQ .dropdown-menu {
  background-color: white!important;
}
.cid-tRrqmp58yQ .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-tRrqmp58yQ .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrqmp58yQ .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tRrqmp58yQ .nav-item {
    position: relative;
  }
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRrqmp58yQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrqmp58yQ .collapsed {
  flex-direction: row!important;
}
.cid-tRrqmp58yQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRrqmp58yQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRrqmp58yQ .navbar-caption {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRrqmp58yQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRrqmp58yQ .dropdown-item.active,
.cid-tRrqmp58yQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tRrqmp58yQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRrqmp58yQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRrqmp58yQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRrqmp58yQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRrqmp58yQ .navbar-buttons {
  text-align: center;
}
.cid-tRrqmp58yQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrqmp58yQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRrqmp58yQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrqmp58yQ .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tRrqmp58yQ .nav-link {
  font-weight: 600!important;
}
.cid-tRrqmp58yQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrqmp58yQ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRrqmp58yQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRrqmp58yQ .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRrqmp58yQ .navbar {
    height: 77px;
  }
  .cid-tRrqmp58yQ .navbar.opened {
    height: auto;
  }
  .cid-tRrqmp58yQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRrstfDZm0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tRrstfDZm0 a:link {
  text-decoration: none;
}
.cid-tRrstfDZm0 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRrstfDZm0 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tRrstfDZm0 .inner-text {
  line-height: 3em;
}
.cid-tRrstfDZm0 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrstfDZm0 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tRrstfDZm0 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tRrstfDZm0 .content-text,
.cid-tRrstfDZm0 .inner-text {
  color: #c1c1c1;
}
.cid-tRsjpeTxAP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-tRsjpeTxAP .mbr-text,
.cid-tRsjpeTxAP blockquote {
  color: #767676;
}
.cid-tRrAw3lHHg {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tRrAw3lHHg .mbr-text {
  position: relative;
  text-align: left;
}
.cid-tRrAw3lHHg .mbr-text:before {
  color: #ffffff;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-tRrAw3lHHg .mbr-text:after {
  color: #ffffff;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-tRrAw3lHHg .mbr-text:after,
  .cid-tRrAw3lHHg .mbr-text:before {
    display: none;
  }
}
.cid-tRrAw5MyEO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f9f295;
}
.cid-tRrAw5MyEO .line {
  background-color: #073b4c;
  color: #073b4c;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tRrAw5MyEO .section-text {
  padding: 2rem 0;
}
.cid-tRrAw5MyEO .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tRrAw5MyEO .inner-container {
    width: 100% !important;
  }
}
.cid-tRrAw65ZEm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tRrAw65ZEm a:link {
  text-decoration: none;
}
.cid-tRrAw65ZEm .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tRrAw65ZEm .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-tRrAw65ZEm .inner-text {
  line-height: 3em;
}
.cid-tRrAw65ZEm .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrAw65ZEm .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-tRrAw65ZEm .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-tRrAw65ZEm .content-text,
.cid-tRrAw65ZEm .inner-text {
  color: #c1c1c1;
}
.cid-tRrAw6zxtz {
  height: 0 !important;
}
.cid-tRrAw6zxtz .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrAw6zxtz .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-tRrAw6zxtz .nav-item:focus,
.cid-tRrAw6zxtz .nav-link:focus {
  outline: none;
}
.cid-tRrAw6zxtz .text-white:hover,
.cid-tRrAw6zxtz .text-white:active,
.cid-tRrAw6zxtz .text-white:focus {
  color: white!important;
}
.cid-tRrAw6zxtz .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-tRrAw6zxtz .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-tRrAw6zxtz .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-tRrAw6zxtz .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tRrAw6zxtz .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tRrAw6zxtz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRrAw6zxtz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tRrAw6zxtz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRrAw6zxtz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRrAw6zxtz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tRrAw6zxtz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tRrAw6zxtz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tRrAw6zxtz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tRrAw6zxtz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tRrAw6zxtz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRrAw6zxtz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRrAw6zxtz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tRrAw6zxtz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tRrAw6zxtz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tRrAw6zxtz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tRrAw6zxtz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tRrAw6zxtz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tRrAw6zxtz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tRrAw6zxtz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tRrAw6zxtz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRrAw6zxtz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tRrAw6zxtz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-tRrAw6zxtz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tRrAw6zxtz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRrAw6zxtz .section {
  position: relative;
  overflow: visible!important;
}
.cid-tRrAw6zxtz .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-tRrAw6zxtz .dropdown-item:hover {
  color: black!important;
}
.cid-tRrAw6zxtz .dropdown-menu {
  background-color: white!important;
}
.cid-tRrAw6zxtz .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-tRrAw6zxtz .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-tRrAw6zxtz .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-tRrAw6zxtz .nav-item {
    position: relative;
  }
}
.cid-tRrAw6zxtz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrAw6zxtz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tRrAw6zxtz .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-tRrAw6zxtz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tRrAw6zxtz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tRrAw6zxtz .collapsed {
  flex-direction: row!important;
}
.cid-tRrAw6zxtz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRrAw6zxtz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tRrAw6zxtz .navbar-caption {
  font-weight: 600!important;
}
.cid-tRrAw6zxtz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tRrAw6zxtz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tRrAw6zxtz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRrAw6zxtz .dropdown-item.active,
.cid-tRrAw6zxtz .dropdown-item:active {
  background-color: transparent;
}
.cid-tRrAw6zxtz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tRrAw6zxtz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tRrAw6zxtz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tRrAw6zxtz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRrAw6zxtz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tRrAw6zxtz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tRrAw6zxtz .navbar-buttons {
  text-align: center;
}
.cid-tRrAw6zxtz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tRrAw6zxtz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-tRrAw6zxtz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRrAw6zxtz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrAw6zxtz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRrAw6zxtz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRrAw6zxtz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrAw6zxtz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRrAw6zxtz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRrAw6zxtz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRrAw6zxtz .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-tRrAw6zxtz .nav-link {
  font-weight: 600!important;
}
.cid-tRrAw6zxtz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tRrAw6zxtz .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tRrAw6zxtz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-tRrAw6zxtz .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRrAw6zxtz .navbar {
    height: 77px;
  }
  .cid-tRrAw6zxtz .navbar.opened {
    height: auto;
  }
  .cid-tRrAw6zxtz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ3ngFSS23 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-uZ3ngFSS23 .mbr-text,
.cid-uZ3ngFSS23 blockquote {
  color: #767676;
}
.cid-uZ3o4873QE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ3o4873QE .mbr-section-subtitle {
  color: #767676;
}
.cid-uZ3o5qLhXG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ3p0M5sZc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ3p0M5sZc h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-uZ3p0M5sZc .mbr-section-subtitle {
  color: #767676;
}
.cid-uZ3p0M5sZc .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-uZ3p0M5sZc .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-uZ8v5I74km {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uZ8v5I74km .mbr-section-text {
  color: #767676;
}
.cid-uZ8v5I74km .mbr-section-subtitle {
  color: #767676;
}
.cid-uZ8v5I74km .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ8v5I74km .mbr-iconfont {
  font-size: 48px;
}
.cid-uZ8v5I74km .card-img {
  margin-bottom: 1.5rem;
}
.cid-uZ8v5I74km .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ8v5I74km .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-uZ8v5I74km .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uZ8v5I74km .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-uZ8v5I74km .nav-tabs .nav-link:hover {
  background: #f9f295;
}
.cid-uZ8v5I74km .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #f9f295;
  background: #f9f295;
}
.cid-uZ8v5I74km .nav-tabs .nav-link.active:hover {
  border: 2px solid #f9f295;
}
.cid-uZ8v61SgYk {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f9f9f9;
}
.cid-uZ8v61SgYk .mbr-section-text {
  color: #767676;
}
.cid-uZ8v61SgYk .mbr-section-subtitle {
  color: #767676;
}
.cid-uZ8v61SgYk .tabcont {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ8v61SgYk .mbr-iconfont {
  font-size: 48px;
}
.cid-uZ8v61SgYk .card-img {
  margin-bottom: 1.5rem;
}
.cid-uZ8v61SgYk .tab-content-row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ8v61SgYk .tab-content {
  margin-top: 3rem;
  width: 100%;
}
.cid-uZ8v61SgYk .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
}
.cid-uZ8v61SgYk .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #767676;
  font-style: normal;
  font-weight: 500;
  border-radius: 3px;
  padding: 1rem 3rem;
  margin: 0.4rem .8rem !important;
  transition: color .3s;
  border: 2px solid #767676;
}
.cid-uZ8v61SgYk .nav-tabs .nav-link:hover {
  background: #f9f295;
}
.cid-uZ8v61SgYk .nav-tabs .nav-link.active {
  color: #000000;
  font-style: normal;
  border: 2px solid #f9f295;
  background: #f9f295;
}
.cid-uZ8v61SgYk .nav-tabs .nav-link.active:hover {
  border: 2px solid #f9f295;
}
.cid-uZ3nY5J9s3 {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uZ3nY5J9s3 .mbr-section-subtitle,
.cid-uZ3nY5J9s3 .mbr-text {
  color: #767676;
}
.cid-uZ3nY5J9s3 .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uZ3nY5J9s3 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-img .mbr-overlay {
  background-color: #ffffff;
  display: none;
  transition: opacity .3s;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-img img {
  width: 100%;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-box {
  background-color: #ffffff;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-uZ3nY5J9s3 .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
}
.cid-uZ3nY5J9s3 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-uZ3nY5J9s3 .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-uZ3nY5J9s3 .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uZ3nY5J9s3 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uZ3nYzw7Uv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uZ3nYzw7Uv p {
  color: #767676;
}
.cid-uZ3nYzw7Uv .item:focus,
.cid-uZ3nYzw7Uv span:focus {
  outline: none;
}
.cid-uZ3nYzw7Uv .item {
  padding-bottom: 3rem;
  cursor: pointer;
}
.cid-uZ3nYzw7Uv .item-wrapper {
  position: relative;
}
.cid-uZ3nYzw7Uv .item-btn,
.cid-uZ3nYzw7Uv h4,
.cid-uZ3nYzw7Uv h5 {
  margin: 0;
}
.cid-uZ3nYzw7Uv .item-content {
  padding-top: 2rem;
}
.cid-uZ3nJWmeHV {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/evm-2000x1561.png");
}
.cid-uZ3nJWmeHV .testimonial-text {
  font-style: italic;
  font-weight: 300;
}
.cid-uZ3nJWmeHV .mbr-author-name {
  font-weight: bold;
}
.cid-uZ3nJWmeHV .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-uZ3nJWmeHV .mbr-figure,
  .cid-uZ3nJWmeHV img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-uZ3nJWmeHV .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-uZ3onghPQ4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/evm-2000x1561.png");
}
.cid-uZ3onghPQ4 img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-uZ3onghPQ4 .wrapper:before {
  content: '';
  display: block;
  position: absolute;
  transition: opacity 0.3s;
  top: 0;
  right: 0;
  height: 100%;
  left: 0;
  background-color: #ffffff;
  opacity: 0.6;
  pointer-events: none;
}
.cid-uZ3onghPQ4 .row > div {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.cid-uZ3onghPQ4 .row > div:hover .wrapper:before {
  opacity: 0.2;
}
@media (max-width: 767px) {
  .cid-uZ3onghPQ4 .wrapper:before {
    opacity: 0.2;
  }
}
.cid-uZ3nJuI0Qm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9f295;
}
.cid-uZ3nJuI0Qm .testimonial-text {
  font-style: italic;
  color: #676767;
  font-weight: 300;
}
.cid-uZ3nJuI0Qm .mbr-author-name {
  font-weight: bold;
  color: #232;
}
.cid-uZ3nJuI0Qm .mbr-author-desc {
  color: #232;
}
@media (max-width: 991px) {
  .cid-uZ3nJuI0Qm .mbr-figure,
  .cid-uZ3nJuI0Qm img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
}
.cid-uZ8zgWj5aI {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uZ8zgWj5aI .line {
  background-color: #f9f295;
  color: #f9f295;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uZ8zgWj5aI .section-text {
  padding: 2rem 0;
}
.cid-uZ8zgWj5aI .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uZ8zgWj5aI .inner-container {
    width: 100% !important;
  }
}
.cid-uZ3oqqcopk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uZ3oqqcopk .mbr-text {
  margin: 0;
}
.cid-uZ3oqqcopk .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-uZ3oqqcopk .row-element,
.cid-uZ3oqqcopk .image-element {
  padding: 0;
}
.cid-uZ3oqqcopk .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ3oqqcopk .image-element .img-wrap {
  width: 100% !important;
}
.cid-uZ3oqqcopk .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-uZ3oqqcopk .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uZ3oqqcopk .carousel-item.active,
.cid-uZ3oqqcopk .carousel-item-next,
.cid-uZ3oqqcopk .carousel-item-prev {
  display: flex;
}
.cid-uZ3oqqcopk .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-uZ3oqqcopk .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #073b4c;
}
.cid-uZ3oqqcopk .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-uZ3oqqcopk .carousel-indicators li:hover {
  opacity: 1;
}
.cid-uZ3oqqcopk .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-uZ3oqqcopk .carousel-controls {
    display: block;
  }
  .cid-uZ3oqqcopk .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-uZ3oqqcopk .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-uZ3oqqcopk .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-uZ3oqqcopk .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-uZ3oqqcopk .text-element {
    padding: 1rem;
  }
  .cid-uZ3oqqcopk .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ3oqqcopk .image-element {
    min-width: 50%;
  }
  .cid-uZ3oqqcopk .media-container-row {
    width: 100%;
  }
}
.cid-uZ3oqqcopk .mbr-text,
.cid-uZ3oqqcopk .link {
  text-align: center;
}
.cid-uZ3oYrnalw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efeeee;
}
.cid-uZ3oYrnalw .container {
  max-width: 1500px;
}
.cid-uZ3oYrnalw img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-uZ3oYrnalw img:hover {
  transform: scale(1.1);
}
.cid-uZ3oYrnalw .row {
  background: #ffffff;
}
.cid-uZ3oYrnalw .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-uZ3oYrnalw h2 {
  padding: 0;
  margin: 0;
}
.cid-uZ3oYrnalw .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZ3oYrnalw .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-uZ3oYrnalw .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-uZ3oYrnalw .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
  justify-content: space-between;
}
.cid-uZ3oYrnalw .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
}
.cid-uZ3oYrnalw .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-uZ3oYrnalw .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uZ3oYrnalw .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uZ3oYrnalw .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-uZ3oYrnalw .row {
    margin: 0rem;
  }
  .cid-uZ3oYrnalw .text-col {
    padding: 2rem 1rem;
  }
  .cid-uZ3oYrnalw .number {
    margin-right: 2rem;
  }
  .cid-uZ3oYrnalw .img-col {
    margin-bottom: 3rem;
  }
}
.cid-uZ3oYrnalw H2 {
  color: #333333;
  text-align: center;
}
.cid-uZ3oYrnalw .mbr-text {
  color: #767676;
}
.cid-uZ8rmGvQoK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f295;
}
.cid-uZ8rmGvQoK h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uZ8rmGvQoK p {
  color: #767676;
}
.cid-uZ8rmGvQoK .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-uZ8rmGvQoK .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-uZ8rmGvQoK .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uZ8rmGvQoK .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uZ8rmGvQoK .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uZ8rmGvQoK .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-v0alDgVoTY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v0alDgVoTY .container-fluid {
  padding: 0 3rem;
}
.cid-v0alDgVoTY .mbr-section-subtitle {
  color: #767676;
}
.cid-v0alDgVoTY .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v0alDgVoTY .table-wrapper {
  margin: 0 auto;
}
.cid-v0alDgVoTY table {
  width: 88% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v0alDgVoTY table thead tr {
  border: none !important;
}
.cid-v0alDgVoTY table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-v0alDgVoTY table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-v0alDgVoTY table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-v0alDgVoTY tr:hover {
  background-color: #fac769 !important;
}
.cid-v0alDgVoTY .head-item:after,
.cid-v0alDgVoTY .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-v0alDgVoTY table th,
  .cid-v0alDgVoTY table td {
    padding: .75rem;
  }
}
.cid-v0alDgVoTY .body-item {
  text-align: center;
}
.cid-v0alDgVoTY .mbr-text {
  color: #767676;
}
.cid-v0alDgVoTY .head-item {
  color: #232323;
}
.cid-uZ3ngGtj6w {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-uZ3ngGtj6w .card-box {
  padding: 0 2rem;
}
.cid-uZ3ngGtj6w .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uZ3ngGtj6w .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-uZ3ngGtj6w h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-uZ3ngGtj6w p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-uZ3ngGtj6w .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-uZ3ngGtj6w .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f295;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-uZ3ngGtj6w .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-uZ3ngGRz3x {
  height: 0 !important;
}
.cid-uZ3ngGRz3x .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ3ngGRz3x .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-uZ3ngGRz3x .nav-item:focus,
.cid-uZ3ngGRz3x .nav-link:focus {
  outline: none;
}
.cid-uZ3ngGRz3x .text-white:hover,
.cid-uZ3ngGRz3x .text-white:active,
.cid-uZ3ngGRz3x .text-white:focus {
  color: white!important;
}
.cid-uZ3ngGRz3x .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-uZ3ngGRz3x .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-uZ3ngGRz3x .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-uZ3ngGRz3x .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uZ3ngGRz3x .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uZ3ngGRz3x .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZ3ngGRz3x .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZ3ngGRz3x .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uZ3ngGRz3x .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZ3ngGRz3x .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZ3ngGRz3x .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uZ3ngGRz3x .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZ3ngGRz3x .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uZ3ngGRz3x .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uZ3ngGRz3x .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZ3ngGRz3x .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZ3ngGRz3x .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uZ3ngGRz3x .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZ3ngGRz3x .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZ3ngGRz3x .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uZ3ngGRz3x .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uZ3ngGRz3x .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZ3ngGRz3x .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZ3ngGRz3x .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uZ3ngGRz3x .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uZ3ngGRz3x .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uZ3ngGRz3x .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uZ3ngGRz3x .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uZ3ngGRz3x .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uZ3ngGRz3x .section {
  position: relative;
  overflow: visible!important;
}
.cid-uZ3ngGRz3x .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-uZ3ngGRz3x .dropdown-item:hover {
  color: black!important;
}
.cid-uZ3ngGRz3x .dropdown-menu {
  background-color: white!important;
}
.cid-uZ3ngGRz3x .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-uZ3ngGRz3x .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-uZ3ngGRz3x .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-uZ3ngGRz3x .nav-item {
    position: relative;
  }
}
.cid-uZ3ngGRz3x .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ3ngGRz3x .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZ3ngGRz3x .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-uZ3ngGRz3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uZ3ngGRz3x .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uZ3ngGRz3x .collapsed {
  flex-direction: row!important;
}
.cid-uZ3ngGRz3x .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZ3ngGRz3x .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZ3ngGRz3x .navbar-caption {
  font-weight: 600!important;
}
.cid-uZ3ngGRz3x .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZ3ngGRz3x .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZ3ngGRz3x .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZ3ngGRz3x .dropdown-item.active,
.cid-uZ3ngGRz3x .dropdown-item:active {
  background-color: transparent;
}
.cid-uZ3ngGRz3x .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZ3ngGRz3x .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZ3ngGRz3x .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZ3ngGRz3x .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uZ3ngGRz3x .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZ3ngGRz3x ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uZ3ngGRz3x .navbar-buttons {
  text-align: center;
}
.cid-uZ3ngGRz3x button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uZ3ngGRz3x button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-uZ3ngGRz3x button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uZ3ngGRz3x button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ3ngGRz3x button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uZ3ngGRz3x button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uZ3ngGRz3x nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ3ngGRz3x nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uZ3ngGRz3x nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uZ3ngGRz3x nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uZ3ngGRz3x .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-uZ3ngGRz3x .nav-link {
  font-weight: 600!important;
}
.cid-uZ3ngGRz3x a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ3ngGRz3x .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uZ3ngGRz3x .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-uZ3ngGRz3x .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZ3ngGRz3x .navbar {
    height: 77px;
  }
  .cid-uZ3ngGRz3x .navbar.opened {
    height: auto;
  }
  .cid-uZ3ngGRz3x .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZ3ngHcPHd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uZ3ngHcPHd a:link {
  text-decoration: none;
}
.cid-uZ3ngHcPHd .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-uZ3ngHcPHd .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-uZ3ngHcPHd .inner-text {
  line-height: 3em;
}
.cid-uZ3ngHcPHd .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uZ3ngHcPHd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-uZ3ngHcPHd .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-uZ3ngHcPHd .content-text,
.cid-uZ3ngHcPHd .inner-text {
  color: #c1c1c1;
}
.cid-v2qmWoxVAR {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-v2qmWoxVAR .mbr-text,
.cid-v2qmWoxVAR blockquote {
  color: #767676;
}
.cid-v2qmWpxjBx {
  height: 0 !important;
}
.cid-v2qmWpxjBx .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2qmWpxjBx .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v2qmWpxjBx .nav-item:focus,
.cid-v2qmWpxjBx .nav-link:focus {
  outline: none;
}
.cid-v2qmWpxjBx .text-white:hover,
.cid-v2qmWpxjBx .text-white:active,
.cid-v2qmWpxjBx .text-white:focus {
  color: white!important;
}
.cid-v2qmWpxjBx .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-v2qmWpxjBx .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-v2qmWpxjBx .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v2qmWpxjBx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2qmWpxjBx .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v2qmWpxjBx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2qmWpxjBx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v2qmWpxjBx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2qmWpxjBx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2qmWpxjBx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2qmWpxjBx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2qmWpxjBx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2qmWpxjBx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2qmWpxjBx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2qmWpxjBx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2qmWpxjBx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2qmWpxjBx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2qmWpxjBx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2qmWpxjBx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2qmWpxjBx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2qmWpxjBx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2qmWpxjBx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2qmWpxjBx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2qmWpxjBx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2qmWpxjBx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2qmWpxjBx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2qmWpxjBx .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v2qmWpxjBx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2qmWpxjBx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2qmWpxjBx .section {
  position: relative;
  overflow: visible!important;
}
.cid-v2qmWpxjBx .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v2qmWpxjBx .dropdown-item:hover {
  color: black!important;
}
.cid-v2qmWpxjBx .dropdown-menu {
  background-color: white!important;
}
.cid-v2qmWpxjBx .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-v2qmWpxjBx .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v2qmWpxjBx .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v2qmWpxjBx .nav-item {
    position: relative;
  }
}
.cid-v2qmWpxjBx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2qmWpxjBx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2qmWpxjBx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-v2qmWpxjBx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2qmWpxjBx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2qmWpxjBx .collapsed {
  flex-direction: row!important;
}
.cid-v2qmWpxjBx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2qmWpxjBx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2qmWpxjBx .navbar-caption {
  font-weight: 600!important;
}
.cid-v2qmWpxjBx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2qmWpxjBx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2qmWpxjBx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2qmWpxjBx .dropdown-item.active,
.cid-v2qmWpxjBx .dropdown-item:active {
  background-color: transparent;
}
.cid-v2qmWpxjBx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2qmWpxjBx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2qmWpxjBx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2qmWpxjBx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v2qmWpxjBx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2qmWpxjBx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2qmWpxjBx .navbar-buttons {
  text-align: center;
}
.cid-v2qmWpxjBx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2qmWpxjBx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-v2qmWpxjBx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2qmWpxjBx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2qmWpxjBx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2qmWpxjBx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2qmWpxjBx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2qmWpxjBx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2qmWpxjBx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2qmWpxjBx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2qmWpxjBx .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v2qmWpxjBx .nav-link {
  font-weight: 600!important;
}
.cid-v2qmWpxjBx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2qmWpxjBx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v2qmWpxjBx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v2qmWpxjBx .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2qmWpxjBx .navbar {
    height: 77px;
  }
  .cid-v2qmWpxjBx .navbar.opened {
    height: auto;
  }
  .cid-v2qmWpxjBx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2qmWpRjX9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-v2qmWpRjX9 a:link {
  text-decoration: none;
}
.cid-v2qmWpRjX9 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v2qmWpRjX9 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-v2qmWpRjX9 .inner-text {
  line-height: 3em;
}
.cid-v2qmWpRjX9 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2qmWpRjX9 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v2qmWpRjX9 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v2qmWpRjX9 .content-text,
.cid-v2qmWpRjX9 .inner-text {
  color: #c1c1c1;
}
.cid-v4AfGuZtGE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-v4AfGuZtGE .mbr-text,
.cid-v4AfGuZtGE blockquote {
  color: #767676;
}
.cid-v4AfGvo3ly {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4AfGvo3ly .mbr-section-subtitle {
  color: #767676;
}
.cid-v4AfGvxMfL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4An7eeNL9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-v4An7eeNL9 .mbr-section-subtitle {
  color: #5b686b;
  text-align: center;
}
.cid-v4AknIa41s {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v4AknIa41s .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4AknIa41s .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v4AknIa41s .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v4AknIa41s .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-v4AknIa41s .process-icon,
.cid-v4AknIa41s .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v4AknIa41s .wrapper,
.cid-v4AknIa41s .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v4AknIa41s .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-v4AknIa41s .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v4AknIa41s .icon-container a {
  display: inherit;
}
.cid-v4AknIa41s .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-v4AknIa41s .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v4AknIa41s .icon-main:hover .icon-wrapper {
  background-color: #149dcc !important;
}
.cid-v4AknIa41s .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-v4AknIa41s .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-v4AknIa41s .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-v4AknIa41s .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v4AknIa41s .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v4AknIa41s .mbr-section-title {
  margin: 0;
}
.cid-v4AknIa41s .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v4AqpoCiIV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4AqpoCiIV .container-fluid {
  padding: 0 3rem;
}
.cid-v4AqpoCiIV .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #073b4c 50%, #f7ed4a 120%);
  display: inline-block;
}
.cid-v4AqpoCiIV .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-v4AqpoCiIV .header-text {
  padding: 2rem 1rem !important;
}
.cid-v4AqpoCiIV .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-v4AqpoCiIV .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-v4AqpoCiIV .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-v4AqpoCiIV .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-v4AqpoCiIV .card .card-header a.panel-title:hover .sign {
  background-color: #149dcc !important;
}
.cid-v4AqpoCiIV .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #55b4d4;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-v4AqpoCiIV .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-v4AqpoCiIV .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-v4AqpoCiIV .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-v4AqpoCiIV .container-fluid {
    padding: 0 1rem;
  }
  .cid-v4AqpoCiIV .header-text {
    padding: 1rem !important;
  }
  .cid-v4AqpoCiIV .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-v4AqpoCiIV .panel-body {
    width: calc(100% - 48px);
  }
  .cid-v4AqpoCiIV .panel-group {
    padding: 0;
  }
}
.cid-v4AqpoCiIV .header-text,
.cid-v4AqpoCiIV .sign {
  color: #232323;
}
.cid-v4AfGBBQ3c {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v4AfGBBQ3c .container-fluid {
  padding: 0 3rem;
}
.cid-v4AfGBBQ3c .mbr-section-subtitle {
  color: #767676;
}
.cid-v4AfGBBQ3c .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v4AfGBBQ3c .table-wrapper {
  margin: 0 auto;
}
.cid-v4AfGBBQ3c table {
  width: 98% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v4AfGBBQ3c table thead tr {
  border: none !important;
}
.cid-v4AfGBBQ3c table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-v4AfGBBQ3c table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-v4AfGBBQ3c table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-v4AfGBBQ3c tr:hover {
  background-color: #fac769 !important;
}
.cid-v4AfGBBQ3c .head-item:after,
.cid-v4AfGBBQ3c .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-v4AfGBBQ3c table th,
  .cid-v4AfGBBQ3c table td {
    padding: .75rem;
  }
}
.cid-v4AfGBBQ3c .body-item {
  text-align: center;
}
.cid-v4AfGBBQ3c .mbr-text {
  color: #767676;
}
.cid-v4AfGBBQ3c .head-item {
  color: #232323;
}
.cid-v4AfGDrSPY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-v4AfGDrSPY .card-box {
  padding: 0 2rem;
}
.cid-v4AfGDrSPY .mbr-section-btn {
  padding-top: 1rem;
}
.cid-v4AfGDrSPY .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-v4AfGDrSPY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-v4AfGDrSPY p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-v4AfGDrSPY .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-v4AfGDrSPY .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f295;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v4AfGDrSPY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v4AfGDZDpF {
  height: 0 !important;
}
.cid-v4AfGDZDpF .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v4AfGDZDpF .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v4AfGDZDpF .nav-item:focus,
.cid-v4AfGDZDpF .nav-link:focus {
  outline: none;
}
.cid-v4AfGDZDpF .text-white:hover,
.cid-v4AfGDZDpF .text-white:active,
.cid-v4AfGDZDpF .text-white:focus {
  color: white!important;
}
.cid-v4AfGDZDpF .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-v4AfGDZDpF .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-v4AfGDZDpF .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v4AfGDZDpF .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v4AfGDZDpF .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v4AfGDZDpF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v4AfGDZDpF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v4AfGDZDpF .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v4AfGDZDpF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v4AfGDZDpF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v4AfGDZDpF .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v4AfGDZDpF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v4AfGDZDpF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v4AfGDZDpF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v4AfGDZDpF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v4AfGDZDpF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v4AfGDZDpF .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v4AfGDZDpF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v4AfGDZDpF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v4AfGDZDpF .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v4AfGDZDpF .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v4AfGDZDpF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v4AfGDZDpF .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v4AfGDZDpF .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v4AfGDZDpF .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v4AfGDZDpF .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v4AfGDZDpF .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v4AfGDZDpF .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v4AfGDZDpF .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v4AfGDZDpF .section {
  position: relative;
  overflow: visible!important;
}
.cid-v4AfGDZDpF .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v4AfGDZDpF .dropdown-item:hover {
  color: black!important;
}
.cid-v4AfGDZDpF .dropdown-menu {
  background-color: white!important;
}
.cid-v4AfGDZDpF .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-v4AfGDZDpF .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v4AfGDZDpF .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v4AfGDZDpF .nav-item {
    position: relative;
  }
}
.cid-v4AfGDZDpF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4AfGDZDpF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v4AfGDZDpF .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-v4AfGDZDpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v4AfGDZDpF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v4AfGDZDpF .collapsed {
  flex-direction: row!important;
}
.cid-v4AfGDZDpF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v4AfGDZDpF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v4AfGDZDpF .navbar-caption {
  font-weight: 600!important;
}
.cid-v4AfGDZDpF .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v4AfGDZDpF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v4AfGDZDpF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v4AfGDZDpF .dropdown-item.active,
.cid-v4AfGDZDpF .dropdown-item:active {
  background-color: transparent;
}
.cid-v4AfGDZDpF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v4AfGDZDpF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v4AfGDZDpF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v4AfGDZDpF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v4AfGDZDpF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v4AfGDZDpF ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v4AfGDZDpF .navbar-buttons {
  text-align: center;
}
.cid-v4AfGDZDpF button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v4AfGDZDpF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-v4AfGDZDpF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v4AfGDZDpF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v4AfGDZDpF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v4AfGDZDpF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v4AfGDZDpF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4AfGDZDpF nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v4AfGDZDpF nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v4AfGDZDpF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v4AfGDZDpF .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v4AfGDZDpF .nav-link {
  font-weight: 600!important;
}
.cid-v4AfGDZDpF a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4AfGDZDpF .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v4AfGDZDpF .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v4AfGDZDpF .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v4AfGDZDpF .navbar {
    height: 77px;
  }
  .cid-v4AfGDZDpF .navbar.opened {
    height: auto;
  }
  .cid-v4AfGDZDpF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v4AfGEqoK7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-v4AfGEqoK7 a:link {
  text-decoration: none;
}
.cid-v4AfGEqoK7 .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v4AfGEqoK7 .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-v4AfGEqoK7 .inner-text {
  line-height: 3em;
}
.cid-v4AfGEqoK7 .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v4AfGEqoK7 .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v4AfGEqoK7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v4AfGEqoK7 .content-text,
.cid-v4AfGEqoK7 .inner-text {
  color: #c1c1c1;
}
.cid-v60iNZ7ws5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #5b686b;
}
.cid-v60iNZ7ws5 .mbr-text,
.cid-v60iNZ7ws5 blockquote {
  color: #767676;
}
.cid-v60iNZq7Ac {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v60iNZq7Ac .mbr-section-subtitle {
  color: #767676;
}
.cid-v60iNZB67b {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v60iNZJ3r9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f9f295;
}
.cid-v60iNZJ3r9 .mbr-section-subtitle {
  color: #5b686b;
  text-align: center;
}
.cid-v60iNZUTeI {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-v60iNZUTeI .subicon-title {
  color: #000000;
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v60iNZUTeI .subicon-text {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-v60iNZUTeI .underline {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.cid-v60iNZUTeI .underline .line {
  width: 3rem;
  height: 2px;
  background: #232323;
  display: inline-block;
}
.cid-v60iNZUTeI .process-icon,
.cid-v60iNZUTeI .process-icon-without-before {
  width: 100%;
  padding-bottom: 2rem;
}
.cid-v60iNZUTeI .wrapper,
.cid-v60iNZUTeI .wrapper-without-before {
  position: relative;
  margin-bottom: 2rem;
}
.cid-v60iNZUTeI .wrapper::before {
  content: '\e966';
  font-family: MobiriseIcons !important;
  position: absolute;
  font-size: 30px;
  left: -15px;
  top: 30%;
  color: #232323;
  opacity: .4;
}
.cid-v60iNZUTeI .icon-container {
  display: inline-flex;
  position: relative;
}
.cid-v60iNZUTeI .icon-container a {
  display: inherit;
}
.cid-v60iNZUTeI .icon-number {
  text-align: center;
  height: 2.5em;
  width: 2.5em;
  margin: 0;
  line-height: 2.5em;
  top: 0;
  right: 0;
  position: absolute;
  display: inline-block;
  background-color: #149dcc !important;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  color: #ffffff;
  z-index: 1;
}
.cid-v60iNZUTeI .icon-main {
  margin: 1rem 0;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  padding: 0;
  transition: all 0.3s ease-in-out 0s;
}
.cid-v60iNZUTeI .icon-main:hover .icon-wrapper {
  background-color: #149dcc !important;
}
.cid-v60iNZUTeI .icon-main:hover .icon-number {
  background-color: #232323 !important;
  color: #ffffff !important;
}
.cid-v60iNZUTeI .icon-wrapper {
  position: relative;
  z-index: 1;
  padding: 0.9em;
  height: 100%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 50%;
  font-size: 50px;
  color: #ffffff;
}
.cid-v60iNZUTeI .main-wrapper {
  padding: 3rem 0 0 0;
}
@media (max-width: 767px) {
  .cid-v60iNZUTeI .wrapper::before {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-v60iNZUTeI .third-elem .wrapper:before {
    display: none;
  }
}
.cid-v60iNZUTeI .mbr-section-title {
  margin: 0;
}
.cid-v60iNZUTeI .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-v60iO0L7vE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-v60iO0L7vE .container-fluid {
  padding: 0 3rem;
}
.cid-v60iO0L7vE .mbr-section-subtitle {
  color: #767676;
}
.cid-v60iO0L7vE .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v60iO0L7vE .table-wrapper {
  margin: 0 auto;
}
.cid-v60iO0L7vE table {
  width: 98% !important;
  margin-top: 6px;
  margin-bottom: 0;
}
.cid-v60iO0L7vE table thead tr {
  border: none !important;
}
.cid-v60iO0L7vE table th {
  padding: 1.5rem 1rem;
  transition: all .2s;
  text-align: center;
  border-top: none;
  border-bottom: 1px solid #5b5b5b;
  color: white;
  vertical-align: middle;
}
.cid-v60iO0L7vE table tr {
  border-bottom: 1px solid #c1c1c1;
  border-top: none;
}
.cid-v60iO0L7vE table td {
  padding: 1.2rem 1.6rem;
  vertical-align: middle;
  border: none;
}
.cid-v60iO0L7vE tr:hover {
  background-color: #fac769 !important;
}
.cid-v60iO0L7vE .head-item:after,
.cid-v60iO0L7vE .head-item:before {
  bottom: 1.6em !important;
}
@media (max-width: 767px) {
  .cid-v60iO0L7vE table th,
  .cid-v60iO0L7vE table td {
    padding: .75rem;
  }
}
.cid-v60iO0L7vE .body-item {
  text-align: center;
}
.cid-v60iO0L7vE .mbr-text {
  color: #767676;
}
.cid-v60iO0L7vE .head-item {
  color: #232323;
}
.cid-v60iO1hiME {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f295;
}
.cid-v60iO1hiME .card-box {
  padding: 0 2rem;
}
.cid-v60iO1hiME .mbr-section-btn {
  padding-top: 1rem;
}
.cid-v60iO1hiME .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-v60iO1hiME h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-v60iO1hiME p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-v60iO1hiME .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-v60iO1hiME .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #f9f295;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-v60iO1hiME .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-v60iO1JTTn {
  height: 0 !important;
}
.cid-v60iO1JTTn .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v60iO1JTTn .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-v60iO1JTTn .nav-item:focus,
.cid-v60iO1JTTn .nav-link:focus {
  outline: none;
}
.cid-v60iO1JTTn .text-white:hover,
.cid-v60iO1JTTn .text-white:active,
.cid-v60iO1JTTn .text-white:focus {
  color: white!important;
}
.cid-v60iO1JTTn .navbar {
  max-width: 1000px;
  margin: auto;
  margin-top: -10px;
  opacity: 0.9;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-v60iO1JTTn .navbar:hover {
  opacity: 1;
  margin-top: 0;
}
.cid-v60iO1JTTn .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-v60iO1JTTn .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v60iO1JTTn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-v60iO1JTTn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v60iO1JTTn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v60iO1JTTn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v60iO1JTTn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v60iO1JTTn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v60iO1JTTn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v60iO1JTTn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v60iO1JTTn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v60iO1JTTn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v60iO1JTTn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v60iO1JTTn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v60iO1JTTn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v60iO1JTTn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v60iO1JTTn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v60iO1JTTn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v60iO1JTTn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v60iO1JTTn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v60iO1JTTn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v60iO1JTTn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v60iO1JTTn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v60iO1JTTn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v60iO1JTTn .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-v60iO1JTTn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v60iO1JTTn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v60iO1JTTn .section {
  position: relative;
  overflow: visible!important;
}
.cid-v60iO1JTTn .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-v60iO1JTTn .dropdown-item:hover {
  color: black!important;
}
.cid-v60iO1JTTn .dropdown-menu {
  background-color: white!important;
}
.cid-v60iO1JTTn .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(249, 242, 123, 0.35);
  display: block;
}
.cid-v60iO1JTTn .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #f7ed4a;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-v60iO1JTTn .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-v60iO1JTTn .nav-item {
    position: relative;
  }
}
.cid-v60iO1JTTn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v60iO1JTTn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v60iO1JTTn .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
  padding-right: 1rem;
}
.cid-v60iO1JTTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v60iO1JTTn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v60iO1JTTn .collapsed {
  flex-direction: row!important;
}
.cid-v60iO1JTTn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v60iO1JTTn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v60iO1JTTn .navbar-caption {
  font-weight: 600!important;
}
.cid-v60iO1JTTn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v60iO1JTTn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v60iO1JTTn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v60iO1JTTn .dropdown-item.active,
.cid-v60iO1JTTn .dropdown-item:active {
  background-color: transparent;
}
.cid-v60iO1JTTn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v60iO1JTTn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v60iO1JTTn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v60iO1JTTn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v60iO1JTTn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v60iO1JTTn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v60iO1JTTn .navbar-buttons {
  text-align: center;
}
.cid-v60iO1JTTn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v60iO1JTTn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #f7ed4a;
}
.cid-v60iO1JTTn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v60iO1JTTn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v60iO1JTTn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v60iO1JTTn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v60iO1JTTn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v60iO1JTTn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v60iO1JTTn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v60iO1JTTn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v60iO1JTTn .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-v60iO1JTTn .nav-link {
  font-weight: 600!important;
}
.cid-v60iO1JTTn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v60iO1JTTn .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-v60iO1JTTn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-v60iO1JTTn .icons-menu span {
  font-size: 26px;
  color: #073b4c;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v60iO1JTTn .navbar {
    height: 77px;
  }
  .cid-v60iO1JTTn .navbar.opened {
    height: auto;
  }
  .cid-v60iO1JTTn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v60iO25V5z {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-v60iO25V5z a:link {
  text-decoration: none;
}
.cid-v60iO25V5z .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-v60iO25V5z .icon-transition span:hover {
  background-color: #ffbc00;
}
.cid-v60iO25V5z .inner-text {
  line-height: 3em;
}
.cid-v60iO25V5z .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v60iO25V5z .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-v60iO25V5z .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-v60iO25V5z .content-text,
.cid-v60iO25V5z .inner-text {
  color: #c1c1c1;
}
.sk-process {
    background: #ffffff;
    padding: 90px 0;
    border-top: 1px solid #e5e9f0;
    border-bottom: 1px solid #e5e9f0;
}

.sk-process-title {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #0A1A2F;
    margin-bottom: 10px;
}

.sk-process-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4a5568;
    max-width: 760px;
    margin: 0 auto 60px auto;
}

.sk-process-flow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    position: relative;
}

.sk-process-step {
    background: #ffffff;
    border: 2px solid #0A1A2F;
    border-radius: 14px;
    padding: 18px 26px;
    min-width: 220px;
    text-align: center;
    box-shadow: 0 8px 22px rgba(0,0,0,0.05);
}

.sk-process-step span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #0A1A2F;
}

.sk-process-step small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #4a5568;
}

.sk-process-arrow {
    font-size: 26px;
    font-weight: 700;
    color: #0A1A2F;
    opacity: 0.6;
}

.sk-process-footer {
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    color: #4a5568;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}

/* ---------- Vote-Zweig ---------- */

.sk-process-anchor {
    position: relative;
}

.sk-process-sign {
    position: relative;
}

/* Vertikaler Zweig */
.sk-process-branch {
    position: relative;
    margin-top: 46px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sk-process-branch-line {
    width: 2px;
    height: 34px;
    background: #0A1A2F;
    opacity: 0.35;
}

.sk-process-optional {
    border-style: dashed;
    background: #f8fafc;
    margin: 14px 0;
}

/* OneVote → OneSign Rückführung (L-Pfeil) */
.sk-process-branch-return {
    position: absolute;
    top: 86px;              /* Start auf Höhe OneVote */
    left: 70%;
    width: 60px;          /* Horizontaler Weg */
    height: 80px;          /* Vertikaler Weg */
    pointer-events: none;
}

/* Horizontaler Teil */
.sk-process-branch-return::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 2px;
    background: #0A1A2F;
    opacity: 0.35;
}

/* Vertikaler Teil (nach oben) */
.sk-process-branch-return::after {
    content: "";
    position: absolute;
    right: 0;
    top: -100px;          /* zieht die Linie nach oben */
    width: 2px;
    height: 80px;       /* reale Länge */
    background: #0A1A2F;
    opacity: 0.35;
}





/* ---------- Mobile ---------- */

@media (max-width: 900px) {

    /* Container darf nicht zu Text werden */
    .sk-process,
    .sk-process * {
        box-sizing: border-box;
    }

    /* Prozess bleibt visuelles Diagramm */
    .sk-process-flow {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 18px;
    }

    /* Die Kästen bleiben Kästen */
    .sk-process-step {
        display: block !important;
        width: 90%;
        max-width: 340px;
    }

    /* Pfeile werden echte vertikale Pfeile */
    .sk-process-arrow {
        transform: rotate(90deg);
        font-size: 28px;
        line-height: 1;
    }

    /* Vote-Zweig wird normale Stufe */
    .sk-process-branch {
        margin-top: 12px;
    }

    .sk-process-branch-line {
        height: 24px;
    }

    /* Keine L-Rückführung auf Mobile */
    .sk-process-branch-return {
        display: none !important;
    }
}
