body {
  font-family: Jost;
}
.display-1 {
  font-family: 'TulpenOne-Regular';
  font-size: 8rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 10rem;
}
.display-2 {
  font-family: 'OpenSans-Light';
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'OpenSans-Regular';
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'OpenSans-Light';
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 6.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.6rem;
    font-size: calc( 3.45rem + (8 - 3.45) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.45rem + (8 - 3.45) * ((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.3 * (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.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #717841 !important;
}
.bg-success {
  background-color: #9ba859 !important;
}
.bg-info {
  background-color: #8e8d87 !important;
}
.bg-warning {
  background-color: #40494e !important;
}
.bg-danger {
  background-color: #ff6666 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #717841 !important;
  border-color: #717841 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3c4023 !important;
  border-color: #3c4023 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3c4023 !important;
  border-color: #3c4023 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #717841 !important;
  border-color: #717841 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #3c4023 !important;
  border-color: #3c4023 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3c4023 !important;
  border-color: #3c4023 !important;
}
.btn-info,
.btn-info:active {
  background-color: #8e8d87 !important;
  border-color: #8e8d87 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #62615c !important;
  border-color: #62615c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #62615c !important;
  border-color: #62615c !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ba859 !important;
  border-color: #9ba859 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #67703b !important;
  border-color: #67703b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #67703b !important;
  border-color: #67703b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #40494e !important;
  border-color: #40494e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #191c1e !important;
  border-color: #191c1e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #191c1e !important;
  border-color: #191c1e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #717841;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #3c4023 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #717841 !important;
  border-color: #717841 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #717841;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #3c4023 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #717841 !important;
  border-color: #717841 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8e8d87;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #62615c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #8e8d87 !important;
  border-color: #8e8d87 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9ba859;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #67703b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ba859 !important;
  border-color: #9ba859 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40494e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #191c1e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #40494e !important;
  border-color: #40494e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #717841 !important;
}
.text-secondary {
  color: #717841 !important;
}
.text-success {
  color: #9ba859 !important;
}
.text-info {
  color: #8e8d87 !important;
}
.text-warning {
  color: #40494e !important;
}
.text-danger {
  color: #ff6666 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9ba859 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #33361d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #5e6635 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5a5955 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #121516 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #717841;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #8e8d87;
}
.alert-warning {
  background-color: #40494e;
}
.alert-danger {
  background-color: #ff6666;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #717841;
  border-color: #717841;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #717841;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b2ba7f;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #cdd4ad;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cccbc9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b3bcc1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #717841 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'OpenSans-Light';
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #717841;
}
/* Forms */
.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);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #717841;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #717841;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #717841;
  border-bottom-color: #717841;
}
.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: #717841 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #717841 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23717841' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-teABZLIJtk .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-teABZLIJtk .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-teABZLIJtk .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-teABZLIJtk .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-teABZLIJtk .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teABZLIJtk .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-teABZLIJtk .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-teABZLIJtk .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teABZLIJtk .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-teABZLIJtk .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teABZLIJtk .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-teABZLIJtk .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-teABZLIJtk .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-teABZLIJtk .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-teABZLIJtk .navbar-fixed-top.opened {
  position: relative;
}
.cid-teABZLIJtk a {
  font-style: light;
}
.cid-teABZLIJtk .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-teABZLIJtk .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-teABZLIJtk .nav-item .nav-link {
  color: #ffffff;
}
.cid-teABZLIJtk .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-teABZLIJtk .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-teABZLIJtk .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-teABZLIJtk .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teABZLIJtk .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-teABZLIJtk .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .menu-content-right {
    display: none;
  }
}
.cid-teABZLIJtk .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-teABZLIJtk .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-teABZLIJtk .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-teABZLIJtk .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-teABZLIJtk .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-teABZLIJtk .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-teABZLIJtk .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-teABZLIJtk .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .right-box {
    display: none;
  }
}
.cid-teABZLIJtk .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teABZLIJtk .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-teABZLIJtk .content-text {
  margin-bottom: 0;
}
.cid-teABZLIJtk .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-teABZLIJtk .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-teABZLIJtk .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-teABZLIJtk .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-teABZLIJtk .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-teABZLIJtk .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-teABZLIJtk .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-teABZLIJtk .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-teABZLIJtk .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-teABZLIJtk .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-teABZLIJtk .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-teABZLIJtk .nav-dropdown .link {
  font-weight: 400;
}
.cid-teABZLIJtk .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-teABZLIJtk .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-teABZLIJtk .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teABZLIJtk .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teABZLIJtk .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-teABZLIJtk .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-teABZLIJtk .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-teABZLIJtk .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teABZLIJtk .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teABZLIJtk .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-teABZLIJtk .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-teABZLIJtk .menu-content-top.show {
  display: block;
}
.cid-teABZLIJtk .pre-header-right {
  align-self: center;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-teABZLIJtk .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-teABZLIJtk .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-teABZLIJtk .navbar .menu-content-top {
    display: none;
  }
  .cid-teABZLIJtk .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-teABZLIJtk .dropdown-item:before {
    display: none;
  }
  .cid-teABZLIJtk .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-teABZLIJtk img {
    height: 3.8rem !important;
  }
  .cid-teABZLIJtk .btn {
    display: flex;
  }
  .cid-teABZLIJtk button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-teABZLIJtk .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-teABZLIJtk .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-teABZLIJtk .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing,
  .cid-teABZLIJtk .navbar-collapse.show {
    display: block !important;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing .navbar-nav,
  .cid-teABZLIJtk .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-teABZLIJtk .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-teABZLIJtk .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing .navbar-buttons,
  .cid-teABZLIJtk .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-teABZLIJtk .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-teABZLIJtk .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-teABZLIJtk .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-teABZLIJtk .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-teABZLIJtk .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-teABZLIJtk .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-teABZLIJtk .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-teABZLIJtk .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-teABZLIJtk .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teABZLIJtk .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teABZLIJtk .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-teABZLIJtk .navbar {
    display: block;
    padding: 0;
  }
  .cid-teABZLIJtk .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-teABZLIJtk .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-teABZLIJtk .navbar-toggler {
    display: none;
  }
}
.cid-teABZLIJtk .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-teABZLIJtk .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .menu-area-wrapper {
    height: 100%;
  }
}
.cid-teABZLIJtk .navbar-short {
  background: transparent;
}
.cid-teABZLIJtk .navbar-short .menu-content-top,
.cid-teABZLIJtk .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-teABZLIJtk .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teABZLIJtk .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-teABZLIJtk .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-teABZLIJtk .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-teABZLIJtk .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-teABZLIJtk .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-teABZLIJtk .dropdown {
  color: #9ba859 !important;
}
.cid-teABZLIJtk .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teABZLIJtk .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-teABZLIJtk .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teABZLIJtk .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-teABZLIJtk .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-teABZLIJtk .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-teABZLIJtk .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-teABZLIJtk .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-teABZLIJtk .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-teABZLIJtk button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-teABZLIJtk button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teABZLIJtk button.navbar-toggler:focus {
  outline: none;
}
.cid-teABZLIJtk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-teABZLIJtk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teABZLIJtk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teABZLIJtk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teABZLIJtk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teABZLIJtk nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-teABZLIJtk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-teABZLIJtk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teABZLIJtk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teABZLIJtk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teABZLIJtk .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teABZLIJtk .collapsed .menu-logo {
  margin-right: 0;
}
.cid-teABZLIJtk .collapsed .btn {
  display: flex;
}
.cid-teABZLIJtk .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing,
.cid-teABZLIJtk .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-teABZLIJtk .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-teABZLIJtk .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-teABZLIJtk .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-teABZLIJtk .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-teABZLIJtk .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-teABZLIJtk .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-teABZLIJtk .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-teABZLIJtk .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-teABZLIJtk .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teABZLIJtk .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-teABZLIJtk .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teABZLIJtk .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-teABZLIJtk .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-teABZLIJtk .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-teABZLIJtk .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-teABZLIJtk .collapsed .dropdown-item:before {
  display: none;
}
.cid-teABZLIJtk .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-teABZLIJtk .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-teABZLIJtk .nav-link:focus {
  outline: none;
}
.cid-teABZLIJtk .navbar-toggler {
  position: relative;
}
.cid-teABZLIJtk .dropdown-item.active,
.cid-teABZLIJtk .dropdown-item:active {
  color: auto;
}
.cid-teABZLIJtk .dropdown-item:hover {
  color: #9ba859;
}
.cid-teABZLIJtk .widget-title,
.cid-teABZLIJtk .widget-icon {
  color: #717841;
}
.cid-teABZLIJtk .widget-text {
  color: #40494e;
}
.cid-teAAmZHxsf {
  padding-top: 8rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background-1.png");
}

@media (max-width: 991px) {
.cid-teAAmZHxsf {
    background-position: 2% 50%;}
}

