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





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 3.2rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 5.12rem;
}
.display-2 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.8rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.4rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 2rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #94188c !important;
}
.bg-success {
  background-color: #94188c !important;
}
.bg-info {
  background-color: #f27000 !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #2da90f !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #94188c !important;
  border-color: #94188c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #520d4e !important;
  border-color: #520d4e !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #520d4e !important;
  border-color: #520d4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8c1c38 !important;
  border-color: #8c1c38 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f27000 !important;
  border-color: #f27000 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a54d00 !important;
  border-color: #a54d00 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a54d00 !important;
  border-color: #a54d00 !important;
}
.btn-success,
.btn-success:active {
  background-color: #94188c !important;
  border-color: #94188c !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #520d4e !important;
  border-color: #520d4e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #520d4e !important;
  border-color: #520d4e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2da90f !important;
  border-color: #2da90f !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #1a6309 !important;
  border-color: #1a6309 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1a6309 !important;
  border-color: #1a6309 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3c0a39;
  color: #3c0a39;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #94188c;
  border-color: #94188c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #94188c !important;
  border-color: #94188c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #771830;
  color: #771830;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #cc2952;
  border-color: #cc2952;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc2952 !important;
  border-color: #cc2952 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #8c4100;
  color: #8c4100;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #f27000;
  border-color: #f27000;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #f27000 !important;
  border-color: #f27000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3c0a39;
  color: #3c0a39;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #94188c;
  border-color: #94188c;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #94188c !important;
  border-color: #94188c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #144b07;
  color: #144b07;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2da90f;
  border-color: #2da90f;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2da90f !important;
  border-color: #2da90f !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #94188c !important;
}
.text-secondary {
  color: #cc2952 !important;
}
.text-success {
  color: #94188c !important;
}
.text-info {
  color: #f27000 !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #2da90f !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #3c0a39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #771830 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #3c0a39 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8c4100 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #144b07 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f27000;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #2da90f;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #94188c;
  border-color: #94188c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #94188c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e24ad8;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e24ad8;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffddbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #69ef49;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'ABeeZee', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #94188c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #94188c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #94188c;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #94188c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #94188c;
  border-bottom-color: #94188c;
}
.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: #94188c !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: #cc2952 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2394188c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-s2gDfac1ht {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s2gDfac1ht P {
  color: #767676;
}
.cid-s2gDfac1ht .mbr-text,
.cid-s2gDfac1ht .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s2gDfac1ht H1 {
  color: #97663b;
}
.cid-s8rqBM4gAD {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/tobira-2000x790.jpg");
}
.cid-s8rsa56PCO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8rsa56PCO P {
  color: #767676;
}
.cid-s8rsa56PCO .mbr-text,
.cid-s8rsa56PCO .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8rsa56PCO H1 {
  color: #97663b;
}
.cid-s8rsa56PCO H3 {
  color: #4e4d4d;
}
.cid-s8rrSBhQkZ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8rrSBhQkZ P {
  color: #767676;
}
.cid-s8rrSBhQkZ .mbr-text,
.cid-s8rrSBhQkZ .mbr-section-btn {
  color: #232323;
  text-align: left;
}
.cid-s8rrSBhQkZ H1 {
  color: #97663b;
  text-align: left;
}
.cid-s8rt4Qk90j {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8rtFknRG0 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #009484;
}
.cid-s8rtFknRG0 P {
  color: #767676;
}
.cid-s8rtFknRG0 .mbr-text,
.cid-s8rtFknRG0 .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8rtFknRG0 H1 {
  color: #97663b;
}
.cid-s8rtFknRG0 H3 {
  color: #ffffff;
}
.cid-s8twGhBo3l {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8twGhBo3l .mbr-text {
  position: relative;
  text-align: left;
}
.cid-s8twGhBo3l .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s8twGhBo3l .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s8twGhBo3l .mbr-text:after,
  .cid-s8twGhBo3l .mbr-text:before {
    display: none;
  }
}
.cid-s8twGhBo3l .mbr-section-title,
.cid-s8twGhBo3l .logo {
  color: #343333;
}
.cid-s8tx3qPO5t {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8tx3qPO5t .mbr-text {
  position: relative;
  text-align: left;
}
.cid-s8tx3qPO5t .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s8tx3qPO5t .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s8tx3qPO5t .mbr-text:after,
  .cid-s8tx3qPO5t .mbr-text:before {
    display: none;
  }
}
.cid-s8tx3qPO5t .mbr-section-title,
.cid-s8tx3qPO5t .logo {
  color: #343333;
}
.cid-s8tx345gem {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s8tx345gem .mbr-text {
  position: relative;
  text-align: left;
}
.cid-s8tx345gem .mbr-text:before {
  color: #333333;
  content: "\201C";
  font-size: 3em;
  line-height: 0.1em;
  margin-right: 0.2em;
  vertical-align: -0.4em;
  position: absolute;
  top: 10px;
  left: -2rem;
}
.cid-s8tx345gem .mbr-text:after {
  color: #333333;
  content: "\201D";
  font-size: 3em;
  line-height: 0.1em;
  vertical-align: -0.45em;
  position: absolute;
  bottom: 10px;
  right: -2rem;
}
@media (max-width: 767px) {
  .cid-s8tx345gem .mbr-text:after,
  .cid-s8tx345gem .mbr-text:before {
    display: none;
  }
}
.cid-s8tx345gem .mbr-section-title,
.cid-s8tx345gem .logo {
  color: #343333;
}
.cid-s8rD34U0ck {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #009484;
}
.cid-s8rD34U0ck P {
  color: #767676;
}
.cid-s8rD34U0ck .mbr-text,
.cid-s8rD34U0ck .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8rD34U0ck H1 {
  color: #97663b;
}
.cid-s8rD34U0ck H3 {
  color: #ffffff;
}
.cid-s8rAro9CIM {
  padding-top: 90px;
  padding-bottom: 150px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-s8rAro9CIM H1 {
  color: #232323;
}
.cid-s8rAro9CIM .mbr-text,
.cid-s8rAro9CIM .mbr-section-btn {
  color: #232323;
}
.cid-s8rAro9CIM .img1 {
  box-shadow: 0 10px 55px 5px rgba(219, 77, 113, 0.35);
  border-radius: 10px;
}
.cid-s8rAro9CIM .relative {
  position: relative;
}
.cid-s8rAro9CIM .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-s8rAro9CIM .card-img2 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-s8rAro9CIM .card-img2 .img2 {
  width: 120%;
  left: -20%;
}
.cid-s8rAro9CIM .card-img1 {
  display: inline-block;
  width: 50%;
}
.cid-s8rAro9CIM .card-img1 .img1 {
  width: 180%;
}
.cid-s8rAro9CIM .img2 {
  box-shadow: 0 10px 55px 5px rgba(219, 77, 113, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-s8rK1hgqhk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #009484;
}
.cid-s8rK1hgqhk P {
  color: #767676;
}
.cid-s8rK1hgqhk .mbr-text,
.cid-s8rK1hgqhk .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8rK1hgqhk H1 {
  color: #97663b;
}
.cid-s8rK1hgqhk H3 {
  color: #ffffff;
}
.cid-s8znBGiex0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8znBGiex0 .mbr-section-subtitle {
  color: #767676;
}
.cid-s8znBGiex0 .container-table {
  margin: 0 auto;
}
.cid-s8znBGiex0 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s8znBGiex0 .dataTables_wrapper {
  display: block;
}
.cid-s8znBGiex0 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s8znBGiex0 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s8znBGiex0 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s8znBGiex0 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s8znBGiex0 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s8znBGiex0 table td {
  border-top: 1px solid #ffffff;
}
.cid-s8znBGiex0 table.table {
  background: #ffffff;
}
.cid-s8znBGiex0 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s8znBGiex0 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s8znBGiex0 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s8znBGiex0 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s8znBGiex0 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s8znBGiex0 .dataTables_filter {
    text-align: center;
  }
  .cid-s8znBGiex0 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s8zkG1cJe6 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-s8zkG1cJe6 .mbr-section-subtitle {
  color: #767676;
}
.cid-s8zkG1cJe6 .container-table {
  margin: 0 auto;
}
.cid-s8zkG1cJe6 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s8zkG1cJe6 .dataTables_wrapper {
  display: block;
}
.cid-s8zkG1cJe6 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s8zkG1cJe6 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s8zkG1cJe6 table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s8zkG1cJe6 table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s8zkG1cJe6 table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s8zkG1cJe6 table td {
  border-top: 1px solid #ffffff;
}
.cid-s8zkG1cJe6 table.table {
  background: #ffffff;
}
.cid-s8zkG1cJe6 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s8zkG1cJe6 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s8zkG1cJe6 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s8zkG1cJe6 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s8zkG1cJe6 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s8zkG1cJe6 .dataTables_filter {
    text-align: center;
  }
  .cid-s8zkG1cJe6 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s8znAbVgPy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-s8znAbVgPy .mbr-section-subtitle {
  color: #767676;
}
.cid-s8znAbVgPy .container-table {
  margin: 0 auto;
}
.cid-s8znAbVgPy .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-s8znAbVgPy .dataTables_wrapper {
  display: block;
}
.cid-s8znAbVgPy .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-s8znAbVgPy .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-s8znAbVgPy table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #ffffff;
  margin-bottom: 0;
}
.cid-s8znAbVgPy table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-s8znAbVgPy table th:hover {
  background: #ffffff;
  color: #000000;
}
.cid-s8znAbVgPy table td {
  border-top: 1px solid #ffffff;
}
.cid-s8znAbVgPy table.table {
  background: #ffffff;
}
.cid-s8znAbVgPy .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-s8znAbVgPy .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-s8znAbVgPy .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-s8znAbVgPy .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-s8znAbVgPy .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-s8znAbVgPy .dataTables_filter {
    text-align: center;
  }
  .cid-s8znAbVgPy .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-s8teVORSkW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #e1ad9c;
}
.cid-s8teVORSkW P {
  color: #767676;
}
.cid-s8teVORSkW .mbr-text,
.cid-s8teVORSkW .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8teVORSkW H1 {
  color: #97663b;
}
.cid-s8teVORSkW H3 {
  color: #4e4d4d;
}
.cid-s8tfatPL2Q {
  padding-top: 90px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/voice-2000x530.jpg");
}
.cid-s8tfatPL2Q H2 {
  color: #4e4d4d;
  text-align: center;
}
.cid-s8tiMAZju6 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-s8tiMAZju6 .mbr-section-subtitle {
  color: #767676;
  text-align: center;
  font-weight: 300;
}
.cid-s8tiMAZju6 .timeline-text-content {
  padding: 2rem 2.5rem;
  background: #e1ad9c;
  margin-left: 2rem;
}
.cid-s8tiMAZju6 .timeline-text-content p {
  margin-bottom: 0;
}
.cid-s8tiMAZju6 .time-line-date-content {
  margin-right: 2rem;
}
.cid-s8tiMAZju6 .time-line-date-content p {
  padding: 2rem 2.5rem;
  background: #e1ad9c;
  float: right;
}
.cid-s8tiMAZju6 .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.cid-s8tiMAZju6 .timeline-element:hover .mbr-timeline-date {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8tiMAZju6 .timeline-element:hover .timeline-text-content {
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all .4s;
}
.cid-s8tiMAZju6 .mbr-timeline-date,
.cid-s8tiMAZju6 .timeline-text-content {
  transition: all .4s;
}
.cid-s8tiMAZju6 .reverse {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
.cid-s8tiMAZju6 .reverse .timeline-text-content {
  margin-right: 2rem;
  margin-left: 0;
}
.cid-s8tiMAZju6 .reverse .time-line-date-content {
  margin-left: 2rem;
  margin-right: 0rem;
}
.cid-s8tiMAZju6 .reverse .time-line-date-content p {
  float: left;
}
.cid-s8tiMAZju6 .iconBackground {
  position: absolute;
  left: 50%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  font-size: 30px;
  display: inline-block;
  background-color: #e1ad9c;
  top: 20px;
  margin-left: -10px;
}
.cid-s8tiMAZju6 .separline:before {
  top: 20px;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #e1ad9c;
  left: calc(50% - 1px);
  height: calc(100% + 4rem);
}
@media (max-width: 768px) {
  .cid-s8tiMAZju6 .iconBackground {
    left: 0 !important;
  }
  .cid-s8tiMAZju6 .separline:before {
    left: 0!important;
  }
  .cid-s8tiMAZju6 .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-s8tiMAZju6 .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-s8tiMAZju6 .time-line-date-content p {
    float: left !important;
  }
  .cid-s8tiMAZju6 .reverse .time-line-date-content {
    margin-left: 0 !important;
  }
  .cid-s8tiMAZju6 .reverse .timeline-text-content {
    margin-right: 0 !important;
  }
}
.cid-s8tiMAZju6 .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-s8tiMAZju6 .mbr-timeline-text {
  text-align: left;
}
.cid-s2PS64cDN2 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-s2PS64cDN2 P {
  color: #767676;
}
.cid-s2PS64cDN2 .mbr-text,
.cid-s2PS64cDN2 .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s2PS64cDN2 H1 {
  color: #97663b;
}
.cid-s2PS64cDN2 H3 {
  color: #ffffff;
}
.cid-s8tb37wvBl {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #bfebf8;
}
.cid-s8tb37wvBl P {
  color: #767676;
}
.cid-s8tb37wvBl .mbr-text,
.cid-s8tb37wvBl .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8tb37wvBl H1 {
  color: #a68122;
}
.cid-s2PS5eRW30 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #bfebf8;
}
.cid-s2PS5eRW30 P {
  color: #767676;
}
.cid-s2PS5eRW30 .mbr-text,
.cid-s2PS5eRW30 .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s2PS5eRW30 H1 {
  color: #97663b;
}
.cid-s8te35fXXz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #55b4d4;
}
.cid-s8te35fXXz P {
  color: #767676;
}
.cid-s8te35fXXz .mbr-text,
.cid-s8te35fXXz .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8te35fXXz H1 {
  color: #97663b;
}
.cid-s8te35fXXz H3 {
  color: #ffffff;
}
.cid-s8tefhRwWu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #bfebf8;
}
.cid-s8tefhRwWu P {
  color: #767676;
}
.cid-s8tefhRwWu .mbr-text,
.cid-s8tefhRwWu .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8tefhRwWu H1 {
  color: #f23815;
}
.cid-s8te3vT2sv {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #bfebf8;
}
.cid-s8te3vT2sv P {
  color: #767676;
}
.cid-s8te3vT2sv .mbr-text,
.cid-s8te3vT2sv .mbr-section-btn {
  color: #635a51;
  text-align: left;
}
.cid-s8te3vT2sv H1 {
  color: #f23815;
}
.cid-rKjZ4XcCDN .navbar {
  background: #efefef;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
}
.cid-rKjZ4XcCDN .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-rKjZ4XcCDN a {
  font-style: normal;
}
.cid-rKjZ4XcCDN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rKjZ4XcCDN .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rKjZ4XcCDN .nav-item:focus,
.cid-rKjZ4XcCDN .nav-link:focus {
  outline: none;
}
.cid-rKjZ4XcCDN .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rKjZ4XcCDN .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rKjZ4XcCDN .menu-logo {
  margin-right: auto;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rKjZ4XcCDN .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rKjZ4XcCDN .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rKjZ4XcCDN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rKjZ4XcCDN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rKjZ4XcCDN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rKjZ4XcCDN .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rKjZ4XcCDN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rKjZ4XcCDN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rKjZ4XcCDN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rKjZ4XcCDN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rKjZ4XcCDN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rKjZ4XcCDN .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rKjZ4XcCDN .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rKjZ4XcCDN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rKjZ4XcCDN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rKjZ4XcCDN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rKjZ4XcCDN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rKjZ4XcCDN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rKjZ4XcCDN button.navbar-toggler:focus {
  outline: none;
}
.cid-rKjZ4XcCDN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #2da90f;
}
.cid-rKjZ4XcCDN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rKjZ4XcCDN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rKjZ4XcCDN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rKjZ4XcCDN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rKjZ4XcCDN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKjZ4XcCDN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rKjZ4XcCDN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rKjZ4XcCDN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rKjZ4XcCDN .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rKjZ4XcCDN .collapsed .btn {
  display: -webkit-flex;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.collapsing,
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rKjZ4XcCDN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-rKjZ4XcCDN .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rKjZ4XcCDN .collapsed button.navbar-toggler {
  display: block;
}
.cid-rKjZ4XcCDN .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rKjZ4XcCDN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rKjZ4XcCDN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rKjZ4XcCDN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rKjZ4XcCDN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rKjZ4XcCDN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-rKjZ4XcCDN.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rKjZ4XcCDN img {
    height: 3.8rem !important;
  }
  .cid-rKjZ4XcCDN .btn {
    display: -webkit-flex;
  }
  .cid-rKjZ4XcCDN button.navbar-toggler {
    display: block;
  }
  .cid-rKjZ4XcCDN .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-rKjZ4XcCDN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rKjZ4XcCDN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rKjZ4XcCDN .navbar-collapse.collapsing,
  .cid-rKjZ4XcCDN .navbar-collapse.show {
    display: block !important;
  }
  .cid-rKjZ4XcCDN .navbar-collapse.collapsing .navbar-nav,
  .cid-rKjZ4XcCDN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rKjZ4XcCDN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rKjZ4XcCDN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rKjZ4XcCDN .navbar-collapse.collapsing .navbar-buttons,
  .cid-rKjZ4XcCDN .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rKjZ4XcCDN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rKjZ4XcCDN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rKjZ4XcCDN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rKjZ4XcCDN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rKjZ4XcCDN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rKjZ4XcCDN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rKjZ4XcCDN .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-rKjZ4XcCDN .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rKjZ4XcCDN .nav-link:hover,
.cid-rKjZ4XcCDN .dropdown-item:hover {
  color: #2da90f !important;
}
.cid-rKpDmCfaf1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .cid-rKpDmCfaf1 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKpDmCfaf1 .media-wrap .mbr-iconfont-logo {
  font-size: 7rem;
  color: #f36;
}
.cid-rKpDmCfaf1 .media-wrap img {
  height: 6rem;
}
.cid-rKpDmCfaf1 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-rKpDmCfaf1 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-rKpDmCfaf1 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: .05;
}
.cid-rKpDmCfaf1 .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-rKpDmCfaf1 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-rKpDmCfaf1 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rKpDmCfaf1 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rKpDmCfaf1 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rKpDmCfaf1 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rKpDmCfaf1 .links {
  color: #635a51;
}