.cid-teAAmZHxsf .row {
  align-items: center;
  justify-content: space-between;
}
.cid-teAAmZHxsf .mbr-section-title {
  width: 100%;
  text-align: left;
  margin-bottom: 24px;
  line-height: 1.171em;
  color: #40494e;
}
.cid-teAAmZHxsf .mbr-section-subtitle {
  color: #4c4c4c;
  width: 100%;
  text-align: left;
}
.cid-teAAmZHxsf .mbr-text {
  color: #8c8c95;
  margin-bottom: 36px;
}
.cid-teAAmZHxsf .right-side {
  max-width: 100%;
}
.cid-teAAmZHxsf .rs {
  margin-right: 60px;
}
.cid-teAAmZHxsf .mbr-section-btn {
  width: auto;
  display: inline-block;
}
.cid-teAAmZHxsf .margin {
  margin-right: 14px;
}
.cid-teAAmZHxsf .gray {
  padding: 25px 25px;
  background-color: #ffffff;
}
.cid-teAAmZHxsf img {
  position: relative;
  right: 0px;
}
@media (max-width: 767px) {
  .cid-teAAmZHxsf .gray {
    padding: 0px 0 5px;
  }
  .cid-teAAmZHxsf img {
    right: initial;
    width: 90%;
    margin: auto;
    top: -35px;
  }
  .cid-teAAmZHxsf .col-md-5 {
    padding-top: 90px;
  }
}
@media (max-width: 430px) {
  .cid-teAAmZHxsf .b {
    margin-bottom: 10px;
  }
}
.cid-teAAmZHxsf .btn {
  margin-top: 20px;
}
.cid-teAAmZHxsf a.btn > span {
  margin-left: 0.5rem;
}
.cid-teAAmZHxsf .row {
  flex-direction: row-reverse;
}
.cid-teAAmZHxsf .mbr-text,
.cid-teAAmZHxsf .button-align {
  color: #40494e;
}
.cid-teB5rC0d9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: rgba(142, 141, 135, 0.35);
}
.cid-teB5rC0d9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-teB5rC0d9c .container-fluid {
  padding: 0 1rem;
}
@media (max-width: 992px) {
  .cid-teB5rC0d9c .container-fluid {
    padding: 0 1rem;
  }
}
.cid-teB5rC0d9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 90%;
  height: 90%;
  position: absolute;
  top: 0;
}
.cid-teB5rC0d9c .img-card {
  background: #ffffff;
  padding: 2rem;
}
@media (max-width: 992px) {
  .cid-teB5rC0d9c .img-card {
    padding: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-teB5rC0d9c .img-card {
    padding: 1rem;
  }
}
.cid-teB5rC0d9c .row {
  justify-content: space-between;
}
.cid-teB5rC0d9c .img-wrapper {
  position: relative;
}
.cid-teB5rC0d9c .img-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
@media (max-width: 992px) {
  .cid-teB5rC0d9c .image-wrapper {
    margin-bottom: 4rem;
  }
}
@media (min-width: 992px) {
  .cid-teB5rC0d9c .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-teB5rC0d9c .mbr-text,
.cid-teB5rC0d9c .mbr-section-btn {
  color: #40494e;
}
.cid-teB5rC0d9c .mbr-section-title {
  color: #717841;
}
.cid-teBhkLYXzN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-teBhkLYXzN img,
.cid-teBhkLYXzN .item-img {
  height: 290px;
  object-fit: cover;
  width: 100%;
}
.cid-teBhkLYXzN img:hover,
.cid-teBhkLYXzN .item-img:hover {
  filter: brightness(85%);
}
.cid-teBhkLYXzN .item:focus,
.cid-teBhkLYXzN span:focus {
  outline: none;
}
.cid-teBhkLYXzN .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-teBhkLYXzN .item-wrapper {
  position: relative;
  background: #9ba859;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-teBhkLYXzN .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-teBhkLYXzN .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-teBhkLYXzN .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-teBhkLYXzN .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-teBhkLYXzN .mbr-section-title {
  margin-bottom: 87px;
  color: #717841;
}
.cid-teBhkLYXzN .mbr-text,
.cid-teBhkLYXzN .mbr-section-btn {
  text-align: center;
}
.cid-teBhkLYXzN .item-title {
  text-align: center;
  transition: all .5s;
  color: #ffffff;
}
.cid-teBhkLYXzN .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-teBhkLYXzN .btn {
  color: #FFFFFF !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  margin: 0;
  padding: 8px 16px;
}
@media (min-width: 992px) {
  .cid-teBhkLYXzN .display-1 {
    font-size: 65px;
  }
  .cid-teBhkLYXzN .display-5 {
    font-size: 29px;
  }
  .cid-teBhkLYXzN .display-7 {
    font-size: 24px;
  }
}
.cid-teBewy4hmt {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
background-position: left;
}
@media (max-width: 767px) {
  .cid-teBewy4hmt .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teBewy4hmt .mbr-text {
  color: #767676;
}
.cid-teBewy4hmt .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-teBewy4hmt .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-teBewy4hmt .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teBewy4hmt .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-teBewy4hmt .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-teBewy4hmt .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-teBewy4hmt .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-teBewy4hmt .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-teBewy4hmt .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teBewy4hmt .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teBewy4hmt .copyright > p {
  color: #8e8d87;
}
.cid-teLAITOKmy .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-teLAITOKmy .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-teLAITOKmy .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-teLAITOKmy .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-teLAITOKmy .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teLAITOKmy .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-teLAITOKmy .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-teLAITOKmy .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teLAITOKmy .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-teLAITOKmy .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teLAITOKmy .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-teLAITOKmy .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-teLAITOKmy .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-teLAITOKmy .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-teLAITOKmy .navbar-fixed-top.opened {
  position: relative;
}
.cid-teLAITOKmy a {
  font-style: light;
}
.cid-teLAITOKmy .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-teLAITOKmy .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-teLAITOKmy .nav-item .nav-link {
  color: #ffffff;
}
.cid-teLAITOKmy .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-teLAITOKmy .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-teLAITOKmy .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-teLAITOKmy .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teLAITOKmy .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-teLAITOKmy .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .menu-content-right {
    display: none;
  }
}
.cid-teLAITOKmy .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-teLAITOKmy .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-teLAITOKmy .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-teLAITOKmy .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-teLAITOKmy .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-teLAITOKmy .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-teLAITOKmy .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-teLAITOKmy .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .right-box {
    display: none;
  }
}
.cid-teLAITOKmy .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teLAITOKmy .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-teLAITOKmy .content-text {
  margin-bottom: 0;
}
.cid-teLAITOKmy .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-teLAITOKmy .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-teLAITOKmy .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-teLAITOKmy .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-teLAITOKmy .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-teLAITOKmy .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-teLAITOKmy .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-teLAITOKmy .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-teLAITOKmy .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-teLAITOKmy .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-teLAITOKmy .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-teLAITOKmy .nav-dropdown .link {
  font-weight: 400;
}
.cid-teLAITOKmy .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-teLAITOKmy .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-teLAITOKmy .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teLAITOKmy .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teLAITOKmy .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-teLAITOKmy .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-teLAITOKmy .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-teLAITOKmy .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teLAITOKmy .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teLAITOKmy .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-teLAITOKmy .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-teLAITOKmy .menu-content-top.show {
  display: block;
}
.cid-teLAITOKmy .pre-header-right {
  align-self: center;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-teLAITOKmy .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-teLAITOKmy .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-teLAITOKmy .navbar .menu-content-top {
    display: none;
  }
  .cid-teLAITOKmy .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-teLAITOKmy .dropdown-item:before {
    display: none;
  }
  .cid-teLAITOKmy .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-teLAITOKmy img {
    height: 3.8rem !important;
  }
  .cid-teLAITOKmy .btn {
    display: flex;
  }
  .cid-teLAITOKmy button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-teLAITOKmy .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-teLAITOKmy .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-teLAITOKmy .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing,
  .cid-teLAITOKmy .navbar-collapse.show {
    display: block !important;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing .navbar-nav,
  .cid-teLAITOKmy .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-teLAITOKmy .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-teLAITOKmy .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing .navbar-buttons,
  .cid-teLAITOKmy .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-teLAITOKmy .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-teLAITOKmy .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-teLAITOKmy .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-teLAITOKmy .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-teLAITOKmy .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-teLAITOKmy .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-teLAITOKmy .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-teLAITOKmy .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-teLAITOKmy .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teLAITOKmy .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teLAITOKmy .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-teLAITOKmy .navbar {
    display: block;
    padding: 0;
  }
  .cid-teLAITOKmy .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-teLAITOKmy .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-teLAITOKmy .navbar-toggler {
    display: none;
  }
}
.cid-teLAITOKmy .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-teLAITOKmy .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .menu-area-wrapper {
    height: 100%;
  }
}
.cid-teLAITOKmy .navbar-short {
  background: transparent;
}
.cid-teLAITOKmy .navbar-short .menu-content-top,
.cid-teLAITOKmy .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-teLAITOKmy .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teLAITOKmy .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-teLAITOKmy .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-teLAITOKmy .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-teLAITOKmy .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-teLAITOKmy .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-teLAITOKmy .dropdown {
  color: #9ba859 !important;
}
.cid-teLAITOKmy .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teLAITOKmy .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-teLAITOKmy .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teLAITOKmy .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-teLAITOKmy .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-teLAITOKmy .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-teLAITOKmy .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-teLAITOKmy .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-teLAITOKmy .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-teLAITOKmy button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-teLAITOKmy button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teLAITOKmy button.navbar-toggler:focus {
  outline: none;
}
.cid-teLAITOKmy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-teLAITOKmy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teLAITOKmy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teLAITOKmy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teLAITOKmy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teLAITOKmy nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-teLAITOKmy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-teLAITOKmy nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teLAITOKmy nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teLAITOKmy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teLAITOKmy .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teLAITOKmy .collapsed .menu-logo {
  margin-right: 0;
}
.cid-teLAITOKmy .collapsed .btn {
  display: flex;
}
.cid-teLAITOKmy .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing,
.cid-teLAITOKmy .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-teLAITOKmy .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-teLAITOKmy .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-teLAITOKmy .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-teLAITOKmy .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-teLAITOKmy .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-teLAITOKmy .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-teLAITOKmy .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-teLAITOKmy .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-teLAITOKmy .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teLAITOKmy .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-teLAITOKmy .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teLAITOKmy .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-teLAITOKmy .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-teLAITOKmy .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-teLAITOKmy .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-teLAITOKmy .collapsed .dropdown-item:before {
  display: none;
}
.cid-teLAITOKmy .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-teLAITOKmy .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-teLAITOKmy .nav-link:focus {
  outline: none;
}
.cid-teLAITOKmy .navbar-toggler {
  position: relative;
}
.cid-teLAITOKmy .dropdown-item.active,
.cid-teLAITOKmy .dropdown-item:active {
  color: auto;
}
.cid-teLAITOKmy .dropdown-item:hover {
  color: #9ba859;
}
.cid-teLAITOKmy .widget-title,
.cid-teLAITOKmy .widget-icon {
  color: #717841;
}
.cid-teLAITOKmy .widget-text {
  color: #40494e;
}
.cid-teLBGFzEAm {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/physio-krankengymnastik-1.jpg");
}
.cid-teLBGFzEAm .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-teLBGFzEAm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-teLBGFzEAm .button-align {
  text-align: right;
}
.cid-teLBGFzEAm .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-teLBGFzEAm .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 200px !important;
  height: 200px !important;
}
.cid-teLBGFzEAm a.btn > span {
  margin-left: 0.5rem;
}
.cid-teLBGFzEAm a.btn {
  padding: 3.5rem 2rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-teLBGFzEAm .al {
  display: flex;
  align-items: center;
}
.cid-teLBGFzEAm a.btn:hover {
  color: #000000 !important;
  background-color: #9ca757 !important;
  border: 2px solid #ffffff !important;
}
.cid-teLBGFzEAm a {
  font-weight: 500;
  transition: color .3s;
}
.cid-teLBGFzEAm .mbr-iconfont {
  margin: auto;
  background-color: #9ca757;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-teLBGFzEAm .icon-wrapper {
  display: inline;
}
.cid-teLBGFzEAm .lin {
  display: inline;
  margin-left: 12px;
}
.cid-teLBGFzEAm .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-teLBGFzEAm .al {
    flex-direction: column;
  }
  .cid-teLBGFzEAm .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-teLBGFzEAm .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-teLBGFzEAm .row {
  margin-top: 20%;
}
.cid-tgETBgfDMv {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tgETBgfDMv .mbr-section-subtitle {
  color: #717841;
}
.cid-tgETBgfDMv .mbr-text {
  color: #40494e;
}
.cid-tgEY9qjhZp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgEY9qjhZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgEY9qjhZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgEY9qjhZp .container {
  max-width: 1600px;
}
.cid-tgEY9qjhZp .content-wrapper {
  display: flex;
  align-items: stretch;
  background: #717841;
  padding: 4rem 4rem 6.5rem;
  border-radius: 0;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .content-wrapper {
    padding: 40px 40px 5rem;
  }
}
@media (max-width: 767px) {
  .cid-tgEY9qjhZp .content-wrapper {
    padding: 4rem 6vw 5rem;
  }
}
.cid-tgEY9qjhZp .col-title {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .col-title {
    margin-bottom: 50px;
  }
}
.cid-tgEY9qjhZp .mbr-section-title {
  color: #ffffff;
}
.cid-tgEY9qjhZp .panel-group {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0.83rem;
  border: none;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-tgEY9qjhZp .panel-group {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
.cid-tgEY9qjhZp .card {
  padding: 0 !important;
  overflow: hidden;
  width: 100%;
  margin-bottom: 0.83rem;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  background-color: #9ba859;
}
.cid-tgEY9qjhZp .sign.mbr-iconfont {
  font-size: 22px !important;
  font-family: 'Moririse2' !important;
  color: #ffffff;
  margin-left: 1.2rem;
  transition: all ease-in-out 0.3s;
}
.cid-tgEY9qjhZp .card-header {
  border-bottom: none !important;
  padding: 0 !important;
}
.cid-tgEY9qjhZp .card-header .panel-title[aria-expanded="true"] .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-tgEY9qjhZp .panel-title-edit {
  color: #FFFFFF;
  transition: all ease-in-out 0.3s;
}
.cid-tgEY9qjhZp .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 40px !important;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .panel-title {
    padding: 16px 24px !important;
  }
}
.cid-tgEY9qjhZp .panel-title:hover .panel-title-edit {
  color: #717841;
}
.cid-tgEY9qjhZp .panel-body {
  padding: 16px 40px 32px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .panel-body {
    padding: 16px 24px 24px;
  }
}
.cid-tgEY9qjhZp .panel-text {
  color: #FFFFFF;
  margin-bottom: 0 !important;
}
.cid-tgEY9qjhZp .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tgEY9qjhZp .col-text {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .col-text {
    margin-top: 40px;
  }
}
.cid-tgEY9qjhZp .mbr-section-subtitle {
  color: #AE5EFF;
}
.cid-tgEY9qjhZp .mbr-text {
  margin-top: 24px;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .cid-tgEY9qjhZp .mbr-text {
    margin-top: 16px;
  }
}
.cid-tgEY9qjhZp .btn-container {
  padding: 0 4rem;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-tgEY9qjhZp .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-tgEY9qjhZp .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-tgEY9qjhZp .btn-container .btn {
    width: 100%;
  }
}
.cid-teLAIVgCgP {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
    background-position: left;
}
@media (max-width: 767px) {
  .cid-teLAIVgCgP .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teLAIVgCgP .mbr-text {
  color: #767676;
}
.cid-teLAIVgCgP .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-teLAIVgCgP .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-teLAIVgCgP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teLAIVgCgP .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-teLAIVgCgP .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-teLAIVgCgP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-teLAIVgCgP .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-teLAIVgCgP .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-teLAIVgCgP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teLAIVgCgP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teLAIVgCgP .copyright > p {
  color: #8e8d87;
}
.cid-teMcKdrd4N .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-teMcKdrd4N .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-teMcKdrd4N .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-teMcKdrd4N .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-teMcKdrd4N .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-teMcKdrd4N .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-teMcKdrd4N .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-teMcKdrd4N .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-teMcKdrd4N .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-teMcKdrd4N .navbar-fixed-top.opened {
  position: relative;
}
.cid-teMcKdrd4N a {
  font-style: light;
}
.cid-teMcKdrd4N .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-teMcKdrd4N .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-teMcKdrd4N .nav-item .nav-link {
  color: #ffffff;
}
.cid-teMcKdrd4N .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-teMcKdrd4N .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-teMcKdrd4N .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-teMcKdrd4N .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teMcKdrd4N .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-teMcKdrd4N .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .menu-content-right {
    display: none;
  }
}
.cid-teMcKdrd4N .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-teMcKdrd4N .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-teMcKdrd4N .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-teMcKdrd4N .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-teMcKdrd4N .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-teMcKdrd4N .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-teMcKdrd4N .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-teMcKdrd4N .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .right-box {
    display: none;
  }
}
.cid-teMcKdrd4N .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teMcKdrd4N .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-teMcKdrd4N .content-text {
  margin-bottom: 0;
}
.cid-teMcKdrd4N .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-teMcKdrd4N .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-teMcKdrd4N .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-teMcKdrd4N .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-teMcKdrd4N .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-teMcKdrd4N .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-teMcKdrd4N .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-teMcKdrd4N .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-teMcKdrd4N .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-teMcKdrd4N .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-teMcKdrd4N .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-teMcKdrd4N .nav-dropdown .link {
  font-weight: 400;
}
.cid-teMcKdrd4N .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-teMcKdrd4N .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-teMcKdrd4N .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teMcKdrd4N .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teMcKdrd4N .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-teMcKdrd4N .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-teMcKdrd4N .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-teMcKdrd4N .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-teMcKdrd4N .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-teMcKdrd4N .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-teMcKdrd4N .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-teMcKdrd4N .menu-content-top.show {
  display: block;
}
.cid-teMcKdrd4N .pre-header-right {
  align-self: center;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-teMcKdrd4N .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-teMcKdrd4N .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-teMcKdrd4N .navbar .menu-content-top {
    display: none;
  }
  .cid-teMcKdrd4N .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-teMcKdrd4N .dropdown-item:before {
    display: none;
  }
  .cid-teMcKdrd4N .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-teMcKdrd4N img {
    height: 3.8rem !important;
  }
  .cid-teMcKdrd4N .btn {
    display: flex;
  }
  .cid-teMcKdrd4N button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-teMcKdrd4N .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-teMcKdrd4N .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-teMcKdrd4N .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing,
  .cid-teMcKdrd4N .navbar-collapse.show {
    display: block !important;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing .navbar-nav,
  .cid-teMcKdrd4N .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-teMcKdrd4N .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-teMcKdrd4N .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing .navbar-buttons,
  .cid-teMcKdrd4N .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-teMcKdrd4N .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-teMcKdrd4N .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-teMcKdrd4N .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-teMcKdrd4N .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-teMcKdrd4N .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-teMcKdrd4N .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-teMcKdrd4N .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-teMcKdrd4N .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-teMcKdrd4N .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teMcKdrd4N .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-teMcKdrd4N .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-teMcKdrd4N .navbar {
    display: block;
    padding: 0;
  }
  .cid-teMcKdrd4N .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-teMcKdrd4N .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-teMcKdrd4N .navbar-toggler {
    display: none;
  }
}
.cid-teMcKdrd4N .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-teMcKdrd4N .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .menu-area-wrapper {
    height: 100%;
  }
}
.cid-teMcKdrd4N .navbar-short {
  background: transparent;
}
.cid-teMcKdrd4N .navbar-short .menu-content-top,
.cid-teMcKdrd4N .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-teMcKdrd4N .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-teMcKdrd4N .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-teMcKdrd4N .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-teMcKdrd4N .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-teMcKdrd4N .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-teMcKdrd4N .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-teMcKdrd4N .dropdown {
  color: #9ba859 !important;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-teMcKdrd4N .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-teMcKdrd4N .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-teMcKdrd4N .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-teMcKdrd4N .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-teMcKdrd4N .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-teMcKdrd4N .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-teMcKdrd4N .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-teMcKdrd4N .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-teMcKdrd4N button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-teMcKdrd4N button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teMcKdrd4N button.navbar-toggler:focus {
  outline: none;
}
.cid-teMcKdrd4N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-teMcKdrd4N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teMcKdrd4N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teMcKdrd4N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-teMcKdrd4N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teMcKdrd4N nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-teMcKdrd4N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-teMcKdrd4N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teMcKdrd4N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-teMcKdrd4N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-teMcKdrd4N .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teMcKdrd4N .collapsed .menu-logo {
  margin-right: 0;
}
.cid-teMcKdrd4N .collapsed .btn {
  display: flex;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-teMcKdrd4N .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-teMcKdrd4N .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-teMcKdrd4N .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-teMcKdrd4N .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-teMcKdrd4N .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-teMcKdrd4N .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-teMcKdrd4N .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-teMcKdrd4N .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-teMcKdrd4N .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-teMcKdrd4N .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-teMcKdrd4N .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-teMcKdrd4N .collapsed .dropdown-item:before {
  display: none;
}
.cid-teMcKdrd4N .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-teMcKdrd4N .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-teMcKdrd4N .nav-link:focus {
  outline: none;
}
.cid-teMcKdrd4N .navbar-toggler {
  position: relative;
}
.cid-teMcKdrd4N .dropdown-item.active,
.cid-teMcKdrd4N .dropdown-item:active {
  color: auto;
}
.cid-teMcKdrd4N .dropdown-item:hover {
  color: #9ba859;
}
.cid-teMcKdrd4N .widget-title,
.cid-teMcKdrd4N .widget-icon {
  color: #717841;
}
.cid-teMcKdrd4N .widget-text {
  color: #40494e;
}
.cid-teMcKdViTd {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/geraetetraining-1.jpg");
}
.cid-teMcKdViTd .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-teMcKdViTd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-teMcKdViTd .button-align {
  text-align: right;
}
.cid-teMcKdViTd .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-teMcKdViTd .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 200px !important;
  height: 200px !important;
}
.cid-teMcKdViTd a.btn > span {
  margin-left: 0.5rem;
}
.cid-teMcKdViTd a.btn {
  padding: 3.5rem 2rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-teMcKdViTd .al {
  display: flex;
  align-items: center;
}
.cid-teMcKdViTd a.btn:hover {
  color: #000000 !important;
  background-color: #9ca757 !important;
  border: 2px solid #ffffff !important;
}
.cid-teMcKdViTd a {
  font-weight: 500;
  transition: color .3s;
}
.cid-teMcKdViTd .mbr-iconfont {
  margin: auto;
  background-color: #9ca757;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-teMcKdViTd .icon-wrapper {
  display: inline;
}
.cid-teMcKdViTd .lin {
  display: inline;
  margin-left: 12px;
}
.cid-teMcKdViTd .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-teMcKdViTd .al {
    flex-direction: column;
  }
  .cid-teMcKdViTd .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-teMcKdViTd .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-teMcKdViTd .row {
  margin-top: 20%;
}
.cid-teMpfAlH8b {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-teMpfAlH8b [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-teMpfAlH8b .mbr-section-title {
  text-align: left;
  color: #717841;
}
.cid-teMpfAlH8b .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
  color: #8e8d87;
}
.cid-teMpfAlH8b .mbr-section-btn {
  padding-top: 2rem;
}
.cid-teMpfAlH8b .section-header {
  margin-bottom: 3rem;
}
.cid-teMpfAlH8b .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-teMpfAlH8b .row-item.card1 {
  background: #717841;
}
.cid-teMpfAlH8b .row-item.card2 {
  background: #9ba859;
}
.cid-teMpfAlH8b .row-item.card3 {
  background: #cfd5e1;
}
.cid-teMpfAlH8b .row-item.card4 {
  background: #7bc7d3;
}
@media (max-width: 1024px) {
  .cid-teMpfAlH8b .row-item {
    padding: 2rem;
  }
}
.cid-teMpfAlH8b .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-teMpfAlH8b .card-img,
  .cid-teMpfAlH8b .mbr-text,
  .cid-teMpfAlH8b .mbr-card-title,
  .cid-teMpfAlH8b .mbr-section-subtitle,
  .cid-teMpfAlH8b .mbr-section-title,
  .cid-teMpfAlH8b .underline {
    text-align: center !important;
  }
}
.cid-teMpfAlH8b .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-teMpfAlH8b .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-teMpfAlH8b .card2 > .mbr-text,
.cid-teMpfAlH8b .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-teMpfAlH8b .card1 > .mbr-text,
.cid-teMpfAlH8b .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-teMpfAlH8b .card1 > .mbr-text,
.cid-teMpfAlH8b .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-teMpfAlH8b .card1 > .mbr-card-title,
.cid-teMpfAlH8b .card1 > .card-img {
  color: #9ba859;
}
.cid-teMpfAlH8b .card2 > .mbr-card-title,
.cid-teMpfAlH8b .card2 > .card-img {
  color: #717841;
}
.cid-teMpfAlH8b .card2 > .mbr-text,
.cid-teMpfAlH8b .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-teMr5bLuvq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-teMr5bLuvq .left-side {
  text-align: left;
}
.cid-teMr5bLuvq .row {
  align-items: center;
}
@media (max-width: 9090px) {
  .cid-teMr5bLuvq .item-wrapper {
    padding-top: 20px;
  }
}
.cid-teMr5bLuvq .mbr-section-subtitle {
  color: #8e8d87;
  padding-top: 20px;
  margin-top: 0;
}
.cid-teMr5bLuvq .mbr-section-title {
  color: #40494e;
}
.cid-teMr5bLuvq .item-title {
  text-transform: uppercase;
  margin: 0;
}
.cid-teMr5bLuvq .item-content {
  color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  text-align: center;
}
.cid-teMr5bLuvq img,
.cid-teMr5bLuvq .item-img {
  width: 100%;
  height: auto;
}
.cid-teMr5bLuvq .mbr-text {
  padding-top: 10px;
}
.cid-tgEU98g0Kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgEU98g0Kw blockquote {
  border-color: #717841;
  border-radius: 4px;
  background-color: #9ba859;
}
.cid-tgEU98g0Kw .mbr-section-title {
  color: #ffffff;
}
.cid-tgEU98g0Kw .mbr-text {
  color: #ffffff;
}
.cid-teMcKeCYzH {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
 background-position: left;
    
}
@media (max-width: 767px) {
  .cid-teMcKeCYzH .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teMcKeCYzH .mbr-text {
  color: #767676;
}
.cid-teMcKeCYzH .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-teMcKeCYzH .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-teMcKeCYzH .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-teMcKeCYzH .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-teMcKeCYzH .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-teMcKeCYzH .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-teMcKeCYzH .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-teMcKeCYzH .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-teMcKeCYzH .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-teMcKeCYzH .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-teMcKeCYzH .copyright > p {
  color: #8e8d87;
}
.cid-tgFsKyoUtH .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-tgFsKyoUtH .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-tgFsKyoUtH .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-tgFsKyoUtH .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tgFsKyoUtH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tgFsKyoUtH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tgFsKyoUtH .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-tgFsKyoUtH .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-tgFsKyoUtH .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-tgFsKyoUtH .navbar-fixed-top.opened {
  position: relative;
}
.cid-tgFsKyoUtH a {
  font-style: light;
}
.cid-tgFsKyoUtH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-tgFsKyoUtH .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-tgFsKyoUtH .nav-item .nav-link {
  color: #ffffff;
}
.cid-tgFsKyoUtH .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-tgFsKyoUtH .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-tgFsKyoUtH .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-tgFsKyoUtH .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFsKyoUtH .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tgFsKyoUtH .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .menu-content-right {
    display: none;
  }
}
.cid-tgFsKyoUtH .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-tgFsKyoUtH .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-tgFsKyoUtH .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tgFsKyoUtH .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-tgFsKyoUtH .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-tgFsKyoUtH .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-tgFsKyoUtH .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-tgFsKyoUtH .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .right-box {
    display: none;
  }
}
.cid-tgFsKyoUtH .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgFsKyoUtH .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-tgFsKyoUtH .content-text {
  margin-bottom: 0;
}
.cid-tgFsKyoUtH .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-tgFsKyoUtH .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tgFsKyoUtH .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-tgFsKyoUtH .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-tgFsKyoUtH .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-tgFsKyoUtH .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-tgFsKyoUtH .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tgFsKyoUtH .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tgFsKyoUtH .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tgFsKyoUtH .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-tgFsKyoUtH .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tgFsKyoUtH .nav-dropdown .link {
  font-weight: 400;
}
.cid-tgFsKyoUtH .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tgFsKyoUtH .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-tgFsKyoUtH .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tgFsKyoUtH .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tgFsKyoUtH .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-tgFsKyoUtH .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-tgFsKyoUtH .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tgFsKyoUtH .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tgFsKyoUtH .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tgFsKyoUtH .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-tgFsKyoUtH .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-tgFsKyoUtH .menu-content-top.show {
  display: block;
}
.cid-tgFsKyoUtH .pre-header-right {
  align-self: center;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-tgFsKyoUtH .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-tgFsKyoUtH .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-tgFsKyoUtH .navbar .menu-content-top {
    display: none;
  }
  .cid-tgFsKyoUtH .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-tgFsKyoUtH .dropdown-item:before {
    display: none;
  }
  .cid-tgFsKyoUtH .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-tgFsKyoUtH img {
    height: 3.8rem !important;
  }
  .cid-tgFsKyoUtH .btn {
    display: flex;
  }
  .cid-tgFsKyoUtH button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tgFsKyoUtH .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tgFsKyoUtH .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgFsKyoUtH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing,
  .cid-tgFsKyoUtH .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing .navbar-nav,
  .cid-tgFsKyoUtH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgFsKyoUtH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tgFsKyoUtH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgFsKyoUtH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgFsKyoUtH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgFsKyoUtH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgFsKyoUtH .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-tgFsKyoUtH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgFsKyoUtH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgFsKyoUtH .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tgFsKyoUtH .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tgFsKyoUtH .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-tgFsKyoUtH .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tgFsKyoUtH .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tgFsKyoUtH .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tgFsKyoUtH .navbar {
    display: block;
    padding: 0;
  }
  .cid-tgFsKyoUtH .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-tgFsKyoUtH .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-tgFsKyoUtH .navbar-toggler {
    display: none;
  }
}
.cid-tgFsKyoUtH .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-tgFsKyoUtH .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .menu-area-wrapper {
    height: 100%;
  }
}
.cid-tgFsKyoUtH .navbar-short {
  background: transparent;
}
.cid-tgFsKyoUtH .navbar-short .menu-content-top,
.cid-tgFsKyoUtH .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-tgFsKyoUtH .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFsKyoUtH .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tgFsKyoUtH .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-tgFsKyoUtH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-tgFsKyoUtH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFsKyoUtH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgFsKyoUtH .dropdown {
  color: #9ba859 !important;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgFsKyoUtH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgFsKyoUtH .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFsKyoUtH .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-tgFsKyoUtH .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tgFsKyoUtH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-tgFsKyoUtH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgFsKyoUtH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgFsKyoUtH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgFsKyoUtH button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-tgFsKyoUtH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFsKyoUtH button.navbar-toggler:focus {
  outline: none;
}
.cid-tgFsKyoUtH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-tgFsKyoUtH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFsKyoUtH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tgFsKyoUtH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tgFsKyoUtH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFsKyoUtH nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-tgFsKyoUtH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tgFsKyoUtH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFsKyoUtH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFsKyoUtH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFsKyoUtH .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tgFsKyoUtH .collapsed .menu-logo {
  margin-right: 0;
}
.cid-tgFsKyoUtH .collapsed .btn {
  display: flex;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgFsKyoUtH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgFsKyoUtH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-tgFsKyoUtH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-tgFsKyoUtH .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tgFsKyoUtH .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFsKyoUtH .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tgFsKyoUtH .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tgFsKyoUtH .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-tgFsKyoUtH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgFsKyoUtH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgFsKyoUtH .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tgFsKyoUtH .collapsed .dropdown-item:before {
  display: none;
}
.cid-tgFsKyoUtH .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-tgFsKyoUtH .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-tgFsKyoUtH .nav-link:focus {
  outline: none;
}
.cid-tgFsKyoUtH .navbar-toggler {
  position: relative;
}
.cid-tgFsKyoUtH .dropdown-item.active,
.cid-tgFsKyoUtH .dropdown-item:active {
  color: auto;
}
.cid-tgFsKyoUtH .dropdown-item:hover {
  color: #9ba859;
}
.cid-tgFsKyoUtH .widget-title,
.cid-tgFsKyoUtH .widget-icon {
  color: #717841;
}
.cid-tgFsKyoUtH .widget-text {
  color: #40494e;
}
.cid-tgFsKz1Rbk {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/termine.jpg");
}
.cid-tgFsKz1Rbk2 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/physiotherapie_jobangebot.jpg");
}

.cid-tgFsKz1Rbk .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-tgFsKz1Rbk .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgFsKz1Rbk .button-align {
  text-align: right;
}
.cid-tgFsKz1Rbk .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-tgFsKz1Rbk .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 200px !important;
  height: 200px !important;
}
.cid-tgFsKz1Rbk a.btn > span {
  margin-left: 0.5rem;
}
.cid-tgFsKz1Rbk a.btn {
  padding: 3.5rem 2rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFsKz1Rbk .al {
  display: flex;
  align-items: center;
}
.cid-tgFsKz1Rbk a.btn:hover {
  color: #000000 !important;
  background-color: #9ca757 !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFsKz1Rbk a {
  font-weight: 500;
  transition: color .3s;
}
.cid-tgFsKz1Rbk .mbr-iconfont {
  margin: auto;
  background-color: #9ca757;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-tgFsKz1Rbk .icon-wrapper {
  display: inline;
}
.cid-tgFsKz1Rbk .lin {
  display: inline;
  margin-left: 12px;
}
.cid-tgFsKz1Rbk .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-tgFsKz1Rbk .al {
    flex-direction: column;
  }
  .cid-tgFsKz1Rbk .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-tgFsKz1Rbk .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-tgFsKz1Rbk .row {
  margin-top: 20%;
}

.cid-tgFsKz1Rbk2 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-tgFsKz1Rbk2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgFsKz1Rbk2 .button-align {
  text-align: right;
}
.cid-tgFsKz1Rbk2 .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-tgFsKz1Rbk2 .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 200px !important;
  height: 200px !important;
}
.cid-tgFsKz1Rbk2 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tgFsKz1Rbk2 a.btn {
  padding: 3.5rem 2rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFsKz1Rbk2 .al {
  display: flex;
  align-items: center;
}
.cid-tgFsKz1Rbk2 a.btn:hover {
  color: #000000 !important;
  background-color: #9ca757 !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFsKz1Rbk2 a {
  font-weight: 500;
  transition: color .3s;
}
.cid-tgFsKz1Rbk2 .mbr-iconfont {
  margin: auto;
  background-color: #9ca757;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-tgFsKz1Rbk2 .icon-wrapper {
  display: inline;
}
.cid-tgFsKz1Rbk2 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-tgFsKz1Rbk2 .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-tgFsKz1Rbk2 .al {
    flex-direction: column;
  }
  .cid-tgFsKz1Rbk2 .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-tgFsKz1Rbk2 .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-tgFsKz1Rbk2 .row {
  margin-top: 20%;
}
.cid-tgFsKznOZa {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tgFsKznOZa [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.cid-tgFsKznOZa .mbr-section-title {
  text-align: left;
  color: #717841;
}
.cid-tgFsKznOZa .mbr-section-subtitle {
  margin-top: 1.5rem;
  text-align: left;
  color: #8e8d87;
}
.cid-tgFsKznOZa .mbr-section-btn {
  padding-top: 2rem;
}
.cid-tgFsKznOZa .section-header {
  margin-bottom: 3rem;
}
.cid-tgFsKznOZa .row-item {
  padding: 3rem;
  padding-top: 3.7rem;
  height: 100%;
}
.cid-tgFsKznOZa .row-item.card1 {
  background: #717841;
}
.cid-tgFsKznOZa .row-item.card2 {
  background: #40494e;
}
.cid-tgFsKznOZa .row-item.card3 {
  background: #8e8d87;
}
.cid-tgFsKznOZa .row-item.card4 {
  background: #9ba859;
}
@media (max-width: 1024px) {
  .cid-tgFsKznOZa .row-item {
    padding: 2rem;
  }
}
.cid-tgFsKznOZa .mbr-card-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tgFsKznOZa .card-img,
  .cid-tgFsKznOZa .mbr-text,
  .cid-tgFsKznOZa .mbr-card-title,
  .cid-tgFsKznOZa .mbr-section-subtitle,
  .cid-tgFsKznOZa .mbr-section-title,
  .cid-tgFsKznOZa .underline {
    text-align: center !important;
  }
}
.cid-tgFsKznOZa .mbr-iconfont {
  background-color: #000000;
  font-size: 30px;
  height: 56px;
  min-width: 56px;
  padding: .7rem;
  color: #fff;
  border: 1px solid #000000;
  border-radius: 50%;
}
.cid-tgFsKznOZa .card-img {
  margin-bottom: 1.7rem;
  text-align: left;
}
.cid-tgFsKznOZa .card2 > .mbr-text,
.cid-tgFsKznOZa .card2 > .mbr-section-btn {
  text-align: left;
}
.cid-tgFsKznOZa .card1 > .mbr-text,
.cid-tgFsKznOZa .card1 > .mbr-section-btn {
  text-align: left;
}
.cid-tgFsKznOZa .card1 > .mbr-text,
.cid-tgFsKznOZa .card1 > .mbr-section-btn {
  color: #ffffff;
}
.cid-tgFsKznOZa .card1 > .mbr-card-title,
.cid-tgFsKznOZa .card1 > .card-img {
  color: #9ba859;
}
.cid-tgFsKznOZa .card2 > .mbr-card-title,
.cid-tgFsKznOZa .card2 > .card-img {
  color: #717841;
}
.cid-tgFsKznOZa .card2 > .mbr-text,
.cid-tgFsKznOZa .card2 > .mbr-section-btn {
  color: #ffffff;
}
.cid-tgFsKznOZa .card3 > .mbr-card-title,
.cid-tgFsKznOZa .card3 > .card-img {
  color: #ffffff;
}
.cid-tgFsKznOZa .card3 > .mbr-text,
.cid-tgFsKznOZa .card3 > .mbr-section-btn {
  color: #ffffff;
}
.cid-tgFsKznOZa .card4 > .mbr-card-title,
.cid-tgFsKznOZa .card4 > .card-img {
  color: #ffffff;
}
.cid-tgFsKznOZa .card4 > .mbr-text,
.cid-tgFsKznOZa .card4 > .mbr-section-btn {
  color: #ffffff;
}
.cid-tgFsKASfFQ {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
 background-position: left;
}
@media (max-width: 767px) {
  .cid-tgFsKASfFQ .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgFsKASfFQ .mbr-text {
  color: #767676;
}
.cid-tgFsKASfFQ .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-tgFsKASfFQ .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgFsKASfFQ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgFsKASfFQ .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tgFsKASfFQ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgFsKASfFQ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgFsKASfFQ .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgFsKASfFQ .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgFsKASfFQ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgFsKASfFQ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgFsKASfFQ .copyright > p {
  color: #8e8d87;
}
.cid-tgFzFmMH5o .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-tgFzFmMH5o .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-tgFzFmMH5o .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-tgFzFmMH5o .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-tgFzFmMH5o .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-tgFzFmMH5o .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tgFzFmMH5o .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-tgFzFmMH5o .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-tgFzFmMH5o .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-tgFzFmMH5o .navbar-fixed-top.opened {
  position: relative;
}
.cid-tgFzFmMH5o a {
  font-style: light;
}
.cid-tgFzFmMH5o .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-tgFzFmMH5o .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-tgFzFmMH5o .nav-item .nav-link {
  color: #ffffff;
}
.cid-tgFzFmMH5o .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-tgFzFmMH5o .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-tgFzFmMH5o .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-tgFzFmMH5o .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFzFmMH5o .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tgFzFmMH5o .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .menu-content-right {
    display: none;
  }
}
.cid-tgFzFmMH5o .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-tgFzFmMH5o .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-tgFzFmMH5o .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-tgFzFmMH5o .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-tgFzFmMH5o .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-tgFzFmMH5o .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-tgFzFmMH5o .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-tgFzFmMH5o .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .right-box {
    display: none;
  }
}
.cid-tgFzFmMH5o .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgFzFmMH5o .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-tgFzFmMH5o .content-text {
  margin-bottom: 0;
}
.cid-tgFzFmMH5o .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-tgFzFmMH5o .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tgFzFmMH5o .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-tgFzFmMH5o .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-tgFzFmMH5o .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-tgFzFmMH5o .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-tgFzFmMH5o .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tgFzFmMH5o .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tgFzFmMH5o .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-tgFzFmMH5o .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-tgFzFmMH5o .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tgFzFmMH5o .nav-dropdown .link {
  font-weight: 400;
}
.cid-tgFzFmMH5o .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tgFzFmMH5o .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-tgFzFmMH5o .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tgFzFmMH5o .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tgFzFmMH5o .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-tgFzFmMH5o .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-tgFzFmMH5o .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-tgFzFmMH5o .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-tgFzFmMH5o .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-tgFzFmMH5o .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-tgFzFmMH5o .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-tgFzFmMH5o .menu-content-top.show {
  display: block;
}
.cid-tgFzFmMH5o .pre-header-right {
  align-self: center;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-tgFzFmMH5o .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-tgFzFmMH5o .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-tgFzFmMH5o .navbar .menu-content-top {
    display: none;
  }
  .cid-tgFzFmMH5o .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-tgFzFmMH5o .dropdown-item:before {
    display: none;
  }
  .cid-tgFzFmMH5o .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-tgFzFmMH5o img {
    height: 3.8rem !important;
  }
  .cid-tgFzFmMH5o .btn {
    display: flex;
  }
  .cid-tgFzFmMH5o button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-tgFzFmMH5o .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-tgFzFmMH5o .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-tgFzFmMH5o .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing,
  .cid-tgFzFmMH5o .navbar-collapse.show {
    display: block !important;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing .navbar-nav,
  .cid-tgFzFmMH5o .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tgFzFmMH5o .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tgFzFmMH5o .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing .navbar-buttons,
  .cid-tgFzFmMH5o .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tgFzFmMH5o .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tgFzFmMH5o .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tgFzFmMH5o .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-tgFzFmMH5o .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tgFzFmMH5o .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tgFzFmMH5o .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-tgFzFmMH5o .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-tgFzFmMH5o .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-tgFzFmMH5o .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tgFzFmMH5o .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-tgFzFmMH5o .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-tgFzFmMH5o .navbar {
    display: block;
    padding: 0;
  }
  .cid-tgFzFmMH5o .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-tgFzFmMH5o .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-tgFzFmMH5o .navbar-toggler {
    display: none;
  }
}
.cid-tgFzFmMH5o .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-tgFzFmMH5o .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .menu-area-wrapper {
    height: 100%;
  }
}
.cid-tgFzFmMH5o .navbar-short {
  background: transparent;
}
.cid-tgFzFmMH5o .navbar-short .menu-content-top,
.cid-tgFzFmMH5o .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-tgFzFmMH5o .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-tgFzFmMH5o .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tgFzFmMH5o .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-tgFzFmMH5o .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-tgFzFmMH5o .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFzFmMH5o .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tgFzFmMH5o .dropdown {
  color: #9ba859 !important;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tgFzFmMH5o .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tgFzFmMH5o .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgFzFmMH5o .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-tgFzFmMH5o .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-tgFzFmMH5o .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-tgFzFmMH5o .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tgFzFmMH5o .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tgFzFmMH5o .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tgFzFmMH5o button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-tgFzFmMH5o button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFzFmMH5o button.navbar-toggler:focus {
  outline: none;
}
.cid-tgFzFmMH5o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-tgFzFmMH5o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFzFmMH5o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tgFzFmMH5o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-tgFzFmMH5o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFzFmMH5o nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-tgFzFmMH5o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-tgFzFmMH5o nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFzFmMH5o nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-tgFzFmMH5o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-tgFzFmMH5o .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tgFzFmMH5o .collapsed .menu-logo {
  margin-right: 0;
}
.cid-tgFzFmMH5o .collapsed .btn {
  display: flex;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tgFzFmMH5o .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tgFzFmMH5o .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-tgFzFmMH5o .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-tgFzFmMH5o .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-tgFzFmMH5o .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tgFzFmMH5o .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-tgFzFmMH5o .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-tgFzFmMH5o .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-tgFzFmMH5o .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tgFzFmMH5o .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tgFzFmMH5o .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-tgFzFmMH5o .collapsed .dropdown-item:before {
  display: none;
}
.cid-tgFzFmMH5o .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-tgFzFmMH5o .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-tgFzFmMH5o .nav-link:focus {
  outline: none;
}
.cid-tgFzFmMH5o .navbar-toggler {
  position: relative;
}
.cid-tgFzFmMH5o .dropdown-item.active,
.cid-tgFzFmMH5o .dropdown-item:active {
  color: auto;
}
.cid-tgFzFmMH5o .dropdown-item:hover {
  color: #9ba859;
}
.cid-tgFzFmMH5o .widget-title,
.cid-tgFzFmMH5o .widget-icon {
  color: #717841;
}
.cid-tgFzFmMH5o .widget-text {
  color: #40494e;
}
.cid-tgFzFnobX6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/kontakt.jpg");
}
.cid-tgFzFnobX6 .mbr-section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #ffffff;
}
.cid-tgFzFnobX6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-tgFzFnobX6 .button-align {
  text-align: right;
}
.cid-tgFzFnobX6 .mbr-section-btn {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.cid-tgFzFnobX6 .btn {
  margin-top: 20px;
  transition: all .3s !important;
  width: 200px !important;
  height: 200px !important;
}
.cid-tgFzFnobX6 a.btn > span {
  margin-left: 0.5rem;
}
.cid-tgFzFnobX6 a.btn {
  padding: 3.5rem 2rem;
  margin: 0;
  border-radius: 100% !important;
  background-color: transparent !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFzFnobX6 .al {
  display: flex;
  align-items: center;
}
.cid-tgFzFnobX6 a.btn:hover {
  color: #000000 !important;
  background-color: #9ca757 !important;
  border: 2px solid #ffffff !important;
}
.cid-tgFzFnobX6 a {
  font-weight: 500;
  transition: color .3s;
}
.cid-tgFzFnobX6 .mbr-iconfont {
  margin: auto;
  background-color: #9ca757;
  color: #ffffff;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  width: 52px;
  height: 52px;
  transition: .2s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  padding-right: 11px;
}
.cid-tgFzFnobX6 .icon-wrapper {
  display: inline;
}
.cid-tgFzFnobX6 .lin {
  display: inline;
  margin-left: 12px;
}
.cid-tgFzFnobX6 .linkMovement {
  margin-top: 130px;
}
@media (max-width: 960px) {
  .cid-tgFzFnobX6 .al {
    flex-direction: column;
  }
  .cid-tgFzFnobX6 .button-align {
    padding-top: 20px;
    text-align: center;
  }
  .cid-tgFzFnobX6 .linkMovement {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin-top: 0;
  }
}
.cid-tgFzFnobX6 .row {
  margin-top: 20%;
}
.cid-tgFCUGxfDL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tgFCUGxfDL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgFCUGxfDL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgFCUGxfDL .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-tgFCUGxfDL .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #9ba859;
}
@media (max-width: 991px) {
  .cid-tgFCUGxfDL .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tgFCUGxfDL .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-tgFCUGxfDL .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #717841;
}
.cid-tgFCUGxfDL .card-title {
  color: #717841;
}
.cid-tgFCUGxfDL P {
  color: #ffffff;
}
.cid-tgFzFoba8s {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
 background-position: left;
}
@media (max-width: 767px) {
  .cid-tgFzFoba8s .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgFzFoba8s .mbr-text {
  color: #767676;
}
.cid-tgFzFoba8s .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-tgFzFoba8s .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-tgFzFoba8s .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-tgFzFoba8s .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-tgFzFoba8s .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tgFzFoba8s .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-tgFzFoba8s .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-tgFzFoba8s .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-tgFzFoba8s .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-tgFzFoba8s .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-tgFzFoba8s .copyright > p {
  color: #8e8d87;
}
.cid-thdybUohUO .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-thdybUohUO .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-thdybUohUO .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-thdybUohUO .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-thdybUohUO .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdybUohUO .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-thdybUohUO .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thdybUohUO .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-thdybUohUO .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-thdybUohUO .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-thdybUohUO .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thdybUohUO .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-thdybUohUO .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-thdybUohUO .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-thdybUohUO .navbar-fixed-top.opened {
  position: relative;
}
.cid-thdybUohUO a {
  font-style: light;
}
.cid-thdybUohUO .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-thdybUohUO .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-thdybUohUO .nav-item .nav-link {
  color: #ffffff;
}
.cid-thdybUohUO .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-thdybUohUO .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-thdybUohUO .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-thdybUohUO .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdybUohUO .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-thdybUohUO .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .menu-content-right {
    display: none;
  }
}
.cid-thdybUohUO .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-thdybUohUO .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-thdybUohUO .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-thdybUohUO .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-thdybUohUO .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-thdybUohUO .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-thdybUohUO .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-thdybUohUO .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .right-box {
    display: none;
  }
}
.cid-thdybUohUO .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thdybUohUO .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-thdybUohUO .content-text {
  margin-bottom: 0;
}
.cid-thdybUohUO .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-thdybUohUO .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-thdybUohUO .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-thdybUohUO .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-thdybUohUO .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-thdybUohUO .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-thdybUohUO .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-thdybUohUO .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-thdybUohUO .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-thdybUohUO .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-thdybUohUO .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thdybUohUO .nav-dropdown .link {
  font-weight: 400;
}
.cid-thdybUohUO .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-thdybUohUO .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-thdybUohUO .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-thdybUohUO .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-thdybUohUO .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-thdybUohUO .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-thdybUohUO .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-thdybUohUO .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-thdybUohUO .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-thdybUohUO .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-thdybUohUO .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-thdybUohUO .menu-content-top.show {
  display: block;
}
.cid-thdybUohUO .pre-header-right {
  align-self: center;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-thdybUohUO .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-thdybUohUO .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-thdybUohUO .navbar .menu-content-top {
    display: none;
  }
  .cid-thdybUohUO .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-thdybUohUO .dropdown-item:before {
    display: none;
  }
  .cid-thdybUohUO .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-thdybUohUO img {
    height: 3.8rem !important;
  }
  .cid-thdybUohUO .btn {
    display: flex;
  }
  .cid-thdybUohUO button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-thdybUohUO .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-thdybUohUO .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thdybUohUO .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing,
  .cid-thdybUohUO .navbar-collapse.show {
    display: block !important;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing .navbar-nav,
  .cid-thdybUohUO .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thdybUohUO .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thdybUohUO .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing .navbar-buttons,
  .cid-thdybUohUO .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thdybUohUO .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thdybUohUO .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thdybUohUO .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-thdybUohUO .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thdybUohUO .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thdybUohUO .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-thdybUohUO .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-thdybUohUO .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-thdybUohUO .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-thdybUohUO .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-thdybUohUO .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-thdybUohUO .navbar {
    display: block;
    padding: 0;
  }
  .cid-thdybUohUO .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-thdybUohUO .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-thdybUohUO .navbar-toggler {
    display: none;
  }
}
.cid-thdybUohUO .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-thdybUohUO .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .menu-area-wrapper {
    height: 100%;
  }
}
.cid-thdybUohUO .navbar-short {
  background: transparent;
}
.cid-thdybUohUO .navbar-short .menu-content-top,
.cid-thdybUohUO .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-thdybUohUO .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdybUohUO .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-thdybUohUO .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-thdybUohUO .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-thdybUohUO .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thdybUohUO .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thdybUohUO .dropdown {
  color: #9ba859 !important;
}
.cid-thdybUohUO .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thdybUohUO .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thdybUohUO .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thdybUohUO .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-thdybUohUO .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-thdybUohUO .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-thdybUohUO .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thdybUohUO .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thdybUohUO .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thdybUohUO button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-thdybUohUO button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdybUohUO button.navbar-toggler:focus {
  outline: none;
}
.cid-thdybUohUO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-thdybUohUO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdybUohUO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-thdybUohUO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-thdybUohUO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdybUohUO nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-thdybUohUO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-thdybUohUO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-thdybUohUO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-thdybUohUO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdybUohUO .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-thdybUohUO .collapsed .menu-logo {
  margin-right: 0;
}
.cid-thdybUohUO .collapsed .btn {
  display: flex;
}
.cid-thdybUohUO .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing,
.cid-thdybUohUO .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thdybUohUO .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thdybUohUO .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thdybUohUO .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thdybUohUO .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thdybUohUO .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thdybUohUO .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-thdybUohUO .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-thdybUohUO .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-thdybUohUO .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thdybUohUO .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-thdybUohUO .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-thdybUohUO .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-thdybUohUO .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thdybUohUO .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thdybUohUO .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-thdybUohUO .collapsed .dropdown-item:before {
  display: none;
}
.cid-thdybUohUO .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-thdybUohUO .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-thdybUohUO .nav-link:focus {
  outline: none;
}
.cid-thdybUohUO .navbar-toggler {
  position: relative;
}
.cid-thdybUohUO .dropdown-item.active,
.cid-thdybUohUO .dropdown-item:active {
  color: auto;
}
.cid-thdybUohUO .dropdown-item:hover {
  color: #9ba859;
}
.cid-thdybUohUO .widget-title,
.cid-thdybUohUO .widget-icon {
  color: #717841;
}
.cid-thdybUohUO .widget-text {
  color: #40494e;
}
.cid-thdynGSxUF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thdynGSxUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-thdynGSxUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thdynGSxUF H3 {
  color: #717841;
}
.cid-thdyGv0ECg {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thdyGv0ECg .mbr-section-subtitle {
  color: #717841;
}
.cid-thdyGv0ECg .mbr-text {
  color: #40494e;
}
.cid-thdybVl5H8 {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
 background-position: left;
}
@media (max-width: 767px) {
  .cid-thdybVl5H8 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thdybVl5H8 .mbr-text {
  color: #767676;
}
.cid-thdybVl5H8 .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-thdybVl5H8 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-thdybVl5H8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thdybVl5H8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-thdybVl5H8 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thdybVl5H8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-thdybVl5H8 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-thdybVl5H8 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-thdybVl5H8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thdybVl5H8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thdybVl5H8 .copyright > p {
  color: #8e8d87;
}
.cid-thdBEwYKKz .navbar {
  background: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 77px;
  background: none;
}
@media (min-width: 1200px) {
  .cid-thdBEwYKKz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.835em 2.5385em 0.835em 3.5385em !important;
    margin: 0 !important;
  }
  .cid-thdBEwYKKz .navbar .dropdown .dropdown-menu .dropdown-item:hover {
    padding: 0.835em 2.5385em 0.835em 3.8385em !important;
  }
}
.cid-thdBEwYKKz .menu-logo {
  display: flex;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  margin-right: auto;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand {
  display: flex;
  padding: 0.5rem 0;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
  min-height: 3.8rem;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: 0.3rem 0;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
  width: auto;
}
.cid-thdBEwYKKz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  -webkit-transition: font-size 0.25s;
  transition: font-size 0.25s;
}
.cid-thdBEwYKKz .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-thdBEwYKKz .navbar.opened {
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: auto;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #CDD3AA !important;
}
.cid-thdBEwYKKz .navbar.opened .collapse .dropdown-item {
  color: #ffffff;
}
.cid-thdBEwYKKz .navbar.opened a.brand-link {
  color: #ffffff;
}
.cid-thdBEwYKKz .navbar-fixed-top.opened {
  position: relative;
}
.cid-thdBEwYKKz a {
  font-style: light;
}
.cid-thdBEwYKKz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-thdBEwYKKz .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-thdBEwYKKz .nav-item .nav-link {
  color: #ffffff;
}
.cid-thdBEwYKKz .nav-item .nav-link.display-4 {
  font-size: 20px;
}
.cid-thdBEwYKKz .widget-icon {
  display: inline-block;
  padding: 0.9rem;
  font-size: 1.25rem;
  margin-right: 10px;
  color: #717841;
  border-radius: 50%;
  border: 1px solid #eee;
  font-weight: lighter;
}
.cid-thdBEwYKKz .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
}
.cid-thdBEwYKKz .menu-content-right {
  display: flex;
  padding: 28px 0;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdBEwYKKz .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-thdBEwYKKz .menu-content-right .info-widget:first-child {
  padding-left: 0;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .menu-content-right {
    display: none;
  }
}
.cid-thdBEwYKKz .widget-content {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding-bottom: 0.7rem;
}
.cid-thdBEwYKKz .widget-content .widget-title {
  margin-bottom: 7px;
}
.cid-thdBEwYKKz .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-thdBEwYKKz .widget-content .widget-text.display-4 {
  font-size: 13px;
}
.cid-thdBEwYKKz .right-box .navbar-buttons .content-link {
  color: #ffffff;
  border-left: 1px solid #9ba859;
}
.cid-thdBEwYKKz .right-box .navbar-buttons .content-link:first-child {
  border-left: none !important;
}
.cid-thdBEwYKKz .right-box .navbar-buttons .btn {
  margin: 0;
  padding: 1.89rem 1.5rem !important;
  border-radius: 0 5px 5px 0 !important;
}
.cid-thdBEwYKKz .right-box .navbar-buttons .btn.display-4 {
  font-size: 13px;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .right-box {
    display: none;
  }
}
.cid-thdBEwYKKz .dropdown-item:before {
  color: #ffffff;
  font-family: Material-Design-Icons !important;
  content: '\e716';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1.125rem;
  top: 1.1rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thdBEwYKKz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-thdBEwYKKz .content-text {
  margin-bottom: 0;
}
.cid-thdBEwYKKz .navbar-nav {
  padding-left: 15px;
  position: relative;
  min-height: 60px;
  color: #ffffff;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}
@media (min-width: 1200px) {
  .cid-thdBEwYKKz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #717841;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-thdBEwYKKz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-thdBEwYKKz .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-thdBEwYKKz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-thdBEwYKKz .display-4 > .mbr-iconfont {
  font-size: 1.8em;
}
.cid-thdBEwYKKz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-thdBEwYKKz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-thdBEwYKKz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.cid-thdBEwYKKz .navbar-buttons.mbr-section-btn > .mbr-iconfont {
  font-size: 17px !important;
  margin-right: 13px;
}
.cid-thdBEwYKKz .navbar-buttons.mbr-section-btn .content-link {
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-thdBEwYKKz .nav-dropdown .link {
  font-weight: 400;
}
.cid-thdBEwYKKz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-thdBEwYKKz .content-left-side {
  text-align: center;
  padding-top: 3px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 575px) {
  .cid-thdBEwYKKz .content-left-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-thdBEwYKKz .content-left-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-thdBEwYKKz .content-left-side .content-link.display-4 {
  font-size: 16px !important;
}
.cid-thdBEwYKKz .content-left-side .content-link {
  line-height: 3.4375;
}
.cid-thdBEwYKKz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-thdBEwYKKz .content-right-side {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-thdBEwYKKz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}
.cid-thdBEwYKKz .menu-content-top {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  padding-top: 0px;
}
.cid-thdBEwYKKz .menu-content-bottom {
  padding-bottom: 0px;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .menu-content-bottom {
    margin-bottom: 1rem;
  }
}
.cid-thdBEwYKKz .menu-content-top.show {
  display: block;
}
.cid-thdBEwYKKz .pre-header-right {
  align-self: center;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link {
  border-right: 1px solid #eee;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 21px 12px;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link:hover {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  background-color: #4f87fb;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link:hover span {
  color: #ffffff;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link span {
  vertical-align: middle;
  font-size: 1.2rem;
  color: #777;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link:first-child {
  border-left: 1px solid #eee;
}
.cid-thdBEwYKKz .pre-header-right .content-right-side .content-link:last-child {
  border-right: 1px solid #eee;
}
.cid-thdBEwYKKz .navbar .menu-content-top {
  display: block;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-thdBEwYKKz .navbar .menu-content-top {
    display: none;
  }
  .cid-thdBEwYKKz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-thdBEwYKKz .dropdown-item:before {
    display: none;
  }
  .cid-thdBEwYKKz .menu-logo {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .cid-thdBEwYKKz img {
    height: 3.8rem !important;
  }
  .cid-thdBEwYKKz .btn {
    display: flex;
  }
  .cid-thdBEwYKKz button.navbar-toggler {
    display: block;
    align-self: center;
  }
  .cid-thdBEwYKKz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: 0.5rem;
  }
  .cid-thdBEwYKKz .navbar-toggleable-sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .cid-thdBEwYKKz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing,
  .cid-thdBEwYKKz .navbar-collapse.show {
    display: block !important;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing .navbar-nav,
  .cid-thdBEwYKKz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: left;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-thdBEwYKKz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-thdBEwYKKz .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing .navbar-buttons,
  .cid-thdBEwYKKz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-thdBEwYKKz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-thdBEwYKKz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-thdBEwYKKz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, padding, height;
    transition-property: opacity, padding, height;
  }
  .cid-thdBEwYKKz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-thdBEwYKKz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-thdBEwYKKz .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.3em;
    vertical-align: middle;
    content: '';
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
  .cid-thdBEwYKKz .menu-content-middle {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .cid-thdBEwYKKz .menu-content-top .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .cid-thdBEwYKKz .content-right-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-thdBEwYKKz .content-left-side {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    flex-basis: 70%;
    flex-shrink: 0;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-thdBEwYKKz .menu-content-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  }
  .cid-thdBEwYKKz .navbar {
    display: block;
    padding: 0;
  }
  .cid-thdBEwYKKz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .cid-thdBEwYKKz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-thdBEwYKKz .navbar-toggler {
    display: none;
  }
}
.cid-thdBEwYKKz .menu-area-wrapper {
  height: 39px;
  width: 100%;
}
.cid-thdBEwYKKz .menu-area-wrapper .menu-area {
  background-color: #717841;
  position: relative;
  z-index: 9;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  line-height: normal !important;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .menu-area-wrapper .menu-area {
    background: transparent;
  }
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .menu-area-wrapper {
    height: 100%;
  }
}
.cid-thdBEwYKKz .navbar-short {
  background: transparent;
}
.cid-thdBEwYKKz .navbar-short .menu-content-top,
.cid-thdBEwYKKz .navbar-short .menu-content-middle {
  display: none;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .navbar-short .menu-area-wrapper {
    margin-top: 5rem;
  }
}
.cid-thdBEwYKKz .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}
.cid-thdBEwYKKz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-thdBEwYKKz .navbar-toggleable-sm .navbar-collapse {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .navbar-toggleable-sm .navbar-collapse {
    width: 300px;
    height: 100%;
    margin-left: 1rem;
    margin-top: 1rem;
  }
}
.cid-thdBEwYKKz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  padding-left: 15px;
}
.cid-thdBEwYKKz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-thdBEwYKKz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-thdBEwYKKz .dropdown {
  color: #9ba859 !important;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu {
  background: #ffffff;
  display: none;
  position: absolute;
  border-top: 3px solid #717841;
  min-width: 16.875rem;
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  color: #9ba859 !important;
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .dropdown .dropdown-menu {
    overflow: hidden;
    border-top: none;
    background: #232323 !important;
  }
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-left: 10px !important;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #9ba859;
  color: #ffffff;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
@media (max-width: 1200px) {
  .cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: #232323;
  }
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  color: #ffffff;
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-thdBEwYKKz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-thdBEwYKKz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-thdBEwYKKz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
  display: none;
}
.cid-thdBEwYKKz .navbar.navbar-short {
  min-height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cid-thdBEwYKKz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.cid-thdBEwYKKz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-thdBEwYKKz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-thdBEwYKKz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-thdBEwYKKz button.navbar-toggler.collapsed .hamburger span {
  height: 2px;
}
.cid-thdBEwYKKz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdBEwYKKz button.navbar-toggler:focus {
  outline: none;
}
.cid-thdBEwYKKz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-radius: 20px;
  border-right: 5px;
  background-color: #717841;
}
.cid-thdBEwYKKz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdBEwYKKz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-thdBEwYKKz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.cid-thdBEwYKKz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdBEwYKKz nav.opened .hamburger span {
  height: 4px;
  background-color: #ffffff;
}
.cid-thdBEwYKKz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.cid-thdBEwYKKz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-thdBEwYKKz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.cid-thdBEwYKKz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cid-thdBEwYKKz .collapsed.navbar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-thdBEwYKKz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-thdBEwYKKz .collapsed .btn {
  display: flex;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show {
  display: block !important;
  width: 100%;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: left;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-thdBEwYKKz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-thdBEwYKKz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  .cid-thdBEwYKKz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 8rem  - 1rem);
  }
  .cid-thdBEwYKKz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-thdBEwYKKz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-thdBEwYKKz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: 0.5rem;
}
.cid-thdBEwYKKz .collapsed .navbar-toggleable-sm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.cid-thdBEwYKKz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -webkit-transition-property: opacity, padding, height;
  transition-property: opacity, padding, height;
}
.cid-thdBEwYKKz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-thdBEwYKKz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-thdBEwYKKz .collapsed .dropdown .dropdown-toggle[data-toggle='dropdown-submenu']::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.cid-thdBEwYKKz .collapsed .dropdown-item:before {
  display: none;
}
.cid-thdBEwYKKz .navbar-dropdown {
  padding: 0rem 1rem;
  flex-wrap: nowrap;
}
.cid-thdBEwYKKz .navbar-collapse {
  flex-basis: auto;
  display: flex;
}
.cid-thdBEwYKKz .nav-link:focus {
  outline: none;
}
.cid-thdBEwYKKz .navbar-toggler {
  position: relative;
}
.cid-thdBEwYKKz .dropdown-item.active,
.cid-thdBEwYKKz .dropdown-item:active {
  color: auto;
}
.cid-thdBEwYKKz .dropdown-item:hover {
  color: #9ba859;
}
.cid-thdBEwYKKz .widget-title,
.cid-thdBEwYKKz .widget-icon {
  color: #717841;
}
.cid-thdBEwYKKz .widget-text {
  color: #40494e;
}
.cid-thdBExAnI2 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-thdBExAnI2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-thdBExAnI2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thdBExAnI2 H3 {
  color: #717841;
}
.cid-thdBExTCTi {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thdBExTCTi .mbr-section-subtitle {
  color: #717841;
}
.cid-thdBExTCTi .mbr-text {
  color: #40494e;
}
.cid-thdBEy7XD7 {
  padding-top: 4%;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/footer.png");
 background-position: left;
}
@media (max-width: 767px) {
  .cid-thdBEy7XD7 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thdBEy7XD7 .mbr-text {
  color: #767676;
}
.cid-thdBEy7XD7 .links {
  color: #40494e;
}
@media (max-width: 767px) {
  .cid-thdBEy7XD7 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-thdBEy7XD7 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-thdBEy7XD7 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-thdBEy7XD7 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-thdBEy7XD7 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-thdBEy7XD7 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-thdBEy7XD7 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-thdBEy7XD7 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-thdBEy7XD7 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-thdBEy7XD7 .copyright > p {
  color: #8e8d87;
}

.wobble-hor-bottom {
	-webkit-animation: wobble-hor-bottom 2s infinite both;
	        animation: wobble-hor-bottom 2s infinite both;
}


@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
.animated-word {
    display: inline-block;
    animation: wobble-hor-bottom 2s infinite both;
}
